body {
  font-family: "Exo", sans-serif;
  padding-top: 90px;
  width: 100%;
  /* overflow-x: hidden !important; */
  background-color: #fff;
  display: block;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

.container {
  max-width: 1280px;
  width: 1280px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo", sans-serif;
  margin: 0;
}
p {
  font-family: "Manrope", sans-serif;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  /* height: 140px; */
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 999;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.15);
}

.headerin {
  padding: 0 80px;
}

.logo {
  float: left;
  text-align: center;
  height: 90px;
  padding-top: 10px;
}

.logo a {
  text-decoration: none;
}

.logo a img {
  width: auto;
  height: 70px;
}

.header_right {
  float: right;
}

.menu {
  float: right;
  display: inline-block;
  width: 100%;
}

.menu ul {
  list-style: none;
  float: right;
}

.menu > ul > li {
  display: inline-block;
  float: left;
  position: relative;
}

.menu > ul > li > a {
  text-decoration: none;
  color: #333333;
  text-transform: capitalize;
  font-size: 16px;
  display: block;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-weight: 500;
  padding: 0 20px;
  height: 90px;
  line-height: 90px;
  /* font-weight: 600; */
}

.menu > ul > li:last-child a {
  height: auto;
  line-height: normal;
  padding: 8px 25px;
  border-radius: 30px;
  color: #fff;
  margin-top: 26px;
  margin-left: 15px;
  font-weight: 400;
  
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d5713f+0,347184+100 */
  background: #d5713f; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #d5713f 0%,
    #347184 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #d5713f 0%,
    #347184 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #d5713f 0%,
    #347184 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5713f', endColorstr='#347184',GradientType=1 ); /* IE6-9 */

  
}

.menu > ul > li:last-child:hover a {
  color: #fff;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#347184+0,d5713f+100 */
  background: #347184; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #347184 0%,
    #d5713f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #347184 0%,
    #d5713f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #347184 0%,
    #d5713f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#347184', endColorstr='#d5713f',GradientType=1 ); /* IE6-9 */
  
}

.menu > ul > li.menuphone {
  padding: 0 25px;
  position: relative;
}
.menu > ul > li.menuphone::before,
.menu > ul > li.menuphone::after {
  position: absolute;
  left: 13px;
  top: 30px;
  width: 1px;
  height: 40px;
  content: "";
  background-color: #d4d4d4;
}
.menu > ul > li.menuphone::after {
  left: auto;
  right: 12px;
}
#header.fixed1 .menu > ul > li > a {
  color: #383838;
  height: 60px;
  line-height: 60px;
}

.menu > ul > li > a i {
  margin-left: 3px;
  font-size: 12px;
  /* color: #086f94; */
}

#header.fixed1 .menu ul > li:hover a,
#header.fixed1 .menu ul > li > a.active {
  color: #086f94;
}

.menu > ul > li > a.active,
.menu > ul > li:hover > a {
  color: #086f94;
}

.menu ul > li:hover ul.submenu1,
.menu ul ul.submenu1 > li:hover ul.submenu2 {
  display: block !important;
}

.menu ul > li:last-child ul.submenu1 {
  left: auto;
  right: -20px;
}

ul.submenu1,
ul.submenu2 {
  width: auto;
  min-width: 255px;
  /*max-width: 1000px;*/
  background-color: #fff;
  box-shadow: 0 6px 4px 3px rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  display: none;
  z-index: 9999999999;
  border-top: 0px;
}

ul.submenu2 {
  top: 0;
  left: -100%;
}

ul.submenu1 li {
  display: table;
  clear: both;
  width: 100%;
  position: relative;
}

ul.submenu1 li a {
  text-decoration: none;
  color: #000 !important;
  font-size: 14px;
  line-height: 24px;
  padding: 10px 20px !important;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease 0s;
  text-align: left;
  text-transform: capitalize;
  /* border-bottom: 1px solid #ccc; */
}

ul.submenu1 li:last-child a {
  border-bottom: 0px;
}

