@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

/* Other CSS starts here*/

body{
  overflow-x: hidden!important;
  font-family: 'Montserrat', sans-serif;
}
body.ovr {
    overflow: hidden;
}
/* Home Section CSS starts here */

.homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  height: 100%;
}

.homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}
.homeSection .homeSectionLeft h1 span{
  display: inline-block;
  color: #0A1C2C;
  /*background: linear-gradient(to right, #062a8b 0%, #1A4DD7 100%);*/
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#062a8b+0,1a4dd7+100 */
  background: #062a8b; /* Old browsers */
  background: -moz-linear-gradient(left,  #062a8b 0%, #1a4dd7 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #062a8b 0%,#1a4dd7 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #062a8b 0%,#1a4dd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 ); /* IE6-9 */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}

.homeSection .homeSectionRight img:nth-child(1),
.institute-homeSection .homeSectionRight img:nth-child(1){
  filter:drop-shadow(0 35px 35px #E5E5E5);
}

.homeSection .homeSectionRight img:nth-child(1),
.institute-homeSection .homeSectionRight img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.institute-homeSection .homeSectionRight img:nth-child(2) {
  position: absolute;
  bottom: -55px;
  left: -35px;
  z-index: 1;
  width: 22%;
}

.homeSection .homeSectionRight img:nth-child(2){
  position: absolute;
  bottom: -35px;
  left: 15px;
  z-index: 1;
  width: 22%;
}

.homeSection .homeSectionRight img:nth-child(3){
  position: absolute;
  bottom: -50px;
  left: -20px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

.institute-homeSection .homeSectionRight img:nth-child(3) {
  position: absolute;
  bottom: -50px;
  left: -20px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

@keyframes MoveUpDowndotted {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(-80px, 0px); }
  100% { transform: translate(0px, 0px); }
}

.homeSection .homeSectionRight,
.institute-homeSection .homeSectionRight{
  position: relative;
}

.homeSection .homeSectionRight::after{
  content: "";
  position: absolute;
  top: 60px;
  right: -40px;
  width: 115px;
  height: 115px;
  background-image: url(../images/home-circle-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.institute-homeSection .homeSectionRight::after{
  content: "";
  position: absolute;
  top: 60px;
  right: -40px;
  width: 115px;
  height: 115px;
  background-image: url(../images/home-circle-img.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-c 10s alternate infinite;
}

a img{
  margin-left: 5px;
  display: inline-block;
  width: 8px;
}

/* Home Section CSS ends here */

/* Section One CSS starts here */

.section1 .section1Left{
  padding: 0 30px;
}

.section1 .section1Left img{
  filter:drop-shadow(0 25px 25px #E5E5E5);
}

.section1 .section1Right{
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  height: 100%;
}

.section1 .section1Right p{
  color: #121741;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
}

.section1 .section1Right a {
  position: relative;
  z-index: 1;
}

.section1 .section1Right .dottedsqaure{
  position: relative;
}

.section1 .section1Right .dottedsqaure::before{
  content: "";
  position: absolute;
  left: -40px;
  top: 15px;
  display: block;
  background: url(../images/dottedSquare.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 85px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

/* Section One CSS ends here */

/* Section Two CSS starts here */

.section2 .section2Box{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  padding: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

.section2 .section2Box h5{
  color: #0A1C2C;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}

.section2 .section2Box p{
  color: #121741;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 50px;
}

.section2 .section2Box a{
  color: #1A4DD7;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
  display: inline-block;
  transition: all .3s ease;
}

.section2 .section2Box a:hover{
  transition: all .3s ease;
  color: #0A1C2C;
}

.section2 .section2Box > img{
  margin-bottom: 30px;
}

.section2 .circleOne{ 
  position: relative;
  height:100%;
}

.section2 .circleOne::after{ 
  content:"";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 67px;
  height: 67px;
  background-image:url(../images/sec2-circle1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-a 10s alternate infinite;
}

@keyframes MoveUpDownd-a {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(80px, 80px); }
  100% { transform: translate(0px, 0px); }
}

.section2 .circleTwo{
  position: relative; 
  height:100%;
}

.section2 .circleTwo::after{
  content:"";
  position: absolute;
  bottom: -20px;
  right:10px;
  width: 107px;
  height: 107px;
  background-image:url(../images/sec2-circle2.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-b 10s alternate infinite;
}

@keyframes MoveUpDownd-b {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(-40px, 80px); }
  100% { transform: translate(0px, 0px); }
}

.section2 .circleThree {
  position: relative;
  height:100%;
}

.section2 .circleThree::after{
  content:"";
  position: absolute;
  top: -20px;
  right:10px;
  width: 52px;
  height: 52px;
  background-image:url(../images/sec2-circle3.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-c 10s alternate infinite;
}

@keyframes MoveUpDownd-c {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(-40px, -80px); }
  100% { transform: translate(0px, 0px); }
}

/* Section Two CSS ends here */

/* Section Three CSS starts here */

.section3 .section3Left{
  padding-right: 40px;
}

.section3 .section3Right .section3item{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.section3 .section3Right .section3item h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.section3 .section3Right .section3item p{
  color: #435567;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.section3 .section3Right .section3item .sec3-img{
  width: 70px;
  margin-right: 25px;
}

.section3 .section3Box{
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  text-align: center;
  margin: 0 40px;
}

.section3 .section3Box.sec3-arrowOne{
  position: relative;
}

.section3 .section3Box.sec3-arrowOne::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  width: 83px;
  height: 81px;
  background-image:url(../images/blue-down-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.section3 .section3Box.sec3-arrowTwo{
  position: relative;
}

.section3 .section3Box.sec3-arrowTwo::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  width: 83px;
  height: 81px;
  background-image:url(../images/blue-up-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.section3 .section3Box h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom:10px;
}

.section3 .section3Box p{
  color: #435567;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.section3 .section3Box img{
  margin-bottom: 30px;
  display: inline-block;
}

/* Section Three CSS ends here */

/* Section Four CSS starts here */

.section4 .section4Left{
  background: #fff;
  box-shadow: 0px 0px 130px rgba(0, 0, 0, 0.05);
  padding: 50px 40px 80px;
}

.section4 .section4Left h2{
  /*color: #1A4DD7;*/
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
  /*background: linear-gradient(to right, #0A1C2C 0%, #1A4DD7 20%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0a1c2c+0,1a4dd7+100 */
    background: #0a1c2c; /* Old browsers */
    background: -moz-linear-gradient(left,  #0a1c2c 0%, #1a4dd7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #0a1c2c 0%,#1a4dd7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #0a1c2c 0%,#1a4dd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0a1c2c', endColorstr='#1a4dd7',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.section4 .section4Left p{
  color: #435567;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  margin: 20px 0;
}

.section4 .section4Left h3{
  color: #0A1C2C;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  margin: 0;
}

.section4 .section4Right{
  background: rgba(26, 77, 215, 0.9);
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(33px);
  -webkit-backdrop-filter: blur(33px);
  padding: 50px 30px;
}

.section4 .section4Right h3{
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 20px;
}

.section4 .section4Right p{
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  margin: 0;
}

/* Section Four CSS ends here */

/* Section Five CSS starts here */

.section5 .section5Box{
  text-align: center;
}

.section5 .section5Box h2{
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  margin-bottom: 30px;
}

.section5 .section5Box p{
  color: #A7AEE7;
  font-weight: 400;
  font-size: 20px;
}

.section5 .section5Box p a{
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
}

/* Section Five CSS ends here */

/* Footer Section starts here */

.footerSection .footerBox ul{
  padding: 0;
  margin: 0;
}

.footerSection .footerBox ul li{
  list-style: none;
}

.footerSection .footerBox h4{
  color: #fff;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}

.footerSection .footerBox ul li a{
  display: inline-block;
  color: #6E74A0;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  transition: all .3s ease;
  margin-bottom: 15px;
}

.footerSection .footerBox ul li a:hover{
  color: #fff;
  transition: all .3s ease;
  text-decoration: none;
}

.footerSection .footerBox a i{
  color: #6E74A0;
  margin-right: 10px;
  transition: all .3s ease;
}

.footerSection .footerBox a:hover i{color: #fff;transition: all .3s ease;}

.copyrightSection{
  background: #090D2B;
  padding: 20px 0;
}

.copyrightSection p{
  text-align: center;
  color: #53587A;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  margin: 0;
}

/* Footer Section ends here */

/* Slick Slider Styling Starts here */

.section4 .slick-prev, 
.section4 .slick-next {
  width: 80px;
  height: 80px;
}

.section4 .slick-next {
  right: -80px;
}

.section4 .slick-prev {
  left: -80px;
}

.section4 .slick-dots{
  margin-top: 30px;
  bottom: -60px;
}

.section4 .slick-dots li{
  margin: 0;
}

.section4 .slick-dots li button:before{
  color: #CCD4DD;
  font-size: 30px;
}

.section4 .slick-dots li.slick-active button:before{
  color: #1A4DD7;
  font-size: 30px;
}


.section3 .slick-dots{
  margin-top: 30px;
  bottom: 0px;
}

.section3 .slick-dots li{
  margin: 0;
}

.section3 .slick-dots li button:before{
  color: #CCD4DD;
  font-size: 30px;
}

.section3 .slick-dots li.slick-active button:before{
  color: #1A4DD7;
  font-size: 30px;
}
.row.steps3.slick-dotted.slick-slider {
  margin-bottom: 0px;
}
/* Slick SLider Styling ends here */

/* OTHER CSS ends here*/

/*Custom Navbar starts here*/

.custom-navbar{
  padding: 0;
  background: transparent;
  position: fixed;
  width: 100%;
  padding: 20px;
  z-index: 999;
}

.custom-navbar .custom-row{
  width: 100%;
}

.custom-navbar .navBox{
  height: 100%;
  display: flex;
  align-items: center;
}

.custom-navbar .navBox ul{
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.custom-navbar .navBox ul li{
  list-style: none;
  display: inline-block;
  position: relative;
}

.custom-navbar .navBox ul li:not(:last-child){
  margin-right: 40px;
}

.custom-navbar .navBox ul li:first-child a:hover{
  border-bottom: none;
}

.custom-navbar .navBox.justify-content-end ul li:first-child a:hover{
      border-bottom: 2px solid #1A4DD7;
}

.custom-navbar ul li a{
  font-size: 16px;
  font-weight: 500;
  color: #0A1C2C;
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  transition: all .1s ease;
  padding: 15px 0;
  display: inline-block;
      border-bottom: 2px solid transparent;
}

.custom-navbar.securityCustom-navbar ul li a{
  color: #fff;
  /*font-size: 16px;
  font-weight: 500;
  
  text-transform: capitalize;
  text-decoration: none;
  position: relative;
  transition: all .1s ease;
  padding: 10px 0;*/
}

.custom-navbar ul li a i{
  margin-left: 8px;
}

.custom-navbar ul li a:hover{
  color: #1A4DD7;
  text-decoration: none;
  border-bottom: 2px solid #1A4DD7;
  transition: all .1s ease;
}

.custom-navbar ul li a img {
  margin-left: 5px;
  width: initial;
  width: 100px;
}

.custom-navbar.fixed{
  background: rgba(244, 246, 249, 0.66);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
}

/* Submenu CSS starts here */

.custom-navbar .navBox ul li .submenu{
  position: absolute;
  top: 60px;
  left: 0;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
  display: none;
  width: 180px;
}

.custom-navbar .navBox ul li:hover .submenu{
  display: inline-block;
}

.custom-navbar .navBox ul li .submenu li{
  margin-right: 0;
  display: block;
  line-height: 30px;
  text-align: left;
  position: relative;
}

.custom-navbar .navBox ul li .submenu li a{
  display: block;
  padding-left: 25px;
}

.custom-navbar.securityCustom-navbar .navBox ul li .submenu li a{
  color: #0A1C2C;
}

.custom-navbar .navBox ul li .submenu li a:hover{
  background: #1A4DD7;
  color: #fff;
  border-bottom: 2px solid transparent;
}

/* Submenu CSS ends here */

/* Nested Submenu CSS starts here */
.custom-navbar .navBox ul li .submenu li .nestedsubmenu {
  position: absolute;
  top: 0;
  left: 180px;
  padding-left: 0;
  background-color: #fff;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.07);
  display: none;
  z-index: 1;
  width: 180px;
}

.custom-navbar .navBox ul li .submenu li:hover .nestedsubmenu{
  display: inline-block;
}

.custom-navbar .navBox ul li .submenu li .nestedsubmenu li{
  margin-right: 0;
  display: block;
  line-height: 30px;
  text-align: left;
}

.custom-navbar .navBox ul li .submenu li .nestedsubmenu li a{
  display: block;
  padding-left: 25px;
}

.custom-navbar .navBox ul li .submenu li .nestedsubmenu li a:hover{
  background: #1A4DD7;
  color: #fff;
}
/* Nested Submenu CSS ends here */

/*Custom Navbar ends here*/

/* Section Heading Start starts here*/

.sectionHeading {
  text-align: center;
  margin-bottom: 70px;
}

.sectionHeading h2{
  color: #0A1C2C;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
}

.sectionHeading h2 span{
  display: inline-block;
    color: #0A1C2C;
    background: #062a8b;
    background: -moz-linear-gradient(left, #062a8b 0%, #1a4dd7 35%);
    background: -webkit-linear-gradient(left, #062a8b 0%,#1a4dd7 35%);
    background: linear-gradient(to right, #062a8b 0%,#1a4dd7 35%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sectionHeading p{
  color: #435567;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  margin-top: 20px;
}

.sectionHeadingForBlueBg {
  text-align: center;
  margin-bottom: 70px;
}

.sectionHeadingForBlueBg h2{
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  margin: 0;
  text-align: center;
}

.sectionHeadingForBlueBg h2 span{
  display: inline-block;
  /*background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7191e6+0,2b5ad9+100 */
    background: #7191e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #7191e6 0%, #2b5ad9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #7191e6 0%,#2b5ad9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #7191e6 0%,#2b5ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Section Heading ends here */

/* BUTTON CSS starts here*/
.blue-btn {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  background-color: #1A4DD7;
  border: 1px solid #1A4DD7;
  border-radius: 0;
  color: #fff;
  padding: 12px 25px;
  display: inline-block;
  transition: all .3s ease;
}

.blue-btn i{
  margin-left: 8px;
}

.blue-btn:hover {
  background-color: #1A4DD7;
  border: 1px solid #1A4DD7;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0px 10px 17px 0px #3868ea82;
}

.blue-btn:active {
  background-color: #13399F;
  border: 1px solid #13399F;
  box-shadow: 0px 10px 17px 0px #3868ea82;
}

.text-btn {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  background-color: transparent;
  border: none;
  padding: 10px 20px;
  color: #0A1C2C;
  display: inline-block;
  text-decoration: underline;
  transition: all .3s ease;
}

.text-btn i{
  margin-left: 8px;
}

.text-btn:hover {
  color: #1A4DD7;
  text-decoration: none;
  transition: all .3s ease;
}

.text-btn2{
  color: #1A4DD7;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: none;
  /*padding: 0 20px 0 0;*/
    padding: 0 0px 0 0;
  display: inline-block;
  transition: all .3s ease;
}

.text-btn2 i{
  margin-left: 8px;
}

.text-btn2:hover{
  text-decoration: none;
  transition: all .3s ease;
  color: #0A1C2C;
}

.white-btn {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  padding: 12px 25px;
  background-color: #fff;
  border: none;
  color: #1C2234;
  display: inline-block;
  transition: all .3s ease;
}

.white-btn i{
  margin-left: 8px;
}

.white-btn:hover {
  background: #1A4DD7;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}

.blueBordered-btn {
  font-size: 14px;
  font-weight: 700!important;
  font-style: normal;
  background-color: transparent;
  border: 1px solid #1A4DD7;
  border-radius: 0;
  color: #1A4DD7!important;
  padding: 10px 15px;
  display: inline-block;
  transition: all .3s ease;
}

.blueBordered-btn i{
  margin-left: 3px;
}

.blueBordered-btn:hover {
  background-color: #1A4DD7;
  border: 1px solid #1A4DD7;
  color: #fff!important;
  text-decoration: none;
  transition: all .3s ease;
  box-shadow: 0px 10px 17px 0px #3868ea82;
}

.blueBordered-btn:active {
  background-color: #13399F;
  border: 1px solid #13399F;
  box-shadow: 0px 10px 17px 0px #3868ea82;
}
/* BUTTON CSS ends here*/

/* SECTIONS CSS starts here */

.homeSection{
  padding: 150px 0 100px;
  background-color: #F7F9FC;
  background-image: url(../images/homebg.jpg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  /*height: 100vh;*/
}

.technology-homeSection{
  padding: 150px 0 100px;
  background-color: #F7F9FC;
  background-image: url(../images/homebg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  /*height: 100vh;*/
}

.institute-homeSection{
  padding-top: 150px;
  background-color: #fff;
  background-image: url(../images/institutionhomebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  height: 700px;
}

.about-homeSection{
  padding-top: 150px;
  background-color: #fff;
  background-image: url(../images/abouthomebg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
  height: 100vh;
}

.support-homeSection{
  padding-top: 150px;
  background-color: #fff;
  background-image: url(../images/support-bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 100%;
}

.faqs-homeSection{
  padding-top: 150px;
  background-color: #fff;
  background-image: url(../images/faqs-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}

.security-homeSection{
  padding-top: 150px;
  padding-bottom: 100px;
  background-color: #fff;
  background-image: url(../images/security-bg.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.pricing-homeSection{
  padding-top: 150px;
  padding-bottom: 300px;
  background-color: #F7F9FC;
/*  background-image: url(../images/faqs-bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;*/
  height: 100vh;
}

.section1{
  padding: 100px 0 50px;
  background-color: #fff;
}

.institute-section1,
.about-section1 {
  padding: 100px 0 20px;
  background-color: #fff;
}

.section2 {
  padding: 50px 0 0;
  background-color: #fff;
}

.institute-section2,
.about-section2 {
  padding: 30px 0 20px;
  background-color: #fff;
  background-image: url(../images/institutesection2bg.png);
  background-repeat: no-repeat;
  background-position: left top;
}

.section3{
  padding: 300px 0 0;
  background-color: #F7F9FC;
  margin-top: -250px;
}

.institute-section3 {
  padding: 50px 0 200px;
  background-color: #F7F9FC;
}

.about-section3 {
  padding: 100px 0 200px;
  background-color: #F7F9FC;
}

.section4 {
  padding: 50px 0;
  background-color: #F7F9FC;
  background-image: url(../images/section4bg.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  overflow-x: hidden;
}

.institute-section4,
.about-section4 {
  padding: 100px 0;
  background-color: #F7F9FC;
  background-image: url(../images/institutesection4b.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.about-section6{
  padding: 100px 0;
  background-color: #F7F9FC;
  background-image: url(../images/about-sec6-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.section5, .technology-section5 {
  padding: 100px 0;
  background-color: #131945;
  background-image: url(../images/section5bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.institute-section5 {
  padding: 100px 0;
  background-color: #fff;
}

.about-section5 {
  padding: 100px 0 0;
  background-color: #fff;
}

.footerSection{
  padding: 100px 0;
  background-color: #0E1232;
}
/* SECTIONS CSS ends here*/

/* Institutional Page CSS starts here */

.institute-homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  height: 100%;
}

.institute-homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;

}
.institute-homeSection .homeSectionLeft h1 span{
  display: inline-block;
  color: #0A1C2C;
  /*background: linear-gradient(to right, #062a8b 0%, #1A4DD7 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#062a8b+0,1a4dd7+35 */
    background: #062a8b; /* Old browsers */
    background: -moz-linear-gradient(left,  #062a8b 0%, #1a4dd7 35%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #062a8b 0%,#1a4dd7 35%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #062a8b 0%,#1a4dd7 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.institute-homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}

.institute-section2 .section2Box{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  transition: top .3s ease;
}

.institute-section2 .section2Box:hover{
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -5px;
  transition: top .3s ease;
}

.institute-section2 .section2Box a.text-btn2 {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.institute-section2 .section2Box h5{
  color: #0A1C2C;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}

.institute-section2 .section2Box p{
  color: #121741;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

.institute-section2 .section2Box > img{
  margin-bottom: 20px;
}
.institute-section2 .sectionHeading h2{
  position: relative;
}
.institute-section2 .sectionHeading h2::before {
  content: "";
  position: absolute;
  top: 100px;
  left: -340px;
  width: 30px;
  height: 30px;
  background-image: url(../images/sec2-circle1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-a 10s alternate infinite;
}
.institute-section2 .sectionHeading h2::after {
  content: "";
  position: absolute;
  right: -100px;
  top: -100px;
  background-image: url(../images/about-home-black-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.institute-section2 .sectionHeading p{
  color: #435567;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-top: 30px;
  padding: 0 50px;
  position: relative;
}

.institute-section2 .sectionHeading p::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -340px;
    width: 57px;
    height: 57px;
    background-image: url(../images/sec2-circle2.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: MoveUpDownd-b 10s alternate infinite;
}

.institute-section2 .sectionHeading p::after {
    content: "";
    position: absolute;
    top: -200px;
    right: -300px;
    width: 65px;
    height: 25px;
    background-image: url(../images/2r4c-dotted.png);
    background-repeat: no-repeat;
    background-size: contain;
    animation: MoveUpDowndotted 10s alternate infinite;
}

.institute-section2 .circleOne{ 
  position: relative;
  height:100%;
}

.institute-section2 .circleOne::after{ 
  content:"";
  position: absolute;
  top: 10px;
  right: -20px;
  width: 67px;
  height: 67px;
  background-image:url(../images/sec2-circle1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.institute-section2 .circleTwo{
  position: relative; 
  height:100%;
}

.institute-section2 .circleTwo::after{
  content:"";
  position: absolute;
  bottom: -20px;
  right:10px;
  width: 107px;
  height: 107px;
  background-image:url(../images/sec2-circle2.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-b 10s alternate infinite;
}

.institute-section2 .circleThree {
  position: relative;
  height:100%;
}

.institute-section2 .circleThree::after{
  content:"";
  position: absolute;
  top: -20px;
  right:10px;
  width: 52px;
  height: 52px;
  background-image:url(../images/sec2-circle3.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.institute-section3 .section3Left{
  padding-right: 40px;
}

.institute-section3 .section3Right .section3item{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.institute-section3 .section3Right .section3item h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.institute-section3 .section3Right .section3item p{
  color: #435567;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.institute-section3 .section3Right .section3item .sec3-img{
  width: 70px;
  margin-right: 25px;
}

.institute-section3 .section3Box{
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  text-align: center;
}

.institute-section3 .section3Box h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

.institute-section3 .section3Box p{
  color: #435567;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.institute-section3 .section3Box img{
  margin-bottom: 30px;
}

.institute-section4 .instituteSection4Box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.institute-section4 .instituteSection4Box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
}

.institute-section4 .instituteSection4Box h2 span{
  /*background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7191e6+0,2b5ad9+100 */
    background: #7191e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #7191e6 0%, #2b5ad9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #7191e6 0%,#2b5ad9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #7191e6 0%,#2b5ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.institute-section4 .instituteSection4Box p {
  color: #A7AEE7;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.institute-section4 .instituteSection4Box p b{
  color: #fff;
}

.institute-section5 .section5Box{
  text-align: center;
}

.institute-section5 .section5Box .sectionHeading{
  margin-bottom: 30px;
  position: relative;
}

.institute-section5 .section5Box .sectionHeading h2{
  position: relative;
  z-index: 1;
}

.institute-section5 .section5Box .sectionHeading::before{
  content: "";
  position: absolute;
  left: 120px;
  top: -20px;
  display: block;
  background: url(../images/dottedSquare.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 85px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

.institute-section5 .section5Box p{
  color: #A7AEE7;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
}

.institute-section5 .section5Box p a{
  display: inline-block;
  color: #435567;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
}

.institute-section2 .threeboxesrow{
  margin-top: -250px;
}

/* Institutional Page CSS ends here */

/* Authentication Page CSS starts here */
 
.auhentication-bg{
  background-color: #1c2237;
  background-image: url(../images/authbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.height100vh{
  height: 100vh;
}

.authentication_page .authBox{
  padding: 50px 80px;
  background-color: #21273f;
  background-image: url(../images/authbox.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; 
  border: 1px solid #3f4665;
}

.authentication_page .authBox h2{
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
}

.authentication_page .authBox p{
  color: #717894;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 30px;
  text-align: center;
}

.authentication_page .authBox a{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  text-decoration: underline;
  transition: all .3s ease;
}

.authentication_page .authBox a:hover{
  text-decoration: none;
  transition: all .3s ease;
}

.authentication_page .authBox form label{
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  display: inline-block;
}

.authentication_page .authBox form input{
  background: #434A67;
  border-radius: 0;
  border: none;
  padding: 25px 15px;
  margin-bottom: 20px;
}

.authentication_page .authBox form input::placeholder{
  color: #646C8C;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.authentication_page .authBox form a{
  color: #717894;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  text-decoration: underline;
  transition: all .3s ease;
}

.authentication_page .authBox form a:hover{
  color:#fff;
  transition: all .3s ease;
  text-decoration: underline;
}

.authentication_page .authBox .alertBox{
  width: 100%;
  background: #2A314D;
  border: 1px solid #434a67;
  padding: 20px;
  margin: 30px 0;
}
.authentication_page .authBox .alertBox p{
  text-align: center;
  color: #717894;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin: 0;
}

.authentication_page .authBox .alertBox p img{
  margin-right: 10px;
}

/* Authentication Page CSS ends here */

/* Investing Page CSS start here */

.investing_page{
  padding: 150px 0 100px;
}

.investing_page .investingbox label h4{
  color: #0A1C2C;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
}

.investing_page .investingbox label p{
  color: #435567;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.investing_page .investingbox input[type="radio"] ~ label{
  padding: 30px 60px;
  border: 1px solid transparent;
}

.investing_page .investingbox input[type="radio"]:checked ~ label {
  border: 1px solid #88a3e9;
  background: #f7f9fc;
}

.investing_page .investingbox input[type="radio"] ~ .custom-control-label::before {
  top: 2.20rem;
  left: 1.5rem;
}

.investing_page .investingbox input[type="radio"] ~ .custom-control-label::after {
  position: absolute;
  top: 2.20rem;
  left: 1.5rem;
}

/* Investing Page CSS ends here */

/* Institutional Sign Up Page starts here */

.institutional_signup_page{
  padding: 150px 0 100px;
  background-color: #F7F9FC;
  background-image: url(../images/institutional_signup_page_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top; 
}

.institutional_signup_page .institute_signup_box{
  padding: 30px;
  background: #FFFFFF;
  box-shadow: 0px 0px 130px rgba(0, 0, 0, 0.05);
}

.institute_signup_box form label{
  color: #0A1C2C;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  margin: 0;
}

.institute_signup_box form input,
.institute_signup_box form textarea{
  border: none;
  border-radius: 0;
  background-color: #F7F9FC;
  padding: 30px 15px;
}

.institute_signup_box form select{
  border: none;
  border-radius: 0;
  background-color: #F7F9FC;
}

.institute_signup_box form select{
  padding: 20px 15px;
}

.institute_signup_box form select{
  color: #0A1C2C;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  width: 100%;
  appearance: none;
  background-image: url(../images/select-down-arrow.png);
  background-repeat: no-repeat;
  background-position: 94% center;
}

.institute_signup_box form input::placeholder,
.institute_signup_box form textarea::placeholder{
  color: #A3ADBB;
  font-weight: 500;
  font-size: 18px;
  font-style: normal;
}

.institutional_signup_page .institute_signup_box ul{
  padding: 0;
  margin: 0;
}

.institutional_signup_page .institute_signup_box h4{
  color: #0A1C2C;
  font-weight: 700;
  font-size: 28px;
  font-style: normal;
}

.institutional_signup_page .institute_signup_box ul li{
  list-style: none;
  margin-top: 20px;
}

.institutional_signup_page .institute_signup_box ul li p{
  color: #0A1C2C;
  font-weight: 500;
  font-size: 16px;
  font-style: normal;
  margin: 0;
}

.institutional_signup_page .institute_signup_box ul li img{
  margin-right:20px;
  margin-bottom: 20px;
  float: left;
}

.institutional_signup_page .institute_signup_bottom_box{
  margin-top: 40px;
}

.institutional_signup_page .institute_signup_bottom_box h4{
  color: #fff;
  font-weight: 700;
  font-size: 24px;
  font-style: normal;
  margin-bottom: 20px;
}

.institutional_signup_page .institute_signup_bottom_box img{
  margin-bottom: 20px;
}

.institutional_signup_page .institute_signup_bottom_box p{
  color: #A5B1E2;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  margin:0;
}

.institutional_signup_page .institute_signup_bottom_box p span{
  font-weight: 700;
  display: inline-block;
  color: #fff;
}

/* Institutional Sign Up Page ends here */

/* Personal Signup Page CSS starts here */

.personal_signup_page{
  padding: 150px 0 100px;
  background-color: #fff;
  background-image: url(../images/personal_signup_page_bg.png);
  background-repeat: no-repeat;
  background-size:100%;
  background-position: left top; 
}

.personal_signup_page .personal-signup-img .personal_signup_page_img {
  position: relative;
}

.personal_signup_page .personal-signup-img .personal_signup_page_img img {
  position: relative;
  z-index: 1;
}

.personal_signup_page .personal-signup-img .personal_signup_page_img::before{
  content: "";
  position: absolute;
  left: -40px;
  bottom: -25px;
  display: block;
  background: url(../images/about-sec3-dotted.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 65px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

.personal_signup_page .personal_signup_page_box{
  background: #FFFFFF;
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.04);
  padding: 50px 100px;
}

.personal_signup_page .personal_signup_page_box .sectionHeading {
  margin-bottom: 30px;
}

.personal_signup_page .personal_signup_page_box form{
  padding: 0 40px;
}

.personal_signup_page .personal_signup_page_box form input{
  border: none;
  border-radius: 0;
  background-color: #F7F9FC;
  padding: 25px 15px;
}

.personal_signup_page .personal_signup_page_box .personal_signup_form_bottom p{
  color: #435567;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 30px;
  text-align: center;
}

.personal_signup_page .personal_signup_page_box .personal_signup_form_bottom p span{
  font-weight: 700;
  color: #1A4DD7;
}

.personal_signup_page .personal_signup_page_box{
  position: relative;
}

.personal_signup_page .personal_signup_page_box::before {
  content: "";
  position: absolute;
  left: -200px;
  top: 120px;
  background-image: url(../images/about-home-black-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  animation: MoveUpDownd-c 10s alternate infinite;
}

/* Personal Signup page CSS ends here */

/* About Page CSS starts here */

.about-homeSection .homeSectionRight{
  position: relative;
}

.about-homeSection .homeSectionRight::after{
  content: "";
  position: absolute;
  right: -30px;
  bottom: -20px;
  background-image:url(../images/about-home-dotted.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 125px;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.about-homeSection .blueCircle::before{
  content: "";
  position: absolute;
  left: 10px;
  bottom: 80px;
  background-image:url(../images/about-home-blue-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 89px;
  height: 89px;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.about-homeSection .blackCircle::before{
  content: "";
  position: absolute;
  left: -100px;    left: -100px;
    bottom: -50px;
  bottom: -50px;
  background-image:url(../images/about-home-black-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.about-homeSection .homeSectionRight img:nth-child(1) {
  position: relative;
  z-index: 1;
}

.about-homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  height: 100%;
}

.about-homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;

}
.about-homeSection .homeSectionLeft h1 span{
  display: inline-block;
  color: #0A1C2C;
  /*background: linear-gradient(to right, #062a8b 0%, #1A4DD7 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#062a8b+0,1a4dd7+35 */
    background: #062a8b; /* Old browsers */
    background: -moz-linear-gradient(left,  #062a8b 0%, #1a4dd7 35%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #062a8b 0%,#1a4dd7 35%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #062a8b 0%,#1a4dd7 35%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-homeSection .homeSectionLeft h4{
  color: #0A1C2C;
  font-size: 26px;
  font-weight: 700;
  font-style: normal;
  margin: 30px 0 0;
}

.about-homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}

.about-section3 .sectionHeading h2 span{
  display: inline;
  font-size: 36px;
}

.about-section3 .section3Left{
  padding-right: 40px;
  position: relative;
}

.about-section3 .section3Left::before{
  content: "";
  position: absolute;
  left: -40px;
  bottom: -25px;
  display: block;
  background: url(../images/about-sec3-dotted.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 125px;
  height: 65px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

.about-section3 .section3Left img{
  filter:drop-shadow(0 35px 35px rgba(0,0,0,0.1));
}

.about-section3 .section3Right .section3item{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.about-section3 .section3Right .section3item h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.about-section3 .section3Right .section3item p{
  color: #435567;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.about-section3 .section3Right .section3item .sec3-img{
  width: 70px;
  margin-right: 25px;
}

.about-section3 .section3Box{
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  text-align: center;
}

.about-section3 .section3Box h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

.about-section3 .section3Box p{
  color: #435567;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.about-section3 .section3Box img{
  margin-bottom: 30px;
}


.about-section3 .sectionBox33{
  margin-bottom: 100px;
}

.about-section3 .sectionBox33 h4{
  font-size: 1.4rem;
  color: #000;
  font-weight: 600; 
  font-style: normal;
}

.about-section3 .sectionBox33 h5{
  font-size: 1.4rem;
  color: #000;
  font-weight: 300; 
  font-style: normal;
}

.about-section3 .sectionBox33 figure img{
  border-radius: 100%;
  width: 80%;
  display: block;
  margin: 0 auto;
}

.about-section3 .sectionBox33 figure figcaption .content {
  padding: 30px;
  text-align: center;
}

.about-section3 .heading h2 {
  margin-bottom: 50px;
}

.about-section2 .section2Box{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  padding: 30px;
  height: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  transition: top .3s ease;
}

.about-section2 .section2Box:hover{
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.2);
  position: relative;
  top: -5px;
  transition: top .3s ease;
}

.about-section2 .section2Box a.text-btn2 {
    position: absolute;
    bottom: 20px;
    left: 30px;
}

.about-section2 .section2Box h5{
  color: #0A1C2C;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}

.about-section2 .section2Box p{
  color: #121741;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

.about-section2 .section2Box > img{
  margin-bottom: 20px;
}

.about-section2 .sectionHeading p{
  color: #435567;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-top: 30px;
  padding: 0 50px;
}

.about-section2 .circleOne{ 
  position: relative;
  height:100%;
}

.about-section2 .circleOne::after{ 
  content:"";
  position: absolute;
  bottom: -80px;
  left: 20px;
  width: 52px;
  height: 52px;
  background-image:url(../images/about-sec2-circle3.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-b 10s alternate infinite;
}

.about-section2 .circleOne::before{ 
  content: "";
  position: absolute;
  left: -100px;
  left: -100px;
  bottom: -50px;
  bottom: -50px;
  background-image: url(../images/about-home-black-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.about-section2 .circleTwo{
  position: relative; 
  height: 100%;
}

.about-section2 .circleTwo::after{
  content:"";
  position: absolute;
  top: -20px;
  right: 80px;
  width: 67px;
  height: 67px;
  background-image:url(../images/about-sec2-circle1.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.about-section2 .circleThree {
  position: relative;
  height:100%;
}

.about-section2 .circleThree::after{
  content:"";
  position: absolute;
  top: 30px;
  right: -20px;
  width: 107px;
  height: 107px;
  background-image:url(../images/about-sec2-circle2.png);
  background-repeat: no-repeat;
  background-size: contain;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.about-section4 .instituteSection4Box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.about-section4 .instituteSection4Box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 50px;
}

.about-section4 .instituteSection4Box h2 span{
  /*background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7191e6+0,2b5ad9+100 */
    background: #7191e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #7191e6 0%, #2b5ad9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #7191e6 0%,#2b5ad9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #7191e6 0%,#2b5ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section4 .instituteSection4Box p {
  color: #A7AEE7;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.about-section4 .instituteSection4Box p b{
  color: #A7AEE7;
}

.about-section6 .instituteSection4Box h5 {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.about-section6 .instituteSection4Box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 50px;
}

.about-section6 .instituteSection4Box h2 span{
  /*background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7191e6+0,2b5ad9+100 */
    background: #7191e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #7191e6 0%, #2b5ad9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #7191e6 0%,#2b5ad9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #7191e6 0%,#2b5ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.about-section6 .instituteSection4Box p {
  color: #A7AEE7;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
}

.about-section6 .instituteSection4Box p b{
  color: #A7AEE7;
}

.about-section5 .section5Box{
  text-align: center;
}

.about-section5 .section5Box .sectionHeading{
  margin-bottom: 30px;
  position: relative;
}

.about-section5 .section5Box .sectionHeading h2 {
  position: relative;
  z-index: 1;
}

.about-section5 .section5Box .sectionHeading::before{
  content: "";
  position: absolute;
  left: 120px;
  top: -20px;
  display: block;
  background: url(../images/dottedSquare.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 85px;
  height: 85px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

.about-section5 .section5Box p{
  color: #435567;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
}

.about-section5 .section5Box p a{
  display: inline-block;
  color: #435567;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
}

.about-section2 .threeboxesrow{
  margin-top: -250px;
}

.about-section2 .threeboxesrow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about-section2 .threeboxesrow .threeboxesrow-item{
  flex: 0 0 28%;
}

.about-section7{
  padding: 100px;
}

.about-section7 .about-sec7-bg{
  background: url(../images/about-sec7-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
}

.about-section7 .about-sec7-bg .about-section7-box h2{
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  margin: 0 0 20px;
}

.about-section7 .about-sec7-bg .about-section7-box p{
  color: #A7AEE7;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  line-height: 30px;
}

section .heading{
  text-align: center;
}

section .heading h2{
  font-size: 36px;
  color: #000;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

section .heading h2 span{
  /*background: linear-gradient(to right, #0A319A 0%, #1A4DD7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
  color: #1A4DD7;
}

.about-section8 .heading{
  margin-bottom: 100px;
}

.about-section8 .sectionBox8{
  margin-bottom: 100px;
}

.about-section8 .sectionBox8 h4{
  font-size: 17px;
  color: #fff;
  font-weight: 600; 
  font-style: normal;
}

.about-section8 .sectionBox8 h5{
  font-size: 14px;
  color: #fff;
  font-weight: 400; 
  font-style: normal;
  margin-bottom: 25px;
}

.about-section8 .sectionBox8 p{
  font-size: 14px;
  color: #fff;
  font-weight: 400; 
  font-style: normal;
}

.about-section8 .sectionBox8 figure{
  position: relative;
}

.about-section8 .sectionBox8 figure > img{
  width: 100%;
}

.about-section8 .sectionBox8 figure figcaption{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(9, 34, 102, 0.9);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
}

.about-section8 .sectionBox8 figure figcaption .content {
  position: absolute;
  padding: 35px 20px;
}

.about-section8 .sectionBox8 figure:hover figcaption {
  height: 100%;
}

.about-section8 .sectionBox8.onlyContent figure figcaption {
  background: rgba(9, 34, 102, 1);
  height: 100%;
}

@keyframes MoveUpDownd-a {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(80px, 80px); }
  100% { transform: translate(0px, 0px); }
}

.about-section9 .heading h2::after {
  content: "";
  position: absolute;
  top: -40px;
  right: 80px;
  width: 62px;
  height: 62px;
  background: #aebfe9;
  border-radius: 100%;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.about-section9 .heading p{
  font-size: 16px;
  color: #000;
  font-style: normal;
  font-weight: 300;
  margin: 35px 0;
  padding: 0px 20%;
}

.about-section9 .heading h5{
  font-size: 16px;
  color: #000;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 50px;
  position: relative;
}

.about-section9 .heading h5::before{
  content: "";
  position: absolute;
  top: -20px;
  left: 150px;
  right: 10px;
  width: 28px;
  height: 28px;
  background: #fb506e;
  border-radius: 100%;
  animation: MoveUpDownd-c 10s alternate infinite; 
}

@keyframes MoveUpDownd-c {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(-40px, -80px); }
  100% { transform: translate(0px, 0px); }
}

/* About Us Page CSS ends here */

/* FAQs Page CSS starts here */

.faqs-homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
}

.faqs-homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}

.faqs-homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 40px 0;
}

.faqs-homeSection .homeSectionLeft form{
  display: block;
  width: 100%;
}

.faqs-homeSection .homeSectionLeft form input{
  width: 60%;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.faqs-homeSection .homeSectionLeft form input::placeholder{
  color: #BCBCBC;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.faqs-section7{
  padding: 100px;
}

.faqs-section7 .about-sec7-bg{
  background: url(../images/about-sec7-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
}

.faqs-section7 .about-sec7-bg .about-section7-box h2{
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  font-style: normal;
  margin: 0 0 20px;
}

.faqs-section7 .about-sec7-bg .about-section7-box h2 span{
  /*background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7191e6+0,2b5ad9+100 */
    background: #7191e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #7191e6 0%, #2b5ad9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #7191e6 0%,#2b5ad9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #7191e6 0%,#2b5ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tabSection{
  padding: 50px 0;
}

.tabSection .tabbingBox ul.nav{
  justify-content: center;
  margin-bottom: 50px;
}  

.tabSection .tabbingBox ul.nav li{
  margin: 0 10px;
}

.tabSection .tabbingBox ul.nav li a.active{
  background-color: #D9E8FF;
  padding: 15px 25px;
  color: #1A4DD7;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
} 

.tabSection .tabbingBox ul.nav li a.active:hover{
  background: #1A4DD7;
  color: #fff;
  text-decoration: none;
}

.tabSection .tabbingBox ul.nav li a{
  background-color: transparent;
  padding: 20px 25px;
  color: #0A1C2C;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
} 

.tabSection .tabbingBox ul.nav li a:hover{
  color: #1A4DD7;
  text-decoration: none;
}

.tabSection .tabbingBox .faqs-item{
  border-bottom: 1px solid #B6C9DB;
}

.tabSection .tabbingBox .faqs-item button{
  width: 100%;
  border: none;
  padding: 30px 0;
  background: transparent;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #0A1C2C;
}

.tabSection .tabbingBox .faqs-item p{
  color: #435567;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
      text-align: justify;
}

.tabSection .tabbingBox .faqs-item button:focus{outline: none;}

  .tabSection .tabbingBox .faqs-item button::after {
    content: "";
    float: right; 
    background-image:url(../images/faqs-open.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 13px;
  }
  .tabSection .tabbingBox .faqs-item button[aria-expanded="true"]::after {
    content: "";
    background-image:url(../images/faqs-close.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 2px;
  }

/* FAQs Us Page CSS ends here */

/* Support Page CSS starts here */

.support-homeSection .homeSectionLeft{
  text-align: center;
}

.support-homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;

}
.support-homeSection .homeSectionLeft h1 span{
  display: inline-block;
  color: #0A1C2C;
  /*background: linear-gradient(to right, #062a8b 0%, #1A4DD7 35%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#062a8b+0,1a4dd7+100 */
    background: #062a8b; /* Old browsers */
    background: -moz-linear-gradient(left,  #062a8b 0%, #1a4dd7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #062a8b 0%,#1a4dd7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #062a8b 0%,#1a4dd7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.support-homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}

.supportSectionOne{
  padding: 50px 0;
}
.supportSectionOne .supportSectionOneMain{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6rem;
}
.supportSectionOne .supportSectionOne-item{
  flex:  0 0 31%;
}

.supportSectionOne .supportSectionOneBox{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  transform: scale(1);
  padding: 60px 30px;
  height: 100%;
  text-align: center;
  transition: all .3s ease;
}

.supportSectionOne .supportSectionOneBox:hover{
  /*box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.2);*/
  transform: scale(1.1);
  transition: all .3s ease;
}

.supportSectionOne .supportSectionOneBox h4{
  color: #0A1C2C;
  font-size: 22px;
  font-weight: 700;
  font-style: normal;
  margin: 30px 0;
}

.supportSectionOne .supportSectionOneBox p{
  color: #435567;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.supportSectionOne .supportSectionOneBox.blue{
  border-top: 4px solid #578DE8;
}

.supportSectionOne .supportSectionOneBox.green{
  border-top: 4px solid #6ABD8E;
}

.supportSectionOne .supportSectionOneBox.yellow{
  border-top: 4px solid #EDCF72;
}

.supportSectionTwo .supportSectionTwoBox ul{
  padding-left: 0;
  text-align: center;
  margin-bottom: 50px;
}

.supportSectionTwo .supportSectionTwoBox ul li{
  padding: 20px 40px;
  display: inline-block;
  list-style: none;
  text-align: center;
}

.supportSectionTwo .supportSectionTwoBox ul li:not(:last-child){
  border-right: 1px solid #DFE4F2;
}

.supportSectionTwo .supportSectionTwoBox ul li p{
  color: #0A1C2C;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.supportSectionTwo .supportSectionTwoBox ul li a{
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}

.supportSectionTwo .supportSectionTwoBox ul li a.blue{
  color: #1A4DD7;
}

.supportSectionTwo .supportSectionTwoBox ul li a.blue:hover{
  color: #0A1C2C;
}

.supportSectionTwo .supportSectionTwoBox ul li a.black{
  color: #0A1C2C;
  text-decoration: underline;
}

.supportSectionTwo .supportSectionTwoBox ul li a.black:hover{
  color: #1A4DD7;
  text-decoration: none;
}

.supportSectionTwo .supportSectionTwoBox form input,
.supportSectionTwo .supportSectionTwoBox form textarea{
  background: #F7F9FC;
  border-radius: 0;
  padding: 30px 25px;
  border: none;
}

.supportSectionTwo .supportSectionTwoBox form input::placeholder,
.supportSectionTwo .supportSectionTwoBox form textarea::placeholder{
  color: #A3ADBB;
  font-size: 18px;
  font-weight: 500;
  font-style: normal;
}

/* Support Page CSS ends here */

/* Pricing Page CSS starts here */

.pricing-homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
}

.pricing-homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}

.pricing-homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 40px 0;
}

.pricing-homeSection .homeSectionLeft form{
  display: block;
  width: 100%;
}

.pricing-homeSection .homeSectionLeft form input{
  width: 60%;
  border-radius: 20px;
  margin: 0 auto;
  padding: 20px;
  background-image: url(../images/search-icon.png);
  background-repeat: no-repeat;
  background-position: 98% center;
}

.pricing-homeSection .homeSectionLeft form input::placeholder{
  color: #BCBCBC;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
}

.pricing-section7{
  padding: 100px;
}

.pricing-section7 .about-sec7-bg{
  background: url(../images/about-sec7-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 80px;
}

.pricing-section7 .about-sec7-bg .about-section7-box h2{
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  font-style: normal;
  margin: 0 0 20px;
}

.pricing-section7 .about-sec7-bg .about-section7-box h2 span{
  /*background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;*/
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7191e6+0,2b5ad9+100 */
    background: #7191e6; /* Old browsers */
    background: -moz-linear-gradient(left,  #7191e6 0%, #2b5ad9 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #7191e6 0%,#2b5ad9 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #7191e6 0%,#2b5ad9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=1 ); /* IE6-9 */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pricingAccordian{
  padding: 50px 0 0;
}

.pricingAccordian .pricingAccordianBox .faqs-item:not(:last-child){
  border-bottom: 1px solid #B6C9DB;
}

.pricingAccordian .pricingAccordianBox .faqs-item button{
  width: 100%;
  border: none;
  padding: 30px 0;
  background: transparent;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  color: #0A1C2C;
}

.pricingAccordian .pricingAccordianBox .faqs-item p{
  color: #435567;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 20px;
}

.pricingAccordian .pricingAccordianBox .faqs-item button:focus{outline: none;}

.pricingAccordian .pricingAccordianBox h2{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}

.pricingtable{
  margin-top: -250px;
}

.pricingtable .pricingtableBox{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  padding: 0 30px 0;
  display: flex;
  flex-wrap: wrap;
}
.pricingtable .pricingtableBox>div {
    flex: 1;
}
.pricingtable .pricingtableBox>div:first-child{
  flex: 0 0 25%;
}

.pricingtable .pricingtableBox>div:first-child li{
  padding-left: 20px;
  position: relative;
}

.pricingtable .pricingtableBox ul li.listHeader{
  padding: 30px;
  text-align: center;
}

.pricingtable .pricingtableBox ul li.listHeader1{
  height: 288px;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  padding-left: 0;
}

.pricingtable .pricingtableBox ul li.listHeader h5{
  color: #0A1C2C;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 15px;
}

.pricingtable .pricingtableBox ul li.listHeader h2{
  color: #0A1C2C;
  font-weight: 600;
  font-size: 44px;
  font-style: normal;
  margin: 0;
}

.pricingtable .pricingtableBox ul li.listHeader h2 sup{
  color: #BDC4D7;
  font-weight: 500;
  font-size: 24px;
  font-style: normal;
}

.pricingtable .pricingtableBox ul li.listHeader label{
  color: #98A2BC;
  font-weight: 400;
  font-size: 16px;
  font-style: normal;
  display: block;
  margin: 20px 0;
}

.pricingtable .pricingtableBox ul:not(:first-child){
  flex: 1;
}

.pricingtable .pricingtableBox ul{
  padding-left: 0;
  margin: 0;
  border:1px solid transparent;
}

.pricingtable .pricingtableBox>div ul:hover li:first-child{
  background-image: url(../images/pricingactive-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

/*.pricingtable .pricingtableBox .slick-active ul{
  border: 1px solid #1A4DD6;
  transform: scale(1.05);
  background: #fff;
}

.pricingtable .pricingtableBox .slick-active ul li:first-child h5,
.pricingtable .pricingtableBox .slick-active ul li:first-child h2{
  color: #fff;
}

.pricingtable .pricingtableBox .slick-active ul li:first-child a {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  padding: 10px 18px;
  background-color: #fff;
  border: none;
  color: #1C2234;
  display: inline-block;
  transition: all .3s ease;
}

.pricingtable .pricingtableBox .slick-active ul li:first-child a i{
  margin-left: 8px;
}

.pricingtable .pricingtableBox .slick-active ul li:first-child a:hover {
  background: #1A4DD7;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}*/

.pricingtable .pricingtableBox .slick-active.slick-center ul li:first-child{
  background-image: url(../images/pricingactive-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.pricingtable .pricingtableBox .slick-active.slick-center ul li.listHeader1:first-child {
    background-image: none;
  }

.pricingtable .pricingtableBox ul.slick-active.slick-center{
  border: 1px solid #1A4DD6;
  transform: scale(1.05);
  background: #fff;
}

.pricingtable .pricingtableBox .slick-active.slick-center ul li:first-child h5,
.pricingtable .pricingtableBox .slick-active.slick-center ul li:first-child h2{
  color: #fff;
}

.pricingtable .pricingtableBox .slick-active.slick-center ul li:first-child a {
  font-size: 13px;
  font-weight: 500;
  font-style: normal;
  padding: 10px 18px;
  background-color: #fff;
  border: none;
  color: #1C2234;
  display: inline-block;
  transition: all .3s ease;
}

.pricingtable .pricingtableBox .slick-active.slick-center ul li:first-child a i{
  margin-left: 8px;
}

.pricingtable .pricingtableBox .slick-active.slick-center ul li:first-child a:hover {
  background: #1A4DD7;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}













.pricingtable .pricingtableBox div ul:hover li:first-child{
  background-image: url("../images/pricingactive-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.pricingtable .pricingtableBox>div:first-child ul li:first-child{
  background: transparent;
}
.pricingtable .pricingtableBox>div:first-child:hover ul{
  /*border: none;
  transform: scale(1);
  background: #fff;*/
}
.pricingtable .pricingtableBox div.slick-active.slick-center ul{
border: 1px solid #1A4DD6;
  transform: scale(1);
  background: #fff;
}
.pricingtable .pricingtableBox div ul:hover{
  border: 1px solid #1A4DD6;
  transform: scale(1);
  background: #fff;
}

.pricingtable .pricingtableBox>div:first-child>ul:hover{
  border: 1px solid transparent;
  transform: scale(1);
  background: transparent;
}

.pricingtable .pricingtableBox div ul:hover li:first-child h5,
.pricingtable .pricingtableBox div ul:hover li:first-child h2{
  color: #fff;
}

.pricingtable .pricingtableBox div ul:hover li:first-child a {
  background-color: #fff;
  color: #1C2234;
  /*font-size: 13px;
  font-weight: 500;
  font-style: normal;
  padding: 10px 18px;
  
  border: none;
  
  display: inline-block;
  transition: all .3s ease;*/
}

.pricingtable .pricingtableBox div ul:hover li:first-child a i{
  /*margin-left: 8px;*/
}

.pricingtable .pricingtableBox div ul:hover li:first-child a:hover {
  background: #1A4DD7;
  color: #fff;
  text-decoration: none;
  transition: all .3s ease;
}

.pricingtable .pricingtableBox ul li{
  list-style: none;
}

.pricingtable .pricingtableBox ul li img{
  margin: 0 auto;
}

.pricingtable .pricingtableBox ul li:not(:first-child){
  min-height: 80px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.pricingtable .pricingtableBox>div ul li:not(:last-child){
  border-bottom: 1px solid #EBF0F8;
}

.pricingtable .pricingtableBox ul:not(:first-child) li{
  justify-content: center;
}

.pricingtable .pricingtableBox ul li p{
  color: #435567;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  margin: 0;
      text-align: center;
      width: 100%;
}
.pricingtable .pricingtableBox>div:first-child ul li p {
    text-align: left;
}

.pricingtable .pricingtableBox ul li:nth-child(2){
  background: #F7F9FC;
}

.pricingtable .pricingtableBox ul li:nth-child(2) p{
  color: #8D9CB2;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}

.pricingtable .pricingtableBox button.popover-btn{
  border-radius: 50%;
  border: none;
  width: 20px;
  height: 20px;
  background: #EBF0F8;
  font-weight: 700;
  color: #1A4DD7;
  padding: 5px;
  font-size: 10px;
  float: right;
  margin-right: 10px;
}

.pricingtable .pricingtableBox button.popover-btn:focus{
  outline: none;
  box-shadow: none;
}

.pricingtable .pricingtableBox .pricingPopover{
  background: #fff;
  border: 1px solid #EBF0F8;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  position: absolute;
  left: 105%;
  top: 20%;
  width: 500px;
  z-index: 1;
}

.pricingtable .pricingtableBox .pricingPopover h4{
  color: #0A1C2C;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.pricingtable .pricingtableBox .pricingPopover p{
  color: #435567;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  margin: 0;
}

.pricingtable .pricingtableBox button.popover-btn[aria-expanded="true"]{
  background: #1A4DD7;
  color: #fff;
}

  .pricingtable .pricingtableBox .subscriptionToggle{ 
    background: #F7F9FC;
    border-radius: 40px;
    padding: 10px;
    width: auto;
    margin: 0 auto;
  }
  .pricingtable .pricingtableBox .subscriptionToggle input{ 
    display: none; 
  }
  .pricingtable .pricingtableBox .subscriptionToggle input ~ label{ 
    display: inline-block !important; 
    color: #8C9CB2;
    margin-bottom: 0;
    text-align: center;
    width: 120px;
    padding: 15px 20px;
  }

  .pricingtable .pricingtableBox .subscriptionToggle input:checked ~ label{ 
    background: #D9E8FF; 
    padding: 15px 20px;
    border-radius: 30px;
    color: #1A4DD7;
    font-size: 16px;
    font-weight: 600;
    font-style: normal;
  }

  .pricingAccordianBox .faqs-item button::after {
    content: "";
    float: right; 
    background-image:url(../images/faqs-open.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 13px;
  }
  .pricingAccordianBox .faqs-item button[aria-expanded="true"]::after {
    content: "";
    background-image:url(../images/faqs-close.png);
    background-repeat: no-repeat;
    width: 12px;
    height: 2px;
  }

  .pricingtable .pricingtableBox ul li.listHeader1 .discount-label{
    text-align: right;
    display: block;
    width: 100%;
  }

  .pricingtable .pricingtableBox ul li.listHeader1 .discount-label span{
    display: inline-block;
    background: #1A4DD7;
    border-radius: 10px;
    padding: 5px 10px;
    text-align: center; 
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    font-style: normal; 
    margin-bottom: 10px;  
    margin-right: 20px;
  }

/* Pricing Page CSS ends here */

/* Security Page Starts here */

.security-homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
}

.security-homeSection .homeSectionLeft h1{
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}


.security-homeSection .homeSectionLeft p{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 25px;
}

.security-homeSection .security-section5{
  background-image: url(../images/security-sec5-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.security-section5 .section5Box{
  text-align: center;
}

.security-section5 .section5Box h2{
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  margin-bottom: 40px;
}

.security-section5 .section5Box p{
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
  padding: 0 8%;
}

.security-section5 .section5Box p a{
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
}

.security-homeSection .securityContent h3{
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  font-style: normal;
}

.security-homeSection .securityContent p{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}

.security-homeSection .securityContent ul{
  padding-left: 20px;
  margin: 0;
}

.security-homeSection .securityContent ul li{
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
}

.security-homeSection .securityContent{
  border-bottom: 1px solid #2D354C;
  padding: 50px 0;
}

/* Security Page ends here */

/* Technology Page starts here */

.technology-homeSection .homeSectionLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  height: 100%;
  position: relative;
}

.technology-homeSection .homeSectionLeft::before{
  content: "";
  position: absolute;
  left: -100px;
  top: -50px;
  background-image: url(../images/about-home-black-circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.technology-homeSection .homeSectionLeft::after{
  content: "";
  position: absolute;
  right: -30px;
  top: -20px;
  background-image: url(../images/about-home-dotted.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 125px;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.technology-homeSection .homeSectionLeft h1{
  color: #0A1C2C;
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 30px;
}

.technology-homeSection .homeSectionLeft p{
  color: #435567;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
}

.technology-section2{
  padding: 100px 0 0;
}

.technology-section2 .sectionHeading{
  text-align: left;
}

.technology-section2 .section2Box{
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 25px;
  margin: 10px;
  height: 350px;
}

.technology-section2 .section2Box h5{
  color: #0A1C2C;
  font-size: 22px;
  font-weight: 700;
  width: 100%;
  margin: 0;
}

.technology-section2 .section2Box p{
  color: #435567;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0;
}

.technology-section2 .section2Box a{
  color: #1A4DD7;
  padding-left: 0;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  background-color: transparent;
  border: none;
  padding: 0 20px 0 0;
  display: inline-block;
  transition: all .3s ease;
}

.technology-section2 .section2Box a:hover{
  transition: all .3s ease;
  color: #0A1C2C;
}

.technology-section2 .section2Box > img{
  margin-bottom: 30px;
}

.technology-section3{
  background-image: url(../images/technology-sec3-bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 100px 0;
}

.technology-section3 .section3Right .section3item{
  display: flex;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}

.technology-section3 .section3Right .section3item h5{
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

.technology-section3 .section3Right .section3item p{
  color: #A7AEE7;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
}

.technology-section3 .section3Box{
  padding: 30px 20px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  text-align: center;
  margin: 0 40px;
}

.technology-section3 .section3Box.sec3-arrowOne{
  position: relative;
}

.technology-section3 .section3Box.sec3-arrowOne::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  width: 83px;
  height: 81px;
  background-image:url(../images/blue-down-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.technology-section3 .section3Box.sec3-arrowTwo{
  position: relative;
}

.technology-section3 .section3Box.sec3-arrowTwo::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -95px;
  width: 83px;
  height: 81px;
  background-image:url(../images/blue-up-arrow-right.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.technology-section3 .section3Box h5{
  color: #0A1C2C;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  margin-bottom:10px;
}

.technology-section3 .section3Box p{
  color: #435567;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
}

.technology-section3 .section3Box img{
  margin-bottom: 30px;
}

.technology-section5 .section5Box{
  text-align: center;
}

.technology-section4{
  background: #F7F9FC;
  padding: 300px 0 50px;
  margin-top: -200px;
}

.technology-section4 .technology-box{
  background: #fff;
  padding: 50px 100px;
}

.technology-section4 .technology-box .sectionHeading{
  text-align: left;
}

.technology-section4 .technology-box .tech-sec4-box img{
  float: left;
  margin-right: 20px;
  margin-bottom: 30px;
}

.technology-section4 .technology-box .tech-sec4-box p{
  color: #435567;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  margin: 0;
}

.technology-section5 .section5Box h2{
  color: #fff;
  font-weight: 700;
  font-size: 36px;
  font-style: normal;
  margin-bottom: 30px;
}

.technology-section5 .section5Box p{
  color: #A7AEE7;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  margin-bottom: 30px;
}

.technology-section5 .section5Box p a{
  display: inline-block;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  text-decoration: underline;
}

.technology-section7{
  padding: 100px;
}

.technology-section7 .about-sec7-bg{
  background: url(../images/about-sec7-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 40px 80px;
}

.technology-section7 .about-sec7-bg .about-section7-box h2{
  color: #fff;
  font-weight: 700;
  font-size: 34px;
  font-style: normal;
  margin: 0 0 20px;
}

.technology-section7 .about-sec7-bg .about-section7-box h2 span{
  background: #7191e6;
  background: linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  background: -moz-linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  background: -moz-linear-gradient(to right, #7191e6 0%, #2b5ad9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7191e6', endColorstr='#2b5ad9',GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.technology-section7 .about-sec7-bg .about-section7-box p {
  color: #A7AEE7;
  font-weight: 400;
  font-size: 18px;
  font-style: normal;
  margin: 0;
  line-height: 30px;
}

.technology-section7 .technology-section7Slider .technology-section7Item{
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 60px 130px rgba(0, 0, 0, 0.05);
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  padding: 20px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.technology-section7 .technology-section7Slider .technology-section7Item img{
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}

.technology-section7 .technology-section7Slider .technology-section7Item p{
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  font-style: normal;
  margin: 0;
}

.technology-section7 .technology-section7Slider .technology-section7Item p span{
  color: #44E759;
  display: inline-block;
}

.techologySlider .slick-dots{
  bottom: -50px;
}

.techologySlider .slick-dots li button:before {
  font-size: 30px;
}

.techologySlider .slick-dots li{
  margin: 0;
}

.techologySlider .slick-dots li.slick-active{
  background: #16286D;
  border-radius: 25px;
}

.techologySlider .slick-dots li.slick-active button:before {
  color: transparent;
}

.techologySlider .slick-dots li button:before {
  color: transparent;
}

.techologySlider .slick-dots li {
  width: 25%;
  height: 5px;
  border-radius: 20px;
  background: #C4C4C4;
}

.technology-section3 .tech-sec3-circleOne{
  position: relative;
}

.technology-section3 .tech-sec3-circleOne::before{
  content: "";
  position: absolute;
  top: 20px;
  left: 100px;
  background-image: url(../images/tech-sec3-blueCircle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.technology-section3 .tech-sec3-circleOne::after{
  content: "";
  position: absolute;
  top: 15px;
  right: 100px;
  background-image: url(../images/tech-sec3-dottedsquare.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 65px;
  height: 25px;
  animation: MoveUpDowndotted 10s alternate infinite;

}

.technology-section3 .section3Left.tech-sec3-circleTwo {
  position: relative;
  z-index: 1;
}

.technology-section3 .section3Left.tech-sec3-circleTwo::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -80px;
  background-image: url(../images/tech-sec3-verydarkblueCircle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 52px;
  height: 52px;
  animation: MoveUpDownd-b 10s alternate infinite;
}

.technology-section3 .section3Left.tech-sec3-circleTwo::after {
  content: "";
  position: absolute;
  bottom: 107px;
  right: 20px;
  background-image: url(../images/tech-sec3-darkblueCircle.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 107px;
  height: 107px;
  animation: MoveUpDownd-a 10s alternate infinite;
}

.technology-section3 .section3Left.tech-sec3-circleTwo img{
  position: relative;
  z-index: 99;
}

/* Technology Page ends here */

/* ZPWR Page styling starts here */
.zpwrCustom-navbar.fixed{
  position: initial;
}
.zpwrCustom-navbar .col-sm-5 .navBox ul li:not(:first-child),
.zpwrCustom-navbar .col-sm-7 .navBox ul li,
.zpwrCustom-navbar .navBox a.white-btn,
.zpwrCustom-navbar .navBox a.blue-btn{
  display: none;
}

.custom_container{
  width: 90%;
  margin: 0 auto;
}

.zpwrHomeSection{
  background: #131313;
  display: flex;
  align-items: center;
  padding-top: 250px;
  position: relative;
}

.zpwrHomeSection > img{
  position: absolute;
}

.zpwrHomeSection .square1{
  right: 10%;
  top: 0;
  animation: MoveUpDowndottedd 10s alternate infinite;
}

@keyframes MoveUpDowndottedd {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(80px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.zpwrHomeSection .square2{
  right: 20%;
  top: 30%;
  animation: MoveUpDowndotted 10s alternate infinite;
}

@keyframes MoveUpDowndotted {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(-80px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.zpwrHomeSection .square3{
  right: 0%;
  top: 40%;
  animation: MoveUpDowndotteddd 10s alternate infinite;
}

@keyframes MoveUpDowndotteddd {
  0% {
    transform: translate(0px, 0px);
  }
  50% {
    transform: translate(0px, -80px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}

.zpwrSectionOne{
  background: #131313;
  padding: 250px 0 0;
}

.zpwrSectionTwo{
  background: #131313;
  padding: 250px 0 0;
}

.zpwrSectionThree{
  background: #131313;
  padding: 250px 0 150px;
}

.zpwrHomeSection .zpwrhomeBox{
  text-align: center;
}

.zpwrHomeSection .zpwrhomeBox h4{
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
}

.zpwrHomeSection .zpwrhomeBox h1{
  background: linear-gradient(90deg, #006EF0 16.41%, #00DD9B 87.22%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  margin: 20px 0;
}

.zpwrHomeSection .zpwrhomeBox p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.zpwrHomeSection .zpwrhomeBox2-item{
  background: #0E0E0E;
  border-radius: 20px;
  padding: 50px 0;
  flex: 0 0 18%;
  max-width: 18%;
  margin: 70px 0;
}

.zpwrHomeSection .zpwrhomeBox2-item:hover{
  background: #1F1F1F;
  box-shadow: 0px 12px 20px rgba(0, 0, 0, 0.25);
}

.zpwrHomeSection .zpwrhomeBox2-item p{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  color: #fff;
  margin: 0;
  text-align: center;
}

.zpwrHomeSection input[type="text"]{
  color: #fff;
  font-size: 18px;
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid #464646;
  background: #131313;
  width: 100%;
  margin-bottom: 50px;
  padding: 15px;  
}

.zpwrHomeSection input[type="text"]::placeholder{
  color: #4A4A4A;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  text-align: center;

}

.zpwrHomeSection input[type="submit"]{
  color: #fff;
  padding: 20px 0;
  background: #0E0E0E;
  border-radius: 10px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
  width: 100%;
  border: none;
  transition: all .3s ease;
}

.zpwrHomeSection input[type="submit"]:hover{
  background: #000;
  transition: all .3s ease;
}

.zpwrSectionOne h2{
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.zpwrSectionOne p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #B0B0B0;
  margin-bottom: 100px;
}

.zpwrSectionOne figure{
  flex: 0 0 25%;
  max-width: 25%;
}

.zpwrSectionOne figure ul{
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  right: -75%;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.zpwrSectionOne figure .figure-img{
  position: relative;
}

/*.zpwrSectionOne figure .figure-img ul li{
  animation: dashesanimation 8s infinite;
}*/

@keyframes dashesanimation {
  0% {
    background: #3F3F3F;
  }
  100% {
    background: #fff;
  }
}

@keyframes dashesanimationn {
  0% {
    border-color: #3F3F3F;
  }
  100% {
    border-color: #fff;
  }
}

/*.zpwrSectionOne figure .figure-img ul li:not(:first-child),
.zpwrSectionOne figure .figure-img ul li:not(:last-child){
  width: 30px;
  height: 1px;
  background: #3F3F3F;
  animation: dashesanimation 8s infinite;
}*/
.zpwrSectionOne figure .figure-img ul li:not(:first-child),.zpwrSectionOne figure .figure-img ul li:not(:last-child){
  width: 30px;
  height: 1px;
  background: #3F3F3F;
}

.zpwrSectionOne figure .figure-img.firstanimate1 ul li:first-child{
  animation: dashesanimationn 12s infinite 1s;
}

.zpwrSectionOne figure .figure-img.firstanimate1 ul li:nth-child(2){
  animation: dashesanimation 12s infinite 2s;
}
.zpwrSectionOne figure .figure-img.firstanimate1 ul li:nth-child(3){
  animation: dashesanimation 12s infinite 3s;
}
.zpwrSectionOne figure .figure-img.firstanimate1 ul li:nth-child(4){
  animation: dashesanimation 12s infinite 4s;
}
.zpwrSectionOne figure .figure-img.firstanimate1 ul li:nth-child(5){
  animation: dashesanimation 12s infinite 5s;
}

.zpwrSectionOne figure .figure-img.firstanimate1 ul li:last-child{
  animation: dashesanimationn 12s infinite 6s;
}

.zpwrSectionOne figure .figure-img.firstanimate2 ul li:first-child{
  animation: dashesanimationn 12s infinite 7s;
}
.zpwrSectionOne figure .figure-img.firstanimate2 ul li:nth-child(2){
  animation: dashesanimation 12s infinite 8s;
}
.zpwrSectionOne figure .figure-img.firstanimate2 ul li:nth-child(3){
  animation: dashesanimation 12s infinite 9s;
}
.zpwrSectionOne figure .figure-img.firstanimate2 ul li:nth-child(4){
  animation: dashesanimation 12s infinite 10s;
}
.zpwrSectionOne figure .figure-img.firstanimate2 ul li:nth-child(5){
  animation: dashesanimation 12s infinite 11s;
}
.zpwrSectionOne figure .figure-img.firstanimate2 ul li:last-child{
  animation: dashesanimationn 12s infinite 12s;
}

.zpwrSectionOne figure .figure-img ul li:first-child,
.zpwrSectionOne figure .figure-img ul li:last-child{
  width: 13px;
  height: 13px;
  border-radius: 100%;
  border: 1px solid #3F3F3F;
  background: #131313;
  position: relative;
  top: -5px;
}

.zpwrSectionOne figure .figure-img > img{
  width: 30%;
  display: block;
  margin: 0 auto 50px;
}

.zpwrSectionOne figure figcaption h4{
  font-weight: 600;
  color: #fff;
  font-style: normal;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.zpwrSectionOne figure figcaption p{
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  text-align: center;
  color: #B0B0B0;
}

.zpwrSectionTwo h2{
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.zpwrSectionTwo p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #B0B0B0;
  margin-bottom: 50px;
}

.zpwrSectionTwo table{
  width: 100%;
  border-radius: 20px;
  border-collapse: collapse;
  overflow: hidden;
}

.zpwrSectionTwo table thead{
  background: #2C2C2C;
}

.zpwrSectionTwo table tbody{
  background: #1F1F1F;
  border-radius: 20px;
}

.zpwrSectionTwo table th{
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
  padding: 20px 20px 20px 15%;
}

.zpwrSectionTwo table td{
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  padding: 20px 20px 20px 15%;
}

.zpwrSectionTwo table tr:hover{
  background: #44464E;
}

.zpwrSectionTwo h5{
  color: #9C9C9C;
  font-weight: 400;
  font-size: 14px;
  font-style: normal;
  text-align: center;
  color: #9C9C9C;
  margin: 30px 0;
}

.zpwrSectionThree h2{
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.zpwrSectionThree p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #B0B0B0;
  margin-bottom: 20px;
}

.zpwrSectionThree a {
  color: #0173ED;
  display: block;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  transition: all .3s ease;
  text-decoration: none;
}

.zpwrSectionThree a:hover {
  color: #fff;
  transition: all .3s ease;
}

.zpwrSectionThree .slidecontainer{
  margin: 100px 0;
}

.zpwrSectionThree .slidecontainer input{
  border: none;
  background: #131313;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #fff;
}

.zpwrSectionThree .slidecontainer label{
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.zpwrSectionThree .zpwrSectionThreeBox{
  flex: 0 0 48%;
  max-width: 48%;
  background: #1B1B1B;
  border-radius: 20px;
  padding: 40px;
}

.zpwrSectionThree .zpwrSectionThreeBox img{
  float: left;
  margin-right: 40px;
  width: 25px;
}

.zpwrSectionThree .zpwrSectionThreeBox h5{
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  color: #EEEEEE;
}

.zpwrSectionThree .zpwrSectionThreeBox h4{
  font-weight: 600;
  font-style: normal;
  font-size: 16px;
  margin: 0;
  color: #fff;
  transition: all .3s ease;
}

.zpwrSectionThree .zpwrSectionThreeBox:hover{
  background: #2F2F2F;
  box-shadow: 13px 27px 44px rgba(0, 0, 0, 0.3);
  transition: all .3s ease;
}

.zpwrSectionThree .zpwrSectionThreeBox{
  margin-bottom: 20px;
}

.zpwrSectionThree .slidecontainer span.ui-slider-handle {
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: rgba(255, 255, 255, 0.23);
  border-radius: 100%;
  width: 20px;
  height: 20px;
}

.zpwrSectionThree .slidecontainer .ui-slider-horizontal span.ui-slider-handle {
  margin-left: 0;
}

.zpwrSectionThree .slidecontainer .ui-widget-content{
  background: #323232;
  border: 1px solid #323232;
  border-radius: 20px;
}

.zpwrSectionThree .slidecontainer .ui-slider-horizontal {
    height: 1.4em;
}

.zpwrSectionThree .slidecontainer .ui-slider-horizontal .ui-slider-handle {
  top: 0;
}

.timeline-area .timeline .timeline-image:before {
    content: "";
    width: 85px;
    height: 85px;
    border: 2px dashed #1a4dd7;
    border-radius: 10%;
    display: block;
    position: absolute;
    top: -10%;
    left: 15%;
    background-color: #fff;
    z-index: 1;
    -webkit-animation: spin 10s linear infinite;
    -moz-animation: spin 10s linear infinite;
    animation: spin 10s linear infinite;
}

.zpwrCustom-footer,
.zpwrCustom-footer ~ .copyrightSection{
  display: none;
}

/* ZPWR Page styling ends here */

/* SignUp Page CSS starts here */

.signup{
  height: 100vh;
  display: flex;
  align-items: center;
}

.signup .signupbox{
  text-align: center;
}

.signup .signupbox label{
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #F2F4F7;
  color: #264FCC;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.signup .signupbox h3{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 70px 0 50px;
}

.signup .signupbox p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
}

a.signupbutton{
  display: inline-block;
  background: #1A4DD7;
  padding: 24px 88px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  transition: all .3s ease;
  text-decoration: none;
}

a.signupbutton:hover{
  background: #000;
  transition: all .3s ease;
}

.signup .signupbox a.textlink{
  text-decoration: none;
  padding: 0;
  background: transparent;
  color: #1A4DD7;
  font-weight: 400;
  font-size: 16px;
  display: block;
  margin-top: 20px;
  transition: all .3s ease;
}

.signup .signupbox a.textlink:hover{
  color: #000;
  transition: all .3s ease;
}

.signup .signupSlider{
  text-align: center;
}

.signup .signupSlider .slick-dots {
  bottom: -60px;
}

.signup .signupSlider .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin: 0 5px;
  background: #C4C4C4;
}

.signup .signupSlider .slick-dots li.slick-active{
  background: #1A4DD7;
}

.signupform{
  height: 100%;
  display: flex;
  align-items: center;
  padding: 70px 0 140px;
}

.signupform .signupformbox{
  text-align: center;
}

.signupform .signupformbox h3{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
}

.signupform .signupformbox p{
  color: #757575;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}

.signupform .signupformbox input{
  border: 1px solid #CDCDCD;
  border-radius: 0;
  padding: 22px;
  width: 100%;
  margin-bottom: 15px;
}

.signupform .signupformbox input::placeholder{
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-style: normal;
}

.signupform .signupformbox label{
  color: #757575;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  display: block;
  margin-top: 20px;
  margin-bottom: 0 !important;
}

.signupform .signupformbox label a{
  color: #1A4DD7;
  text-decoration: none;
}   

.signupform .requestInfoBox .wizard > .content {
  min-height: 45em;
  background: transparent;
}

.signupform .requestInfoBox .wizard > .steps {
  position: absolute;
  bottom: -70px;
  left: 30%;
}

.signupform .requestInfoBox .wizard > .steps a span.number{
  display: none;
}

.signupform .requestInfoBox .wizard > .steps a, 
.signupform .requestInfoBox .wizard > .steps a:hover, 
.signupform .requestInfoBox .wizard > .steps a:active {
  padding: 0;
  margin: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 999;
}

.signupform .requestInfoBox .wizard > .steps ul li{
  position: relative;
}

.signupform .requestInfoBox .wizard > .steps ul li::before{
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 100%;
  border-bottom: 1px solid #1A4DD7;
}

.signupform .requestInfoBox .wizard > .steps ul li::after{
  position: absolute;
  top: -10px;
  right: 100%;
  color: #000;
  font-weight: 300;
  font-size: 14px;
  font-style: normal;
  width: 100%;
  text-align: center;
}

.signupform .requestInfoBox .wizard > .steps ul li:nth-child(1)::after{ 
  content: "Create account";
}

.signupform .requestInfoBox .wizard > .steps ul li:nth-child(2)::after{ 
  content: "Activate portal";
  padding-left: 40px;
}

.signupform .requestInfoBox .wizard > .steps ul li:nth-child(3)::after{ 
  content: "Done!";
  padding-left: 40px;
}

.signupform .requestInfoBox .wizard > .steps .current a, 
.signupform .requestInfoBox .wizard > .steps .current a:hover, 
.signupform .requestInfoBox .wizard > .steps .current a:active,
.signupform .requestInfoBox .wizard > .steps > ul > li.done a {
  background: #1A4DD7;
}

.signupform .requestInfoBox .wizard > .steps .disabled a, 
.signupform .requestInfoBox .wizard > .steps .disabled a:hover, 
.signupform .requestInfoBox .wizard > .steps .disabled a:active {
  background: rgba(221, 221, 221, 1);
  color: #fff;
}

.signupform .requestInfoBox .wizard > .steps > ul > li {
  width: 30%;
}

.signupform .requestInfoBox .wizard > .actions{
  display: none;
}

.signupform .requestInfoBox .step3Section{
  text-align: center;
}

.signupform .requestInfoBox .step3Section h3{
  color: #1A4DD7;
  font-size: 24px;
  font-weight: 600;
  font-style: normal;
  margin: 0;
}

.signupform .requestInfoBox .step3Section p{
  color: #000;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  margin: 30px 0;
}

.signupform .requestInfoBox .step3Section a{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  text-decoration: underline;
  transition: all .3s ease;
}

.signupform .requestInfoBox .step3Section a:hover{
  color: #1A4DD7;
  transition: all .3s ease;
}

.signupform .signupformbox h5{
  color: #708599;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  margin-top: 10px;
  line-height: 20px;
}

.signupform .signupformbox h5 > a{
  color: #1A4DD7;
  text-decoration: none;
} 

.signupform .signupformbox .section3button{
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.spinnerSection{
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.spinnerSection .spinner{
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid #bbcaf3;
  border-top:2px solid #1A4DD7;
  border-radius: 100%;
  
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right: 0;
  margin: auto;
  
  animation: spin 1s infinite linear;

  position: relative;
}

@keyframes spin {
  from{
    transform: rotate(0deg);
  }to{
    transform: rotate(360deg);
  }
}

.spinnerSection .countermain {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinnerSection .countermain .counter{
  color: #A0A0A0;
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
}

/* Sign Up Page CSS ends here */

/* Signup 2 Page CSS starts here */

.signup2SectionOne{
/*  display: flex;
  align-items: center;*/
  text-align: center;
  padding: 200px 0;
}

.signup2SectionOne h2{
  color: #000;
  font-style: normal;
  font-size: 36px;
  font-weight: 700;
}

.signup2SectionOne h5{
  color: #5B5B5B;
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 50px;
}


.signup2SectionOne h2 span{
  display: inline-block;
  color: #0A1C2C;
  /* background: linear-gradient(to right, #062a8b 0%, #1A4DD7 100%); */
  background: #062a8b;
  background: -moz-linear-gradient(left, #062a8b 0%, #1a4dd7 100%);
  background: -webkit-linear-gradient(left, #062a8b 0%,#1a4dd7 100%);
  background: linear-gradient(to right, #062a8b 0%,#1a4dd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.signup2SectionOne .signup2sec1Box{
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
  padding: 50px;
  text-align: center;
  height: 100%;
  transition: all .3s ease;
  position: relative;
}

.signup2SectionOne .signup2sec1Box:hover{
  background: #1A4DD7;
  transition: all .3s ease;
  box-shadow: 7px 10px 28px 0px #00000040;
}

.signup2SectionOne .col:first-child .signup2sec1Box::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 10px;
  width: 63px;
  height: 63px;
  background: #AEBEE9;
  border-radius: 100%;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.signup2SectionOne .col:last-child .signup2sec1Box::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  right: 80px;
  width: 36px;
  height: 36px;
  background: #1A4CD4;
  border-radius: 100%;
  animation: MoveUpDownd-d 10s alternate infinite;
}

@keyframes MoveUpDownd-d {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(40px, -80px); }
  100% { transform: translate(0px, 0px); }
}

.signup2SectionOne .col:last-child .signup2sec1Box::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -50px;
  bottom: 100px;
  width: 57px;
  height: 57px;
  background: #FE5170;
  border-radius: 100%;
  animation: MoveUpDownd-e 10s alternate infinite;
}

@keyframes MoveUpDownd-e {
  0% { transform: translate(0px, 0px); }
  50% { transform: translate(40px, 80px); }
  100% { transform: translate(0px, 0px); }
}

.signup2SectionOne .signup2sec1Box label{
  width: 50px;
  height: 50px;
  background: #F2F4F7;
  border-radius: 100%;
  display: grid;
  place-items: center;
  color: #264FCC;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 50px;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box:hover label{
  background: #fff;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box h4{
  color: #000;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box:hover h4{
  color: #fff;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box p{
  color: #000;
  font-size: 16px;
  font-weight: 400;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box a{
  color: #1A4DD7;
  font-size: 14px;
  font-weight: 400;
  transition: all .3s ease;
  text-decoration: none;
}

.signup2SectionOne .signup2sec1Box:hover a{
  color: #fff;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box a:hover{color:#000;}

.signup2SectionOne .signup2sec1Box:hover p{
  color: #fff;
  transition: all .3s ease;
}

.signup2SectionOne .signup2sec1Box p span{
  font-weight: 600;
}

.signup2SectionTwo {
  background: #f7f9fc;
}

.signup2SectionTwo .signup2SectionTwoItem{
  padding-right: 10%;
}

.signup2SectionTwo .signup2SectionTwoItem h2{
  color: #000;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 20px;
}

.signup2SectionTwo .signup2SectionTwoItem h2 span{
  display: inline-block;
  color: #0A1C2C;
  background: #062a8b;
  background: -moz-linear-gradient(left, #062a8b 0%, #1a4dd7 100%);
  background: -webkit-linear-gradient(left, #062a8b 0%,#1a4dd7 100%);
  background: linear-gradient(to right, #062a8b 0%,#1a4dd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.signup2SectionTwo .signup2SectionTwoItem p{
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 20px;
}

.signup2SectionTwo .signup2SectionTwoItem img{
  margin-right: 20px;
}

.signup2SectionTwo .signup2SectionTwoItem p strong{
  font-weight: 500;
}

.signup2SectionTwo img.signupsec2-mobile{
  margin-top: -100px;
  position: absolute;
  bottom: 0;
}

.signup2SectionThree{
  padding: 100px 0;
  text-align: center;
}

.signup2SectionThree h2{
  color: #000;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 10px;
}

.signup2SectionThree h2 span{
  display: inline-block;
  color: #0A1C2C;
  background: #062a8b;
  background: -moz-linear-gradient(left, #062a8b 0%, #1a4dd7 100%);
  background: -webkit-linear-gradient(left, #062a8b 0%,#1a4dd7 100%);
  background: linear-gradient(to right, #062a8b 0%,#1a4dd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.signup2SectionThree p{
  color: #000;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 50px;
}

.signup2SectionThree .signup2SectionThreeItem table{
  width: 90%;
  margin: 0 auto;
}

.signup2SectionThree .signup2SectionThreeItem{
  position: relative;
}

.signup2SectionThree .signup2SectionThreeItem::before{
  content: "";
  position: absolute;
  z-index: -1;
  top: -100px;
  left: 0;
  display: block;
  background: url(../img/signup2-dotted.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 69px;
  height: 142px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

.signup2SectionThree .signup2SectionThreeItem table thead th{
  background: #1a4dd7;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 20px;
}

.signup2SectionThree .signup2SectionThreeItem table tbody td{
  background: #fff;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
}

.signup2SectionThree .signup2SectionThreeItem table ~ caption{
  color: #3F3F3F;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 20px;
}

.signup2SectionThree .signup2SectionThreeItem table tr:hover td{
  background: #f4f4f4;
  transition: all .3s ease;
}

.signup2SectionFour{
  position: relative;
  background: #fff;
  padding-bottom: 100px;
}

.signup2SectionFour::before{
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background-color: #1a4dd7;
}

.signup2SectionFour::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50px;
  width: 57px;
  height: 57px;
  background: #FE5170;
  border-radius: 100%;
  animation: MoveUpDownd-e 10s alternate infinite;
}

.signup2SectionFour .signup2SectionFourBox {
  border: 1px solid #CDCDCD;
  box-shadow: 7px 10px 28px rgba(0, 0, 0, 0.25);
  padding: 40px;
  margin: 0 5%;
  background: #fff;
  position: relative;
  z-index: 99;
}

.signup2SectionFour .signup2SectionFourBox::after{
  content: "";
  position: absolute;
  z-index: -1;
  top: -20px;
  right: 10px;
  width: 63px;
  height: 63px;
  background: #AEBEE9;
  border-radius: 100%;
  animation: MoveUpDownd-c 10s alternate infinite;
}

.signup2SectionFour .signup2SectionFourBox::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: -50px;
  left: 180px;
  width: 25px;
  height: 25px;
  background: #1A4CD4;
  border-radius: 100%;
  animation: MoveUpDownd-d 10s alternate infinite;
}

/*.signup2SectionFour .signup2SectionFourBox::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: -50px;
  bottom: 100px;
  width: 57px;
  height: 57px;
  background: #FE5170;
  border-radius: 100%;
  animation: MoveUpDownd-e 10s alternate infinite;
}*/

.signup2SectionFour .signup2SectionFourItem form input[type="submit"]{
  width: initial;
  color: #fff;
  font-weight: 600;
  font-size: 18px;
}

.signup2SectionFour .signup2SectionFourItem form input{
  width: 100%;
  border-radius: 0;
  border: 1px solid #CDCDCD;
  padding: 20px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.signup2SectionFour .signup2SectionFourItem form input::placeholder{
  color: #000;
  font-weight: 300;
  font-size: 14px;
}

.signup2SectionFour .signup2SectionFourItem h2 {
  color: #000;
  font-weight: 700;
  font-size: 36px;
  margin-bottom: 50px;
}

.signup2SectionFour .signup2SectionFourItem h2 span {
  display: inline-block;
  color: #0A1C2C;
  background: #062a8b;
  background: -moz-linear-gradient(left, #062a8b 0%, #1a4dd7 100%);
  background: -webkit-linear-gradient(left, #062a8b 0%,#1a4dd7 100%);
  background: linear-gradient(to right, #062a8b 0%,#1a4dd7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#062a8b', endColorstr='#1a4dd7',GradientType=1 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.signup2SectionFour .signup2SectionFourItem p{
  font-size: 18px;
  font-weight: 400;
  color: #757575;
}

.signup2SectionFour .signup2SectionFourItem label{
  font-size: 14px;
  font-weight: 400;
  color: #757575;
}

.signup2SectionFour .signup2SectionFourItem label a{
  color: #1A4DD7;
  text-decoration: none;
  transition: all .3s ease;
}

.signup2SectionFour .signup2SectionFourItem label a:hover{
  color: #000;
  transition: all .3s ease;
}

.signup2SectionThree .signup2-dotted{
  position: relative;
}

.signup2SectionOne .signup2-dotted::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: -150px;
  right: 0;
  display: block;
  background: url(../img/signup-dots2.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 141px;
  height: 70px;
  animation: MoveUpDowndotted 10s alternate infinite;
}

/* Signup 2 Page CSS ends here */

.p-6{
  padding: 2rem !important;
}

.pt-6{
  padding-top: 2rem !important;
}

.p-7{
  padding: 2.5rem !important;
}

.px-8p{
  padding: 0 8% !important;
}

/*Scrollbar Designing starts here*/
  /* width */
  ::-webkit-scrollbar {
    width: 7px;
  }

  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    box-shadow: inset 0 0 5px grey;
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #1A4DD7; 
    border-radius: 0;
  }

  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
    transition: all .3s linear;
  }
/*Scrollbar Desgining ends here*/