body, p, h1, h2, h3, h4, h5, h6, span, ul, ol, li, dl, dt, dd, form {
  padding: 0;
  margin: 0; }

html, body {
  padding: 0;
  margin: 0;
  height: auto; }

input {
  outline: none; }

textarea {
  border: none;
  outline: none;
  overflow: auto;
  resize: none; }

select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none; }

select::-ms-expand {
  display: none; }

input.button {
  border: none;
  outline: none; }

input::-webkit-input-placeholder {
  opacity: 1; }

input::-moz-placeholder {
  opacity: 1; }

input:-ms-input-placeholder {
  opacity: 1; }

input:-moz-placeholder {
  opacity: 1; }

input[type=checkbox] {
  border: none;
  outline: none; }

img {
  outline: none;
  border: none;
  max-width: 100%;
  user-select: none;
  -webkit-user-select: none; }

li {
  list-style: none; }

a, a:active, a:hover {
  text-decoration: none;
  outline: none !important;
  user-select: none;
  -webkit-user-select: none; }

a:focus {
  outline: none;
  text-decoration: none; }

* {
  box-sizing: border-box; }

button, a, input[type="submit"], i {
  -o-transition: all .5s ease-out, all 0.5s ease-in;
  -ms-transition: all .5s ease-out, all 0.5s ease-in;
  -moz-transition: all .5s ease-out, all 0.5s ease-in;
  -webkit-transition: all .5s ease-out, all 0.5s ease-in;
  transition: all .5s ease-out, all 0.5s ease-in; }

a:hover, a, a:focus {
  color: inherit; }

a, a:hover, a:focus, button, button:hover, button:focus {
  outline: none; }

div:focus {
  outline: none; }

main#site-content{
  background:#fff;}

