.scrollup {
  width: 40px;
  height: 40px;
  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;
}
body {
  font-family: "Graphik", sans-serif;
  padding-top: 75px;
  font-weight: normal;
  overflow-x: hidden;
}
.container {
  width: 1290px;
  margin: auto;
}
ul,
ol {
  padding: 0px;
  margin: 0px;
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Graphik", sans-serif;
}

.header {
  width: 100%;
  display: table;
  position: fixed;
  top: 0px;
  left: 0px;
  background-color: #fff;
  z-index: 9999;
}

.header.fixed {
  -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);
  background-color: #fff;
}

.logo {
  float: left;
  padding: 10px 0 0;
  position: relative;
}
.logo::before {
  position: absolute;
  left: -40px;
  top: -75px;
  content: "";
  width: 300px;
  height: 220px;
  background-image: url(../images/round.png);
  background-size: 100%;
  background-position: center center;
  display: block;
  background-repeat: no-repeat;
}
.logo a {
  text-decoration: none;
  display: block;
  text-align: center;
}

.logo a img {
  height: 115px;
  position: absolute;
}

.header_right {
  clear: both;
  width: 100%;
  display: table;
}

.menu {
  float: right;
}

.menu ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}

.menu > ul > li {
  position: relative;
  display: inline-block;
  padding: 0px 10px;
}

