


/* Table of Content
==================================================
  #Homepage Styles
  #Page Styles
  #Media Queries
  #Font-Face */
html, body, #wrapper {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
} 

body > #wrapper {
  height: auto; min-height: 100%; background:#fff ;
}
body
#main{
  width:100%;
  padding:0;
  margin:0 auto;
  padding-top: 100px;
}
*{
  padding:0;
  margin:0;
}

table{
  width: 100%;
}
table, th, td {
    border: 1px solid #1a5f80;
    border-collapse: collapse;    
}
th, td {
    padding: 10px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-align: center;
}
th {
    background-color: #104660;
    color: #fff;
}

a{
  cursor: pointer;
  display: inline-block;
}

span{
  display: inline-block;
}

p{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #6d6e70;
  padding: 0 0 15px 0;
}

/* #Grid system
================================================== */
.container{
  width:1170px;
  margin:0 auto;
}
.contain_90{
  width: 90%;
  margin: 0 auto;
}
.container:before, .container:after, .row:before, .row:after{
  content:"";
  display:table;
}
.container:after, .row:after{clear:both;}
.row{
  margin-left:-10px;
  margin-right:-10px;
}
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{
  position:relative;
  min-height:1px;
  padding-left:10px;
  padding-right:10px;
  float:left;
}

.col-sm-12{width:100%;}
.col-sm-11{width:91.66666667%;}
.col-sm-10{width:83.33333333%;}
.col-sm-9{width:75%;}
.col-sm-8{width:66.66666667%;}
.col-sm-7{width:58.33333333%;}
.col-sm-6{width:50%;}
.col-sm-5{width:41.66666667%;}
.col-sm-4{width:33.33333333%;}
.col-sm-3{width:25%;}
.col-sm-2{width:16.66666667%;}
.col-sm-1{width:8.33333333%;}
.flt-right { float: right; }
.flt-left { float: left; }

.clr{
  clear:both;
}

/*flipInYmyStyle_Animation*/
@keyframes flipInYmyStyle {
  from {
    transform: perspective(400px) rotateY(-1440deg) scale(0);
    animation-timing-function: ease-in;
    /*opacity: 0;*/
  }

  50% {
    transform: perspective(400px) rotateY(-720deg) scale(0.5);
  }

  to {
    transform: perspective(400px) rotateY(00deg) scale(1);
  }
}

.flipInYmyStyle {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInYmyStyle;
  animation: flipInYmyStyle 1s;
}

/* =Header
-------------------------------------------------------------- */
header {
  width: 100%;
  position: fixed;
  top:0px;
  left: 0;
  z-index: 999;
  padding: 15px 0;
  background: linear-gradient(90deg, #EFEFEF calc(55% - 6px), #fff 45%);
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
/*  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);*/
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
}
header .inner_container{
  display: flex;
}
header .logo {
  width: unset;
  float: left;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  padding:0 0 0 0;
}
header nav {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 0 0 auto;
  align-items: center;
  float: right;
  padding: 0% 0% 0% 0%;
  background-color: transparent;
  margin-top: 0px;
/*  width: 68%;*/
  width: unset;
}
header.smaller {
  top:0;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  background:#fff;
  padding: 10px 0;
}
header.smaller .logo {
  width: 150px;
}
header.smaller nav {
  display: inline-block;
  float: left;
  padding:0% 0% 0% 0%;
  margin-top: 0%;
}


.heading{
  text-align: center;
}
.heading span{
  position: relative;
  font-size: 35px;
  font-weight: 700;
  color: #231F20;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 30px 0;
}
.heading span::before{
  content: '';
  position: absolute;
  width: 100px;
  height: 5px;
  bottom: -15px;
  background: #CE3636;
  left: calc(50% - 50px);
}

footer{
  background-color: #231F20;
  padding: 30px 0 50px 0;
}
footer .link_boxes .sub_heading ul li a{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  padding: 0 0 5px 0;
}
footer .link_boxes .sub_title ul li a{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 200;
  padding: 0 0 5px 0;

}
footer .socail_link  ul{
  display: flex;
  justify-content: end;
}
footer .socail_link  ul li{
  padding: 0 5px;
}

#menu-btn span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn span:nth-child(2) {
  top: 18px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn span:nth-child(3) {
  top: 36px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(35deg);
  top: -3px;
  left: 8px;
}

#menu-btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-35deg);
  top: 39px;
  left: 8px;
}


