@font-face {
  font-family: "Open Sans Regular";
  src: url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800") format('woff2');

  font-display: swap;
}

html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* word-break: break-word; */
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0px !important;
  padding: 0px !important;
  color: #333333;
  /* overflow: hidden; */
  line-height: normal;
  background: #fff;
  font-family: 'Lato', sans-serif;
}



a {
  color: unset;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
  color: unset;
}


img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}


:root {

  --text_primary:#4c4c4c;
  --primary_color: #2451A0;
    --third_color: #d57200;


      --primary_color_70: #2451a070;
        --third_color_70: #d5720070;
    --third_color_hover_bg: #d5720036;
    


}


nav.header_zone{
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: 10px;
  z-index: 99;
}
nav.header_zone.fixed {
    z-index: 99;
      background: #fff;
      margin: 0;
      box-shadow: 0px 5px 7px #37383859;
}


.home_page{
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 90px;

}
.pagePadding{
  padding-top: 100px;  
}
.home_page .rec_bc{
/* width: 65%; */
    position: absolute;
      right: 0;
      top: 0;
      height: 100vh;
      z-index: -2;
}
.home_page .rec_bc img {
height: 100vh;
}
.home_page .coreContent{

      /* height: 100%;
        flex: 1;
        align-items: center; */
        flex: 1;

}
.home_page .coreContent .main_section{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.home_page .coreContent .main_section .main_section_title{
  font-weight: 700;
    font-size: 70px;
    color: var(--primary_color);
    margin-bottom: 30px;
}

.home_page .coreContent .main_section .main_section_sub_title {
    font-weight: 600;
      font-size: 28px;
      color: #4c4c4c;
      margin-top: 30px;
    margin-bottom: 15px;
}
.home_page  .main_section_btns{
    flex-wrap: wrap;
      display: flex;
      justify-content: space-between;
      max-width: 600px;
}
.home_page .main_section_btns .btn_sec{
    padding: 15px;
      font-size: 22px;
      background: #fff;
      color: var(--primary_color);
      border-radius: 5px;
      margin-top: 10px;
      border: 2px solid var(--primary_color);
    margin-bottom: 15px;
      font-weight: 600;
      text-transform: uppercase;
          display: flex;
            align-items: center;
      
}
.home_page  .main_section_btns .btn_sec.second {
    background:var(--primary_color);
    color: #fff;
   
}

.home_page .coreContent .imgHolder{
      height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
}

.home_page .coreContent .imgHolder img{
  max-height: 500px;
}
.home_page .center_main_page{

  display: flex;
    height: 100%;
    flex: 1;
    /* align-items: center; */
    flex-direction: column;
    /* justify-content: center; */

}
.mainHeader .headeritems{

  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.mainHeader .top_items{

  margin: 10px 0;
  display: flex;
    justify-content: flex-end;
}

.mainHeader .top_items ul {
  display: flex;
}

.mainHeader .top_items ul li{
      margin: 0 8px;
        padding: 0 5px;
        font-size: 15px;
        color: #626262;
}
nav.header_zone.fixed .container{
  max-width: unset;
}
nav.header_zone.fixed .mainHeader .headeritems .logo{
  width: 155px;
}
.mainHeader .headeritems .logo{
  width: 200px;
}

.mainHeader .headeritems .items{

}

.mainHeader .headeritems .items ul  {
  display: flex;
}

.mainHeader .headeritems .items ul li{
    margin: 0 10px;
      /* padding: 0 10px;  */
}
.mainHeader .headeritems .items ul li a{
  font-size: 16px;
  font-weight: 600;
  color: var(--primary_color);
}

.mainHeader .headeritems .items ul li a.demo_btn {
    padding: 15px;
      background: var(--third_color);
      border-radius: 4px;
      color: #fff;
      font-size: 17px;
      font-weight: 900;
      background-image: linear-gradient(133deg, #ff8900 0%, #d46100 100%);
  }



.interItems{
    margin-bottom: 38px;
      display: flex;
          background-image: linear-gradient(to left bottom, #2a4bff, #0098ff, #43ff00);
            backdrop-filter: blur(150px);
}

.interItems .single {
      padding: 25px 15px;
        display: flex;
        place-content: center;
        /* background: #2a4bff; */
        flex: 1;
        font-size: 26px;
        /* align-self: center; */
        /* height: 100%; */
        text-align-last: center;
        /* width: 100%; */
        flex-direction: column;
        /* height: 100%; */
        color: #fff;
}

.interItems .single.center {
      /* background: #43ff00; */
        /* box-shadow: 3px 5px 8px 1px #464545, -3px 5px 8px 1px #464545; */
        z-index: 2;
}










.underMainPage{
  margin: 15px 0;
}


.underMainPage .single {


    border-radius: 5px;
      display: flex;
      padding: 25px;
   
      height: 100%;
      align-items: center;
      position: relative;

        box-shadow: 3px 3px 0px var(--primary_color), -4px -2px 9px 0px #43ff0000;
     
      

}

.underMainPage .single::after {
    content: "";
      width: 95%;
      height: 80%;
      /* background: #ffffff; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border-radius: 6px;
}

.underMainPage .single .iconHolder{
    font-size: 25px;
      /* background: antiquewhite; */
      background: #fff;
      padding: 10px;
      border-radius: 50%;
      width: 45px !important;
      height: 45px;
      display: flex;
      align-items: center;
      justify-content: center;

      color: var(--third_color);

      z-index: 1;

}
.underMainPage .single span.txt {
    font-weight: 700;
      font-size: 17px;
      /* text-align: -webkit-center; */
      color: #1b1b1b;
      margin-left: 10px;
      z-index: 1;
}

.introSection{
position: relative;
margin: 40px 0;

}
.introSection .img_bg{


            position: absolute;
              top: 0;
              right: 80px;
              height: 100%;
              width: 500px;
              background-size: contain;
              background-position: -10%;
              background-repeat: no-repeat;

}
.introSection .imgHolder{
  position: absolute;
  top: 0;
  left: 0;
}
.HomeintroSection{

      height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin: 10px 0;
}


.HomeintroSection .title1{
      font-weight: 600;
        font-size: 20px;
        text-align: center;
        color: #000;
}

.HomeintroSection .sep {
      width: 40%;
        height: 10px;
        background: #7d7d7d;
        border-radius: 50px;
        align-self: center;
            margin: 15px 0;
      
}

.HomeintroSection .title2 {
    font-weight: 700;
      font-size: 25px;
      text-align-last: center;
      color: var(--primary_color);
}
.HomeintroSection .sep.first {
      width: 80%;
      background: var(--primary_color);
     
}

.HomeintroSection .parag {
    font-size: 20px;
      color: #111111;
          text-align: center;
    }






.featuresGrid{
  margin: 20px 0;
 
    /* padding: 80px 0; */
}

.featuresGrid .row{
  margin-bottom: 30px;
}
.featuresGrid .single {
  padding-bottom: 15px;
    height: 100%;
}
.featuresGrid .item {
    height: 100%;
      background: #fff;



            border-radius:5px;
            border: 1px solid var(--primary_color);
            display: flex;
            flex-direction: column;
     
}
.featuresGrid .item .topheading{

  /* padding: 10px; */
  align-items: flex-start;
      display: flex;

        margin-bottom: 16px;
}

.featuresGrid .item .iconHolder{
    display: flex;
      background: #2a4bff;
      /* width: fit-content; */
      /* margin: auto; */
      padding: 12px;
      font-size: 25px;
      border: 10px 0 0;
      border-radius: 5px 0 5px 0;
      color: #fff;
    flex-grow: 0;
  align-items: center;
    justify-content: center;
      flex-shrink: 0;
          height: 55px;
            width: 55px;
}
.featuresGrid .item.large{
  border: unset;
}
.featuresGrid .item .title{
      flex: 1;
          margin: 15px 0;
            font-weight: 600;
            color: #000;
              padding: 0 8px;
              
}
.featuresGrid .item.large .title{
    text-align: center;
      font-size: 32px;
      color: #ffff;
}
.featuresGrid .item .parag{
      font-size: 16px;
        color: #4f4f4f;
        padding: 10px;
        height: 100%;
}
.featuresGrid .item.large .parag{
  align-self: center;
}
.featuresGrid .item .parag .btn_grid{

      background: var(--third_color);
        color: #fff;
        margin: 15px 0;
        display: flex;
        /* width: fit-content; */
        padding: 10px;
        border-radius: 5px;
        width: fit-content;
        margin-inline-start: auto;

}

.separatorPSections{

background: var(--primary_color);
    padding: 10px;
      /* margin: 20px 0; */
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
}


.separatorPSections span {
      color: #fff;
        font-weight: 700;
        font-size: 20px;

}

.separatorPSections a{
  border-radius: 5px;
  background: var(--third_color);
  margin: 0 15px;
  padding: 15px;
  font-weight: 900;
  color: #fff;
  font-size: 19px;

}

.faqSection{
margin: 20px 0;
}

.faqSection .faq_content{

}

.faqSection .faq_content .mainTit{
  text-align: center;
  font-size: 20px ;
  font-weight: 700;
  margin: 15px 0;
  color: var(--primary_color);
}
.faqSection .faq_content .secTit{

  font-size: 18px;
  color: var(--text_primary);

}
    .faqSection .top_mob_img {
      display: none;
      max-width: 400px;
      margin: auto;
    }


.faqSection .faq_content .single_q:has(.collapse.show){
  /* background: #000000; */
      padding: 3px;
        border-radius: 5px;
        /* border: 2px solid; */
}
.faqSection .faq_content .single_q:has(.collapse.show)::before {
    content: '';
      position: absolute;
      top: -1px;
      bottom: -1px;
      left: 0px;
      right: 0px;
      border-radius: 0px;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      background-image: -webkit-gradient(linear, left top, right top, from(var(--primary_color)), to(var(--third_color)));
      background-image: linear-gradient(90deg, var(--primary_color) 0%, var(--third_color) 100%);
      -webkit-transition: -webkit-transform .4s ease;
      transition: -webkit-transform .4s ease;
      border-radius: 5px;
      transition: transform .4s ease;
      transition: transform .4s ease, -webkit-transform .4s ease;
      -webkit-transform: scaleX(1);
        transform: scaleX(1); 
}
.faqSection .faq_content .single_q{
  position: relative;
margin: 12px;
background: #fff;
}
.faqSection .faq_content .single_q .inner{
  padding: 0;
}
.faqSection .faq_content .single_q:has(.collapse.show) .inner{
      background-color: #ffffff;
        padding: 30.5px 20px;
        border-style: solid;
        border-width: 1px;
        border-color: #e8e8ef;
        border-radius: 0px;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        border-radius: 5px;
}
.faqSection .faq_content .single_q .q_holder{
      justify-content: space-between;
        display: flex;
        align-items: center;
        color: var(--primary_color);
}

.faqSection .faq_content .single_q .q_holder.collapsed {
color: #343a40;
    padding: 20px;

      border-radius: 5px;
          background: #f7f7f7;

    box-shadow: 3px 4px 5px 1px #77777770;
}

.faqSection .faq_content .single_q .q_holder span {
  display: block;
  
}
.faqSection .faq_content .single_q .q_holder .q{
      font-size: 17px;
        font-weight: 600;
        padding-inline-end: 10px;
}
.faqSection .faq_content .single_q .q_holder .q_i{
color: var(--primary_color);

}

.faqSection .faq_content .single_q  .rep{
  margin: 15px;
}




/* ////////////////////// */

.blogsection{
    padding: 20px 0;
      background: #b9b9b92e;
}
.blogsection .blog_section_title{
  margin-bottom: 20px;
  text-align: center;
    font-weight: 900;
    color:#000;
        font-size: 25px;
}

.blogsection .blog_section_title .colored{

  color: var(--primary_color);

}

.blogsection .articleTitle{
  color: #000;
  font-size: 18px;
  margin: 5px;

  cursor: pointer;
}
.blogsection .articleTitle:hover {
  color: var(--primary_color);
}
.blogsection .card {
  height: 100%;

}
.blogsection .card img {
    /* height: 250px; */
      flex: 1 0 auto;
}
.blogsection .articlebreaf{
  margin: 5px;
  font-size: 14px;
  overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogsection .btm_data{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--text_primary);

                align-items: flex-end;
                  height: 100%;

}

.blogsection .btm_data .icon {
  color: var(--third_color);
    margin: 5px;
}

.blogsection .btm_data .readMore{
  padding: 10px;
  color: #fff;
  background: var(--primary_color);
      align-items: center;
      border-radius: 5px 0 5px 0;

}


.pageTitle_head{
  padding: 30px;
  background: #aaaaaa4f;
  margin-bottom: 30px;

      /* background: rgb(16,151,234); */
        /* background: linear-gradient(37deg, rgba(16,151,234,1) 0%, rgba(26,52,123,1) 72%); */
        background: rgb(36, 81, 160);
        background: linear-gradient(328deg, rgb(19 47 97) 0%, rgb(250 200 141) 100%);
        background: rgb(36, 81, 160);
        background: linear-gradient(315deg, rgba(36, 81, 160, 1) 17%, rgba(213, 114, 0, 1) 100%);
    background: rgb(255, 255, 255);
      background: linear-gradient(90deg, rgba(255, 255, 255, 1) 0%, rgb(213 114 0 / 18%) 50%, rgb(36 81 160) 100%);
        box-shadow: inset 9px -15px 18px 0px #ffffff, inset 4px 2px 6px 0px #ffffff;
  }

.pageTitle_head .primaryText {

    display: block;
      color: var(--primary_color);
      font-size: 28px;
      margin-bottom: 15px;
      font-weight: 700;
}


.pageTitle_head .secondaryText {
      display: block;
        color: #1c1c1c;
        font-size: 17px;
        font-weight: 600;
}

















footer {
  background: #0F181C;
  /* margin-top: 10px; */
  padding-top: 30px ;
  position: relative;
}
footer .des{
position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: unset;
  background-repeat: repeat;
  max-height: 100%;
  /* background: aliceblue; */
  /* z-index: 0; */
  opacity: 0.9;
}

footer .singlegrid{
  margin-left: 15px;
  margin-bottom: 15px;
}
footer .singlegrid .logo{
  max-width: 200px;
}


footer .firstGrid .intro{
  margin-top: 20px;
  color: #fff;
  font-size: 14px;
}

footer .firstGrid .demobtn{
  background: var(--third_color);
  color: #fff;
  font-weight: 800;
  font-size: 20px;
  padding: 8px;
  /* margin-top: 15px; */
  border-radius: 5px;
  text-align: center;
  display: block;
  cursor: pointer;
}
footer .firstGrid .btn_holder {
  display: flex;
  justify-content: center;
  margin: 10px;
}

footer .gridsection{}
footer .gridsection .title {
    margin-bottom: 15px;
      padding-bottom: 10px;
  position: relative;
  color: #fff;
      font-size: 20px;
        font-weight: 900;
}
footer .gridsection .title::after{

    content: '';
      position: absolute;
      background: var(--primary_color);
      bottom: 0;
      left: 0;
      height: 5px;
      width: 50px;
}
footer .gridsection .navs {}
footer .gridsection .navs li {
  color: #fff;
  padding: 2px;
  margin: 5px 0;
}
footer .gridsection .navs li svg {
  margin: 0 2px;
  font-size: 12px;
}









footer .gridsectionlast .social{
  display: flex;
  justify-content: space-around;
  max-width: 400px;
 
}
footer .gridsectionlast .social .single {
  display: flex;
  align-items: center;
  justify-content: center;
    background: #0098ff17;
      padding: 10px;
      border-radius: 50%;
      font-size: 25px;
      height: 45px;
      width: 45px;
      color: #fff;
      cursor: pointer;
}
footer .gridsectionlast .social .single:hover {

  background: var(--third_color);
}

footer .gridsectionlast .phy_contact{
margin-bottom: 15px;
}

footer .gridsectionlast .phy_contact .single{
  margin: 5px 0;
  display: flex;
  padding: 2px;

}
footer .gridsectionlast .phy_contact .single span{
  color: #fff;
  display: block;


}
footer .gridsectionlast .phy_contact .single .icon {
  color: var(--third_color);
  margin-right: 10px;
    font-size: 25px;
    width: 40px;
    flex: 0 0 auto;
}














footer .banner{
margin-top: 20px;
  padding: 14px;
  text-align: center;
  background: #1d88bc30;
  color: #fff;
  font-size: 13px;
  position: relative;
}

footer .banner .name{
color: var(--third_color);
cursor: pointer;
}

footer .shaheenj{
    color: #fff;
      font-size: 13px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 10px;
      cursor: pointer;
      position: relative;

}

footer .shaheenj img {
height: 35px;
}
.mover {
  -webkit-animation: mover 1s infinite alternate;
  animation: mover 1s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}

@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  100% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px)
  }
}









::selection {
  background: var(--primary_color);
  color: #fff;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background-color: var(--third_color);
  border-radius: 0;
  border: none;
}

::-webkit-scrollbar-track {
  background: var(--primary_color);
}






