@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0 0 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuSec {
    background: #033775;
    padding: 15px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: start;
    text-transform: capitalize;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 38px;
    font-size: 16px;
    text-transform: uppercase;
}

.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec ul li:last-child a {
    padding-right: 0px;
}

.menuSec ul li:last-child a:after {
    display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}




/*header css start */
.menuSec ul li a:hover {
    color: #ca0f48;
}
.topSec ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.topSec ul li {
    margin-right: 20px;
}

.topSec ul li i {
    margin-right: 10px;
    color: #d43a69;
}

.topSec ul li a {
    color: #202020;
    font-size: 14px;
    font-weight: 500;
}

.topSec {
    /* padding: 10px 0; */
}
.socail-link:before {
    content: '';
    position: absolute;
    top: 0;
    right: 32%;
    height: 100%;
    width: 1px;
    background: #8080803b;
}
.socail-link {
    text-align: end;
    position: relative;
}

.socail-link i {
    color: #ca0f48;
    padding: 15px 15px;
    font-size: 20px;
    border-right: 1px solid #80808042;
}

.topSec .row {
    display: flex;
    align-items: center;
}
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}




.blog_sec {
    padding: 5% 0;
}


/*banner start*/
section.banner {
    background-image: url(../images/banner.png);
    height: 100vh;
    display: flex;
    align-items: center;
    width: 100%;
    background-size: cover;
}
.banner-text h6 {
    font-size: 18px;
    color: #c31447;
    text-transform: uppercase;
}

.banner-text h2 {
    color: #fff;
    font-size: 60px;
    text-transform: uppercase;
    font-weight: 700;
    width: 90%;
    margin-bottom: 10px;
}

.banner-text span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.banner-text p {
    color: #fff;
    font-size: 16px;
    width: 90%;
    line-height: 32px;
    margin-top: 15px;
}

