﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html {
    
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
li {
  list-style-type: none;
  display: inline-block;
  margin: 5px 10px;

}

li > a {
  color: #333;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

li > a::after {
  content: "";
  display: block;
  margin: auto;
  height: 3px;
  width: 0;
  top: 5px;
  background: transparent;
  transition: all 0.3s;
  
  
}

li > a:hover::after, li > a.active-nav::after {
  width: 100%;
  background: #22bbf7;
 
}
body {
    margin: 0;
    font-family: "Poppins", sans-serif;}
figure,
header,
nav,
section {
    display: block;
}
section{
  width: 100%;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
button,
button:active,
button:hover {
    outline: none!important;
    border: none;
}
strong {
    font-weight: bold;
    color: #000;
}
h1 {
    font-size: 2em;
}
img {
    border: 0;
  max-width: 100%;
  height: auto;
}
figure {
    margin: 1em 40px;
}
button,
select {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button {
    -webkit-appearance: button;
    cursor: pointer;
}
button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.no-padding{
  padding: 0!important;
}
.no-margin{
  margin: 0!important;
}
@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    a[href^="#"]:after {
        content: "";
    }
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p {
        orphans: 3;
        widows: 3;
    }
    .navbar {
        display: none;
    }
}
@font-face {
    font-family: "Glyphicons Halflings";
    src: url("https://d1ed6jf4zl5cv5.cloudfront.net/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot");
    src: url("https://d1ed6jf4zl5cv5.cloudfront.net/assets/bootstrap/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix") format("embedded-opentype"),
        url("https://d1ed6jf4zl5cv5.cloudfront.net/assets/bootstrap/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2") format("woff2"),
        url("https://d1ed6jf4zl5cv5.cloudfront.net/assets/bootstrap/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff") format("woff"),
        url("https://d1ed6jf4zl5cv5.cloudfront.net/assets/bootstrap/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf") format("truetype"),
        url("https://d1ed6jf4zl5cv5.cloudfront.net/assets/bootstrap/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg#glyphicons_halflingsregular") format("svg");
}
* {
    box-sizing: border-box;
}
*:before,
*:after {
    box-sizing: border-box;
}
html {
    -webkit-tap-highlight-color: transparent;
}
body {  
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
font-style: normal;
font-weight: 400;
color: #000;
line-height: 1.5;
}
button,
select {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
    color: #0E4099;
;
    text-decoration: none;
}
a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Poppins", sans-serif;
}
h1 {
  font-weight: 600;
  font-size: 41px;
  line-height: 1.3;

}
p {
    margin: 0 0 11px;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
ul {
    margin-top: 0;
    margin-bottom: 0;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  min-height: 100vh;
  font-weight: 400;
}
.main_wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}


/************NAV**************/
.header{
  position: fixed;
top: 0;
z-index: 101;
width: 100%;
padding: 20px 0;
-webkit-transition: padding .5s ease-in-out;
-moz-transition: padding .5s ease-in-out;
transition: padding .5s ease-in-out;
background: #fff;
}
#header-sroll.header_scroll_fixed{
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
} 
#header-sroll.header_scroll_fixed .logo img {
  max-width: 150px;
}
.header .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  max-width: 100%;
  height: auto;
}

.header .navbar {
  max-width: 100%;
  height: auto;
  display: block;
  padding: 0;
}

.logo {
  display: flex;
  align-items: center;
}
.logo img{
  max-width: 225px;
-webkit-transition: max-width .5s ease-in-out;
-moz-transition: max-width .5s ease-in-out;
transition: max-width .5s ease-in-out;
}
.header .menu > .menu-item {
  position: relative;
  display: inline-block;
  padding: 0 5px;
}