ul.submenu1 li:hover > a {
  color: #086f94 !important;
}

ul.submenu1 li:last-child a {
}

/*----------banner-----------*/

.mtop1 {
  height: 75px;
}

.main_banner {
    background-color: #000;
}

.carousel-control svg {
  width: 35px;
}
/*
.pavcontentslider .carousel-inner .item:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  background-image: url(../images/banner_shape.png);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: cover;
  height: 100%;
  z-index: 1;
}*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* opacity: 0.5; */
}

.banner_txt {
  top: 20% !important;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 40%;
  padding: 0 !important;
  margin: auto;
  left: 5%;
  margin: auto;
  text-align: left;
  visibility: hidden !important;
}

.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}

.banner_hd {
  color: #fff;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 500;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.2) !important; */
  padding-bottom: 15px;
  letter-spacing: -2px;
  /* margin-bottom: 15px; */
  position: relative;
}

.banner_hd i {
  font-style: normal;
}

/* .banner_hd:before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  content: '';
  display: block;
  width: 42%;
  height: 3px;
  background: #3da6ff;
} */

.banner_hd span {
  background-color: #086f94;
  font-weight: 700;
  padding: 0px 15px 7px 15px;
}

.banner_cont {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  margin: 0px 0 20px;
  display: block;
  /* text-shadow: 0 0 10px rgba(0, 0, 0, 0.10) !important; */
  padding: 0px;
  /* letter-spacing: 2px; */
  /* width: 60%; */
}
.banner_img {
  display: table;
  width: 100%;
}
.banner_img img {
  width: 100%;
  float: right;
  max-width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center center;
  /*opacity: 0.6;*/
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  /* width: 110% !important;
  max-width: 110% !important; */
}

.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}

.banner_cont span i {
  margin-right: 5px;
}

.banner_r_more {
  clear: both;
  margin-top: 0;
}

.banner_r_more a {
  text-decoration: none;
  color: #fff;
  position: relative;
  margin-right: 50px;
}
.banner_r_more a svg {
  width: 80px;
}

.banner_r_more a:hover {
}

.ban_but {
  bottom: 1%;
}

.socialrt {
  position: absolute;
  left: 90px;
  bottom: 7%;
  z-index: 99;
}

.socialrt a {
  display: inline-block;
  color: #fff;
  display: block;
  margin-right: 25px;
  transition: all 0.3s;
  font-size: 24px;
  opacity: 0.5;
  float: left;
}

.socialrt a:hover {
  opacity: 1;
}

.slideRight ul {
  list-style: none;
}

.slideRight ul li {
  display: inline-block;
  position: relative;
  padding: 0 25px;
}

.slideRight ul li:before {
  content: "\f061";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  /*--adjust as necessary--*/
  color: #fff;
  font-size: 21px;
  padding-right: 0.5em;
  position: absolute;
  top: 0px;
  left: 0;
}

.slideRight ul li:first-child:before {
  display: none;
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-control.right {
  background-image: none !important;
}

.carousel-control.left {
  background-image: none !important;
}

a.scroll-down-link {
  width: 50px;
  position: absolute;
  left: 0px;
  bottom: 15%;
  color: #fff;
  text-align: center;
  z-index: 90;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  -webkit-animation: move_fade_move_down 2s ease-in-out infinite;
  animation: move_fade_move_down 2s ease-in-out infinite;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
  right: 0px;
  outline: 0px !important;
  border: 0px;
}

a.scroll-down-link img {
  opacity: 0.6;
}

/*section1*/

.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 50px 0px;
  background-color: #f7f7f7;
  position: relative;
  background-image: url(../images/pattern-randomized.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70%;
  z-index: 9;
}
.sec1img {
  position: relative;
  width: 90%;
  float: right;
  background-color: #fff;
  padding: 40px 20px;
  border: 1px solid #086f96;
  text-align: center;
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.161);
}

.sec1img img {
  width: 70px;
  display: table;
  margin: auto;
}