.menu > ul > li > a {
  line-height: 75px;
  height: 75px;
  color: #545454;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 3px;
  text-decoration: none;
  position: relative;
  font-weight: 500;
  transition: all 0.3s;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* .menu > ul > li > a img {
  height: 6px;
  position: relative;
  top: 1px;
  transition: all 0.3s;
}
.menu > ul > li:hover > a img {
  transform: scaleY(-1);
} */
/*
.menu > ul > li > a:before {
  transition: transform 0.3s ease-in-out;
  content: "";
  position: absolute;
  bottom: 25px;
  left: 0px;
  right: 0px;
  height: 5px;
  transform: scaleX(0);
  transform-origin: center center;
  background-color: #F56A14;
  opacity: 0.13;
}
.menu > ul > li:last-child > a:before {
  display: none;
}
.menu > ul > li:hover > a:before,
.menu > ul > li > a.active:before {
  transform: scaleX(100%);
} */
.menu > ul > li:hover > a,
.menu > ul > li > a.active {
  color: #f56a14;
}

.megamenu {
  position: absolute;
  left: 0px;
  top: 100%;
  background-color: #fff;
  width: 275px;
  z-index: 9999;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
  transition: all 0.1s ease-in-out 0s;
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
  border-top: 3px solid #f56a14;
}

.megamenu:before {
  position: absolute;
  left: 40px;
  top: -10px;
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f56a14;
}

.menu > ul > li:hover .megamenu {
  opacity: 1;
  transform: translateY(0px);
  visibility: visible;
}

.megamenu ul {
  list-style: none;
  width: 100%;
  padding: 0px;
  margin: 0px;
}

.megamenu ul li {
  float: left;
  display: inline-block;
  width: 100%;
  margin-right: 0px;
  padding: 0;
}

.megamenu ul li a {
  text-decoration: none;
  color: #000;
  padding: 10px 15px;
  line-height: 22px;
  display: block;
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

.megamenu ul li:last-child a {
  border: 0;
}

.megamenu ul li a:hover {
  background-color: #ddd;
  color: #000;
  transition: all 0.3s ease 0s;
}
.menu ul.menu_r {
  background-color: rgba(84, 84, 84, 0.06);
  border-radius: 30px;
  margin-left: 20px;
  height: 40px;
  overflow: hidden;
  margin-top: 15px;
}
.menu ul.menu_r li {
  padding: 0;
}
.menu ul.menu_r li a {
  height: 40px;
  text-transform: lowercase;
  line-height: 40px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  font-size: 16px;
}
.menu ul.menu_r li:last-child a {
  background-color: rgba(84, 84, 84, 0.06);
  border-radius: 30px;
}
.menu ul.menu_r li a img {
  height: 15px;
}
/*----------banner-----------*/

.mtop1 {
  height: 90px;
}
.main_banner {
  background-color: #545454;
}

.carousel-inner .item img {
  width: 100%;
  opacity: 0.75;
}

.banner_txt {
  top: 0 !important;
  left: 0%;
  color: #fff;
  position: absolute;
  text-align: left;
  width: 100%;
  height: 100%;
  padding: 0 !important;
  visibility: visible !important;
  display: flex !important;
  align-items: center;
  justify-content: end;
}
/* .banner_txt::before {
  content: "";
  position: absolute;
  left: -18%;
  bottom: 0px;
  width: 50%;
  height: 100%;
  z-index: -1;
  display: block;
  background: linear-gradient(to bottom, #0a13a1, #1c63fc);
  transform: skew(-15deg);
  opacity: 0.32;
  animation: banneranim1 1.5s linear;
}

.banner_txt::after {
  content: "";
  position: absolute;
  left: 15%;
  bottom: 0px;
  width: 27%;
  height: 100%;
  z-index: -2;
  display: block;
  background: linear-gradient(to right, transparent, #f56a14);
  transform: skew(-15deg);
  opacity: 0.32;
  animation: banneranim2 2s linear;
} 
@keyframes banneranim1 {
  0% {
    left: 100%;
  }
  100% {
    left: -18%;
  }
}
@keyframes banneranim2 {
  0% {
    left: 100%;
  }
  100% {
    left: 15%;
  }
}*/
.banner_txt_in {
  position: relative;
  width: 490px;
  padding: 100px 30px 30px;
  display: table;
  border-radius: 10px;
  text-transform: uppercase;
  margin-right: 225px;
  margin-top: -10px;
  /* visibility: hidden !important; */
}
.banner_txt_in::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  /* filter: blur(50px); */
  /* background-image: url(../images/blur.svg);
  background-size: 100%; */
  background-color: rgba(208, 208, 208, 0.75);
  border-radius: 10px;
}
.banner_txt_in .number {
  background-color: #f56a14;
  position: absolute;
  left: 35px;
  top: -15px;
  width: 80px;
  height: 80px;
  line-height: 1;
  color: #fff;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 38px;
  font-weight: 500;
}
.banner_txt_in .number::before {
  width: 0;
  height: 0;
  border-top: 15px solid #f56a14;
  border-right: 40px solid transparent;
  position: absolute;
  left: 0;
  bottom: -14px;
  content: "";
}
.banner_txt_in .number::after {
  width: 0;
  height: 0;
  border-top: 15px solid #f56a14;
  border-left: 40px solid transparent;
  position: absolute;
  right: 0;
  bottom: -14px;
  content: "";
}
.banner_txt_in .number span {
  position: absolute;
  right: -9px;
  top: 0;
  border-bottom: 15px solid #f56a14;
  border-right: 10px solid transparent;
}
.banner_hd,
.banner_cont,
.banner_r_more {
  width: 100%;
  float: left;
}
.banner_hd {
  color: #181818;
  font-size: 38px;
  line-height: 1.2;
  padding-bottom: 0px;
  position: relative;
  font-weight: 500;
}
.banner_hd i {
  font-style: normal;
}
.banner_cont {
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 300;
  margin: 10px 0 5px;
  display: block;
  padding: 0px;
  width: 60%;
}
.banner_cont span {
  margin: 0 10px;
  display: inline-block;
}
.banner_cont span i {
  margin-right: 5px;
}
.banner_r_more {
  clear: both;
  margin-top: 10px;
}
.banner_r_more a {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 14px;
  position: relative;
  gap: 10px;
  align-items: center;
  background-color: #f56a14;
  padding: 10px 20px;
}
.banner_r_more a img {
  height: 15px;
  width: auto !important;
  display: inline-block;
  position: relative;
  top: 1px;
}
.banner_r_more a:hover {
  background-color: #fff;
  color: #f56a14;
}
.bannersh {
  position: absolute;
  right: 10px;
  top: 60px;
  z-index: 9;
  width: 200px;
}
.bannersh img {
  width: 100%;
  display: block;
}
.banner_info {
  position: absolute;
  right: 100px;
  bottom: 8%;
  z-index: 9;
  width: 320px;
}
.banner_info p {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
}
/*----------banner-----------*/

/*------section1---------*/
.section1 {
  clear: both;
  width: 100%;
  display: block;
  padding: 75px 0;
  background-color: #fff;
}
.section1 h2,
h2 {
  color: #181818;
  margin-top: 0;
  margin: 0px;
  font-size: 90px;
  line-height: 1;
  font-weight: 500;
}
h2.bottom_hd{font-size: 38px; margin-top: 50px; margin-bottom: 20px; text-align: center; background-color: #e6e5de; padding: 15px;}
.section1 h3 {
  color: #545454;
  font-size: 34px;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 15px;
}
.section1 a,
a.btn {
  text-decoration: none;
  color: #fff;
  background-color: #f56a14;
  text-transform: capitalize;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  border-radius: 30px;
  transition: all 0.3s ease 0s;
  outline: 0px;
  font-size: 16px;
  position: relative;
  gap: 10px;
  padding: 10px 20px;
  align-items: center;
}
a.btn {
  padding: 6px 20px;
}
.section1 a:hover,
a.btn:hover {
  background-color: #e6e5de;
  color: #000;
}
hr {
  border-color: #f56a14;
  margin: 30px 0;
}
.section1 h4 {
  margin: 0;
  font-size: 19px;
  line-height: 1.6;
  color: #545454;
  width: 90%;
}
.section1 p,
p {
  font-size: 19px;
  line-height: 1.5;
  color: #545454;
}
.section1 .col-sm-4 img {
  height: 55px;
  margin-top: 30px;
}
.section1 h5 {
  margin: 25px 0;
  color: #545454;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.section1 .col-sm-12 img {
  width: 100%;
  display: block;
  margin-top: 40px;
}
/*-------section1---------*/

/*-------section2---------*/
.section2 {
  width: 100%;
  display: block;
  padding: 0px 0 90px;
  position: relative;
  overflow: hidden;
  background-color: #fff;
}
.section2 h2 {
  font-size: 55px;
  margin: 20px 0;
  font-weight: 600;
}
.section2 p {
  font-weight: 500;
}
.process {
  padding: 20px;
  border: 1px solid #707070;
  border-radius: 10px;
  position: relative;
}
.process img {
  height: 60px;
  display: block;
}
.process h4 {
  text-transform: uppercase;
  margin: 20px 0 10px;
  color: #545454;
  font-size: 20px;
}
.process p {
  font-weight: 400;
}
.process span.number {
  position: absolute;
  right: 20px;
  top: 0px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(84, 84, 84, 0.07);
  color: #545454;
  font-size: 21px;
  font-weight: 500;
}
/*-------section2---------*/

/*home_solutions*/
.home_solutions {
  padding: 80px 0;
  width: 100%;
  position: relative;
  z-index: 99;
  display: inline-block;
  background-color: #e6e5de;
}
.home_solutions h2 {
  text-align: center;
  margin-bottom: 30px;
}
.accordion {
  width: 100%;
  padding: 0 0 0 50%;
  list-style: none;
  position: relative;
}
.accordion > li {
  border-bottom: 1px solid rgba(84, 84, 84, 0.3);
}
.accordion > li:last-child {
  border-bottom: 0;
}
.accordion .link {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  font-size: 19px;
  color: #545454;
  font-weight: 500;
  text-transform: uppercase;
}
.accordion .link::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "+";
  font-size: 32px;
  /* background-image: url(../images/downarrow.svg);
  background-repeat: no-repeat;
  background-size: 100%; */
  transition: all 0.3s;
  backface-visibility: hidden;
}
.accordion .link img {
  height: 40px;
}
.accordion .submenu {
  display: none;
  padding: 0;
  list-style: none;
}
.accordion .submenu > li {
  padding: 0 0;
  position: relative;
  border-top: 0;
  font-size: 18px;
  line-height: 1.8;
  color: #606063;
}
.accordion .submenu > li p {
  margin-bottom: 10px;
}
.accordion li.open .link::before {
  /* transform: rotate(313deg) translateY(1rem); */
  content: "-";
  top: 25%;
}
#accordion1 img {
  width: 47%;
  position: absolute;
  left: 0;
  top: 0;
}
/*home_solutions*/