/*banner_section*/
.banner{
  position: relative;
  padding: 0 0 100px 0;
  background: linear-gradient(90deg, #EFEFEF calc(55% - 6px), #fff 45%);
}
.banner .main_banner .owl-nav{
  margin: 0;
  position: absolute;
  right: 0;
}
.banner .main_banner .owl-nav [class*=owl-]{
  position: absolute;
  margin: 30px 0;
  padding: 0;
  border-radius: 0;
  letter-spacing: 4px;
  background: unset;
}
.banner .main_banner .overlay_text .heading span::before{
  background: unset;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-prev{
  padding: 10px !important;
  left: -130px;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-prev::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 65%;
  height: 100%;
  border: 2px solid #cfd0d1;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-next{
  padding: 10px !important;
  left: -70px;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-next::before {
  position: absolute;
  content: '';
  left: 25px;
  top: 0;
  width: 65%;
  height: 100%;
  border: 2px solid #cfd0d1;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-next:hover::before{
  border: 2px solid #CE3636;
  background: unset;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-next:hover span{
  color: #000;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-prev:hover::before{
  border: 2px solid #CE3636;
  background: unset;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-prev:hover span{
  color: #000;
}

.banner .main_banner.owl-carousel .owl-nav button.owl-next span{
  color: #A0A0A0;
  background: #fff;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.banner .main_banner.owl-carousel .owl-nav button.owl-prev span{
  color: #A0A0A0;
  background: #fff;
  font-size: 12px;
  z-index: 1;
  position: relative;
}
.banner .main_banner .inner_boxes{
  display: flex;
  flex-wrap: wrap;
}
.banner .main_banner .inner_boxes .item_box:nth-child(1){
  width: 55%;
  overflow: hidden;
  position: relative;
}
.banner .main_banner .inner_boxes .item_box:nth-child(1) img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(5px);
  transform: scale(1.1);
}
.banner .main_banner .inner_boxes .item_box:nth-child(1)::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ce3636e0;
  z-index: 1;
  border-bottom-left-radius: 15px;
}
.banner .main_banner .inner_boxes .item_box:nth-child(2){
  width: 45%;
}
.overlay_text{
  position: absolute;
  width: 45%;
  top: 15%;
  left: 5%;
  z-index: 1;
}
.banner .main_banner .overlay_text .title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
  font-weight: 600;
}
.banner .main_banner .overlay_text .heading{
  text-align: unset;
}
.banner .main_banner .overlay_text .heading span{
  position: relative;
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 20px 0 30px 0;
}
/*.banner .main_banner .overlay_text .heading span.border::before{
  background: unset;
}*/
/*.banner .main_banner .overlay_text .heading span::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: -40px;
  background: #fff;
  left: 0; 
}*/
.banner .main_banner .overlay_text .exploxe_button{
  position: relative;
}
.banner .main_banner .overlay_text .exploxe_button a{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1.4em;
  letter-spacing: 3px;
  font-weight: 500;
  padding: 50px 0 0;
  transition: .5s;
}
.banner .main_banner .overlay_text .exploxe_button a::before{
  content: '';
  position: absolute;
  width: 50px;
  height: 3px;
  bottom: 60px;
  background: #fff;
  left: 0; 
}
.banner .main_banner .overlay_text .exploxe_button a:hover{
  color: #000;
  font-weight: 700;
  text-shadow: 2px 2px #CE3636;
}
.banner .main_banner .overlay_text .exploxe_button span{
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  /*border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;*/
  margin: 0 0 0 5px;
}
.banner .main_banner .overlay_text .exploxe_button a:hover span{
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(324deg) brightness(96%) contrast(104%);
}
.banner .main_banner .overlay_text .exploxe_button a:hover{
  transform: translateY(-2px);
  font-weight: 700;
}


/*welcome_section*/
.welcome_section{
  padding: 100px 0 80px 0;
  background-color: #F9F9F9;
}
.welcome_section .inner_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.welcome_section .inner_container .welcome_banner .item_box{
  padding-bottom: 57.142%;
}
.welcome_section .inner_container .welcome_banner .item_box a.video_venobox{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.welcome_section .inner_container .welcome_banner .item_box a.video_venobox::before{
    position: absolute;
    content: '';
    left: calc(50% - 25px);
    top: calc(50% - 25px);
    width: 50px;
    height: 50px;
    background: url(../images/youtube-play-btn.png) no-repeat;
    background-size: contain;
    background-position: center;
    z-index: 1;
}
.welcome_section .inner_container .welcome_banner .item_box .youtube_video_wrapper{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.welcome_section .inner_container .welcome_banner .item_box img{
  border-radius: 10px;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.welcome_section  .welcome_banner.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top: 20px;
}

.welcome_section .inner_container .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 500;
}
.welcome_section .inner_container .heading{
  font-size: 26px;
  font-weight: 700;
  color: #15475c;
  font-family: "Montserrat", sans-serif;
  padding: 0 0 10px 0;
  text-align: unset;
}
.welcome_section .inner_container .col-sm-5 .inner_boxes{
  padding: 0 0 0 40px;
}
.welcome_section .inner_container .inner_boxes .readmore_btn a{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  color: #15475c;
  padding: 25px 0 0;
  transition: .5s;
}
.welcome_section .inner_container .inner_boxes .readmore_btn a:hover{
  color: #CE3636;
  transform: translateY(-2px);
  font-weight: 600;
}
.welcome_section .inner_container .inner_boxes .readmore_btn span{
  padding: 0 0 0 15px;
}
.welcome_section .inner_container .inner_boxes .readmore_btn span img{
  width: 8px;
}
.welcome_section .inner_container .inner_boxes .readmore_btn:hover span img{
  filter: brightness(0) saturate(100%) invert(25%) sepia(76%) saturate(2381%) hue-rotate(345deg) brightness(90%) contrast(79%);
}


/*products_section*/
.products_section{
  padding: 80px 0;
  background-color: #EFEFEF;
}
.products_section .inner_container .boxes .inner_products_boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 50px 0 0;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .col-sm-6{
  padding: 0;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .col-sm-6 .item_box{
  text-align: right;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .inner_boxes{
  background: linear-gradient(90deg, #FFFFFF calc(50% - 250px), #EFEFEF calc(50% - 200px));
  padding: 75px 150px 75px 50px;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .inner_boxes.shadow{
/*  background: linear-gradient(90deg, #FFFFFF calc(50% - 250px), #EFEFEF calc(50% - 200px));*/
  background: unset;
  padding: 0px 120px 0px 50px;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .inner_boxes .heading{
  text-align: unset;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .inner_boxes .heading span{
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #15475c;
  font-family: "Montserrat", sans-serif;
  margin: auto;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .inner_boxes .heading span::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -15px;
  background: #CE3636;
  left: 0;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(odd) .inner_boxes .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 500;
  padding: 30px 0 0;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even){
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding: 50px 0 0;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .col-sm-6{
  padding: 0;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .col-sm-6 .item_box{
  text-align: left;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .inner_boxes{
  background: linear-gradient(90deg, #EFEFEF calc(50% - -200px), #FFFFFF calc(50% - -250px));
  padding: 75px 50px 75px 150px;
  text-align: right;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .inner_boxes.shadow{
/*  background: linear-gradient(90deg, #EFEFEF calc(50% - -200px), #FFFFFF calc(50% - -250px));*/
  background: unset;
  padding: 0px 50px 0px 120px;
  text-align: right;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .inner_boxes .heading{
  text-align: unset;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .inner_boxes .heading span{
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #15475c;
  font-family: "Montserrat", sans-serif;
  margin: auto;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .inner_boxes .heading span::before{
  content: '';
  position: absolute;
  width: 80px;
  height: 3px;
  bottom: -15px;
  background: #CE3636;
  right: 0;
  left: unset;
}
.products_section .inner_container .boxes .inner_products_boxes:nth-child(even) .inner_boxes .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 500;
  padding: 30px 0 0;*/
}

/*objective_section*/
.objective_section{
  padding: 60px 0 80px 0;
  background-color: #F9F9F9;
}
.objective_section .inner_objective_boxes{
  padding: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.objective_section .inner_objective_boxes .inner_boxes{
  text-align: center;
  box-shadow: 7px 7px 13px #0000000D;
  border-radius: 16px;
  background-color: #fff;
  padding: 50px 0px 30px;
  margin: 0 5px 20px 5px;
  height: calc(100% - 20px);
}
.objective_section .inner_objective_boxes .inner_boxes img{
  transition: .5s;
}
.objective_section .inner_objective_boxes .inner_boxes:hover img{
  transform: scale(1.1);
}
.objective_section .inner_objective_boxes .inner_boxes .title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 700;
  padding: 20px 0 10px 0;
}
.objective_section .inner_objective_boxes .inner_boxes .sub_title{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #414042;
  line-height: 1.4em;
  padding: 0 15px;
}


/*our_strengths_section*/
.our_strengths_section{
  background: url('../images/our-strength.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0 60px 0;
}
.our_strengths_section .heading span{
  color: #fff;
}
.our_strengths_section .heading span::before{
  background: #fff;
}
.our_strengths_section .inner_our_strengths_boxes{
  padding: 50px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_strengths_section .inner_our_strengths_boxes .inner_boxes{
  box-shadow: 7px 7px 13px #00000026;
  border-radius: 10px;
  background: #DA6868;
  text-align: center;
  padding: 50px 55px 30px 55px;
  height: 180px;
  margin: 0 5px;
}
.our_strengths_section .inner_our_strengths_boxes .inner_boxes .title span{
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.our_strengths_section .inner_our_strengths_boxes .inner_boxes .sub_title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4em;
  padding: 20px 0 0;
}
/*@property --num {
  syntax: "<integer>";
  initial-value: 0;
  inherits: false;
}
.our_strengths_section .inner_our_strengths_boxes span.counter {
  animation: counter 3s 1 forwards ease-in-out;
  counter-reset: num var(--num);
  display: inline-block;
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.our_strengths_section .inner_our_strengths_boxes span.counter::before {
  content: counter(num);
}
@keyframes counter {
  from {
    --num: 0;
  }
  to {
    --num: 6;
  }
}
.our_strengths_section .inner_our_strengths_boxes span.counter2 {
  animation: counter2 3s 1 forwards ease-in-out;
  counter-reset: num var(--num);
  display: inline-block;
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.our_strengths_section .inner_our_strengths_boxes span.counter2::before {
  content: counter(num);
}
@keyframes counter2 {
  from {
    --num: 0;
  }
  to {
    --num: 200;
  }
}
.our_strengths_section .inner_our_strengths_boxes span.counter3 {
  animation: counter3 3s 1 forwards ease-in-out;
  counter-reset: num var(--num);
  display: inline-block;
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.our_strengths_section .inner_our_strengths_boxes span.counter3::before {
  content: counter(num);
}
@keyframes counter3 {
  from {
    --num: 0;
  }
  to {
    --num: 10;
  }
}
.our_strengths_section .inner_our_strengths_boxes span.counter4 {
  animation: counter4 3s 1 forwards ease-in-out;
  counter-reset: num var(--num);
  display: inline-block;
  color: #fff;
  font-size: 60px;
  line-height: 40px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
  position: relative;
}
.our_strengths_section .inner_our_strengths_boxes span.counter4::before {
  content: counter(num);
}
@keyframes counter4 {
  from {
    --num: 0;
  }
  to {
    --num: 12;
  }
}*/


/*our_clients_section*/
.our_clients_section{
  padding: 80px 0;
  background-color: #EFEFEF;
}
.our_clients_section .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #414042;
  line-height: 1.4em;
  text-align: center;
  padding: 15px 0;
}
.our_clients_section .inner_our_clients_boxes{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 0 0;
}
.our_clients_section .inner_our_clients_boxes .inner_boxes{
  margin: 0 5px;
}
.our_clients_section .inner_our_clients_boxes .inner_boxes .item_box{
  text-align: center;
  box-shadow: 7px 7px 13px #0000000D;
  border-radius: 16px;
  background-color: #fff;
}
.our_clients_section .inner_our_clients_boxes .inner_boxes .item_box{
  transition: .5s;
}
.our_clients_section .inner_our_clients_boxes .inner_boxes .item_box:hover{
  transform: scale(1.1);
}
/*categories_section*/
.categories_section{
  padding: 80px 0;
}
.categories_section .inner_categories_boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px 0 0;
}
.categories_section .inner_categories_boxes .inner_boxes{
  position: relative;
  margin: 40px;
  transition: .5s;
}
.categories_section .inner_categories_boxes .inner_boxes .item_box{
  text-align: center;
  overflow: hidden;
}
.categories_section .inner_categories_boxes .inner_boxes:hover .item_box img{
  filter: blur(2px);
}
.categories_section .inner_categories_boxes .inner_boxes .hidden_boxes{
  width: 100%;
  position: absolute;
  bottom: 5%;
  text-align: center;
  padding: 0px 60px;
}
.categories_section .inner_categories_boxes .inner_boxes .title{
  font-family: "Montserrat", sans-serif;
  font-size: 26px;
  font-weight: 600;
  color: #fff;
  line-height: 1.4em;
}
.categories_section .inner_categories_boxes .inner_boxes .line{
  position: absolute;
  width: 80px;
  height: 5px;
  margin: 15px 0;
  background: #fff;
  left: calc(50% - 50px);
  display: none;
}
.categories_section .inner_categories_boxes .inner_boxes .sub_title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
  padding: 40px 0 0;
  font-weight: 300;
  display: none;
}
.categories_section .inner_categories_boxes .inner_boxes:hover .sub_title{
  display: block;
}
.categories_section .inner_categories_boxes .inner_boxes:hover .line{
  display: block;
}
.categories_section .inner_categories_boxes .inner_boxes:hover{
  box-shadow: 10px 10px #15475C;
}

/*top_selling_section*/
.top_selling_section{
  background: url(../images/top-selling.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.top_selling_section .inner_top_selling_boxes{
  padding: 50px 0 0;
}
.top_selling_section .inner_top_selling_boxes .inner_boxes{
  margin: 0 80px;
  text-align: center;
}
.top_selling_section .inner_top_selling_boxes .inner_boxes .title{
  padding: 25px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #15475C;
  line-height: 1.4em;
  font-weight: 700;
}
.top_selling_section .inner_top_selling_boxes .inner_boxes .sub_title{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #414042;
  line-height: 1.4em;
  font-weight: 500;
}
.top_selling.owl-theme .owl-nav button.owl-prev {
  left: 0px;
}
.top_selling.owl-theme .owl-nav button {
  position: absolute;
  top: 35%;
  margin: 0;
}
.top_selling.owl-theme .owl-nav button.owl-next {
  right: 0px;
}
.top_selling.owl-theme .owl-nav [class*=owl-] {
  background: unset;
}
.top_selling.owl-theme .owl-nav button.owl-next span img:hover{
  filter: brightness(0) saturate(100%) invert(30%) sepia(37%) saturate(3917%) hue-rotate(342deg) brightness(87%) contrast(84%);
}
.top_selling.owl-theme .owl-nav button.owl-prev span img:hover{
  filter: brightness(0) saturate(100%) invert(30%) sepia(37%) saturate(3917%) hue-rotate(342deg) brightness(87%) contrast(84%);
}


/*new_arriving_section*/
.new_arriving_section{
  padding: 80px 0;
}
.new_arriving_section .inner_new_arriving_boxes{
  padding: 50px 0 0;
}
.new_arriving_section .inner_new_arriving_boxes .inner_boxes{
  margin: 0 80px;
  text-align: center;
}
.new_arriving_section .inner_new_arriving_boxes .inner_boxes .title{
  padding: 25px 0 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  color: #15475C;
  line-height: 1.4em;
  font-weight: 700;
}
.new_arriving_section .inner_new_arriving_boxes .inner_boxes .sub_title{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #414042;
  line-height: 1.4em;
  font-weight: 500;
}

/*our_infrastructure_section*/
.our_infrastructure_section{
  padding: 80px 0;
}
.our_infrastructure_section .inner_our_infrastructure_boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  padding: 10px 0 0;
}
.our_infrastructure_section .inner_our_infrastructure_boxes .inner_boxes{
  position: relative;
  margin: 40px;
  transition: all 1s;
   
}
.our_infrastructure_section .inner_our_infrastructure_boxes .inner_boxes .item_box{
  text-align: center;
}
.our_infrastructure_section .inner_our_infrastructure_boxes .inner_boxes:hover{
  box-shadow: 10px 10px #CE3636;
}

/*industries_section*/
.industries_section_wrapper .industries_section{
  padding: 100px 0 80px 0;
}
.industries_section_wrapper .industries_section:nth-child(odd) .inner_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.industries_section_wrapper .industries_section:nth-child(odd) .inner_container .inner_boxes{
  padding: 0 60px 0 0;
}
.industries_section_wrapper .industries_section:nth-child(odd) .inner_container .heading{
  text-align: unset;
}
.industries_section_wrapper .industries_section:nth-child(odd) .inner_container .heading span::before{
  left: 0;
}
.industries_section_wrapper .industries_section:nth-child(odd) .inner_container .item_box{
  background: url(../images/rectangle.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
}

.industries_section_wrapper .industries_section:nth-child(odd) .inner_container .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 500;
  
}
.industries_section_wrapper .industries_section:nth-child(even){
  background: #F9F9F9;
}
.industries_section_wrapper .industries_section:nth-child(even) .inner_container{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.industries_section_wrapper .industries_section:nth-child(even) .inner_container .inner_boxes{
  padding: 0 0 0 60px;
}
.industries_section_wrapper .industries_section:nth-child(even) .inner_container .heading{
  text-align: unset;
}
.industries_section_wrapper .industries_section:nth-child(even) .inner_container .heading span::before{
  left: 0;
}
.industries_section_wrapper .industries_section:nth-child(even) .inner_container .item_box{
  background: url(../images/rectangle.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0px;
}
.industries_section_wrapper .industries_section:nth-child(even) .inner_container .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 500;
}
.industries_section_wrapper .industries_section .inner_container .sub_heading p{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #231F20;
  line-height: 1.4em;
  font-weight: 500;
}


/*about_banner*/
.about_banner{
  position: relative;
}
.about_banner::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 75%;
  background: linear-gradient(90deg, #EFEFEF 54%, #fff 46%);
}
.about_banner .inner_contain{
  background: linear-gradient(180deg, #CE3636 60%, transparent 40%);
  padding: 100px 0 20px 0;
  position: relative;
  z-index: 1;
}
.about_banner .contain_90 .about_txt_banner{
  padding: 0 0 0 100px;
  background: linear-gradient(180deg, #CE3636 60%, transparent 40%);
}
.about_banner .contain_90 .about_txt_banner .title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1.4em;
  font-weight: 600;
}
.about_banner .contain_90 .about_txt_banner .heading{
  text-align: unset;
}
.about_banner .contain_90 .about_txt_banner .heading span{
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 10px 0;
}
.about_banner .contain_90 .about_txt_banner .heading span.border{
  background: unset;
}
.about_banner .inner_contain .img_section .inner_boxes{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.about_banner .inner_contain .img_section .inner_boxes .item_box{
  padding: 10px;
}


/*about_us_section*/
.about_us_section{
  background: url(../images/top-selling.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.about_us_section .inner_container .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #000;
  line-height: 1.8em;
  font-weight: 500;
  text-align: center;
  padding: 0 0 20px 0;
}

/*award_section*/
.award_section{
  background: url(../images/our-strength.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.award_section .inner_container .heading span{
  color: #fff;
}
.award_section .inner_container .heading span::before{
  background: #fff;
}
.award_section .inner_container .sub_heading{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
  color: #fff;
  padding: 20px 0 0 0;
  letter-spacing: 1px;
}
.award_section .inner_container .inner_award_boxes{
  padding: 50px 0 0;
}
.award_section .inner_container .inner_award_boxes .item_box{
  text-align: center;
}
.award_section .inner_container .inner_award_boxes .item_box img{
  padding: 0 30px;
}
.award_section .inner_container .inner_award_boxes .item_box img{
  transition: .5s;
}
.award_section .inner_container .inner_award_boxes .item_box img:hover{
  transform: scale(1.1);
}


/*our_team_section*/
.our_team_section{
  background: #EFEFEF;
  padding: 80px 0 100px 0;
}
.our_team_section .inner_container .inner_our_team_boxes{
  padding: 80px 0 0 0;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes{
  text-align: center;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .item_box{
  width: 380px;
  margin: auto;
  position: relative;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .item_box:before{
  content: '';
  position: absolute;
  background: #CE3636;
  top: -10px;
  left: 5%;
  width: 90%;
  height: calc(100% + 20px);
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .item_box img{
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .title{
  font-size: 26px;
  font-weight: 700;
  color: #15475c;
  font-family: "Montserrat", sans-serif;
  margin: 30px 0 0;
}
/*.our_team_section .inner_container .inner_our_team_boxes .inner_boxes{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  margin: 10px 0;
  padding: 30px 20px;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .item_box{
  width: 35%;
  text-align: center;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .item_box img{
  width: 70px;
  transition: .5s;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes:hover .item_box img{
  transform: scale(1.1);
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .text_box{
  width: 65%;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes:hover .title{
  color: #CE3636;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .title{
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 1.4em;
  font-weight: 700;
  color: #15475c;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes .sub_title{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 1.4em;
  font-weight: 500;
  color: #A0A0A0;
  padding: 5px 0 0;
}
.our_team_section .inner_container .inner_our_team_boxes .inner_boxes:hover .sub_title{
  color: #15475c;
}*/


/*media_section*/
.media_section{
  padding: 100px 0;
}
.media_section .media_image .inner_boxes{
  display: flex;
  flex-wrap: wrap;
}
.media_section .media_image .inner_boxes .img_box{
  padding: 20px 5px;
  width: 100%;
  height: 100%;
}
.media_section .media_image .inner_boxes .img_box .title{
  background: #CE3636;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  font-family: "Montserrat", sans-serif;
}

.media_section .media_image .inner_boxes .img_box .sub_title{
  background: #CE3636;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  padding: 0 20px;
}

/*media_links_wrapper*/
.media_links_wrapper{
    padding: 0 0 100px;
}
.media_links_wrapper .links_boxes{
    display: flex;
    flex-wrap: wrap;
}
.media_links_wrapper .links_boxes a{
    margin: 0 0 20px 0;
}
.media_links_wrapper .links_boxes a .img_box{
    overflow: hidden;
}
.media_links_wrapper .links_boxes a .img_box img{
    transition: all 0.3s;
    border-radius: 5px;
}
.media_links_wrapper .links_boxes a:hover .img_box img{
    transform: scale(1.1);
}
.media_links_wrapper .links_boxes a .title{
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    transition: all 0.3s;
}
.media_links_wrapper .links_boxes a:hover .title{
    color: #CE3636;
}

/*form_section*/
.form_section .inner_container{
    display: flex;
    flex-wrap: wrap;
}
.form_section{
    padding: 80px 0 100px 0;
    background: linear-gradient(90deg, #EFEFEF calc(55% - 6px), #fff 45%);
}
.form_section .form_box{
    width: 55%;
    background: #fff;
    padding: 40px 50px;
}
.form_section .form_box .title{
    padding: 0 0 5px 10px;
    color: #CE3636;
    font-size: 50px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.form_section .form_box .sub_title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #231F20;
    line-height: 1.4em;
    font-weight: 500;
    padding: 0 0 20px 15px;
}
.form_section .info_box{
    width: 45%;
    background: #CE3636;
    padding: 140px 50px 0;
}
form .form_group{
    margin: 0 0 40px 0;
}
form .form_group label{
    font-size: 15px;
    font-weight: 500;
    color: #231f20;
    display: inline-block;
    padding: 0 0 5px;
}
form .error.form_error {
    color: #ff0000;
    font-weight: 600;
    font-size: 12px;
    margin: -3px 0 2px 0;
}
form .form_group input{
    font-size: 15px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    outline: none;
    background: #EFEFEF;
    border: none;
}
form .form_group textarea{
    font-size: 15px;
    font-weight: 500;
    color: #231f20;
    width: 100%;
    height: 150px;
    padding: 20px;
    outline: none;
    margin: 0 0 10px;
    background: #EFEFEF;
    border: none;
}
form .form_submit button{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: #CE3636;
    border: none;
    outline: none;
    padding: 15px 20px;
    transition: all 0.3s;
    font-family: "Montserrat", sans-serif;
    border-radius: 5px;
}
form .form_submit button:hover{
    color: #CE3636;
    background: #15475c;
    transform: translateY(-2px);
}
.form_section .info_box .title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    font-weight: 600;
}
.form_section .info_box .sub_title{
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    padding: 10px 0;
}
.form_section .info_box .ctc_info .ctc_box{
    display: flex;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    padding: 10px 0;
}
.form_section .info_box .ctc_info .ctc_box .icon i{
    font-size: 21px;
}
.form_section .info_box .ctc_info .ctc_box .txt{
    padding: 0 0 0 15px;
}
.form_section .info_box .ctc_info .ctc_box .txt a{
    color: #fff;
}
.form_section .info_box .follow_us{
    display: flex;
    align-items: center;
    padding: 10px 0;
}
.form_section .info_box .map_section{
    padding: 25px 0 0;
}
.form_section .info_box .map_section iframe{
    height: 180px;
    border-radius: 15px;
    border: 0;
}
.form_section .info_box .follow_us .text{
    font-size: 16px;
    color: #fff;
    line-height: 1.4em;
    padding: 0 5px 0 0;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
}
.form_section .info_box .follow_us ul li{
  display: inline-block;
}
.form_section .info_box .follow_us ul li a{
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    border-radius: 50px;
    color: #fff;
    margin: 0 0 0 5px;
}
.form_section .info_box .follow_us ul li a i{
    margin: 2.5px 0 0 0;
}

.thankyou_page{
    min-height: calc(100vh - 105px - 155px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.thankyou_page .inner_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.thankyou_page .inner_container .sub_head p{
    font-size: 20px;
    color: #000;
}
.error_page{
    min-height: calc(100vh - 563px);
    border-top: 73px solid #034ba3;
}
.error_page .inner_container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}

.owl-carousel.owl-theme .owl-nav [class*=owl-] span {
  font-size: 50px;
  line-height: 0.5em;
  padding: 0.5em;
  font-family: 'Font Awesome 5 Free';
  color: #000;
}
.owl-carousel.owl-theme .owl-nav [class*=owl-] span:hover{
  color: #CE3636;
  background: unset;
}