.sec1img h3 {
  color: #ea7337;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.4;
}

.aboutcontent {
  width: 100%;
}

.aboutcontent h2 {
  color: #282828;
  font-size: 46px;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4;
}

.aboutcontent p {
  font-size: 18px;
  line-height: 32px;
  color: #000;
  margin-bottom: 30px;
}
.aboutcontent a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ea7337;
  transition: all 0.3s;
  letter-spacing: 1px;
  font-weight: 500;
}
.aboutcontent a:hover {
  color: #086f96;
}

/*section2*/
.section2 {
  background-color: #fff;
  width: 100%;
  display: table;
  padding: 80px;
  position: relative;
}

.section2 h3 {
  color: #282828;
  font-size: 46px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section2 .col-sm-3 {
  padding: 0;
}
a.home_servbx {
  width: 100%;
  padding: 30px;
  border-radius: 0px;
  display: block;
  border: 1px solid #dfdfdf;
  background-color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
  position: relative;
  height: 430px;
}
a.home_servbx:hover {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05709+0,0c7094+100 */
  background: #f05709; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f05709 0%,
    #0c7094 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f05709 0%,
    #0c7094 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f05709 0%,
    #0c7094 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05709', endColorstr='#0c7094',GradientType=0 ); /* IE6-9 */

  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.161);
  color: #fff;
  transform: scale(1.1);
  z-index: 9;
}
a.home_servbx span {
  width: 75px;
  height: 75px;
  margin: auto;
  display: table;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 75px;
}

a.home_servbx:hover span {
  background-position: center top;
  width: 65px;
  height: 65px;
  background-size: 65px;
}
a.home_servbx h4 {
  color: #282828;
  font-size: 23px;
  font-weight: 600;
  margin: 30px 0 0;
  height: 50px;
}
a.home_servbx p {
  color: #6d6d6d;
  font-size: 16px;
  font-weight: 400;
  margin: 10px 0 0;
  line-height: 2.1;
}
a.home_servbx:hover h4,
a.home_servbx:hover p {
  color: #fff;
  font-size: 18px;
}
a.home_servbx:hover p {
  font-size: 14px;
}

/*section3*/
.section3 {
  background-color: #fff;
  width: 100%;
  display: table;
  padding: 60px 0;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05709+0,0c7094+100 */
  background: #f05709; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #f05709 0%,
    #0c7094 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #f05709 0%,
    #0c7094 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #f05709 0%,
    #0c7094 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05709', endColorstr='#0c7094',GradientType=1 ); /* IE6-9 */
}
.section3 h2 {
  color: #fff;
  font-size: 46px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}
.section3 ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
.section3 ul li {
  position: relative;
  padding: 0 20px 30px 20px;
  border-left: 1px dotted #fff;
}
.section3 a {
  text-decoration: none;
  color: #fff;
  transition: all 0.3s;
  position: relative;
  top: 0;
  display: block;
}
.section3 a:hover {
  top: -10px;
}
.section3 a .sec3_img {
  position: relative;
}
.section3 a .sec3_img img {
  width: 20px;
}
.section3 a .sec3_img::before {
  position: absolute;
  left: 0;
  bottom: -90px;
  width: 1px;
  height: 80px;
  background-color: #fff;
  content: "";
}
.section3_bx {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding-left: 30px;
}
.section3_bx h3 {
  font-size: 18px;
  margin-bottom: 30px;
  position: relative;
}
.section3_bx p {
  font-size: 14px;
  line-height: 1.8;
  color: #fff;
}
.section3 a svg {
  position: absolute;
  left: -10px;
  top: 70px;
  width: 100px;
}