.header .menu > .menu-item > a {
  color: #000;
  display: block;
  line-height: inherit;
  padding: 1rem 0;
  border: none;
  outline: none;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  text-decoration: none;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
.header .menu > .menu-item > a:hover{
  color: #22bbf7;
}

.header .menu > .menu-item > a .expand {
  position: relative;
  display: inline-block;
  height: 0.75rem;
  width: 0.75rem;
  margin-left: 0.35rem;
  border: none;
  outline: none;
  pointer-events: none;
}

.header .menu > .menu-item > a .expand{
  -webkit-box-sizing: inherit;
          box-sizing: inherit;

  -webkit-transform: translate(-35%, 35%);
      -ms-transform: translate(-35%, 35%);
          transform: translate(-35%, 35%);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}


.header .menu > .menu-item > .sub-menu {
  position: absolute;
  left: -1rem;
  top: 100%;
  line-height: 22px;
  background: #222d39;
  box-shadow: 0px 2px 13px 0px rgba(0,0,0,0.1);
  height: auto;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(1rem);
      -ms-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .menu > .menu-item > .sub-menu > .menu-item {
  display: block;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.header .menu > .menu-item > .sub-menu > .menu-item > a {
  display: block;
  font-family: inherit;
  line-height: inherit;
  font-size: 12px;
  width: 200px;
  text-transform: capitalize;
  text-rendering: optimizeLegibility;
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  padding: 1em;
}
.header .menu > .menu-item > .sub-menu > .menu-item > a:hover{
  background:#925a3b ;
}
.header .opened-menu {
  position: relative;
  display: none;
  cursor: pointer;
  width: 1.1rem;
  height: 1rem;
  border: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
  background: none;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.header .opened-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border: none;
  outline: none;
  opacity: 1;
  border-radius: 0.25rem;
  background: #4A5568;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .opened-menu span:nth-child(1) {
  top: 0;
}

.header .opened-menu span:nth-child(2), .header .opened-menu span:nth-child(3) {
  top: 0.4rem;
}

.header .opened-menu span:nth-child(4) {
  top: 0.8rem;
}

.header .closed-menu {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  width: 2.5rem;
  height: 2.5rem;
  border: none;
  outline: none;
  background: none;
}

.header .closed-menu img.closed-icon {
  display: block;
  width: 1rem;
  height: auto;
}

.header .overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

@media only screen and (min-width: 767px) {
  .header .menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .header .menu > .menu-item-has-children:hover > a .expand {
    -webkit-transform: translate(-35%, 55%) rotate(180deg);
        -ms-transform: translate(-35%, 55%) rotate(180deg);
            transform: translate(-35%, 55%) rotate(180deg);
  }
}

@media only screen and (max-width: 767px) {

  .navbar i.fa-close{
    color: #fff;
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    font-size: 14px;
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a{
    width: 100%;
  }
  .header .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar {
    position: fixed;
    top: 0;
    right: -18rem;
    width: 90%;
    height: 100%;
    padding: 1rem;
    z-index: 999;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
    background: #0E4099;
    -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header .navbar.active {
    right: 0rem;
    opacity: 1;
    visibility: visible;
  }
  .header .navbar::-webkit-scrollbar {
    width: 5px;
  }
  .header .navbar::-webkit-scrollbar-thumb {
    border-radius: 1rem;
    background: #e6e6e6;
    -webkit-box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
            box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.12);
  }
  .header .menu {
    width: 100%;
    height: auto;
    margin-top: 3.5rem;
  }
  .header .menu > .menu-item {
    display: block;
    margin: 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .header .menu > .menu-item:last-child {
    border-bottom: none;
  }
  .header .menu > .menu-item-has-children > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .menu > .menu-item > a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    padding-top: 1em;
padding-bottom: 1em;
  }
 
 
  .header .menu > .menu-item-has-children.active > a .expand {
    -webkit-transform: translate(-35%, 55%) rotate(180deg);
        -ms-transform: translate(-35%, 55%) rotate(180deg);
            transform: translate(-35%, 55%) rotate(180deg);
  }
  .header .menu > .menu-item > .sub-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header .menu > .menu-item > .sub-menu > .menu-item > a {
    padding-top: 1em;
padding-bottom: 1em;
    color: #fff;
  }
  .header .opened-menu {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .header .closed-menu {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 1rem;
    right: 1.5rem;
    border: 1px solid #fff;
    border-radius: 100%;
  }
}
a.menubttn_desktop{
  background: #0E4099;;
color: #fff !important;
font-weight: 400 !important;
font-size: 15px !important;
padding: 8px 20px !important;
border-radius: 10px;
transition: .5s;
}
.header .menu > .menu-item > a.menubttn_mobile{
  background: #fff;;
  color: #0E4099 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  padding: 8px 20px !important;
  border-radius: 10px;
  transition: .5s;
  text-align: center;
  margin-top: 50px;
  display: none;
}

/************NAV**************/
.main_content {
  padding-top: 100px;
}
.topsection{
  background: #B8F2FF;
  background: linear-gradient(270deg, #FAEEFF 0%, #B8F2FF 100%);
  border-radius: 20px;
  padding: 60px 0 60px 0;
}
.bannerimage{
  width: 100%;
  max-width: 544px;
}
.top_content_inner{
  width: 100%;
  padding-left: 50px;
}
.top_content_inner h1{
  margin: 25px 0 50px 0;
}
.top_content_inner h3{
  font-size: 23px;
  margin: 0 0 15px 0;
  display: block;
}
.mobilestore{
  width: 100%;
  display: flex;
  flex-direction: row;
}
.mobilestore a{
  margin: 0 8px 0 0;
}
.mobilestore a img{
  max-width: 180px;
}
.home_about{
  background-image: url(../images/homeabout.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
  padding-bottom: 100px;
  padding-top: 50px;
}
.headsection{
  padding: 60px 30px 60px 30px;
  text-align: center;
  max-width: 950px;
  margin: 0 auto;
}
.headsection h2{
  font-size: 40px;
  margin-bottom: 25px;
}
.home_about_mid{
  width: 100%;
  padding: 0 0 50px 0;
}
.service_slide{
  width: 100%;
  border-radius: 20px;
}
.service_slide.blue{
  background: #1b6fd6;
}
.service_slide.blue .service_slide_left {
  background: #0E4099;
}
.service_slide.blue .service_slide_right {
  background-image: url(../images/service_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position:center;
  margin-right: 15px;
  border-radius:0 20px 20px 0;
}
.service_slide.blue .service_slide_right_inner {
  width: 100%;
  padding:50px 25px 50px 25px;
}
.service_slide.green{
  background: #26C2B2;
}
.service_slide.blue{
  background: #25a3d6;
}
.service_slide.rose{
  background: #C22667;
}
.service_slide_left{
  border-radius: 20px 0 0 20px;
}
.service_slide_left_inner{
  padding: 60px 50px 50px;
  max-width: 755px;
}
.service_slide_left h4{
  color: #fff;
  font-weight: 400;
  font-size: 28px;
  margin-bottom: 15px;
}
.service_slide_left .offer{
  color: #EAFF09;
}
.service_slide_left p{
  color:#fff;
  font-size: medium;
    opacity: 0.7;
}
.service_slide_left_inner a{
  background: #fff;
  color: #0E4099;
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 12px 15px;
  border-radius: 8px;
}
.service_slide_left_inner a:hover{
  background: #0E4099;
  color: #fff;
}
.service_slide_right{
  border-radius:0 20px 20px 0;
}
.service_slide.green .service_slide_right_inner, .service_slide.rose .service_slide_right_inner{
  width: 100%;
  padding: 40px 35px 10px 15px;
  background: url(../images/seviceslider_bg.png) 110% -18% no-repeat;
}
.service_slide_right_inner img{
  max-height: 252px;
  width: auto!important;
}
.align_center{
  align-items: center;
}
.home_about_mid .item{
  margin-left: 15px;
}
.home_about_mid .owl-carousel .owl-dots{
  text-align: center;
  padding: 10px 0;
}
.home_about_mid .owl-carousel button.owl-dot span{
  width: 11px;
  height: 11px;
  border-radius: 100%;
  margin: 4px;
  display: block;
  background: #D9D9D9;
}
.home_about_mid .owl-carousel button.owl-dot.active span{
  background: #0E4099;
}
.home_about_bttm{
  width: 100%;
}
.servicesection{
  width: 100%;
  height: 100%;
  background: #F6F6F6;
  border-radius: 20px;
  padding: 60px 50px;
  position: relative;
}
.servicesection::before{
  content: '';
  position: absolute;
  width: 100%;
  border-radius: 20px;
  background:url(../images/sevicelistbg.png);
  background-size: cover;
  left: 0;
  bottom: 0;
  height: 0;
  transition: .5s;
  background-position: center;
}
.servicesection:hover::before {
  height: 100%;
}
.servicesection_inner{
  width: 100%;
  position: relative;
}
.servicesection_inner img{
  max-height: 90px;
  margin: 0 0 40px 0;
}
.servicesection_inner h4{
  color: #0E4099;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.servicesection_inner p{
  max-width: 250px;
}
.solutions_outer{
  background: #F6F6F6;
  padding: 50px 0;
}
.soution_part{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  padding: 60px 50px;
  position: relative;
  text-align: center;
}
.soution_part::before{
  content: '';
  position: absolute;
  width: 0;
  border-radius: 20px;
  background:#0E4099;
  top: 0;
  left: 0;
  height: 100%;
  transition: .5s;
}
.soution_part:hover::before {
  width: 100%;
}
.soution_part_inner{
  width: 100%;
  position: relative;
}
.soution_part_inner img{
  height: 90px;
  margin: 0 0 40px 0;
}
.soution_part_inner h4{
  color: #0E4099;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  margin: 0 0 15px 0;
}
.soution_part:hover .soution_part_inner h4, .soution_part:hover .soution_part_inner p{
  color: #fff;
}
.success{
  background-image: url(../images/suuceesbg.png);
  background-position: top;
  background-size: cover;
  position: relative;
  padding: 110px 0;
}
.success::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(90deg, #1B5CF3 0%, #9BECFE 100%);
opacity: 0.9;
}
.success_inner{
  width: 100%;
}
.success_inner h2{
  color: #fff;
  font-weight: 400;
  font-size: 40px;
  line-height: 48px;
}
.success_inner p{
  color: #fff;
  margin: 30px 50px 70px 0;
}
.success_rate_outer{
  width: 100%;
  display: flex;
}
.success_rate{
  padding-right: 20px;
}
.success_rate h1, .success_rate p{
 color: #fff;
}



.main_bottom_inner{
  background: #B8F2FF;
background: linear-gradient(270deg, #FAEEFF 0%, #B8F2FF 100%);
  border-radius: 20px;
  padding: 60px 80px;
  margin: 120px 0 0 0;
}
.main_bottom_inner_cont{
  width: 100%;
  padding-right: 50px;
}
.main_bottom_inner_cont h1 {
  margin: 25px 0 20px 0;
  font-size: 38px;
}
.main_bottom_inner_cont p{
  max-width: 368px;
}
.main_bottom_inner_cont h3 {
  font-size: 23px;
  margin: 60px 0 15px 0;
  display: block;
}
.main_bottom_mobilestore {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.main_bottom_mobilestore a {
  margin: 0 8px 0 0;
}
.main_bottom_mobilestore a img {
  max-width: 180px;
}
.mainbottomimage{
  margin-top: -105px;
  max-height: 460px;
}
.footer{
  width: 100%;
  margin: 130px 0 0 0;
  border-top: 1px solid #CDCDCD;
  padding: 80px 0 0 0;
}
.footer_left{
  width: 100%;
}
.footerlogo{
  max-width: 190px;
}
.footer_left p{
  color:#7B7B7B;
  margin: 30px 20px 30px 0;
}
.footer_mobilestore {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.footer_mobilestore a {
  margin: 0 8px 0 0;
}
.footer_mobilestore a img {
  max-width: 150px;
}
.footermenu h4{
  font-size: 18px;
  margin-bottom: 20px;
}
.footermenu ul li{
  list-style: none;
  line-height: 35px;
  display: block;
}
.footermenu ul li a i{
  margin: 0 8px 0 0;
  font-size: 16px;
}
.copyright{
  width: 100%;
  border-top: 1px solid #CDCDCD;
  margin-top: 80px;
  padding: 8px 0;
  color: #7B7B7B;
}
.copyright a{
  color: #7B7B7B;
  margin: 0 5px;
}
.home_about_mid .owl-nav{
  display: none;
}
@media only screen and (max-width: 1199px) {
  .top_content_inner h1{
    font-size: 35px;
    margin-right: 20px;
  }
  .top_content_inner h3 {
    font-size: 20px;
  }
  .mobilestore a img {
    max-width: 150px;
  }
  .footer_mobilestore a img {
    max-width: 120px;
  }
}
@media only screen and (max-width: 991px) {
  
  .service_slide {
    width: 97.6%;
  }
  .service_slide_left {
    border-radius: 20px 20px 0 0;
  }
  .service_slide.blue .service_slide_right, .service_slide.green .service_slide_right, .service_slide.rose .service_slide_right{
    margin-right: 0;
    border-radius: 0 0 20px 20px;
  }
  .servicesection_inner{
    text-align: center;
  }
  .servicesection_inner p{
    max-width: 100%;
  }
  .main_bottom_inner_cont h1 {
    margin: 10px 0 20px 0;
    font-size: 30px;
  }
  .main_bottom_mobilestore a img {
    max-width: 130px;
  }
  .logo img {
    max-width: 180px;
  }
  .top_content{
    text-align: center;
  }
  .bannerimage {
    max-width: 450px;
    }
    .top_content_inner{
      padding: 0;
    }
    .top_content_inner h1 {
      margin: 0 10px 40px 10px;
    }
    .mobilestore {
      justify-content: center;
    }
    .mobilestore a {
      margin: 0 4px;
    }
    .service_slide_right_inner img{
      margin: 0 auto;
    }
}
@media only screen and (max-width: 767px) {
  .menubttn_desktop{
    display: none;
  }
  .header .menu > .menu-item > a.menubttn_mobile{
    display: block;
  }
  #header-sroll.header_scroll_fixed{
    padding: 25px 0;
  }
  .soution_part {
    padding: 40px 20px;
  }
  .mainbottomimage {
    margin-top: 0;
    max-height: 400px;
  }
  .main_bottom_inner_cont {
    padding-right: 0;
  }
  .headsection h2 {
    font-size: 30px;
  }
  .servicesection {
    padding: 40px 30px;
  }
  .main_bottom_inner {
    padding: 50px 40px;
  }
  .main_bottom_inner{
    text-align: center;
  }
  .main_bottom_mobilestore{
    justify-content: center;
  }
  .main_bottom_mobilestore a {
    margin: 0 4px;
  }
  .copyright{
    margin-top: 15px;
  }
}
@media only screen and (max-width: 575px) {
  .bannerimage {
    max-width: 300px;
    }
  .top_content_inner h1 {
    font-size: 32px;
  }
  .headsection{
    padding: 30px 20px;
  }
  .service_slide {
    width: 95.7%;
  }
  .footer {
    margin: 75px 0 0 0;
    padding: 70px 0 0 0;
  }
  .connect_us{
    display: flex;
    flex-wrap: wrap;
  }
  .connect_us li{
  -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .copyright{
    margin-top: 50px;
  }
  .success_inner h2 {
    font-weight: 500;
    font-size: 32px;
    line-height: 42px;
  }
}