/*home_assurance*/
.home_assurance {
  text-align: center;
  padding: 120px 0 30px;
  background-color: #f2c8aa;
  width: 100%;
  display: block;
}
.home_assurance h4 {
  color: #545454;
  font-size: 19px;
  margin: 0 0 20px;
}
.home_assurance p {
}
/*home_assurance*/

/*section3*/
.section3 {
  padding: 80px 0;
  background-color: #fff;
  position: relative;
  width: 100%;
  display: inline-block;
}
.section3 h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 50px;
}
.section3 a {
  text-decoration: none;
  transition: all 0.3s;
  text-align: center;
}
.section3 a img {
  display: block;
  width: 100%;
}
.section3 a p {
  font-weight: 500;
  text-transform: uppercase;
  color: #545454;
  margin: 15px 0;
  letter-spacing: 1px;
}
.section3 a:hover p {
  color: #f56a14;
}
.section3 .owl-item:nth-child(2n) {
  margin-top: 30px;
}
.section3 .owl-dots {
  display: none;
}
.section3 .owl-theme .owl-nav {
  width: 120px;
  height: 25px;
  display: table;
  margin: auto;
  background-color: #f56a14;
  border-radius: 30px;
  top: auto;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
.section3 .owl-theme .owl-nav [class*="owl-"] {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 20px;
}
.section3 .owl-theme .owl-nav::before {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #fff;
  opacity: 0.5;
}
/*section3*/

/*section4*/
.section4 {
  padding: 75px 0;
  width: 100%;
  display: block;
  background-color: #e6e5de;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
  background-size: 130%;
}
.section4 h2 {
  font-size: 46px;
  font-weight: 600;
}
.section4 p {
  margin: 25px 0;
}
.section4 a:hover {
  background-color: #fff;
}
/*section4*/

/*about_Sec3*/
.about_Sec3 {
  padding: 50px 0;
  width: 100%;
  display: inline-block;
}
.about_Sec3_in {
  padding: 50px;
  width: 100%;
  display: block;
  background-image: url(../images/dots.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.about_Sec3_in_cont {
  width: 100%;
  display: block;
  padding: 25px 50px;
  background-color: #fff;
  box-shadow: 9px 9px 90px rgba(0, 0, 0, 0.161);
}
.about_Sec3_in_cont img {
  width: 50px;
}
.about_Sec3_in_cont h3 {
  margin: 20px 0;
  position: relative;
  padding-bottom: 10px;
  color: #545454;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.2;
}
.about_Sec3_in_cont h3::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 30px;
  height: 2px;
  content: "";
  background-color: #f56a14;
}
.about_Sec3_in_cont p {
  margin: 0;
  font-style: italic;
  font-weight: 500;
}
/*about_Sec3*/

/*mFooter*/
.mFooter {
  background-color: #545454;
  padding: 50px 0 20px;
  width: 100%;
  display: block;
}
.mFooter_in {
  display: flex;
  justify-content: space-between;
}
.mf_l img {
  height: 100px;
  margin-bottom: 40px;
}
.mf_l span {
  text-transform: uppercase;
  font-size: 16px;
  opacity: 0.5;
  display: block;
  clear: both;
  color: #fff;
}
.mf_r .row {
  text-align: right;
  margin-bottom: 20px;
}
.mf_r a {
  display: inline-block;
  padding: 10px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.3s;
  font-size: 16px;
  margin-left: 10px;
}
.mf_r a:hover {
  opacity: 0.5;
}
.mf_r a.border {
  border: 1px solid #fff;
  border-radius: 30px;
  text-transform: lowercase;
  padding: 10px 30px;
  letter-spacing: 0.5px;
  font-size: 15px;
}
.mf_r a img {
  height: 20px;
}
.mf_r a:hover img {
  opacity: 0.5;
}
/*mFooter*/

.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: #f56a14;
  height: 2px;
  position: relative;
  top: 8px;
  transition: width 0.2s ease-out;
  clear: both;
  margin-bottom: 7px;
}
#header.fixed1 .icon-bar {
  background: #53c1ff;
}
/* .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%;
  background-color: #545454;
  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;
  background-image: url("../images/hpat.png");
}
.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: 999999;
}
.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: #2e3192;
}

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 #f56a14;
  background-color: #f56a14;
  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;
}
.mobno {
  display: block;
}
.about_Sec3_in .owl-dots{bottom:0; text-align: right;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */
/*------smallphones----------------*/
@media only screen and (min-width: 240px) and (max-width: 960px) {
  body {
    overflow-x: hidden;
    padding-top: 55px;
  }
  .header {
    height: 55px;
  }
  .section1,
  .section2,
  .section3,
  .section4,
  .section5,
  .footer {
    overflow: hidden;
  }
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }

  .menubar {
    display: none;
  }
  .top_social,
  .top_social ul {
    display: none;
  }
  .menu2 {
    display: block;
    top: 5px;
    right: 10px;
    z-index: 99999999999999;
  }
  .menu {
    display: none;
  }

  .banner_hd {
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    margin: 0;
  }
  .banner_hd br {
    display: none;
  }
  .banner_cont {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 20px;
  }
  .banner_txt {
    /* padding: 0 15%; */
  }
  .logo::before {
    width: 200px;
  }
  .logo a img {
    height: 75px;
    padding: 5px 0 5px 10px;
  }
  .carousel-inner .item picture img {
    height: 550px;
    object-fit: cover;
    object-position: center center;
  }
  .banner_txt_in {
    width: 90%;
    padding: 25px;
    padding-top: 80px;
    margin: auto;
    display: table;
  }
  .pavcontentslider .carousel-indicators {
  }
  .ban_but {
    bottom: 3%;
  }
  .section1,
  .section2 {
    padding: 50px 20px;
  }
  .section1 h2,
  .section2in h2,
  .section3 h2 {
    font-size: 21px;
  }
  .section1 h3,
  .section2in h3 {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
  }
  .section1_btm ul,
  .section1_btm,
  .section4,
  .section4 .sec4_right ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .section1_btm ul li p,
  .sec4_left_in p {
    font-size: 16px;
  }
  .section2in {
    padding: 0;
  }
  .section2in h2 {
    margin-top: 0;
  }
  .section2in h3 {
    width: 100%;
  }
  .section2in .owl-stage {
    left: 0;
  }
  .section2in .owl-dots {
    left: 0;
    width: 100%;
    text-align: center;
    top: auto !important;
    bottom: -30px;
  }
  .section4 .sec4_left {
    display: block;
    width: 100%;
    padding: 50px 25px;
  }
  .sec4_left_in h2,
  .section4 .sec4_right ul li h4,
  .section5 h2 {
    font-size: 24px;
  }
  .section5 {
    background-position: left;
  }
  .footer {
    padding: 20px;
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .footer_logo {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 25px;
    justify-content: center;
  }
  .footer_right_in {
    grid-template-columns: repeat(1, 1fr);
  }
  .copy {
    font-size: 12px;
  }
  .servicessec {
    grid-template-columns: repeat(1, 1fr);
  }
  .servicessec .servicessec_card:nth-child(2),
  .servicessec .servicessec_card:nth-child(6),
  .servicessec .servicessec_card:nth-child(4),
  .servicessec .servicessec_card:nth-child(8) {
    position: relative;
    top: auto;
  }
  .home_solutions {
    padding: 40px 20px 0;
  }
  .home_solutions h2,
  .section4 h2 {
    font-size: 21px;
  }
  .accordion {
    padding: 40px 0 0;
  }
  .accordion .link {
    font-size: 14px;
  }
  .section3,
  .section4 {
    margin-top: auto;
    padding: 40px 20px;
  }
  .section3 {
    padding-bottom: 60px;
  }
  .section4 .sec4_right ul li {
    padding: 20px;
  }
  .copy {
    position: relative;
    bottom: auto;
    margin-top: 20px;
    text-align: center;
  }
  .footer_right {
    padding-bottom: 0;
  }
  .home_careers {
    margin-top: 0;
    padding: 40px 10px;
  }
  .home_careers_shapes1,
  .home_careers_shapes2 {
    width: 100%;
    clip-path: fill-box;
  }
  .home_careers_info_left,
  .home_careers_info_right {
    width: 100%;
    clear: both;
  }
  .home_careers_info_left {
    top: auto;
    background-color: #06b0f1;
    padding: 20px;
    margin: auto;
  }
  .home_careers_info_right {
    padding-left: 0;
    padding: 20px;
  }
  .home_careers_info {
    padding: 0;
  }
  .home_careers_shapes1 {
    height: auto;
  }
  .home_careers h2 {
    font-size: 24px;
  }
  .home_careers p {
    font-size: 16px;
  }
  .footer_socical {
    justify-content: flex-start;
  }
  .mFooter_in {
    flex-direction: column;
  }
  .mFooter {
    padding: 40px 20px;
  }
  .mf_r a {
    margin-left: 0;
    margin-right: 5px;
    font-size: 12px;
    letter-spacing: 0;
  }
  .mf_r {
    margin-top: 30px;
  }
  .mf_r a.border {
    font-size: 12px;
  }
  .mf_l img {
    height: 75px;
  }
  .section1 p,
  p,
  .section1 a,
  a.btn {
    font-size: 14px;
  }
  .section3 h2,
  .service_sec2 h2,
  .section2 h2 {
    font-size: 24px;
  }
  .bannersh {
    top: 10px;
    width: auto;
  }
  .bannersh img {
    width: 80px;
    height: auto;
  }
  .banner_info {
    width: 100%;
    margin: 0;
    padding: 0 25px;
    right: auto;
  }
  .section1 h2 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .section1 h4 {
    width: 100%;
    font-size: 16px;
    margin-bottom: 20px;
  }
  .section1 h5 {
    font-size: 16px;
    margin: 15px 0;
  }
  .process {
    margin-top: 30px;
  }
  #accordion1 img {
    width: 100%;
    height: 150px;
    margin-bottom: 20px;
    object-fit: cover;
    object-position: center center;
    position: relative;
    left: auto;
  }
  .home_assurance {
    padding: 40px 20px;
  }
   .about_Sec3_in, .about_Sec3_in_cont
    {
    padding: 20px;
  }
  .about_Sec3_in_cont h3
    {
    font-size: 24px;
  }