/*section4*/
.section4 {
  background-color: #fff;
  width: 100%;
  display: flex;
  padding: 80px 50px;
  position: relative;
}
.section4_in {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
  align-items: center;
}
.section4_in_img {
  position: relative;
}
.section4_in_img::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fc5603+0,02bbfe+100 */
  background: #fc5603; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #fc5603 0%,
    #02bbfe 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #fc5603 0%,
    #02bbfe 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #fc5603 0%,
    #02bbfe 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc5603', endColorstr='#02bbfe',GradientType=0 ); /* IE6-9 */

  opacity: 0.5;
}
.section4_in1 .section4_in_cont{
    padding-left: 0;
    padding-right: 50px;
}
.section4_in_img img {
  width: 100%;
  display: block;
}
.section4_in_cont {
  padding-left: 50px;
}
.section4_in_cont h3 {
  color: #282828;
  font-size: 36px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 20px;
  position: relative;
  line-height: 1.4;
  text-transform: capitalize;
}
.section4_in_cont p {
  font-size: 16px;
  line-height: 32px;
  color: #6d6d6d;
  margin-bottom: 15px;
}
.section4_in_cont a {
  text-decoration: none;
  text-transform: uppercase;
  color: #1a41d6;
  transition: all 0.3s;
  letter-spacing: 1px;
  font-weight: 500;
}
.section4_in_cont a:hover {
  color: #ea7337;
}