/*--------------FONTS--------------*/
@font-face {
  font-family: "Inter-Light";
  src: url("../fonts/Inter-Light.eot");
  src: url("../fonts/Inter-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.ttf") format("truetype"), url("../fonts/Inter-Light.svgInter-Light") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Regular";
  src: url("../fonts/Inter-Regular.eot");
  src: url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype"), url("../fonts/Inter-Regular.svgInter-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype"), url("../fonts/Inter-Medium.svgInter-Medium") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-SemiBold";
  src: url("../fonts/Inter-SemiBold.eot");
  src: url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype"), url("../fonts/Inter-SemiBold.svgInter-SemiBold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: "Inter-Bold";
  src: url("../fonts/Inter-Bold.eot");
  src: url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype"), url("../fonts/Inter-Bold.svgInter-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*--------------FONTS--------------*/


.container{
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 10px;
}
header{
  position: sticky;
  top: 0;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #eee;
}
#header img {
    position: relative;
    top: 30px;
}
._main_header{
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
._main_header .right-side {
  display: flex;
  align-items: center;
}
.mainmenu .overlay a.closebtn {
  display: none; 
}
.mainmenu ul li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.mainmenu ul li:not(:last-child) {
  margin-right: 30px; 
}
.mainmenu ul li a{
  color: #214842;
  font: 16px/28px Inter-Regular; 
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.mainmenu ul li.active a, .mainmenu ul li:hover a{
  color: #e13131;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.mainmenu ul li.active::after, .mainmenu ul li::after{
  position: absolute;
  content: "";
  width: 0;
  background-color: #e13131;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.mainmenu ul li.active::after, .mainmenu ul li:hover::after  {
  width: 100%;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.banner-silder {
  position: relative;
  margin-bottom: 80px; 
}
.banner-silder .banner_content{
  position: absolute;
  max-width: 1170px;
  padding:  0 10px;
  width: 100%;
  z-index: 1;
  margin: auto;
  min-height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner-silder .banner_content .clsLeft {
    width: 56%;
}
.banner-silder .banner_content .clsRight {
    width: 36%;
}
.banner-silder .banner_content .clsRight h4 {
  font: 47px/52px Inter-Medium;
  color: #fff;
  margin-bottom: 24px;
}
.banner-silder .banner_content .clsRight h2 {
  font: 63px/65px Inter-Bold;
  color: #fff;
  margin-bottom:32px;
  text-transform: uppercase;
}
.banner-silder  .banner_content .clsRight ._btns a {
  font: 16px / 30px Inter-Semibold;
  color: #fff;
  background-color: #000000;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  display: block;
  max-width: 160px;
  text-align: center;
  padding: 14px 0;
}
.banner-silder  .banner_content .clsRight ._btns a:hover{
  background-color:#e13131;
}
.banner-silder .owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30px; 
}
.banner-silder .owl-dots button.owl-dot {
  width: 25px;
  height: 5px;
  margin: 0 5px;
  background-color: #fff;
  border-radius: 20px;
  position: relative;
  transition: 0.5s all;;
}
.banner-silder .owl-dots button.owl-dot.active {
  background-color: #e13131;
  transition: 0.5s all;
}
.clsWWD{
  margin-bottom: 80px;
}
.clsWWD h2{
  font: 46px / 50px Inter-Bold;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.clsWWD .clsWWDiv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 28px;
}
.clsWWD .clsWWDiv .clsWWDBlk {
  width: 31.7%;
  background: #f3f3f3;
  text-align: center;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.clsWWD .clsWWDiv .clsWWDBlk a{
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.clsWWD .clsWWDiv .clsWWDBlk img.clsNrml{
  display: block;
}
.clsWWD .clsWWDiv .clsWWDBlk img.clsHvr{ 
  display: none;
}
.clsWWD .clsWWDiv .clsWWDBlk p{
  font: 22px / 25px Inter-Bold;
  color: #000;
  text-align: center;
  margin-top: 16px;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.clsWWD .clsWWDiv .clsWWDBlk:hover{
  background-color: #e13131;
  transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.clsWWD .clsWWDiv .clsWWDBlk:hover img.clsNrml{
  display: none;
}
.clsWWD .clsWWDiv .clsWWDBlk:hover img.clsHvr{
  display: block;
}
.clsWWD .clsWWDiv .clsWWDBlk:hover p{
   color: #fff;
   transition: 0.5s all ease-out, 0.5s all ease-in;
  -ms-transition: 0.5s all ease-out, 0.5s all ease-in;
  -webkit-transition: 0.5s all ease-out, 0.5s all ease-in;
  -o-transition: 0.5s all ease-out, 0.5s all ease-in;
}
.clsWWR{
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clsWWR .clsWLft{width: 47%;}
.clsWWR .clsWRgt{width: 47%;}
.clsWWR .clsWLft h2{
  font: 46px / 50px Inter-Bold;
  color: #000;
  margin-bottom: 25px;
}
.clsWWR .clsWLft p{
  color: #666;
  font: 18px / 27px Inter-Light;
  margin-bottom: 15px;
}
.clsWWR .clsWLft a{
  color: #e13131;
  font: 16px / 27px Inter-Semibold;
}
.clsWWR .clsWRgt img{
  width: 100%;
}
.cls_whybg{
  padding: 80px 0;
  background-color: #f3f3f3;
}
.clsWhy{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.clsWhy .clsWLft{width: 47%;}
.clsWhy .clsWRgt{width: 47%;}
.clsWhy .clsWLft img{
  width: 100%;
}
.clsWhy .clsWRgt h2{
  font: 46px / 50px Inter-Bold;
  color: #000;
  margin-bottom: 25px;
}
.clsWhy .clsWRgt p{
  color: #666;
  font: 18px / 27px Inter-Light;
  margin-bottom: 15px;
}
.clsWhy .clsWRgt a{
  color: #e13131;
  font: 16px / 27px Inter-Semibold;
}
.clsBreadcrumb{
  background: url(../images/Breadcrumb_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 60px 0;
  text-align: center;
  margin-bottom: 75px;
}
.clsBreadcrumb h2{
  color: #fff;
  font: 47px / 50px Inter-Medium;
  margin-bottom: 15px;
}
/*.clsBreadcrumb ._breadcrumb{
  display: flex;
  justify-content: center;
  align-items: center;
}*/
.clsBreadcrumb ._breadcrumb li{
  position: relative;
  display: inline-block;
}
.clsBreadcrumb ._breadcrumb li:not(:last-child){
  margin-right: 28px;
}
.clsBreadcrumb ._breadcrumb li:not(:last-child)::after{
  position: absolute;
  content: "/"; 
  color: #fff;
  padding: 0 12px;
}
.clsBreadcrumb ._breadcrumb li a,
.clsBreadcrumb ._breadcrumb li p{
  color: #fff;
  font: 18px / 20px Inter-Regular;
}
.clsBreadcrumb ._breadcrumb li a:hover{
  text-decoration: underline;
}
.clsBreadcrumb ._breadcrumb li a::after{}
.clsAbtDiv{
   display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom:75px;
}
.clsAbtDiv .clsAbtLft{width: 47%;}
.clsAbtDiv .clsAbtRgt{width: 47%;}
.clsAbtDiv .clsAbtLft img{width:100%;}
.clsAbtDiv .clsAbtRgt h2{
   font: 46px / 50px Inter-Bold;
  color: #000;
  margin-bottom: 25px
}
.clsAbtDiv .clsAbtRgt p, .clsParaG p{
    color: #666;
  font: 18px / 27px Inter-Light;
}
.clsAbtDiv .clsAbtRgt p:not(:last-child), .clsParaG p:not(:last-child){
 margin-bottom: 15px;
}
.clsParaG{
    margin-bottom: 75px;
}
footer{
  background-color: #000000;
}
footer .foot-top{
  padding: 80px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .foot-top .foot-wid-1{
  width: 13%;
}
footer .foot-top .foot-wid-2{
  width: 35%;
}
footer .foot-top .foot-wid-3{
  width: 19%;
}
footer .foot-top .foot-wid-4{
  width: 18%;
}
footer .foot-top .footer-div h4{
  font: 18px/30px Inter-Semibold;
  color: #fff;
  margin-bottom: 15px;;
}
footer .foot-top .footer-div .clsLGLink {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
footer .foot-top .footer-div p{
  font: 16px/30px Inter-Light;
  color: #fff;
}
footer .foot-top .footer-div ul li a{
  font: 16px/30px Inter-Light;
  color: #fff;
  transition: 0.5s all;
}
footer .foot-top .footer-div ul li a:hover{
  color: #e13131;
  transition: 0.5s all;
}
footer .foot-top .footer-div .cls_add p:not(:last-child){
  margin-bottom: 15px;
}
footer .foot-top .footer-div ul.Clscomm li {
  font: 16px / 30px Inter-Light;
  color: #fff;
}
footer .foot-top .footer-div ul.Clscomm li:not(:last-child) {
  margin-bottom: 15px;
}
footer .foot-top .footer-div ul.Clscomm li a {
  display: block;
  line-height: 24px;
}
footer .foot-top ul.socail_icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 15%;
  margin-top:15px;
}
footer .foot-top ul.socail_icons li {
  margin: 0;
}
footer .foot-top ul.socail_icons li:not(:last-child){
  margin-right:10px;
}
footer .foot-top ul.socail_icons li a {
  background-color:transparent;
  border-radius: 50%;
  border: 1px solid #fff;
  height: 35px;
  width: 35px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:0.5s all;
}
footer .foot-top ul.socail_icons li a i {
  font-size: 16px;
}
footer .foot-top ul.socail_icons li:hover a {
  background-color: #e13131;
  color: #ffffff;
  transition: 0.5s all;
  border-color: #e13131;
}
footer .foot-bottom{
  border-top:1px solid #1a1a1a ;
}
footer .foot-bottom p{
  font: 16px/26px Inter-Light;
  color: #fff;
  text-align: center;
  display: block;
  padding: 27px 0;
}
.clsService{
  margin-bottom: 95px;
}
.clsService .clsLists{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}
.clsService .clsLists:not(:last-child){
  padding-bottom: 35px;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
}
.clsService .clsLists img{
  width: 100%;
}
.clsService .clsLists .clsServCnt{
  width: calc(100% - 90px);
}
.clsService .clsLists .clsServCnt h3{
  font: 27px / 30px Inter-Bold;
  color: #000;
  margin: 20px 0;
}
.clsService .clsLists .clsServCnt p{
  color: #666;
  font: 18px / 27px Inter-Light;
}
.clsBAblock{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 90px;
  flex-direction: row;
  flex-wrap: wrap;
}
.clsBAblock .clsAnalytics{
  padding: 25px;
  width: 31.5%;
  border:1px solid #d3d3d3;
}
.clsBAblock .clsAnalytics img{
  min-height: 48px;
  margin-bottom: 15px;
}
.clsBAblock .clsAnalytics h4{
  font: 22px / 40px Inter-Bold;
  color: #000;
  margin-bottom: 15px;
}
.clsBAblock .clsAnalytics ul{
    margin-left: 20px;
}
.clsBAblock .clsAnalytics ul li{
  color: #666;
  font: 17px / 27px Inter-Light;
  list-style: disc;
}
.clsContact{
  margin-bottom: 90px;
}
.clsContact .clsCntDiv{
  text-align: center;
  max-width: 500px;
  margin:0 auto;
}
.clsContact .clsCntDiv:not(:last-child){
  margin-bottom: 30px;
}
.clsContact .clsCntDiv h3{
  font: 22px / 30px Inter-Bold;
  color: #000;
  margin-bottom: 15px;
}
.clsContact .clsCntDiv p, .clsContact .clsCntDiv a{
  color: #000;
  font: 17px / 27px Inter-Regular;
  display: block;
}
.clsContact .clsCntDiv p:not(:last-child){
  margin-bottom: 10px;
}
.clsContact .clsCntDiv a:hover{
  color: #e13131;
}
/* --------------------------------------------------------------------------------------- */
.clsWWDInner .clsWWImg{
  text-align: center;
  margin-bottom: 50px;
}
.clsWWDInner .clsWWDiv{
  display: flex;
  flex-wrap: wrap;
/*  justify-content: center;*/
  gap: 28.2px;
  margin-bottom: 80px;
}
.clsWWDInner .clsWWDiv .clsWWDList{
  width: 31.7%;
  background: #f3f3f3;
  text-align: center;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/*.clsWWDInner .clsWWDiv .clsWWDList:nth-child(even){
  background: #fff4f4
}*/
.clsWWDInner .clsWWDiv .clsWWDList p{
  font: 17px / 25px Inter-Bold;
  color: #000;
  text-align: center;
  margin-top: 16px;
}
/* ------------------------------------------------------------------------------------------ */

@media screen and (max-width: 1170px){
  .banner-silder, .clsWWD, .clsWWR{
    margin-bottom: 50px;
  }
  .banner-silder .banner_content .clsRight h6 {
    font: 16px/25px Inter-Regular;
    margin-bottom: 25px;
  }
  .banner-silder .banner_content .clsRight h4 {
    font: 44px / 50px Inter-Medium;
    margin-bottom: 15px;
  }
  .clsWWD .clsWWDiv{
    gap: 20px;
  }
  .clsWWR .clsWLft p, .clsWhy .clsWRgt p, .clsAbtDiv .clsAbtRgt p, .clsParaG p{
    font: 17px / 27px Inter-Light;
    margin-bottom: 10px;
  }
  .cls_whybg{
    padding: 50px 0;
  }
  .clsWWD h2, .clsWWR .clsWLft h2, .clsWhy .clsWRgt h2, .clsAbtDiv .clsAbtRgt h2{
    font: 39px / 45px Inter-Bold;
  }
  footer .foot-top .foot-wid-2 {
    width: 38%;
  }
  footer .foot-top .foot-wid-4 {
    width: 18%;
  }
  .clsBAblock{
    gap: 25px;
  }
  /* ----------------------------------------------------------------------------- */
  .clsWWDInner .clsWWDiv{
      gap: 21px;
    }
  /* ---------------------------------------------------------------------------------- */
}

@media screen and (max-width: 1024px){
  .mainmenu ul li a {
    font: 15px/26px Inter-Regular;
  }
  .mainmenu ul li:not(:last-child){
    margin-right: 15px;
  }
  .banner-silder .banner img {
    min-height: 450px;
  }
  .banner-silder .banner_content img {
    min-height: auto;
  }
  .banner-silder .banner_content .clsRight h2 {
    font: 58px / 62px Inter-Bold;
  }
  .banner-silder .banner_content .clsRight ._btns a{
    font: 15px/25px Inter-Semibold;
    padding: 10px 0;
  }
  .clsWWD h2{
    margin-bottom: 40px;
  }
  .clsWWD .clsWWDiv .clsWWDBlk p {
    font: 18px / 22px Inter-Bold;
  }
  .clsWWR .clsWLft p, .clsWhy .clsWRgt p, .clsAbtDiv .clsAbtRgt p, .clsParaG p {
    font: 16px / 27px Inter-Light;
  }
  footer .foot-top {
    padding: 50px 0;
  }
  footer .foot-top .foot-wid-2{
    width:40%;
  }
  footer .foot-top .foot-wid-3 {
    width: 21%;
  }
  footer .foot-top .foot-wid-4 {
      width: 20%;
  }
  footer .foot-top .footer-div ul li a,
  footer .foot-top .footer-div p {
    font: 14px / 25px Inter-Light;
  }
  .clsBreadcrumb{
     margin-bottom: 45px;
  }
  .clsBreadcrumb h2{
    font: 40px / 50px Inter-Medium;
  }
  .clsAbtDiv, .clsParaG{
      margin-bottom: 45px;
  }
  .nav-desktop{
      gap: 15px;
  }
  /* ------------------------------------------------------------------------------------------ */
  .clsWWDInner .clsWWDiv .clsWWDList p{
    font: 15px / 22px Inter-Bold;
    color: #000;
    text-align: center;
    margin-top: 16px;
  }
  /* ------------------------------------------------------------------------------------------ */
}

@media screen and (max-width: 991px){
  .banner-silder .banner_content .clsLeft{
    width: 50%;
  }
  .banner-silder .banner_content .clsRight{
    width: 45%;
  }
  .clsWWD .clsWWDiv .clsWWDBlk a {
    padding: 35px 20px;
  }
  footer .foot-top .foot-wid-2 {
    width: 42%;
  }
  footer .foot-top ul.socail_icons li:not(:last-child) {
      margin-right: 5px;
  }
  .clsBAblock{
      gap: 17px;
  }
  .clsBAblock .clsAnalytics{
    width: 32%;
    padding: 20px;
  }
  .clsBAblock .clsAnalytics h4 {
    font: 20px / 28px Inter-Bold;
  }
  .clsBAblock .clsAnalytics ul li{
      font: 16px / 25px Inter-Light;
  }
  .clsService .clsLists .clsServCnt p{
      font: 16px / 25px Inter-Light
  }
}

@media screen and (max-width: 880px){
  .overlay {
    height: 100%; 
    width: 0; 
    position: fixed; 
    top: 0; 
    right: 0; 
    background-color: #fff; 
    overflow-x: hidden; 
    transition: 0.5s; 
    opacity:0;  
    z-index:9999999;
  }
  .overlay-content {
    position: relative;  
    top: 0; 
    max-width: 280px; 
    width:100%; 
    background:#fff; 
    text-align: left;
    padding: 65px 20px;
    min-height: calc(100vh + 18px);
    height: auto;
    float: right;
  }
  .overlay-content.ful-h{
    height: auto;
  }
  .mystyle{
    width:260px; 
    opacity:1; 
    right:-1px;
  }
  .mainmenu .overlay a.closebtn{
    padding: 5px 0;
    display: block;
    color: #0a0a0a;
    transition: 0.6s;
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 35px;
    z-index: 1110;
  }
  .overlay.mystyle{
    background:rgba(0,0,0,0.5);
    width:101%; 
    overflow-x:hidden;
  }
  .toggle{
    display: block;
    padding: 5px 5px;
    float: left;
    margin: 0;
    position: relative;
    border-radius: 5px;
    top: 0;
    background-color: #e13131;
  }
  .toggle span{
      display:inline-block;
  }
  .toggle span i{
      width:25px; 
      height:2px; 
      display:block; 
      background:#fff; 
      margin:5px 0 0 0;
  }
  .toggle span:hover, .toggle span:focus{
    background-color: #204440;
  }
  .mainmenu ul li:not(:last-child){
    margin-right: auto;            
  }
  .mainmenu ul li {
    font: 16px/40px Inter-Regular;
    display: block;
  }
  .banner-silder .banner_content .clsRight h2 {
      font: 52px / 57px Inter-Bold;
  }
  .clsWWD h2 {
    margin-bottom: 25px;
  }
  .clsWWD .clsWWDiv {
      gap: 15px;
  }
  .clsWWR .clsWLft, 
  .clsWWR .clsWRgt, 
  .clsWhy .clsWLft, 
  .clsWhy .clsWRgt,
  .clsAbtDiv .clsAbtLft,
  .clsAbtDiv .clsAbtRgt{
    width: 48%;
  }
  .clsWWD h2, .clsWWR .clsWLft h2, .clsWhy .clsWRgt h2, .clsAbtDiv .clsAbtRgt h2 {
    font: 30px / 45px Inter-Bold;
  }
  .clsWWR .clsWLft h2, .clsWhy .clsWRgt h2, .clsAbtDiv .clsAbtRgt h2{
      margin-bottom: 15px;
  }
  .clsWWR .clsWLft p, .clsWhy .clsWRgt p, .clsAbtDiv .clsAbtRgt p, .clsParaG p {
    font: 15px / 24px Inter-Light;
  }
  footer .foot-top .footer-div .clsLGLink{
    flex-direction: column;
  }
  footer .foot-top .foot-wid-1 {
    width: 18%;
  }
  footer .foot-top .foot-wid-2 {
    width: 25%;
  }
  footer .foot-top .foot-wid-3 {
    width: 29%;
  }
  footer .foot-top .foot-wid-4 {
    width: 23%;
  }
  .clsBAblock{
    gap: 14px;
  }
  .clsService .clsLists .clsServCnt{
    width: calc(100% - 60px);
  }
  .clsService .clsLists .clsServCnt h3{
    font: 23px / 26px Inter-Bold;
    margin: 20px 0;
  }
  /* ------------------------------------------------------------------------------------------ */
  .clsWWDInner .clsWWDiv{
    gap: 18.3px;
  }

/* ------------------------------------------------------------------------------------------ */
}

@media screen and (min-width: 768px) {
  .true {
    display: block !important;
  }
}
@media screen and (max-width: 767px){
  ._main_header {
    padding: 10px 0;
  }
  .banner-silder .banner_content .clsRight h2 {
    font: 45px / 49px Inter-Bold;
    margin-bottom: 15px;
  }
  .banner-silder .banner_content .clsRight h2 {
    font: 45px / 49px Inter-Bold;
  }
  .clsWWR, .clsWhy, .clsAbtDiv{
    flex-direction: column;
    gap: 40px;
  }
  .clsWWR .clsWLft, 
  .clsWWR .clsWRgt, 
  .clsWhy .clsWLft, 
  .clsWhy .clsWRgt,
  .clsAbtDiv .clsAbtLft,
  .clsAbtDiv .clsAbtRgt{
    width: 100%;
  }
  .clsWWR .clsWLft p, .clsWhy .clsWRgt p,.clsAbtDiv .clsAbtRgt p, .clsParaG p {
    font: 16px / 25px Inter-Light;
  }
  .clsWWD .clsWWDiv .clsWWDBlk {
    width: 48%;
  }
  .clsWhy {
    flex-direction: column-reverse;
  }
  .clsWWR .clsWLft h2, .clsWhy .clsWRgt h2,
  .clsWWR .clsWLft p, .clsWhy .clsWRgt p,
  .clsWhy .clsWRgt a,
  .clsAbtDiv .clsAbtRgt h2, .clsAbtDiv .clsAbtRgt p, .clsParaG p{
    text-align: center;
  }
  .clsWWR .clsWLft, .clsWhy .clsWRgt, .clsAbtDiv .clsAbtLft{
    text-align: center; 
  }
  footer .foot-top .foot-wid-1, 
  footer .foot-top .foot-wid-2, 
  footer .foot-top .foot-wid-3, 
  footer .foot-top .foot-wid-4{
    width: 100%;
  }
  footer .foot-top .footer-div ul li a, footer .foot-top .footer-div p {
    font: 16px/30px Inter-Light;
  }
  footer .foot-top{
    flex-direction: column;
  }
  footer .foot-top ul.socail_icons {
    width: 100%;
    max-width: 180px;
  }
 footer .foot-top .footer-div h4{
    font: 16px / 28px Inter-Semibold;
    margin-bottom: 0;
    padding: 8px 0;
    position: relative;
  }
  footer .foot-top .footer-div h4::before{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 12px;
    height: 2px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.9s all;
  }
  
  footer .foot-top .footer-div h4::after{
    position: absolute;
    content: "";
    background-color: #fff;
    width: 12px;
    height: 2px;
    right: 8px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    transition: 0.9s all;
  }
 .true{
    display: none;
  }
  footer .foot-top .footer-div h4.side-icon::after{
    right: 8px;
    transform: translateY(-50%) rotate(180deg);
    transition: 0.9s all;
  } 
  .clsBAblock{
    gap: 25px;
    margin-bottom: 60px;
  } 
  .clsBAblock .clsAnalytics{
    padding: 22px;
    width: 48%
  }
  .clsBreadcrumb{
    margin-bottom: 50px;
  }
  .clsBreadcrumb h2{
    font: 36px / 42px Inter-Medium;
  }  
  .clsService{
    margin-bottom: 60px;
  }
  .clsService .clsLists{
    gap: 0;
    flex-direction: column;
    align-items: center;
  }
  .clsService .clsLists .clsServCnt h3{
    text-align: center;
    margin: 15px 0 10px;
  }
  .clsService .clsLists .clsServCnt p{
    text-align: center;
  }
  .clsService .clsLists:not(:last-child) {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .clsContact{
    margin-bottom: 60px;
  }
  /* ------------------------------------------------------------------------------------------ */
  .clsWWDInner .clsWWDiv .clsWWDList {
    width: 48%;
  }
  /* ------------------------------------------------------------------------------------------ */

}
@media screen and (max-width: 650px){
  .banner-silder .banner_content{
    flex-direction: column;
    text-align:center;
        padding-bottom: 10px;
  }
  .banner-silder .banner_content .clsLeft, 
  .banner-silder .banner_content .clsRight{
    width: 100%;
  }
  .banner-silder .banner img {
    min-height: 500px;
  }
  .banner-silder .banner_content img{
    min-height: auto;
  }
  .banner-silder .banner_content .clsLeft{
    text-align: center;
  }
  .banner-silder .banner_content .clsLeft img{
    max-width: 70%;
    margin: 0 auto 30px;
  }
  .banner-silder .banner_content .clsRight ._btns a {
    margin: 0 auto;
  }
  .banner-silder .banner_content .clsRight h4 {
    font: 37px / 40px Inter-Medium;
      margin-bottom: 10px;
  }
  .banner-silder .banner_content .clsRight h2 {
    font: 34px / 44px Inter-Bold;
    margin-bottom: 10px;
  }
  .banner-silder .owl-dots{
    bottom: 10px;
  }
  .clsBAblock{
    gap: 20px;
    margin-bottom: 40px;
  }
  .clsBAblock .clsAnalytics {
    padding: 18px;
  }
  .clsBAblock .clsAnalytics h4 {
    font: 19px / 24px Inter-Bold;
  }
  .clsBAblock .clsAnalytics ul li{
    font: 15px / 22px Inter-Light;
  }
  .clsWWR .clsWLft p, .clsWhy .clsWRgt p,.clsAbtDiv .clsAbtRgt p, .clsParaG p {
    font: 15px / 22px Inter-Light;
  }
  .clsAbtDiv{
    margin-bottom: 20px;
  }
  .clsService{
     margin-bottom: 40px;
  }
  .clsService .clsLists .clsServCnt h3 {
    font: 20px / 26px Inter-Bold;
  }
  .clsContact{
    margin-bottom: 40px;
  }
  .clsContact .clsCntDiv h3{
    font: 19px / 24px Inter-Bold;
  }
  .clsContact .clsCntDiv p, .clsContact .clsCntDiv a {
    color: #000;
    font: 15px / 27px Inter-Regular;
  }
  .cls_add {
      max-width: 300px;
  }
}
@media screen and (max-width: 540px){
  .banner-silder {
      margin-bottom: 40px;
  }
  .banner-silder .banner_content .clsLeft img {
    max-width: 90%;
  }
  .banner-silder .banner_content .clsRight h4 {
    font: 32px / 35px Inter-Medium;
    margin-bottom:5px;
  }
  .banner-silder .banner_content .clsRight h2 {
    font: 30px / 44px Inter-Bold;
     margin-bottom:5px;
  }
  .clsBAblock{
      gap: 18px;
  }
}
@media screen and (max-width: 480px){
  ._main_header .logo {
      max-width: 135px;
      width: 100%;
  }
  .clsWWD .clsWWDiv .clsWWDBlk {
    width: 100%;
    max-width: 300px;
  }
  .clsWWD .clsWWDiv .clsWWDBlk a {
    padding: 45px 20px;
  }
  footer .foot-top {
    padding: 40px 0;
  }
  footer .foot-bottom p {
    font: 15px / 25px Inter-Light;
    padding: 22px 0;
  }
  footer .foot-top .footer-div ul li a, footer .foot-top .footer-div p {
    font: 15px / 27px Inter-Light;
  }
  .clsBreadcrumb{
    margin-bottom: 40px;
  }
  .clsBreadcrumb h2 {
    font: 27px / 42px Inter-Medium;
    margin-bottom: 8px;
  }
  .clsBreadcrumb ._breadcrumb li a, .clsBreadcrumb ._breadcrumb li p {
    font: 14px / 20px Inter-Regular;
  }
  .clsBreadcrumb ._breadcrumb li:not(:last-child)::after{
    padding: 0 8px;
  }
  .clsBreadcrumb ._breadcrumb li:not(:last-child) {
    margin-right: 20px;
  }
  .clsBAblock{
      flex-direction: column;
  }
  .clsBAblock .clsAnalytics{
    width: 100%;
  }
  /* ------------------------------------------------------------------------------------------ */
  .clsWWDInner .clsWWDiv{
    gap: 15px;
    justify-content: center;
  }
  .clsWWDInner .clsWWDiv .clsWWDList {
    width: 100%;
    max-width: 300px;
    padding: 45px 20px;
  }
  /* ------------------------------------------------------------------------------------------ */
}