@charset "utf-8";
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
  background: #888; 
}
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
* {
  margin:0px;
  padding:0px;
}
.clearall {
  padding:0px;
  margin:0px;
}
::selection {
  background:#e61f26;
  color:#fff;
}
::-moz-selection {
  background:#e61f26;
  color:#fff;
}
a:hover{
  text-decoration:none;
  color:#e61f26;
}
a{
  text-decoration:none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
}
a:focus{
  outline:0;
  text-decoration:none;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a[href^="mailto:"] {
  color: inherit;
  text-decoration: none;
}
.clearfix:after {
    clear: both;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
:root {
  touch-action: pan-x pan-y;
  height: 100% 
}
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  background:#fff;
  font-family: 'Poppins', sans-serif;
  touch-action: manipulation;
}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-family: 'Poppins', sans-serif;
}
p {
  margin: 0;
  padding: 0;
  line-height: 26px;
  color: #757575;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}
ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
ul li{
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: inherit;
  font-family: 'Poppins', sans-serif;
}
.scroll-to-top{
  position: fixed;
  bottom: 18px;
  right: 10px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 40px;
  text-align: center;
  z-index: 10;
  cursor: pointer;
  background: #00a652;
  border-radius: 3px;
  display: none;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
}
.scroll-to-top:hover{
  color:#fff;
  background:#e61f26;
}
.cp_wrapper{
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
.cp_mnheader_sec {
  width: 100%;
  float: left;
  margin: 0;
  padding: 15px 0;
  position: relative;
}
.sticky_header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 99;
  border-bottom: 1px solid #e8e8e8;
  padding: 15px 0;
  -webkit-box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 1px 7px 0 rgba(0,0,0,.4);
  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, .4);
  height: inherit;
}
.cp_mnheader_mrow {
  width: 100%;
  float: left;
  position: relative;
  align-items: center;
}
.cp_logo {
  width: 200px;
  margin: 0 auto;
}
.cp_logo img {
  width: 100%;
}
.menu {
  width: 100%;
  float: left;
  position: relative;
  z-index: 1;
}
.cp_mnheader_sec .menu > ul > li {
  display: inline-block;
  line-height: 50px;
  margin-right: 25px;
}
.menu_right > ul > li {
  margin-right: 0 !important;
  margin-left: 25px;
}
.menu_right > ul {
  float: right;
}
.cp_mnheader_sec .menu > ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  position: relative;
  text-transform: capitalize;
  transition: color 0.3s ease;
}
.cp_mnheader_sec .menu > ul > li .sub-menu {
  position: absolute;
  z-index: 500;
  background-color: #ffffff;
  box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
  padding: 20px 30px;
  transition: all 0.5s ease;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
@media(min-width: 992px) {
  .cp_mnheader_sec .menu > ul > li.menu-item-has-children:hover .sub-menu {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
  }
}
.cp_mnheader_sec .menu > ul > li .sub-menu > ul > li {
  line-height: 1;
}
.cp_mnheader_sec .menu > ul > li .sub-menu > ul > li > a {
  display: inline-block;
  padding: 10px 0;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
  text-decoration: none;
  text-transform: capitalize;
}
.cp_mnheader_sec .menu > ul > li .single-column-menu {
  min-width: 280px;
  max-width: 350px;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
  line-height: 1;
  display: block;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  padding: 10px 0;
  display: inline-block;
  font-size: 15px;
  color: #555555;
  transition: color 0.3s ease;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu {
  left: 50%;
  transform: translateX(-50%);
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu-column-4 {
  max-width: 300px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 15px;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 50%;
  padding: 0 15px;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title {
  font-size: 16px;
  color: #ea4636;
  font-weight: 500;
  line-height: 1;
  padding: 10px 0;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
  text-align: center;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  max-width: 100%;
  width: 100%;
  vertical-align: middle;
  margin-top: 10px;
  height: 300px;
  object-fit: cover;
}
.cp_mnheader_sec .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a:hover, 
.cp_mnheader_sec .menu > ul > li .sub-menu > ul > li > a:hover, 
.cp_mnheader_sec .item-right a:hover, .cp_mnheader_sec .menu > ul > li:hover > a {
  color: var(--theme-color);
}
.mobile-menu-head, .mobile-menu-trigger {
  display: none;
}
.cp_baner_sec {
  width: 100%;
  float: left;
  position: relative;
}
.cp_baner_vdo {
  width: 100%;
  position: relative;
  height: calc(100vh - 80px);
}
.custom_video {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cp_mnfooter_sec {
  width: 100%;
  float: left;
  position: relative;
}
.cp_mnfooter_botm {
  width: 100%;
  float: left;
  position: relative;
  background: #101010;
  padding: 30px 0;
}
.cp_mnfooter_copyrghtbx p {
  color: #fff;
  text-align: center;
}
.cp_mnfooter_copyrghtbx p a {
  color: #e61f26;
}
.cp_mnfooter_copyrghtbx p a:hover {
  color: #03a657;
}
.cp_mnfooter_top {
  width: 100%;
  float: left;
  position: relative;
  background: #191919;
  padding: 50px 0;
}
.cp_mnfooter_box iframe {
  width: 100%;
  height: 280px;
}
.cp_mnfooter_box_logo {
  width: 180px;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.cp_mnfooter_box_logo img {
  width: 100%;
}
.cp_mnfooter_box_descp {
  width: 100%;
  float: left;
}
.cp_mnfooter_box_descp p {
  color: #7a7a7a;
}
.cp_mnfooter_box {
  width: 100%;
  float: left;
}
.cp_mnfooter_box_title {
  width: 100%;
  float: left;
  padding-bottom: 20px;
}
.cp_mnfooter_box_title h4 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
}
.cp_mnfooter_box_list {
  width: 100%;
  float: left;
}
.cp_mnfooter_box_list ul {
  margin: 0;
  padding: 0;
}
.cp_mnfooter_box_list ul li {
  margin: 0;
  padding: 0 0 5px 0;
  position: relative;
}
.cp_mnfooter_box_list ul li a {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
}
.cp_mnfooter_box_list ul li a:hover {
  color: #e61f26;
}
.cp_mnfooter_box_list ul li:before {
  content: '\f111';
  font-size: 8px;
  color: #7a7a7a;
  font-family: 'FontAwesome';
  padding-right: 8px;
  position: relative;
  display: inline-block;
  left: 0;
  top: -2px;
}
.cp_mnfooter_box_adrs {
  width: 100%;
  float: left;
}
.cp_mnfooter_box_adrs ul {
  margin: 0;
  padding: 0;
}
.cp_mnfooter_box_adrs ul li {
  margin: 0;
  padding: 0 0 8px 0;
  position: relative;
}
.cp_mnfooter_box_adrs ul li p {
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
}
.cp_mnfooter_box_adrs ul li p span {
  display: block;
  font-weight: 500;
}
.cp_mnfooter_box_adrs ul li p a:hover {
  color: #e61f26;
}
.cp_mnfooter_socials {
  width: 100%;
  float: left;
  padding-top: 25px;
}
.cp_mnfooter_socials ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 5px;
}
.cp_mnfooter_socials ul li {
  margin: 0;
  padding: 0;
}
.cp_mnfooter_socials ul li a {
  color: #ffffff;
  background: #3f3f3f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  text-align: center;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.cp_mnfooter_socials ul li a:hover {
  color: #e61f26;
}
.cp_ourclnts_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 60px;
}
.cp_ourclnts_wrap {
  width: 100%;
  position: relative;
  float: left;
}
.cp_title_centr, .cp_title_left {
  width: 100%;
  position: relative;
  float: left;
  padding-bottom: 30px;
  text-align:center;
}
.cp_title_centr h2, .cp_title_left h2 {
  font-size: 38px;
  font-weight: 600;
  text-transform: capitalize;
  color: #211f20;
  text-align: center;
}
.cp_title_centr p, .cp_title_left p {
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: #757575;
  text-align: center;
  padding-top: 12px;
}
.cp_title_left h2, .cp_title_left p {
  text-align: left;
}
.cp_title_centr_red {
  color: #e61f26;
}
.cp_ourclnts_card {
  width: 100%;
  position: relative;
  float: left;
}
.cp_ourclnts_logo {
  width: 100%;
  position: relative;
  float: left;
  border: 1px solid #eee;
  padding: 15px;
  border-radius: 5px;
}
.cp_ourclnts_logo img {
  width: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in;
}
.cp_ourclnts_logo:hover img {
  transform: scale(1.2);
}
#cp_ourclnts_slider .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  width: fit-content;
  padding: 0 0px;
  visibility: visible;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
/*  display: flex;*/
  gap: 2px;
  align-items: center;
}
#cp_ourclnts_slider .owl-nav .owl-prev{
  background: #f1f1f1 !important;
  color: #211f20 !important;
  float: left;
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 0%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cp_ourclnts_slider .owl-nav .owl-prev:hover {
  background: #e61f26 !important;
  color: #fff !important;
}
#cp_ourclnts_slider .owl-nav .owl-next{
  background: #f1f1f1 !important;
  color: #211f20 !important;
  float: right;
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 0%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cp_ourclnts_slider .owl-nav .owl-next:hover {
  background: #e61f26 !important;
  color: #fff !important;
}
#cp_ourclnts_slider .owl-stage-outer {
  padding-bottom: 1px;
}
.cp_ourasets_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0;
  margin: 50px 0 10px;
  background: url(../images/assets-bg.jpg);
  background-position: 50% 15px;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-attachment:fixed;*/
-webkit-animation: animateBackground infinite ease-in-out 35s;
}
.cp_ourasets_card {
  width: 100%;
  position: relative;
  float: left;
}
.cp_ourclnts_box {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_ourclnts_box_fig {
  width: 100%;
  position: relative;
  float: left;
}
.cp_ourclnts_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transform-style: preserve-3d;
}
.cp_ourclnts_box_ovrly {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 15px 15px;
  z-index: 1;
}
.cp_ourclnts_box_info {
  width: 100%;
  position: relative;
  float: left;
}
.cp_ourclnts_box_info h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
}
.cp_ourclnts_box_info h3 a {
  color: #fff;
}
.cp_ourclnts_box:hover .cp_ourclnts_box_info h3 a {
  color: #e61f26;
}
.cp_ourclnts_box:hover .cp_ourclnts_box_fig img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_ourclnts_box:before {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40%;
  z-index: 1;
  background: -webkit-linear-gradient(left top, #231f20, transparent);
  background: -o-linear-gradient(bottom right, #231f20, transparent);
  background: -moz-linear-gradient(bottom right, #231f20, transparent);
  background: linear-gradient(to top, #231f20, transparent);
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_ourclnts_box:hover:before {
  background: -webkit-linear-gradient(left top, #00a652, transparent);
  background: -o-linear-gradient(bottom right, #00a652, transparent);
  background: -moz-linear-gradient(bottom right, #00a652, transparent);
  background: linear-gradient(to top, #00a652, transparent);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#cp_ourasets_slider .owl-nav {
  position: absolute;
  top: -40px;
  right: 0;
  width: fit-content;
  padding: 0 0px;
  visibility: visible;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  display: flex;
  gap: 2px;
  align-items: center;
}
#cp_ourasets_slider .owl-nav .owl-prev{
  background: #00a652 !important;
  color: #fff !important;
  float: left;
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 0%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cp_ourasets_slider .owl-nav .owl-prev:hover {
  background: #e61f26 !important;
  color: #fff !important;
}
#cp_ourasets_slider .owl-nav .owl-next{
  background: #00a652 !important;
  color: #fff !important;
  float: right;
  position: relative;
  width: 40px;
  height: 30px;
  border-radius: 0%;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  outline: none;
  padding: 5px;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
#cp_ourasets_slider .owl-nav .owl-next:hover {
  background: #e61f26 !important;
  color: #fff !important;
}
.cp_ourexp_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0;
  margin: 50px 0 10px;
  background: url(../images/ourexp-bg.jpg);
  background-position: 50% 15px;
  background-repeat: no-repeat;
  background-size: cover;
/*  background-attachment: fixed;*/
/*-webkit-animation: animateBackground2 infinite ease-in-out 15s;*/
background: #f6f6f6;
}
@-webkit-keyframes animateBackground2 {
  0% { background-size: 100% auto; }
  50% { background-size: 150% auto; }
  100% { background-size: 100% auto; }
}
.cp_ourexp_card {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 10px;
}
.cp_ourexp_gridbx .counter_flxs {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
}
.cp_ourexp_gridbx .countr_hdng {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 5px;
}
.cp_ourexp_gridbx .countr_hdng h4 {
  text-transform: uppercase;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #231f20;
}
.cp_ourexp_gridbx .counter-value {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #00a652;
}
.cp_ourexp_gridbx .counter-smrk {
  font-size: 30px;
  font-weight: 600;
  color: #e61f26;
}
.cp_ourexp_gridbx {
  width: 100%;
  position: relative;
  border: 1px solid #cfcfcf;
  padding: 15px 10px;
  border-radius: 4px;
}
.cp_wmudif_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 90px 0 30px;
}
.cp_wmudif_descp p {
  padding-bottom: 15px;
}
.cp_wmudif_rght .cp_title_left {
  padding-bottom: 15px;
}
.cp_wmudif_bigimg img, .cp_wmudif_smimg img {
  width: 100%;
}
.cp_wmudif_smimg {
  width: 180px;
  position: absolute;
  top: 55%;
  right: 126px;
}
.cp_wmudif_bigimg {
  width: 75%;
}
.cp_wmudif_row {
  align-items: center;
}
.cp_wccp_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 10px;
}
.cp_wccp_grid {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.cp_wccp_grid_box, .cp_wccp_gbox_fig {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 10px;
}
.cp_wccp_gbox_fig img {
  width: 100%;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_wccp_gbox_info {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  height: 15%;
  left: 0;
  bottom: 0%;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  color: #fff;
  padding: 20px 15px;
}
.cp_tyinwmaoh_sec .cp_wccp_grid_box .cp_wccp_gbox_info {
    padding: 10px 10px;
    height: 20%;
}
.cp_wccp_grid_box:hover .cp_wccp_gbox_info {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  padding-top: 50%;
  height: 100%;
  bottom: 0%;
}
.cp_wccp_gbox_info h3 {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 20px;
}
.cp_wccp_gbox_info p {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  font-style: italic;
}
.cp_wccp_grid_box:hover .cp_wccp_gbox_fig img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_wtocp_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 0;
  margin: 160px 0 110px;
  background: #f1f1ef;
  height: 620px;
}
.cp_wtocp_sec:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/wtcp-bg-line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 90%;
  height: 100%;
  right: 0;
  margin: 0 auto;
  -webkit-animation: animateBackground infinite ease-in-out 40s;
}
@-webkit-keyframes animateBackground {
  0% { background-size: 100% auto; }
  50% { background-size: 200% auto; }
  100% { background-size: 100% auto; }
}
.cp_wtocp_lftop_fig {
  position: absolute;
  left: 0 !important;
  top: -100px;
  width: 440px;
  heighg:  580px !important;
}
.cp_wtocp_sec img {
  width: 100%;
  position:relative;
  left:0;
}
.cp_wtocp_lftbotm_fig {
  position: absolute;
  left: 95px;
  bottom: 0;
  width: 250px;
}
.cp_wtocp_rghtop_fig {
  position: absolute;
  right: 95px;
  top: 0;
  width: 250px;
}
.cp_wtocp_rghtbotm_fig {
  position: absolute;
  right: 0 !important;
  bottom: -100px;
  width: 440px;
}
.cp_wtocp_rghtbotm_fig img {
    right:0 !important;
    position:"relative";
}
.cp_wtocp_card {
  width: 100%;
  position: relative;
  float: left;
  height: 100%;
}
.cp_wtocp_card h1 {
  font-size: 42px;
  font-weight: 600;
  text-transform: uppercase;
  color: #211f20;
  text-align: center;
  padding-bottom: 10px;
}
.cp_wtocp_card h5 {
  /*font-family: "Courgette", cursive;*/
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #262626;
  text-align: center;
}
.cp_wtocp_card p {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding-top: 30px;
  text-align:justify;
}
.cp_wtocp_row {
  align-items: center;
  height: 100%;
}
.cp_wtocp_sec .container {
  height: 100%;
}
.cp_hmabt_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 15px 0 15px;
}
.cp_hmabt_rght {
  width: 100%;
  position: relative;
  float: left;
}
.cp_hmabt_rght img {
  width: 100%;
  border-radius: 60px 2px;
}
.cp_hmabt_left {
  width: 100%;
  position: relative;
  float: left;
}
.cp_hmabt_descp {
  width: 100%;
  position: relative;
  float: left;
/*  background: #f1f1ef;*/
  padding: 15px 15px;
}
.cp_hmabt_descp p {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  position: relative;
  color: #757474;
  letter-spacing: 0;
}

@-webkit-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@-moz-keyframes Animation {
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
@keyframes Animation { 
    0%{background-position:10% 0%}
    50%{background-position:91% 100%}
    100%{background-position:10% 0%}
}
.cp_btn_all {
  font-family: 'Poppins', sans-serif;
  color: #fff;
  position: relative;
  z-index: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
  float: none;
  width: fit-content;
  background: #e61f26;
  border-width: 1px solid #e61f26;
  padding: 10px 30px;
  border-radius: 30px;
  overflow: hidden;
  text-decoration: none;
  outline: none;
  margin: 0px;
  transition: 0.5s ease-out;
}
.cp_btn_all:hover {
  background: #03a250;
  border-width: 1px solid #03a250;
  color: #fff;
}
.cp_hmabt_btn {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 15px;
  text-align: center;
}
.cp_brdcrmb_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 15px 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid #e8e8e8;
  border-top: 1px solid #e8e8e8;
  display: none;
}
.cp_brdcrmb_card {
  width: 100%;
  position: relative;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.cp_brdcrmb_title h1 {
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  color: #211f20;
}
.cp_brdcrmb_bclist ul {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}
.cp_brdcrmb_bclist ul li {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  padding-right: 16px;
  color: #211f20;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: 'Poppins', sans-serif;
  letter-spacing: 0.5px;
}
.cp_brdcrmb_bclist ul li:after {
  position: absolute;
  content: "\f105";
  right: -2px;
  top: -1px;
  color: #e61f26;
  font-size: 16px;
  font-family: 'FontAwesome';
}
.cp_brdcrmb_bclist ul li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}
.cp_brdcrmb_bclist ul li:last-child:after {
  display: none;
}
.cp_brdcrmb_bclist ul li a {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #e61f26;
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.cp_brdcrmb_bclist ul li a:hover {
  color: #00a652;
}
.cp_inrbnr_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 70px 0;
  background: url(../images/cp-inrbnr-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: animateBackground infinite ease-in-out 35s;
}
.cp_inrbnr_card h2 {
  font-size: 38px;
  font-weight: 600;
  text-transform: capitalize;
  color: #211f20;
  text-align: left;
  padding-bottom: 12px;
}
.cp_inrbnr_card h5 {
  font-size: 22px;
  font-weight: 500;
  color: #211f20;
  text-align: left;
  padding-bottom: 15px;
}
.countr_hdng p {
  text-align: center;
  text-transform: capitalize;
  padding-top: 5px;
}
.cp_wmudif_rght_botm {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 30px;
}
.cp_wmudif_omivi_sec .cp_wmudif_bigimg {
  width: 85%;
}
.cp_wmudif_omivi_sec .cp_wmudif_smimg {
  width: 220px;
  top: 24%;
  right: 15px;
}
.cp_wmudif_omivi_sec {
  padding-bottom: 110px;
}
.cp_bilbord_sec {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  padding: 50px 0 10px;
}
.cp_bilbord_bg {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.cp_bilbord_bg img {
  width: 100%;
  object-fit: cover;
}
.cp_bilbord_wrap {
  width: 100%;
  float: left;
  position: relative;
  margin-top: -50px;
}
.cp_bilbord_card {
  background: #3982c3;
  padding: 40px 30px;
  border-radius: 10px;
  width: 100%;
  float: left;
  position: relative;
}
.cp_bilbord_card_info p {
  text-align: center;
  color: #fff;
  font-size: 18px;
}
.cp_cntmap_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 60px;
}
.cp_cntmap_card {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 12px;
}
.cp_cntmap_card iframe {
  width: 100%;
  height: 520px;
  border-radius: 5px;
}
.cp_cntfrmdtls_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px;
}
.cp_cntfrmbx_item {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 15px;
}
.cp_cntfrmbx .cp_cntfrmbx_item label {
  font-size: 15px;
  color: #221e1f;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
  margin: 0;
  padding: 0px 0 4px 0;
  width: 100%;
  float: left;
  position: relative;
  font-family: 'Poppins', sans-serif;
}
.cp_cntfrmbx .cp_cntfrmbx_item input {
  width: 100%;
  height: 45px;
  line-height: inherit;
  padding: 6px 12px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  color: #252525;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-appearance: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
.cp_cntfrmbx .cp_cntfrmbx_item input:hover {
  border: 1px solid #e61f26;
}
.cp_cntfrmbx .cp_cntfrmbx_item input:focus {
  border: 1px solid #e61f26;
  outline: none;
}
.cp_cntfrmbx .cp_cntfrmbx_item textarea {
  width: 100%;
  height: 150px;
  line-height: inherit;
  padding: 6px 12px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  color: #252525;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  -webkit-appearance: none;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
.cp_cntfrmbx .cp_cntfrmbx_item textarea:hover {
  border: 1px solid #e61f26;
}
.cp_cntfrmbx .cp_cntfrmbx_item textarea:focus {
  border: 1px solid #e61f26;
  outline: none;
}
.cp_cntfrmbx_fileinpt input {
  padding-top: 8px !important;
}
.cp_cntfrmbx_btn .submit_btn {
  background: #00a652;
  border: 1px solid #00a652;
  border-radius: 5px;
  color: #ffffff;
  padding: 10px 30px;
  position: relative;
  overflow: hidden;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
  border-radius: 4px;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
.cp_cntfrmbx_btn .submit_btn:hover {
  background: #ffffff;
  border: 1px solid #e61f26;
  color: #e61f26;
}
.cp_cntinfo_hdng {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 20px;
}
.cp_cntinfo_hdng h3 {
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
  color: #211f20;
}
.cp_cntinfo_box {
  width: 100%;
  float: left;
  position: relative;
}
.cp_cntinfo_box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cp_cntinfo_box ul li {
  margin: 0;
  padding: 0 0 15px 0;
  list-style-type: none;
}
.cp_cntinfo_box ul li i {
  margin-right: 10px;
  color: #00a652;
  float: left;
  line-height: inherit;
  font-size: 16px;
}
.cp_ourexp_wrap_abt .cp_ourexp_card {
    width: 330px;
    float: none;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
}

.cp_cntinfo_box ul li p {
  color: #757575;
  font-size: 15px;
  margin: 0;
  padding: 0 0 0 0px;
  transition: all .3s ease;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  line-height: inherit;
}
.cp_cntinfo_box ul li p a {
  color: #757575;
  text-decoration: none;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}
.cp_cntinfo_box ul li p a:hover {
  color: #00a652;
  text-decoration: none;
}
.cp_teamber_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 60px;
}
.cp_teamber_card {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.cp_teamber_box {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  padding: 12px 12px;
}
.cp_teamber_box_fig {
  width: 100%;
  float: left;
  position: relative;
}
.cp_teamber_box_fig img {
  width: 100%;
  object-fit: cover;
}
.cp_teamber_box_info {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 12px;
}
.cp_teamber_box_info h3 {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  text-align: center;
}
.cp_teamber_box_info p {
  text-transform: capitalize;
  text-align: center;
  padding-top: 5px;
}
.cp_ourclints_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 50px;
  background: #f1f1ef;
}
.cp_ourclints_card {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 20px;
}
.cp_ourclints_grid_rght {
  width: 100%;
  float: left;
  position: relative;
  background: #ccc;
  padding: 20px 15px;
}
.cp_ourclints_grid_rght .cp_title_left h2 {
  font-size: 22px;
   text-align: center;
}
.cp_ourclints_box {
  width: 100%;
  float: left;
  position: relative;
  /*border: 1px solid #eee;
  padding: 12px;*/
}
.cp_ourclints_box img {
  width: 100%;
  object-fit: cover;
}
.cp_inrbnr_card p {
  padding-bottom: 15px;
}
.cp_indexp_rw {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: 10fr 2fr;
  grid-gap: 30px;
  align-items: center;
  place-content: center;
  border-bottom: 1px solid #ccc;
  padding: 25px 0;
}
.cp_inrbnr_row .cp_inrbnr_card h2 {
/*  padding-bottom: 0;*/
}
.cp_indexp_yrbx {
  width: 100%;
  float: left;
  position: relative;
}
.cp_indexp_yrbx_no {
  width: 115px;
  height: 115px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #00a652;
  border-radius: 100%;
  margin: 0 auto;
}
.cp_indexp_yrbx_no h4 {
  color: #fff;
  font-size: 34px;
  font-weight: 500;
}
.cp_tyinwma_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 10px;
}
.cp_tyinwma_card {
  width: 100%;
  float: left;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px;
}
.cp_tyinwma_box_fig {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
}
.cp_tyinwma_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: opacity 3s cubic-bezier(0.19, 1, 0.22, 1) 0ms, transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0ms;
}
.cp_tyinwma_box_infobx {
  width: 100%;
  float: left;
  padding: 15px;
}
.cp_tyinwma_box_infobx h3 {
  text-align: center;
  color: #231d1f;
  font-weight: 600;
  font-size: 24px;
  text-transform: capitalize;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
}
.cp_tyinwma_box {
  background: #e7e7e7;
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #808082;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease; 
}
.cp_tyinwma_box:hover {
  border: 1px solid #e61f26;
}
.cp_tyinwma_box:hover .cp_tyinwma_box_fig img {
  transform: scale(1.2);
  opacity: 1;
}
.cp_tyinwma_box:hover .cp_tyinwma_box_infobx h3{
  color: #e61f26;
}
.cp_yotawto_sec {
  width: 100%;
  float: left;
  position: relative;
  padding: 50px 0 60px;
}
.cp_yotawto_fig {
  width: 100%;
  float: left;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}
.cp_yotawto_fig img {
  width: 100%;
  object-fit: cover;
}
.cp_yotawto_acrdn_descp p {
  padding-bottom: 15px;
}
.cp_yotawto_acrdn {
  width: 100%;
  float: left;
  position: relative;
}
.cp_yotawto_acrdn .accordion-item {
  width: 100%;
  float: left;
  position: relative;
  padding-bottom: 10px;
}
.cp_yotawto_acrdn .accordion-button {
  border: 1px solid #eee;
  background: #fff;
  width: 100%;
  float: left;
  position: relative;
  text-align: left;
  display: flex;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  outline: none;
  padding: 10px 15px;
}
.cp_yotawto_acrdn .accordion-button:focus {
  border: 1px solid #eee;
  background: #fff;
}
.cp_yotawto_acrdn .accordion-button:focus-visible {
  border: 1px solid #eee;
  background: #fff;
}
.cp_yotawto_acrdn .accordion-collapse{
  width: 100%;
  float: left;
  position: relative;
}
.cp_yotawto_acrdn .accordion-body {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px 15px 0;
  border: 1px solid #eee;
  border-top: none;
}
.cp_yotawto_acrdn .accordion-button i {
  font-size: 18px;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:not(.collapsed) i {
  transform: rotate(-180deg);
}
.cp_yotawto_acrdn_descp {
  width: 100%;
  float: left;
  position: relative;
}
.cp_yotawto_acrdn .accordion-button h4 {
  color: #211f20;
  font-size: 18px;
  text-align: left;
  text-transform: capitalize;
  font-weight: 500;
}
.cp_jbcrfrmdtls_sec {
  padding-bottom: 60px;
}
.cp_hmabt_sec .cp_title_centr p {
  padding: 10px 10%;
}
.cp_srvcbnr_sec {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 230px;
  padding-bottom: 230px;
  background: #f1f1ef;
  overflow: hidden;
}
.cp_srvcbnr_rght img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
.cp_srvcbnr_rght {
  width: 100%;
}
.cp_srvcbnr_rw .col-md-6 {
  position: static;
}
.cp_srvcbnr_figbx_one {
  position: absolute;
  top: 0;
  right: 0;
  width: 450px;
  height: 280px;
}
.cp_srvcbnr_figbx_two {
  position: absolute;
  top: 30%;
  right: 15%;
  width: 450px;
  height: 280px;
  z-index: 9;
  right: 20%;
}
.cp_srvcbnr_figbx_three {
  position: absolute;
  bottom: 0;
  right: 30%;
  width: 450px;
  height: 280px;
  right: 0;
  z-index: 1;
}
.cp_srvcbnr_infobx h3 {
  text-align: left;
  color: #e61f26;
  font-size: 19px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
}
.cp_srvcbnr_infobx h3:after, .cp_srvcbnr_infobx h3:before {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  transform: translateY(-50%);
  background: #e61f26;
  left: 0;
  border-radius: 0%;
}
.cp_srvcbnr_infobx h3:after {
    left: 10px;
    top: 20px;
    background: #00a652;
}
.cp_srvcbnr_infobx h1 {
  text-align: left;
  color: #231f20;
  font-size: 38px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 600;
}
.cp_srvcbnr_infobx h1 span {
  font-weight: 400;
  display: block;
}
.cp_mraob_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 50px;
  margin: 50px 0 10px;
  background: #f1f1ef;
}
.cp_mraob_rght {
  width: 100%;
  position: relative;
  float: left;
}
.cp_mraob_rght img {
  width: 100%;
  object-fit: cover;
}
.cp_mraob_left p {
  padding-bottom: 15px;
}
.cp_bpafb_sec {
  margin-bottom: 60px;
}
.cp_oudbran_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 10px;
}
.cp_oudbran_left, .cp_oudbran_rght, .cp_oudbran_centr {
  width: 100%;
  position: relative;
  float: left;
}
.cp_oudbran_left img, .cp_oudbran_rght img {
  width: 100%;
  object-fit: cover;
}
.cp_oudbran_centr p {
  padding-bottom: 15px;
}
.cp_fpopep_rw {
  align-items: flex-start;
}
.cp_fpopep_rw .cp_wmudif_rght_botm {
  padding-top: 15px;
}
.cp_oudbran_centr .cp_title_left {
    padding-bottom: 10px;
}
.cp_updwp_sec {
  padding-bottom: 60px;
}
.cp_evntmngmntbnr_sec .cp_bilbord_bg {
  height: 600px;
}
.cp_evntmngmntbnr_sec .cp_bilbord_bg img {
  height: 100%;
/*  object-fit: cover;*/
/*  object-position: center center;*/
}
.cp_oudbran_centr .cp_title_left h2, .cp_fpopep_rw .cp_title_left h2 {
  font-size: 20px;
}
.cp_fpopep_rw .cp_wmudif_rght .cp_title_left {
    padding-bottom: 8px;
}
.cp_amsspm_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 60px;
}
.cp_amsspm_box {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  margin: 15px 0;
  border: 1px solid #eee;
}
.cp_amsspm_box_fig {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.cp_amsspm_box_fig img {
  width: 100%;
  transition: transform 0.5s ease-in;
  object-fit: cover;
}
.cp_amsspm_box:hover .cp_amsspm_box_fig img {
  transform: scale(1.2);
}
.cp_amsspm_box_info {
  width: 100%;
  position: relative;
  float: left;
  padding: 15px 10px;
}
.cp_amsspm_box_btn {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 15px;
}
.cp_amsspm_box_btn .cp_btn_all {
  font-size: 14px;
  padding: 8px 20px;
}
.cp_amsspm_box_info_txts h3 {
  text-align: center;
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 600;
  color: #231f20;
  padding-bottom: 10px;
}
.cp_ltstwrk_sec{
  width: 100%;
  position: relative;
  float: left;
  padding: 60px 15px;
}
.cp_ltstwrk_grid {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
}
.cp_ltstwrk_grid_box {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.cp_ltstwrk_grid_box_fig {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.cp_ltstwrk_grid_box_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_ltstwrk_grid_box:hover .cp_ltstwrk_grid_box_fig img {
    -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_galery_sec {
  width: 100%;
  position: relative;
  float: left;
  padding: 50px 0 50px;
  background: #f1f1ef;
}
.cp_galery_slider { 
  margin:0 auto; 
  width: 100%;
  position: relative;
    float: left;
}
#cp_galery_big {
  padding-bottom: 10px;
}
#cp_galery_big .item { 
  width: 100%;
}
#cp_galery_thumbs .item { 
  width: 100%;
  height:100%;
  cursor: pointer; 
}
#cp_galery_thumbs .current .item { 
  background:#e61f26; 
  height: 100%;
  width: 100%;
}
.cp_galery_slider .owl-theme .owl-nav [class*='owl-'] { 
  -webkit-transition: all .3s ease; 
  transition: all .3s ease; 
}
.cp_galery_slider .owl-theme .owl-nav [class*='owl-'].disabled:hover { 
  background-color: #D6D6D6; 
}
#cp_galery_big.owl-theme { 
  position: relative; 
}
#cp_galery_big .owl-next, #cp_galery_big .owl-prev { 
  background:#e61f26; 
  width: 40px; 
  line-height:40px; 
  height: 40px; 
  margin-top: -20px; 
  position: absolute; 
  text-align:center; 
  top: 50%; 
  color: #fff;
  opacity: 1;
  visibility: visible;
}
#cp_galery_big .owl-prev { 
  left: 0px; 
}
#cp_galery_big .owl-next { 
  right: 0px; 
}
#cp_galery_big:hover .owl-next, #cp_galery_big:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}
#cp_galery_thumbs .owl-next, #cp_galery_thumbs .owl-prev { 
  background:#e61f26; 
  width: 40px; 
  line-height:40px; 
  height: 40px; 
  margin-top: -20px; 
  position: absolute; 
  text-align:center; 
  top: 50%; 
  color: #fff;
  opacity: 0;
  visibility: hidden;
}
#cp_galery_thumbs .owl-prev { 
  left: 0px; 
}
#cp_galery_thumbs .owl-next { 
  right: 0px; 
}
#cp_galery_thumbs:hover .owl-next, #cp_galery_thumbs:hover .owl-prev {
  opacity: 1;
  visibility: visible;
}
.cp_galery_big_box {
  width: 100%;
  position: relative;
  float: left;
}
.cp_galery_big_box img {
  width: 100%;
  object-fit: cover;
}
.cp_galery_thumbs_box {
  width: 100%;
  position: relative;
  float: left;
  background: #e61f26;
}
.cp_galery_thumbs_box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.cp_galery_thumbs_box img {
  width: 100%;
  object-fit: cover;
}
#cp_galery_thumbs .current .cp_galery_thumbs_box:before{
  background: rgba(0, 0, 0, 0);
}
.cp_ourclints_grid {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: 9fr 3fr;
  grid-gap: 30px;
}
.cp_ourclints_slidbx {
  width: 100%;
  position: relative;
  float: left;
}
.cp_ourclints_vslide_box {
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
  margin-top: 5px;
}
.cp_ourclints_vslide_box_fig{
  width: 100%;
  position: relative;
  float: left;
  overflow: hidden;
}
.cp_ourclints_vslide_box_fig img {
  width: 100%;
  object-fit: cover;
}
.cp_ourclints_vslide_box_info {
  width: 100%;
  position: relative;
  float: left;
  padding: 15px 10px;
}
.cp_ourclints_vslide_box_info h3 {
  text-align: center;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
}
.cp_snpsht_sec {
  width: 100%;
  position: relative;
  float: left;
  margin: 50px 0 0px;
  padding: 100px 0 100px;
  background-color: #052804;
/*  padding-top: clamp(6vh, 6%, 15vh);*/
}
.cp_snpsht_sec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/bg-line.png);
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
.cp_snpsht_title {
  width: 100%;
  position: relative;
  float: left;
}
.cp_snpsht_title h5 {
  width: fit-content;
  color: #fff;
  padding: 3px 24px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 3px;
  font-style: italic;
}
.cp_snpsht_title p {
  color: #9b9a9c;
  font-size: 34px;
  line-height: inherit;
  width: 820px;
  padding-top: 30px;
}
.cp_snpsht_title p span {
  color: #fff;
}
.cp_snpsht_title ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 60px;
  gap: 10px;
  flex-wrap: wrap;
}
.cp_snpsht_title ul li {
  color: #7f7f7f;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.cp_snpsht_clamp h2 {
  font-weight: 700;
  color: #7f7f7f;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: -10px;
  z-index: -1;
  margin: 0;
  letter-spacing: 30px;
  opacity: .2 !important;
  font-size: 200px;
}
.cp_snpsht_card {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 80px;
}
.cp_snpsht_grid {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px;
}
.cp_snpsht_grid_fig {
  width: 100%;
  position: relative;
  float: left;
}
.cp_snpsht_grid_fig img {
  width: 100%;
  object-fit: cover;
}
.cp_snpsht_sbox {
  width: 100%;
  position: relative;
  float: left;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
.cp_snpsht_sbox_item {
  width: 100%;
  position: relative;
  float: left;
  padding-left: 40px;
}
.cp_snpsht_sbox_item_ht {
  width: 100%;
  position: relative;
  float: left;
}
.cp_snpsht_sbox_item_ht_titl {
    width: 100%;
    float: left;
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
}
.cp_snpsht_sbox_item_ht_titl h4 {
  color: #707070;
  font-size: 38px;
  font-weight: 500;
  margin-left: -35px;
}
.cp_snpsht_sbox_item_ht_titl h3 {
  color: #959595;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.1;
}
.cp_snpsht_sbox_item_ht_fig {
  width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}
.cp_snpsht_sbox_item_ht_fig img {
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transform-style: preserve-3d;
}
.cp_snpsht_sbox_item:hover .cp_snpsht_sbox_item_ht_fig img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.cp_snpsht_sbox_item_txts {
  width: 100%;
  position: relative;
  float: left;
  padding-top: 15px;
}
.cp_snpsht_sbox_item_txts p {
  color: #bcbdbf;
}

.cp_moblhdr_mrow {
  display: none;
}
.cp_moblhdr_mrow .mobile-menu-trigger {
  display: flex;
  height: 30px;
  width: 30px;
  margin-left: 15px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
.cp_moblhdr_mrow .mobile-menu-trigger span {
  display: block;
  height: 2px;
  background-color: #333333;
  width: 24px;
  position: relative;
}
.cp_moblhdr_mrow .mobile-menu-trigger span:before, .cp_moblhdr_mrow .mobile-menu-trigger span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #333333;
}
.cp_moblhdr_mrow .mobile-menu-trigger span:before {
  top: -6px;
}
.cp_moblhdr_mrow .mobile-menu-trigger span:after {
  top: 6px;
}
.cp_moblhdr_mrow .item-right {
  align-items: center;
}
.cp_moblhdr_mrow .menu {
  position: fixed;
  width: 320px;
  background-color: #ffffff;
  left: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
  transform: translate(-100%);
  transition: all 0.5s ease;
  z-index: 1099;
}
.cp_moblhdr_mrow .menu.active {
  transform: translate(0%);
}
.cp_moblhdr_mrow .menu > ul > li {
  line-height: 1;
  margin: 0;
  display: block;
}
.cp_moblhdr_mrow .menu > ul > li > a {
  line-height: 50px;
  height: 50px;
  padding: 0 50px 0 15px;
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cp_moblhdr_mrow .menu > ul > li > a i {
  position: absolute;
  height: 50px;
  width: 50px;
  top: 0;
  right: 0;
  text-align: center;
  line-height: 50px;
  transform: rotate(-90deg);
}
.cp_moblhdr_mrow .menu .mobile-menu-head {
  display: flex;
  height: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 501;
  position: sticky;
  background-color: #ffffff;
  top: 0;
}
.cp_moblhdr_mrow .menu .mobile-menu-head .go-back {
  height: 50px;
  width: 50px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  color: #000000;
  font-size: 16px;
  display: none;
}
.cp_moblhdr_mrow .menu .mobile-menu-head.active .go-back {
  display: block;
}
.cp_moblhdr_mrow .menu .mobile-menu-head .current-menu-title {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}
.cp_moblhdr_mrow .menu .mobile-menu-head .mobile-menu-close {
  height: 50px;
  width: 50px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  color: #000000;
  font-size: 25px;
}
.cp_moblhdr_mrow .menu .menu-main {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu, .cp_moblhdr_mrow .menu > ul > li .sub-menu {
  visibility: visible;
  opacity: 1;
  position: absolute;
  box-shadow: none;
  margin: 0;
  padding: 15px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 65px;
  max-width: none;
  min-width: auto;
  display: none;
  transform: translateX(0%);
  overflow-y: auto;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.active {
  display: block;
}
@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideRight {
  0% {
    opacity: 1;
    transform: translateX(0%);
  }
  100% {
    opacity: 0;
    transform: translateX(100%);
  }
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img {
  margin-top: 0;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title {
  margin-bottom: 20px;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title {
  margin-bottom: 0px;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
  flex: 0 0 100%;
  padding: 0px;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu > ul > li > a, .cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
  display: block;
}
.cp_moblhdr_mrow .menu > ul > li .sub-menu.mega-menu > .list-item > ul {
  margin-bottom: 15px;
}
.menu-overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1098;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
}
.menu-overlay.active {
  visibility: visible;
  opacity: 1;
}
.splitting.cells img {
  width: 100%;
  display: block;
}

@supports (display: grid) {
.splitting.cells {
  position: relative;
  overflow: hidden;
  background-size: cover;
  visibility: hidden;
}
.splitting .cell-grid {
  background: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr);
}
.splitting .cell {
  background: inherit;
  position: relative;
  display: block;
  overflow: hidden;
  opacity: 1;
}

.splitting .cell-inner {
  background: inherit;
  position: absolute;
  visibility: visible;
  /* Size to fit the whole container size */
  width: calc(100% * var(--col-total));
  height: calc(100% * var(--row-total));
  /* Position properly */
  left: calc(-100% * var(--col-index));
  top: calc(-100% * var(--row-index));
}
@keyframes rotate {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
}
.out-top {
    animation: rotate 20s linear infinite;
    transform-origin: 13px 25px;
}
.in-top {
    animation: rotate 10s linear infinite;
    transform-origin: 13px 25px;
}
.out-bottom {
    animation: rotate 25s linear infinite;
    transform-origin: 84px 93px;
}
.in-bottom {
    animation: rotate 15s linear infinite;
    transform-origin: 84px 93px;
}
.cp_ourexp_svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cp_ourexp_svg svg {
  width: 100%;
  height: 100%;
}
.havlightbox-thumbnail {
    z-index: 1;
    position: relative;
}
.cp_brndg_card .cp_snpsht_grid {
  grid-template-columns: 4fr 8fr;
}
.cp_brndg_card .cp_snpsht_sbox_item_ht h4 {
    color: #707070;
    font-size: 68px;
    font-weight: 500;
    margin-left: -35px;
}
.cp_brndg_card .cp_snpsht_sbox_item_txts {
    padding-top: 0;
    margin-top: -5px;
}
.cp_odbrndg_sec {
  margin-top: 0;
  background: #000;
}
.cp_evntmngmnt_sec .cp_snpsht_clamp h2 {
  font-size: 148px;
}
.cp_mnfooter_botm_social{
    width: 100%;
    position: relative;
    display:block;
    background:#191919;
    float: left;
}
.cp_mnfooter_botm_social_card h4 {
    width:100%;
    color: #fff;
}
.cp_mnfooter_botm_social_card {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    gap: 12px;
    margin: 0 auto;
    padding-bottom: 30px;
}
.cp_mnfooter_socials {
    padding-top: 0;
}
.cp_tyinwma_sec .cp_wccp_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.cp_tyinwma_sec .cp_wccp_gbox_info {
  height: 12%;
}
.cp_ourexp_home .cp_ourexp_card {
    grid-template-columns: repeat(4, 1fr);
}
.cp_srvcbnr_sec {
    background: url(../images/banner-bgs.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-animation: animateBackground infinite ease-in-out 35s;
}
.cp_snpsht_figrs {
    width: 100%;
    position: relative;
    display: flex;
    gap: 30px;
    float: left;
    flex-direction: column;
}
.file_wrapper {
  overflow: hidden;
  padding: 0 20px;
  position: relative;
  margin-bottom: 12px;
  border: 1px solid #ddd;
  cursor: pointer;
}
.file_wrapper .file-button {
    color: #fff;
    float: left;
    cursor: pointer;
    margin-left: -20px;
    padding: 15px;
    background: #00a652;
    display: inline-block;
}
.file-button i {
    margin-right: 8px;
}
.file_wrapper input {
    left: 0;
    opacity: .01;
    cursor: pointer;
    position: absolute;
    -moz-opacity: .01;
    filter: alpha(opacity=1);
}
.cp_cntfrmbx .cp_cntfrmbx_item select {
  width: 100%;
  height: 45px;
  line-height: inherit;
  padding: 6px 12px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  color: #252525;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-transition: 0.7s all;
  -moz-transition: 0.7s all;
  transition: 0.7s all;
  outline: none;
  font-family: 'Poppins', sans-serif;
}
.cp_cntfrmbx .cp_cntfrmbx_item select:hover {
  border: 1px solid #e61f26;
}
.cp_cntfrmbx .cp_cntfrmbx_item select:focus {
  border: 1px solid #e61f26;
  outline: none;
}
.cp_whadrs_sec {
  width: 100%;
  position: relative;
  float: left;
  background: #f1f1ef;
  padding: 50px 0;
}
.cp_whadrs_card {
  width: 100%;
  position: relative;
  float: left;
  border-radius: 20px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer;
  transition: 0.4s;
  border-bottom: 4px solid #d3d3d3;
  padding: 30px 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  align-items: stretch;
}
.cp_whadrs_box {
  width: 100%;
  position: relative;
  float: left;
}
.cp_whadrs_box_hdng {
  width: 100%;
  position: relative;
  float: left;
}
.cp_whadrs_box_hdng h4 {
  font-size: 20px;
  color: #000;
  font-weight: 500;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.cp_whadrs_box_info {
  width: 100%;
  position: relative;
  float: left;
}
.cp_whadrs_box_info h6 {
  font-size: 17px;
  color: #383838;
  font-weight: 500;
  padding-bottom: 10px;
  text-transform: capitalize;
}
.cp_whadrs_box_info p {
  color: #757575;
  font-size: 15px;
  padding-bottom: 5px;
}
.cp_whadrs_box_info p a {
  color: #757575;
}
.cp_whadrs_box_info p a:hover {
  color: #e61f26;
}
.cp_cntsocils {
    padding-top: 15px;
}
.cp_cntsocils h4 {
  text-transform: capitalize;
  font-size: 18px;
  padding-bottom: 12px;
  font-weight: 600;
  color: #000;
}
.cp_cntinfo_box ul li i {
    padding: 15px 15px 15px 15px;
    border-style: double;
    border-color: #2828281a;
}
.cp_cntinfo_box ul li {
    display: flex;
    align-items: center;
}
.cp_cntpgfrm_sec {
  padding-bottom: 60px;
}
/*.cp_cntpgfrm_sec:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: #F1F1EF;
  height: 100%;
  width: 70%;
}*/

.cp_tyinwmaoh_sec .cp_wccp_grid_box:hover .cp_wccp_gbox_info {
    padding-top: 8%;
}
.cp_tyinwmaoh_sec .cp_wccp_grid_box .cp_wccp_gbox_info h3 {
    font-size: 22px;
    padding-bottom: 10px;
}
.cp_tyinwmaoh_sec .cp_wccp_grid_box .cp_wccp_gbox_info p {
    font-weight: 400;
    font-size: 15px;
    line-height: inherit;
}
.cp_wtocp_lftop_fig div, .cp_wtocp_rghtbotm_fig div {
    transform: none !important;
}
.flotng_whtsap {
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
    -moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);
    height: 50px;
    width: 50px;
    position: fixed;
    bottom: 65px;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #fff;
}
.flotng_whtsap i {
    color: #fff;
}









