.banner-text a {
    background: #ca0f48;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}
/*banner end*/





/*about start*/
.about-text h6 {
    font-size: 18px;
    color: #ca0f48;
}

.about-text h2 {
    font-size: 48px;
    color: #000;
    font-weight: 500;
    padding-right: 10%;
}

.about-text p {
    color: #7d7c7c;
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.about-text a {
    background: #ca0f48;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
}
/*about end*/


/*awards start*/
section.award-wrap {
    background-image: url(../images/awards.banner.png);
    height: 60vh;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}

.award-img {
    display: flex;
    align-items: center;
}

.awards-text h6 {
    color: #fff;
    font-size: 43px;
    margin-bottom: 0;
}



.awards-text p {
    color: #fff;
    font-size: 19px;
}

.awards-text {
    margin-left: 15px;
}

/*awards end*/


/*how its work start*/
.how-it-work-img h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ca0f48;
    font-weight: 600;
}

.how-it-work-img h2 {
    font-size: 48px;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}
.how-it-work-img1 {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
}

.how-it-work-img1 img {
    background: #033775;
    margin-right: 25px;
}

.how-it-work-img1 h6 {
    font-size: 20px;
    margin-bottom: 0px;
    color: #000;
    font-weight: 600;
}

.how-it-work-img1 p {color: #7d7c7c;font-weight: 400;line-height: 22px;font-size: 15px;margin: 0;}

section.how-it-work .row {
    display: flex;
    align-items: center;
}
.how-it-work-text {
    position: relative;
}

.how-it-work-text:before {
    content: '';
    position: absolute;
    top: 6%;
    left: 6%;
    height: 89%;
    width: 1px;
    background: #ca0f48;
    z-index: -1;
}
/*how its work end*/


/*vide start*/
section.video {
    background-image: url(../images/video.png);
    height: 80vh;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*vide end*/


/*blog start*/
.blog-main {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 3%;
}

.blog-main h6 {
    font-size: 18px;
    text-transform: uppercase;
    color: #ca0f48;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-main h2 {
    font-size: 48px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-main p {
    color: #7d7c7c;
    font-weight: 400;
    font-size: 15px;
    margin: 0;
    padding-right: 9%;
    line-height: 20px;
}
.blog-box {
    background: #fff;
    box-shadow: 0 0 10px #0000002e;
    width: 90%;
    margin: 0 auto;
    margin-top: -18%;
    z-index: 1;
    position: relative;
    padding: 15px 15px;
    border-radius: 5px;
}

.blog-box h4 {
    color: #000;
    font-size: 20px;
    text-align: center;
    font-weight: 500;
}

.blog-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #80808042;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
}

.blog-box a {
    color: #ca0f48;
    font-weight: 500;
    font-size: 15px;
}
.blog-slider .slick-slide {
    margin: 20px 20px;
}
.blog-slider .slick-active {
    opacity: 1.5;
}
.blog-slider .slick-prev:before {
    content: "\f104";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
.blog-slider .slick-next:before {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 45px;
    position: absolute;
    top: 0;
    left: 0;
}
/*blog end*/

/* testimonial satrt */
section.testimonial {
  padding: 7% 0;
}

.testimonial-txt h6 {
  font-size: 18px;
  font-family: 'Poppins';
  text-transform: uppercase;
  font-weight: 600;
  color: #ca0f48;
  margin-bottom: 15px;
}

.testimonial-txt h3 {
  font-size: 48px;
  font-family: 'Poppins';
  font-weight: 700;
  width: 65%;
  line-height: 55px;
  position: relative;
}

.testimonial-txt h3:after {
  content: '';
  position: absolute;
  width: 14%;
  height: 4px;
  background: #023668;
  left: 0;
  bottom: -20%;
  border-radius: 7px;
}

.testimonil-slid img {
  width: inherit;
}

.testimonil-bx ul {
  display: flex;
  gap: 15px;
}

.testimonil-slid {
  margin-top: 11%;
}

.testimonil-bx ul h6 {
  margin-bottom: 11px;
  font-size: 24px;
  font-weight: 400;
  color: #000;
}

.testimonil-bx ul p {
  font-size: 17px;
  color: #023668;
  font-weight: 500;
}

.testimonil-bx p {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #989998;
}

.testimonial-txt {
  padding-left: 3%;
}

.testimonial-img-sid img {

}
.testimonial-img-sid {
  position: relative;
}
.testimonial-img-sid:after {
  content: '';
  position: absolute;
  background: url(../images/testimonial-img-bck.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  left: 3%;
  top: -5%;
  z-index: -1;
  animation: morph 3s linear infinite;

}

@keyframes morph{
  0%, 100% {
  border-radius: 40% 60% 70% 30% / 40% 40% 60% 50%;
  }
  34% {
    border-radius: 70% 30% 50% 50% / 30% 30% 70% 70%;
  }
  67% {
    border-radius: 100% 60% 60% 100% / 100% 100% 60% 60%;
  }
}
.testimonil-slid .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #023668;
}
.slick-dots li button:before:hover {
  color: #750015;
}
.testimonil-slid .slick-dots li button:before {
  font-size: 10px;}
  .testimonil-slid  .slick-dots li {
    width: 5px;opacity: 1;}
    .testimonil-slid  .slick-dots {
      position: absolute;
      bottom: -25px;
      display: block;
      width: 10%;}
/* testimonial end */

/*footer start*/
.foot-fold-1 img {
  /* filter: invert(1); */
  /* width: 36%; */
  /* margin: 0 auto; */
  /* transform: translate(66%, 0); */
  /* position: relative; */
  /* left: 0; */
  /* right: 0; */
}
section.footer-wrap .row {
  display: flex;
  /*align-items: center;*/
}
section.footer-wrap {
  background:
  url('../images/footr-back.png');
  padding-top: 6%;
  background-repeat: no-repeat;
  background-size: cover;
}

section.footer-wrap * {
  color: #fff;
}
.socail-1 i {
  font-size: 16px;
  height: 35px;
  width: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-right: 14px;
  animation: blinkin 3s ease infinite;
  background: #ca0f48;
}

section.footer-wrap p {
}
.foot-fold a {
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 14px;
}
.foot-fold2 a {
  display: block;
  line-height: 50px;
  font-size: 13.50px;
  font-family: 'Poppins';
}
.foot-fold li {
  line-height: 35px;
  font-size: 14px;
}
.foot-fold1 input {
  width: 100%;
  padding: 8px 10px;
  border: none;
  border-radius: 5px;
  color: #000;
}

.foot-fold1 button {
  border: none;
  background: #ff2437;
  padding: 8px 35px;
  border-radius: 5px;
  margin-top: 10px;
}
.foot-fold2 i {
  margin: 0 10px 0 0;
}
.foot-fold2 {
}
.copy-right p {
  margin: 0;
  text-align: center;
  font-weight: 400;
}

.copy-right {
  border-top: 1px solid #5c5c5c;
  margin-top: 20px;
  padding: 15px 0;
}
.socail-1 {
  margin: 25px 0;
}

.foot-fold1 form {
  position: relative;
}

.foot-fold1 form i {
  position: relative;
    top: 0;
    right: 0;
    color: #fff;
    background: transparent;
    height: auto;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.foot-fold1 button {
    background: #ca0f48;
    height: 42px;
    width: 25px;
    display: block !important;
    border-radius: 5px;
    position: absolute;
    top: -11px;
    right: 0;
}
.foot-fold-1 img {
  margin-bottom: 20px;
}
.test-slider .slick-dots li button:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
  border: 1px solid #000;
  border-radius: 50%;
}
.test-slider .slick-dots li.slick-active button:before {
  opacity: 1.75;
  color: #b01f22;
  background: #b22023;
}
.test-slider .slick-dots {
  position: absolute;
  bottom: -35%;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.footer-wrap h4 {
  font-size: 25px;
  font-weight: 400;
  margin-bottom: 30px;
}

.foot-fold-1 p {
  font-size: 16px;
  font-weight: 300;
  width: 80%;
  margin-bottom: 8%;
  line-height: 30px;
}

.foot-fold2 i {
  font-size: 18px;
}

.foot-fold.scnd {
  margin-top: 29%;
}

.foot-fold1 p {
  font-size: 14px;
  font-weight: 400;
  width: 80%;
}

section.footer-wrap .container-fluid {
    padding: 0 5%;
}
/*footer end*/

/*inner start*/

/*about start*/
section.inner-banner {
    background-image: url(../images/inner-banner.png);
    height: 65vh;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
}
.team-img {
    text-align: center;
}

.team-img h6 {
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.team-img p {
    color: #959595;
    font-weight: 600;
    font-size: 16px;
}

.team-img i {
    color: #033775;
    margin-right: 10px;
    font-size: 20px;
}
.team-slider .slick-active {
    opacity: 1.5;
}
.team-slider .slick-dots {
    
    bottom: -75px;
   
}
/*about end*/


/*contact-us*************************/
.contact-us{
  padding-top: 100px;
padding-bottom: 50px;}
.contact-us h3 {color: #000000;font-size: 36px;margin: 0px;padding-bottom: 10px;font-family: 'Poppins';font-weight: 700;text-transform: capitalize;}
.contact-us p{
  font-size: 14px;
  line-height: 25px;
  font-family: 'Poppins';
  font-weight: 400;
  width: 55%;
}
.contact-us input{
  margin-top: 20px;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
}
.contact-us textarea{
      margin-top: 20px;
  width: 100%;
  padding: 15px 10px;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  height: 120px;
  resize: none;
}
.contact-us button {color: #fff;background-color: #033775;height: 52px;width: 45%;text-align: center;border: 0px;margin-top: 20px;font-size: 18px;border-radius: 5px;}
.detai-s{
  margin-top: 30px;
  padding-bottom: 15px;
}
.detai-s i{
  color: #fff200;
  line-height: 80px;
  font-size: 30px;
}
.detai-s a{
  color: #000000b3;
  font-size: 14px;
  line-height: 40px;
  font-family: 'Poppins';
  font-weight: 400;
}
.socails ul{
display: flex;
}
.socails ul li{
padding-right: 15px;
}
.socails ul li i{display: flex;align-items: center;justify-content: center;height: 40px;width: 40px;color: #fff;font-size: 23px;transition: 1.5s ease-in-out;background: #ca0f48;}
.socails ul li i:hover{
transform: rotate(360deg);
font-size: 21px;
}
.detai-s img {
height: 50px;
line-height: 53px;
margin-top: 20px;
}
.detai-s h6 {margin: 0;color: #000;font-family: 'Poppins';font-weight: 600;font-size: 16px;line-height: 11px;}
.detai-s .row {display: flex;align-items: center;gap: 0px;}
.detai-s i {color: #000;line-height: 80px;font-size: 30px;height: 96px;}
.Leave-wrap {background: #fff;box-shadow: 0 0 10px #00000014;padding: 40px 20px;}
.mapss iframe {
  width: 100%;
  height: 600px;
}
.socails ul li img {
  width: 26px;
  height: 29px;
  object-fit: none;
}
.contact-map iframe {
  width: 100%;
  height: 400px;
}
section.footer-wrap.inner-footer {
    margin-top: -4%;
    z-index: 1;
    position: relative;
}

.contact-map iframe {
    height: 600px;
}
/*contact-us**************************/

/*guardianship start*/

.guardianship-text h2 {
    color: #000;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.guardianship-text p {
    color: #696868;
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    margin-top: 20px;
}

.guardianship-text h4 {
    font-size: 36px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 30px;
}

.guardianship-text h5 {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000;
}

.guardianship-text a {
    background: #033775;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
}


/*guardianship end*/

/*profile start*/

.profile-img img {
    width: 100%;
}

.profile-text h4 {
    font-size: 36px;
    color: #000;
    text-transform: capitalize;
    font-weight: 400;
}

.profile-text p {
    color: #616161;
    line-height: 30px;
}

.profile-text ul {
    display: flex;
    align-items: center;
}

.profile-text ul li {
    width: 30%;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}

.profile-text a {
    background: #033775;
    color: #fff;
    padding: 15px 30px;
    display: inline-block;
    border-radius: 5px;
    margin-top: 6%;
}

.profile-text.profile-pera {
    margin-top: 20px;
}

.profile-text.profile-pera p {
    line-height: 40px;
}
/*profile end*/

/*blog start*/
.blog-img.blog-inner {
    margin-bottom: 15%;
}
.blog-img.blog-inner img {
    width: 100%;
}
html {
    overflow-x: hidden;
}
/*blog end*/


/*inner end*/


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1661px) and (max-width: 1920px){}
@media only screen and (min-width: 1400px) and (max-width: 1600px){}
@media only screen and (min-width: 1200px) and (max-width: 1399px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){
  .profile-text ul li {
    width: 43%;
    
}
  section.inner-banner h2 {
    width: 92%;
}
  .menuSec ul li a {
  
    padding: 10px 15px;
    font-size: 14px;
    
}
section.banner {
    
    height: 140vh;
    
}
.socail-link:before {
    
    right: 45%;
    
}
.about-text h2 {
    font-size: 35px;
    
}
.how-it-work-text:before {
    
    left: 8%;
   
}
section.video {
  
    height: 92vh;
    
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
  .contact-us button {
    
    width: 55%;
        
}

  .contact-us h3 {
    
    font-size: 25px;
    
}
  .contact-us p {
    
    width: 80%;
}
.topSec ul li a {
    
    font-size: 12px;
    
}
.menuSec ul li a {
   
    padding: 10px 10px;
    font-size: 12px;
    
}
section.banner {
    
    height: 125vh;
   
}
section.award-wrap {
    
    height: 70vh;
    
}
.how-it-work-text:before {
   
    
    left: 5%;
    
}
.testimonial-txt h3 {
    
    width: 90%;
    
}
.testimonil-bx ul h6 {
    
    font-size: 20px;
    
}
.testimonil-bx p {
    
    
    font-size: 12px;
    line-height: 20px;
    
}
.testimonil-slid .slick-dots {
    
    width: 25%;
}
section.footer-wrap {
   
    padding-top: 10%;
    
}
}
@media only screen and (min-width: 520px) and (max-width: 767px){
.topSec ul {
   
    justify-content: space-between;
}
.topSec ul li a {
    
    font-size: 11px;
    }
    .socail-link {
    text-align: center;
    
}
.socail-link i {
    
    
    border-right: none;
}
.socail-link:before {
    display: none;
}
.menuSec img {
    
    position: absolute;
    top: 2%;
    width: 25%;
}
.banner-text h2 {
    
    font-size: 40px;
    
    width: 100%;
    
}
.banner-text span {
    
    font-size: 13px;
    
}
.banner-text p {
    
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    
}
.menuSec {
    background: none;
    padding: 0;
}
.about-text {
    margin-top: 10%;
}
.about-text h2 {
    font-size: 27px;
    
    padding-right: 0%;
    line-height: 35px;
}
section.award-wrap {
   
    height: auto;
   
    padding: 80px 0;
}
.award-img {
    
    margin-bottom: 10%;
    justify-content: center;
}
.how-it-work-img h2 {
    font-size: 30px;
   
}
.how-it-work-img1 p {
    
    font-size: 12px;
   
}
section.video {
   
    height: 35vh;
    text-align: center;
    
}
section.video img {
    width: 50%;
}
.blog-main {
   
    width: 100%;
    
}
.blog-main h2 {
    font-size: 35px;
    
}
.blog-main p {
   
    font-size: 12px;
    
}
.testimonial-txt h3 {
    font-size: 48px;
    
}
.testimonial-txt h3 {
    
    width: 100%;
}
.testimonial-txt h3:after {
   
    bottom: -6%;
    
}
.testimonil-bx ul h6 {
    
    font-size: 20px;
   
}
.testimonil-slid .slick-dots {
    
    width: 100%;
}
.testimonial-img-sid {
  
    margin-top: 15%;
}
section.footer-wrap {
    
    padding-top: 20%;
    
}
.how-it-work-text:before {
    
    left: 10%;
    
}

}
@media only screen and (min-width: 300px) and (max-width: 519px){
.topSec ul {
   
    justify-content: space-between;
}
.topSec ul li a {
    
    font-size: 11px;
    }
    .socail-link {
    text-align: center;
    
}
.socail-link i {
    
    
    border-right: none;
}
.socail-link:before {
    display: none;
}
.menuSec img {
    
    position: absolute;
    top: 2%;
    width: 25%;
}
.banner-text h2 {
    
    font-size: 40px;
    
    width: 100%;
    
}
.banner-text span {
    
    font-size: 13px;
    
}
.banner-text p {
    
    font-size: 13px;
    width: 100%;
    line-height: 24px;
    
}
.menuSec {
    background: none;
    padding: 0;
}
.about-text {
    margin-top: 10%;
}
.about-text h2 {
    font-size: 27px;
    
    padding-right: 0%;
    line-height: 35px;
}
section.award-wrap {
   
    height: auto;
   
    padding: 80px 0;
}
.award-img {
    
    margin-bottom: 10%;
    justify-content: center;
}
.how-it-work-img h2 {
    font-size: 30px;
   
}
.how-it-work-img1 p {
    
    font-size: 12px;
   
}
section.video {
   
    height: 35vh;
    text-align: center;
    
}
section.video img {
    width: 50%;
}
.blog-main {
   
    width: 100%;
    
}
.blog-main h2 {
    font-size: 35px;
    
}
.blog-main p {
   
    font-size: 12px;
    
}
.testimonial-txt h3 {
    font-size: 48px;
    
}
.testimonial-txt h3 {
    
    width: 100%;
}
.testimonial-txt h3:after {
   
    bottom: -6%;
    
}
.testimonil-bx ul h6 {
    
    font-size: 20px;
   
}
.testimonil-slid .slick-dots {
    
    width: 100%;
}
.testimonial-img-sid {
  
    margin-top: 15%;
}
section.footer-wrap {
    
    padding-top: 20%;
    
}
.how-it-work-text:before {
    
    left: 10%;
    
}
.guardianship-text h2 {
   
    font-size: 25px;
   
}
.contact-us button {
   
    width: 55%;
    
    
}
.contact-us button {
  
    width: 55%;
    
}
.profile-text ul li {
    width: 45%;
    
}
}

.foot-fold1 button {
    background: #ca0f48;
    height: 42px;
    width: 25px;
    display: block !important;
    border-radius: 5px;
    position: absolute;
    top: -11px;
    right: 0;
}
.topSec ul {
    justify-content: end;
}