/*footer*/
.mFooter {
  width: 100%;
  display: table;
  padding: 50px 0 40px;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7f2a00+0,005d7f+100 */
  background: #7f2a00; /* Old browsers */
  background: -moz-linear-gradient(
    left,
    #7f2a00 0%,
    #005d7f 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    left,
    #7f2a00 0%,
    #005d7f 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to right,
    #7f2a00 0%,
    #005d7f 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7f2a00', endColorstr='#005d7f',GradientType=1 ); /* IE6-9 */
}
.mFooter::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  height: 100%;
  background-image: url(../images/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.mFooter h3 {
  text-align: center;
  color: #273445;
  letter-spacing: 0px;
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  margin: 15px 0 30px;
  font-style: italic;
}
.ftlog {
  width: 100%;
  text-align: center;
}
.ftlog a img {
  width: 200px;
  display: inline-block;
}
.ftlinks {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 30px 0;
}
.ftlinks a {
  color: #fff;
  font-size: 16px;
  padding: 0 30px;
  transition: all 0.3s;
  text-decoration: none;
}
.ftlinks a:hover {
  color: #fa5908;
}
.ft_soc {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.ft_soc a {
  text-decoration: none;
  transition: all 0.3s;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #0e1b6a;
  background-color: #fff;
  display: inline-block;
  border-radius: 40px;
  margin: 0 10px;
}
.ft_soc a:hover {
  background-color: #fa5908;
  color: #fff;
}
.ft_copy {
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  opacity: 0.5;
}
.scrollup {
  width: 25px;
  height: 37px;
  text-indent: -9999px;
  position: fixed;
  bottom: 30px;
  right: 10px;
  display: none;
  z-index: 2222222;
  background-image: url(../images/icon_top.png);
  background-repeat: no-repeat;
  opacity: 0.95;
  background-size: cover;
}

.menu2 {
  position: fixed;
  right: 30px;
  top: 50px;
  z-index: 9;
  display: none;
}

.menu2 .menuicon1 {
  position: relative;
  z-index: 999;
  padding: 0 15px;
  height: 42px;
  line-height: 42px;
  border-radius: 20px 0 0 20px;
  text-decoration: none;
  color: #2b2a29;
  display: block;
  font-size: 16px;
  display: block;
  outline: 0px;
  transition: all 0.3s;
}

.sidemenu span {
  float: left;
}

.bars-wrap {
  display: inline-block;
  margin-left: 15px;
  position: relative;
  overflow: visible;
  top: 3px;
}

.icon-bar {
  transition: all 0.4s ease;
  width: 26px;
  background: #eb7135;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}

#header.fixed1 .icon-bar {
  background: #ed681c;
}

/* .icon-bar:first-child {width:65%;}
.icon-bar:last-child {width:85%;} */

.menu2 .menuicon1:hover .icon-bar:first-child,
.menu2 .menuicon1:hover .icon-bar:last-child {
  width: 100%;
}

.cart_open {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999999999;
  display: none;
}

.cartbg1 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.cart_bx1 {
  width: 90%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f05709+0,0c7094+100 */
  background: #f05709; /* Old browsers */
  background: -moz-linear-gradient(
    top,
    #f05709 0%,
    #0c7094 100%
  ); /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    #f05709 0%,
    #0c7094 100%
  ); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    #f05709 0%,
    #0c7094 100%
  ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f05709', endColorstr='#0c7094',GradientType=0 ); /* IE6-9 */
  height: 100%;
  right: -100%;
  transition: ease all 0.4s;
  top: 0px;
  position: fixed;
  display: block;
  box-shadow: 0 10px 50px rgba(1, 2, 2, 0.15);
  z-index: 99999;
  overflow-y: auto;
}

.left1 {
  right: 2100px;
  z-index: 9999999;
  transition: ease all 0.8s;
}

.menu2 {
  right: 2100px;
  position: fixed;
  transition: ease all 0.6s;
  top: 0px;
  z-index: 99999;
}

.menu2:before {
  border-top: 100px solid rgba(255, 255, 255, 1);
}

.cart_bx1 ul {
  list-style: none;
  width: 100%;
  margin: 0px;
  padding: 0px;
  height: 100%;
  vertical-align: middle;
  padding-top: 10px;
  text-align: right;
}

.cart_bx1 ul li {
  float: none;
  width: 100%;
  display: block;
  clear: both;
}

.cart_bx1 ul li a {
  text-decoration: none;
  color: #2b2a29;
  font-weight: 400;
  font-size: 16px;
  display: block;
  padding: 10px 15px;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  text-align: center;
  outline: none;
}

.cart_bx1 ul li a:hover,
.cart_bx1 ul li a.active {
  color: #414141;
}

a.closebtn {
  display: block;
  height: 42px;
  float: right;
  text-decoration: none;
  line-height: 42px;
  color: #fff;
  font-size: 16px;
  padding: 10px 25px;
  margin-bottom: 20px;
  /* background-image: url('../images/hpat.png'); */
}

a.closebtn img {
  width: 26px;
}

a.mobilecont {
  padding: 12px 28px 10px;
  margin-left: 20px;
  border: 1px solid #ed681c;
  background-color: #ed681c;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  border-radius: 35px;
  text-decoration: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
  display: inline-block;
}

img.deskno {
  display: none;
}

.about_page_team {
    background:#fff;
    padding: 75px 100px;
    text-align: center;
}
.about_page_team h2 {
    font-family: "GT-Super";
    font-size: 30px;
    font-weight: 400;
    color: #3fa7cc;
    margin-bottom: 30px;
}
.about_page_team ul {
    display: block;
    width: 100%;
}
.about_page_team ul li{
    width: 25%;
    float: left;
    display: block;
    padding:15px;
}
.asaa{
    margin-left: 315px;
}
.about_page_team li .img {
    border: 1px solid #d5713f;
    height: 310px;
    margin-bottom: 20px;
    transition: all 0.5s ease-in-out;
}
.about_page_team li:hover .img {
    border: 1px solid #3fa7cc;
}
.about_page_team li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.about_page_team li .txt h4 {
    color:#3fa7cc;
    font-size: 22px;
    margin-bottom: 10px;
    transition: all 0.5s ease-in-out;
}
.about_page_team li:hover .txt h4 {
    color:#d5713f;
}
.about_page_team li .txt h5 {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.about_page_team li .txt .socail a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 5px;
    transition: all ease-in-out .5s;
    border-radius: 50%;
    color:#fff;
    font-size: 14px;
    background:#d5713f;
}
.about_page_team li .txt .socail .fa-linkedin-in {
    background: #0077b5;
}
.about_page_team li .txt .socail a:hover {
    background:#3fa7cc;
}
.modal-backdrop {
	z-index: 99999;
  }
  .modal-dialog {
	width: 900px;
  }
  .modal-dialog-centered{
	  width: 500px;
  }
  .modal-body iframe {
	height: 500px;
	display: block;
	border: 0px;
	width: 100%;
	margin-top: 0px !important;
  }

  .modal {
	z-index: 999999;
  }
  
  .vh85 {
	width: 100%;

	/* background-color: #fff; */
	height: 100%;
	right: 0px;
	top: 0px;
	overflow: auto;
	display: block;
	z-index: 99999;
}
.modal-dialog1 {
  width: 700px;
  margin-top: 10%;
}

.formbox .col-sm-12 {
	padding: 0
}
.modal-body1 .vh85 h4 {
	margin: 20px 0 15px;
font-family: 'Poppins', sans-serif;
font-weight: 700;
font-size: 19px;
	}
	.modal-body1 .vh85 h5{
		color: #e74536;
display: block;
margin-bottom: 10px;
font-weight: 500;
	}
	.modal-body1 .vh85 p{
		font-size: 16px;
		line-height: 26px;
		color: #000;
		width: 100%;
		margin-bottom: 30px;
		padding: 0
	}
.modal-dialog1 {
  width: 900px !important;
}
.vh85 ul li {
  font-family: 'Poppins', sans-serif;
  color: #001d3a;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  padding-left: 30px;
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
}

    .vh85 span{
        font-size: 12px;
        color: #3d3d3d;
    }
.app_process {
	width: 100%;
	display: table;
	padding: 40px 0;
	background-color: #fff;
}

h5.modal-title {
	font-family: 'Poppins', sans-serif;
font-size: 26px;
color: #001d3a;
margin-top: 5px;
display: inline-block;
position: relative;
font-weight: 600;
line-height: 48px;
margin-bottom: 15px;
text-align: center;
text-transform: capitalize;
}

button.close {
	position: absolute;
	right: -15px;
	top: -15px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #e74536;
	transition: all 0.3s;
	border-radius: 40px;
	opacity: 1;
	padding: 0px;
	margin: 0 !important;
	color: #fff;
	z-index: 99999;
}

button.close:hover {
	opacity: 1;
	background-color: #010b31;
}

.close span {
	font-size: 21px;
	color: #fff;
    display: block;
    margin-left: 3px;
    margin-top: 0px;
}

button.close:hover span {
	color: #fff;
}

.btmcontright form input.form-control,
.modal-body form input.form-control {
	border: 0px;
	border-bottom: 1px solid #010b31;
	color: #010b31;
	box-shadow: none;
	border-radius: 0px;
	font-size: 14px;
	margin-bottom: 25px;
	width: 100%;
}

.btmcontright form input.form-control:focus,
.btmcontright form textarea.form-control:focus,
.modal-body form textarea.form-control:focus,
.modal-body form input.form-control:focus {
	border-color: #e74536;
}

.btmcontright form textarea.form-control,
.modal-body form textarea.form-control {
	border: 0px;
	border-bottom: 1px solid #010b31;
	color: #000;
	box-shadow: none;
	border-radius: 0px;

}
.wrapper {
    width: 100%;
    float: left;
    position: relative;
}
.fa-linkedin-in:before {
    content: "\f0e1";
}

.cookie_policy {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: #000;
    z-index: 9999999;
    border-top: 2px solid #f38221;
    text-align: center;
    width: 100%;
}
.cookie_policy span {
	color: #fff;
	display: inline-block;
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
}
.cookie_policy span a {
	vertical-align: top;
	color: #f38221;
	text-decoration: underline;
}
.cookie_policy .right a.accpBtn {
	margin-left: 15px;
	color: #111;
	display: inline-block;
	background: #f9ba08;
	padding: 0 15px;
	text-decoration: none;
	border-radius: 15px;
}


/* ===========================
   ====== Media Queries ====== 
   =========================== */

/*------smallphones----------------*/

@media only screen and (min-width: 240px) and (max-width: 960px) {
  .container {
    width: 100%;
    max-width: 100%;
  }
  body {
    padding-top: 70px;
  }

  .menu {
    display: none;
  }
  .menu2 {
    display: block;
    top: 15px;
    right: 0px;
  }
  .logo {
    padding: 0px;
    height: auto;
  }
  .logo a {
    margin-left: 0;
  }
  .logo a img {
    padding: 10px 0;
    height: 70px;
  }
  .banner_img img {
    height: 70vh;
    object-fit: cover;
    object-position: center center;
    width: 100%;
  }
  .pavcontentslider .carousel-inner .item::before {
    background-position: bottom center;
  }
  .bannerboxcont {
    width: 100%;
    padding: 40px !important;
    left: 0;
    top: 35% !important;
    position: relative !important;
    height: auto;
  }
  .banner_txt {
    width: 100%;
    left: 0%;
    top: 22% !important;
    padding: 0px 20px !important;
  }
  .banner_hd {
    padding: 10px 0 0;
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 10px;
    margin-top: 0px;
    letter-spacing: 0;
    font-weight: 700;
  }
  .banner_r_more {
    margin-top: 5px;
  }
  .banner_cont {
    padding: 0 0;
    width: 100%;
    line-height: 21px;
    overflow: hidden;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .banner_r_more a {
  }
  .banner_r_more a svg {
    width: 50px;
  }
  .carousel-control svg {
    width: 25px;
  }
  .banner_r_more a svg {
    right: 10px;
  }
  .section1::before {
    width: 96vw;
  }
  .abtbtn a {
    font-size: 14px;
  }
  .abtbtn {
    margin-left: 0px;
  }
  .section1 h2 {
    padding-left: 0px;
    font-size: 21px;
  }
  .section1 p {
    padding-left: 0;
    font-size: 14px;
    margin-top: 20px;
    line-height: 24px;
  }
  .sec1img {
    width: 100%;
    margin-top: 30px;
  }
  .sec1img h3 {
    font-size: 28px;
  }
  .section1 {
    padding: 20px;
    margin-top: 0;
  }
  .aboutleft img {
    width: 100%;
  }
  .sec1left {
    padding: 20px;
    width: 100%;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .sec1right {
    min-height: auto;
    width: 100%;
    margin-top: 30px;
  }
  .aboutleft {
    margin-top: 30px;
  }
  .section2 h2 {
    font-size: 18px;
    line-height: 28px;
  }
  .section2 p {
    font-size: 14px;
    line-height: 24px;
    padding: 0;
  }
  .section2 a {
    margin-bottom: 0px;
    padding: 10px 20px;
    font-size: 12px;
  }

  .headerin {
    padding: 0;
  }
  .section2, .about_page_team {
    padding: 50px 40px;
  }
  .section2 h3,
  .section3 h2,
  .section4_in_cont h3 {
    font-size: 24px;
    line-height: 1.4;
  }
  a.home_servbx h4 {
    font-size: 21px;
  }
  .section3,
  .section4 {
    display: block;
  }
  .section3 ul,
  .section4_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .section4 {
    padding: 40px 20px;
  }
  .section4_in_cont {
    padding: 40px 0 0;
  }
  .section4_in1 {
    margin-top: 30px;
  }
  .section4_in1 .section4_in_img {
    order: 1;
  }
  .section4_in1 .section4_in_cont {
    order: 2;
  }
  .ftlinks a {
    padding: 0 15px;
    margin-bottom: 15px;
    display: inline-block;
  }
  .mFooter::before {
    /* background-position: center center; */
    opacity: 0.5;
  }
  .asec4img1 img {
    margin-top: 40px;
  }
  .asaa {
        margin-left: 0px;
    }
    .about_page_team ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .modal-content {
        width: 390px;
    }
    
}

/*------iphone----------------*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
}

/*------smalltablet----------------*/

@media only screen and (min-width: 600px) and (max-width: 960px) {
}

/*--------iPad - Portrait--------------*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
}

@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
  }
  #header.fixed1 {
    padding: 0 20px;
  }
  .logo a {
    width: 250px;
  }
  .fabout,
  .fbox {
    clear: none;
    width: 33.33%;
    float: left;
  }
  .insection2 ul li {
    clear: none;
    float: left;
    width: 33.33%;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu {
    margin: 0;
  }

  .banner_cont {
    padding: 0;
  }
  .dropdownm1 ul {
    display: block;
    margin: 0;
  }
  .dropdownm1 ul li {
    padding: 0 10px;
  }
  .percent-block:nth-child(1) {
    bottom: 0;
  }
  .percent-block:nth-child(2) {
    bottom: 1100px;
  }
  .sec2bx {
    width: 100%;
  }
  /* .footersection{width: 22%;} */
  .socialrt a img {
    width: 50px;
  }
  .solcont1 h3 {
    font-size: 24px;
  }
  .section1 p {
    line-height: 26px;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .socialrt a {
    font-size: 18px;
  }
  ul.submenu1 li a {
    font-size: 12px;
  }
  .section1::before {
    width: 98vw;
  }
  .bg-video--waves video {
    width: auto !important;
    height: 100%;
  }
  .box555 ul.technologies li {
    width: 20%;
  }
  #header.fixed1 .menu > ul > li.contactli > a {
    padding: 0 15px;
  }

  .bannerbox::after {
    width: 70%;
  }
  .banner_hd {
    font-size: 26px;
    line-height: 38px;
  }
  .bannerboxcont {
    width: 55%;
    padding: 0 50px !important;
  }
  /* .pavcontentslider .carousel-control{bottom: 5% !important;} */
  /* .carousel-control.right{left: 15% !important;} */
  .banner_cont {
    font-size: 16px;
    line-height: 28px;
  }
  .banner_r_more a {
    padding: 15px 25px;
    font-size: 18px;
  }
  /* ul.tabs li{font-size: 13px;} */
  .industriescar {
    padding: 0 50px;
  }
  .section4 h2,
  .homesolutions h2 {
    font-size: 26px;
    line-height: 48px;
  }
  .section2 h2 {
    font-size: 36px;
  }
  .homesolutions a .hmsolbxx span {
    width: 100px;
    height: 100px;
    min-width: 100px;
    padding: 20px;
    margin-right: 10px;
  }
  .homesolutions a {
    font-size: 18px;
  }
  .footerleft img {
    width: 80%;
  }
  .footerleft {
    width: 40%;
  }
  .fcopy {
    font-size: 12px;
  }
  .footerright ul li a {
    font-size: 12px;
  }

  .bannerimgg {
    left: -20%;
  }

  .carousel-control.left {
    left: 49.5%;
  }
  .section5 h3 {
    margin-top: 50px;
    font-size: 32px;
    line-height: 46px;
  }
  .homepgsolbx h2 {
    font-size: 32px;
  }
  .section5,
  .homepgsolbx {
    padding: 50px 0;
    display: inline-block;
  }
  .section5_carousel .owl-stage,
  .homepgsolbx .owl-stage {
    left: 0;
  }
  .section5 .owl-theme .owl-nav {
    right: 0;
  }
  .homepgsolbx ul li a {
    padding: 20px;
  }
  .homepgsolbxbx p {
    font-size: 14px;
    line-height: 21px;
  }
  .footertop h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .footerinnn {
    padding: 0;
  }
  .ft_soc a {
    margin-right: 10px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1240px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1320px) {
  .menu {
    margin: 0 0 0 50px;
  }
  .bannerboxcont {
    padding: 0 50px !important;
  }
  .banner_hd {
    font-size: 36px;
    line-height: 46px;
  }
  .ft_soc a {
    margin-right: 5px;
  }
}
@media only screen and (min-width: 1320px) and (max-width: 1600px) {
  /* .banner_hd {
    font-size: 48px;
    line-height: 55px;
  } */
  .ft_soc a {
    margin-right: 5px;
  }
}