h2.bottom_hd{font-size: 24px;}
}
/*------iphone----------------*/
@media only screen and (min-width: 320px) and (max-width: 490px) {
}
/*------smalltablet----------------*/
@media only screen and (min-width: 490px) and (max-width: 768px) {
}
/*--------iPad - Portrait--------------*/
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .banner_txt {
    top: 35% !important;
  }
  .banner_hd {
    font-size: 48px;
    line-height: 52px;
  }
  .box2 ul li {
    float: left;
    display: inline-block;
    clear: none;
    width: 50%;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1240px) {
  .container {
    width: 100%;
    display: block;
    max-width: 100%;
    min-width: 100%;
  }
  .menu > ul > li {
    margin: 0;
  }
  .menu > ul > li > a {
    font-size: 14px;
  }
  .logo {
    margin: 0;
    padding: 0;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .menu ul {
    margin-right: 0;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1140px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 30px;
  }
  .section2in {
    padding-left: 50px;
  }
  .section2in h2 {
    font-size: 28px;
  }
  .section2in .owl-stage {
    left: -20px;
  }
  .banner_hd {
    font-size: 36px;
    line-height: 55px;
  }
  .box2cont p {
    min-height: 78px;
  }
  .logo a img {
    height: 45px;
    margin-top: 20px;
    margin-left: 15px;
  }
  .footer {
    padding: 0 30px;
    gap: 50px;
  }
  .footer_logo img {
    height: 90px;
  }
  .section4 .sec4_left {
    padding: 50px;
  }
  .sec4_left_in h2,
  .section3 h2 {
    font-size: 26px;
  }
  .section4 .sec4_right ul li h4 {
    font-size: 24px;
  }
  .section4 .sec4_right ul li {
    padding: 30px;
  }
  .section4 .sec4_right ul li p {
    font-size: 14px;
    line-height: 21px;
  }
}
@media only screen and (min-width: 1170px) and (max-width: 1320px) {
  .container {
    width: 100%;
    display: block;
    padding: 0 50px;
  }
  .banner_hd h2 {
    font-size: 42px;
  }
  .header {
    padding: 0;
  }
  .logo a img {
    height: 55px;
    margin-top: 10px;
    margin-left: 20px;
  }
  .section2in {
    padding-left: 50px;
  }
}
