*{
    padding:0;
    margin:0;
    box-sizing: border-box;
    font-family: "Nunito", sans-serif;
}

/* navbar */

.logo{
    /* width:100%; */
    height:50px;
}

.navv {
  /* height: 50px; */
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding:1rem;
  display: flex;
  justify-content: space-between;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.432); */
}

.navv > .nav-header {
  display: inline;
}

.navv > .nav-header > .nav-title {
  display: inline-block;
  font-size: 22px;
  color: #030637;
  padding:2px;
  height:40px;
}

.navv > .nav-btn {
  display: none;
}

.navv > .nav-links {
  /* display: inline; */
  /* float: right;
  font-size: 18px; */
  display: flex;
  justify-content: center;
  gap: 15px;
  align-items: center;
}

.but{
  border:none;
  background-color: transparent;
  padding: 13px;
  font-size: 16px;
}

.but:hover{
  background-color: #6078f2;
  color:#fff;
}

.but:focus{
  background-color: #6078f2;
  color:#fff;
}

.navv > .nav-links > a {
  display: inline-block;
  padding: 13px 10px 13px 10px;
  text-decoration: none;
  color: #030637;
  font-size: 16px;
}

.navv > .nav-links > a:hover {
  background-color: #6078f2;
  color:#fff;
}

.navv > #nav-check {
  display: none;
}

.talk{
    background-color: #0d1282;
    color:#eee;
    padding:8px;
    /* width:300px; */
    /* border-radius: 15px; */
    font-size: 16px;
    border: none;
    font-weight: bold;
}

@media screen and (min-width:320px) and (max-width:768px){
     .navv > .nav-btn {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 5px;
  }
  .navv > .nav-btn > label {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding: 13px;
    background-color: #6078f2;
    border-radius: 13px;
  }
  .navv > .nav-btn > label:hover,.navv  #nav-check:checked ~ .nav-btn > label {
    background-color: #6078f2;
  }
  .navv > .nav-btn > label > span {
    display: block;
    width: 25px;
    color:black;
    height: 10px;
    border-top: 2px solid #eee;
  }
  .navv > .nav-links {
    position: absolute;
    display: block;
    width: 100%;
    /* background-color: aliceblue; */
    height: 0px;
    transition: all 0.3s ease-in;
    overflow-y: hidden;
    top: 60px;
    left: 0px;
    text-align: center;
    /* From https://css.glass */
background: rgba(255, 255, 255, 0.3);
/* border-radius: 16px; */
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(11.1px);
-webkit-backdrop-filter: blur(11.1px);
border: 1px solid rgba(255, 255, 255, 0.33);
  }
  .navv > .nav-links > a {
    display: block;
    width: 100%;
  }
  .navv > #nav-check:not(:checked) ~ .nav-links {
    height: 0px;
  }
  .navv > #nav-check:checked ~ .nav-links {
    height: calc(100vh - 50px);
    overflow-y: auto;
  }

}







/* company card */


.company{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='250' preserveAspectRatio='none' viewBox='0 0 1440 250'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1039%26quot%3b)' fill='none'%3e%3crect width='1440' height='250' x='0' y='0' fill='rgba(223%2c 227%2c 252%2c 1)'%3e%3c/rect%3e%3cpath d='M8 250L258 0L586.5 0L336.5 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1040%26quot%3b)'%3e%3c/path%3e%3cpath d='M243.60000000000002 250L493.6 0L588.1 0L338.1 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1040%26quot%3b)'%3e%3c/path%3e%3cpath d='M486.20000000000005 250L736.2 0L941.7 0L691.7 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1040%26quot%3b)'%3e%3c/path%3e%3cpath d='M733.8000000000001 250L983.8000000000001 0L1160.8000000000002 0L910.8000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1040%26quot%3b)'%3e%3c/path%3e%3cpath d='M1401 250L1151 0L932 0L1182 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1041%26quot%3b)'%3e%3c/path%3e%3cpath d='M1196.4 250L946.4000000000001 0L731.9000000000001 0L981.9000000000001 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1041%26quot%3b)'%3e%3c/path%3e%3cpath d='M942.8 250L692.8 0L386.79999999999995 0L636.8 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1041%26quot%3b)'%3e%3c/path%3e%3cpath d='M680.1999999999999 250L430.19999999999993 0L176.69999999999993 0L426.69999999999993 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1041%26quot%3b)'%3e%3c/path%3e%3cpath d='M1255.5367201514514 250L1440 65.53672015145148L1440 250z' fill='url(%26quot%3b%23SvgjsLinearGradient1040%26quot%3b)'%3e%3c/path%3e%3cpath d='M0 250L184.46327984854852 250L 0 65.53672015145148z' fill='url(%26quot%3b%23SvgjsLinearGradient1041%26quot%3b)'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1039'%3e%3crect width='1440' height='250' fill='white'%3e%3c/rect%3e%3c/mask%3e%3clinearGradient x1='0%25' y1='100%25' x2='100%25' y2='0%25' id='SvgjsLinearGradient1040'%3e%3cstop stop-color='rgba(146%2c 151%2c 197%2c 0.69)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(146%2c 151%2c 197%2c 0.69)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient x1='100%25' y1='100%25' x2='0%25' y2='0%25' id='SvgjsLinearGradient1041'%3e%3cstop stop-color='rgba(146%2c 151%2c 197%2c 0.69)' offset='0'%3e%3c/stop%3e%3cstop stop-opacity='0' stop-color='rgba(146%2c 151%2c 197%2c 0.69)' offset='0.66'%3e%3c/stop%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
  /* background: rgba(96, 120, 242, 0.59); */
/* border-radius: 16px; */
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(96, 120, 242, 0.36);
/* From https://css.glass */
/* background: rgba(96, 120, 242, 0.59); */
/* border-radius: 16px; */
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8px);
-webkit-backdrop-filter: blur(8px);
border: 1px solid rgba(96, 120, 242, 0.36);

  /* height:300px; */
}

.card0img{
  /* width:100%; */
}


.card0img img{
  width:100%;
  height:275px;
  object-fit: contain;

}


.companywidth{
  width:80%;
}

.cardhead{
  font-size: 32px;
  font-weight: 700;
  color:#0d1282;
  /* width:80%; */
}

.card1{
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* gap:3rem; */
}

.card1img{
  /* height:300px; */
  width:300px;
  object-fit: fill;
}

.card1img img{
  width:100%;
}


@media screen and (min-width:320px) and (max-width:768px){
  .companywidth{
    width:94%;
  }

  .card1{
    flex-direction: column-reverse;
  }

  .cardhead{
    font-size: 28px;
    /* text-shadow: 0px 0px 3px black; */
  }

  .sidebarwidth{
    width:94%;
  }

  .breadcrumb-item{
  font-size: 16px;
  } 

  
}



/* bread */

.bread{
  margin: 0 !important;
}

.breadcrumb{
  margin: 0 !important;
  padding:12px !important;

}

.sidebar{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebarwidth{
  width:80%;
}

.breadcrumb-item{
  font-size: 20px;
}

.breadcrumb-item a{
    text-decoration: none;
    color:black;
  }

@media screen and (min-width:320px) and (max-width:768px){
  .sidebarwidth{
    width:94%;
  }

  .breadcrumb{
    padding:5px;
  }

  
.breadcrumb-item{
  font-size: 18px;
}

.submain1{
  display: none;
}
}

/* company passage */

.companypara{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.companyparawidth{
  width:80%;
}

.paratitle{
  font-size: 24px;
  font-weight: 700;
}

.paramain{
  font-size: 18px;
  width:90%;
}

.mainwidth{
  display: flex;
}

.submain{
  width: 70%;
}

.submain1{
  width: 30%;
}


@media screen and (min-width:320px) and (max-width:768px){
  .companyparawidth{
    width:94%;
  }

  .paratitile{
    font-size: 20px;
  }

  .paramain{
    font-size: 16px;
    text-align: justify;
  }

  .submain{
    width:100%;
  }

  .companycard2{
    display: none;
  }

  /* .companycard{
    width:100% !important;
  } */


}

.submain{
  box-shadow: 0px 0px 3px gray;
  padding:1rem;
}

/* comnpany card */

/* .companycard{
  
  width:90%;
} */

.companycard1{
  flex-basis: 50%;
}

.companycard2{
  flex-basis: 50%;
  height:400px;
}

.companycard2 img{
  width:100%;
  object-fit: contain;
  height: 400px;
}

.cofounderlist::before{
  content:'➤';
  color:#0d1282;
  margin-right: 12px;

}

.closebut{
  display: none;
}

hr{
  border-color: #0d1282!important;
}

.quick{
  color: #0d1282 !important;
  font-size: 18px;

}


@media screen and (min-width:320px) and (max-width:768px){
  .companycard{
    flex-direction: column-reverse;
  }

  .companycard2 img{
    height: unset;
  }

  .closebut{
    display: block;
  }

  .paramain{
    width:100%;
  }

  
}







/* footer */


/* Footer */
.footer {
  /* background-color: #dfe3fc; */
  background-color: #b9c4fa;  
  background-image: url(./Assets/Logo/footer.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  text-align: left;
  /* font-family: sans-serif; */
  font-weight: bold;
  font-size: 16px;
  padding: 45px;
  margin-top: 50px;
}

.footer .footer-left,
.footer .footer-center,
.footer .footer-right {
  display: inline-block;
  vertical-align: top;
}


/* footer left*/

.footer .footer-left {
  /* width: 33%;   */
  padding-right: 15px;
}

.footer .about {
  line-height: 20px;
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  margin: 0;
}

.footer .about span {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer .icons {
  margin-top: 25px;
}

.footer .icons a {
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color: #0d1282 ;
  border-radius: 2px;
  font-size: 20px;
  color: #ffc90f;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}


/* footer center*/

/* .footer .footer-center {
} */

.footerlogo{
  width:220px;
  object-fit: fill;
}

.footer .footer-center i {
  background-color: #0d1282;
  color: #ffc90f;
  font-size: 18px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer .footer-center i.fa-envelope {
  font-size: 17px;
  line-height: 38px;
}

.footer .footer-center p {
  display: inline-block;
  color: #0d1282;
  vertical-align: middle;
  margin: 0;
}

.footer .footer-center p span {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 2;
}

.footer .footer-center p a {
  color: #0d1282;
  text-decoration: none;
}


/* footer right*/

/* .footer .footer-right { */
  /* width: 35%; */
/* } */

.footer h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: normal;
  margin: 0;
}

.footer h2 span {
  color: #0d1282;
}

.footer .menu {
  color: #0d1282;
  margin: 20px 0 12px;
  padding: 0;
}

.footer .menu a {
  display: block;
  line-height: 1.8;
  text-decoration: none;
  color: inherit;
}

.footer .menu a:hover {
  color: #0d1282;
}

.footer .name {
  color: #0d1282;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

@media (max-width: 767px) {
  .footer {
    font-size: 14px;
  }
  .footer .footer-left,
  .footer .footer-center,
  .footer .footer-right {
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }
  .footer .footer-center i {
    margin-left: 0;
  }
}


.whylegal{
  padding:1rem;
  box-shadow: 0px 0px 3px gray;
  margin-top:1rem ;
}


/* form */

.clearfix {
	&:after {
		content: "";
		display: block;
		clear: both;
		visibility: hidden;
		height: 0;
	}
}

.name img{
  /* width:150px; */
  height:47px;
  object-fit: fill;
  /* margin-left: -10px; */
  /* filter: drop-shadow(0px 0px 2px black); */
}


.form_wrapper {
	background: #fff;
	/* width: 400px; */
	max-width: 100%;
	box-sizing: border-box;
	padding: 25px;
	/* margin: 8% auto 0; */
	/* position: relative; */
	z-index: 9999;
	border-top: 5px solid #6078f2;
	box-shadow: 0px 0px 3px gray;
    -webkit-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transition: none;
    transition: none;
    /* display: none; */
    position:sticky;
    top:0;
    height: 100%;
    -webkit-animation: expand 0.8s 0.6s ease-out forwards;
    animation: expand 0.8s 0.6s ease-out forwards;
    opacity: 0;
	h2 {
		font-size: 1.5em;
		line-height: 1.5em;
		margin: 0;
	}
	.title_container {
		text-align: center;
		padding-bottom: 15px;
	}
	h3 {
		font-size: 1.1em;
		font-weight: normal;
		line-height: 1.5em;
		margin: 0;
	}
    label {
        font-size: 12px;
    }
	.row {
		margin: 10px -15px;
		>div {
			padding: 0 15px;
			box-sizing: border-box;
		}
	}
	.col_half {
		width: 50%;
		float: left;
	}
	.input_field {
		position: relative;
		margin-bottom: 20px;
        -webkit-animation: bounce 0.6s ease-out;
  	     animation: bounce 0.6s ease-out;
		>span {
			position: absolute;
			left: 0;
			top: 0;
			color: #333;
			height: 100%;
			border-right: 1px solid grey;
			text-align: center;
			width: 30px;
			>i {
				padding-top: 10px;
			}
		}
	}
	.textarea_field {
		>span {
			>i {
				padding-top: 10px;
			}
		}
	}
	input {
    &[type="text"], &[type="email"], &[type="password"] {
      width: 100%;
      padding: 8px 10px 9px 35px;
      height: 35px;
      border: 1px solid grey;
      box-sizing: border-box;
      outline: none;
      -webkit-transition: all 0.30s ease-in-out;
      -moz-transition: all 0.30s ease-in-out;
      -ms-transition: all 0.30s ease-in-out;
      transition: all 0.30s ease-in-out;
    }
    &[type="text"]:hover, &[type="email"]:hover, &[type="password"]:hover {
      background: #fafafa;
    }
    &[type="text"]:focus, &[type="email"]:focus, &[type="password"]:focus {
      -webkit-box-shadow: 0 0 2px 1px #6078f2;
      -moz-box-shadow: 0 0 2px 1px #6078f2;
      box-shadow: 0 0 2px 1px #6078f2;
      border: 1px solid #6078f2;
      background: #fafafa;
    }
    &[type="submit"] {
		background: #6078f2;
		height: 35px;
		line-height: 35px;
		width: 100%;
		border: none;
		outline: none;
		cursor: pointer;
		color: #fff;
		font-size: 1.1em;
		margin-bottom: 10px;
		-webkit-transition: all 0.30s ease-in-out;
		-moz-transition: all 0.30s ease-in-out;
		-ms-transition: all 0.30s ease-in-out;
		transition: all 0.30s ease-in-out;
		&:hover {
			background: darken(#6078f2,7%);
		}
		&:focus {
			background: darken(#6078f2,7%);
		}
	}    
    &[type="checkbox"], &[type="radio"] {
      border: 0;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
  }
}
.form_container {
	.row {
		.col_half.last {
			border-left: 1px solid grey;
		}
	}
}

.form_container{
  position: relative;
}

.closebut{
  position: absolute;
  top:0px;
  right:7px;
  font-size: 23px;
  border: none;
  background-color: transparent;
}

.checkbox_option{
    label{
        margin-right: 1em;
        position: relative;
        &:before {
          content: "";
          display: inline-block;
          width: 0.5em;
          height: 0.5em;
          margin-right: 0.5em;
          vertical-align: -2px;
          border: 2px solid grey;
          padding: 0.12em;
          background-color: transparent;
          background-clip: content-box;
          transition: all 0.2s ease;
        }
        &:after {
          border-right: 2px solid black;
          border-top: 2px solid black;
          content: "";
          height: 20px;
          left: 2px;
          position: absolute;
          top: 7px;
          transform: scaleX(-1) rotate(135deg);
          transform-origin: left top;
          width: 7px;
          display: none;
        }
    }
    input {
    &:hover + label:before {
      border-color: black;
    }
    &:checked + label {
      &:before {
        border-color: black;
      }
      &:after {
        -moz-animation: check 0.8s ease 0s running;
        -webkit-animation: check 0.8s ease 0s running;
        animation: check 0.8s ease 0s running;
        display: block;
        width: 7px;
        height: 20px;
        border-color: black;
      }
    }
  }
}
.radio_option {
  label {
      margin-right: 1em;
    &:before {
      content: "";
      display: inline-block;
      width: 0.5em;
      height: 0.5em;
      margin-right: 0.5em;
      border-radius: 100%;
      vertical-align: -3px;
      border: 2px solid grey;
      padding: 0.15em;
      background-color: transparent;
      background-clip: content-box;
      transition: all 0.2s ease;
    }
  }
  input {
    &:hover + label:before {
      border-color: black;
    }
    &:checked + label:before {
      background-color: black;
      border-color: black;
    }
  }
}
.select_option {
  position: relative;
  width: 100%;
  select {
    display: inline-block;
    width: 100%;
    height: 35px;
    padding: 0px 15px;
    cursor: pointer;
    color: #7b7b7b;
    border: 1px solid grey;
    border-radius: 0;
    background: #fff;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.2s ease;
    &::-ms-expand {
      display: none;
    }
    &:hover, &:focus {
      color: black;
      background: #fafafa;
      border-color: black;
      outline: none;
    }
  }
}
.select_arrow {
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
  width: 0;
  height: 0;
  pointer-events: none;
  border-width: 8px 5px 0 5px;
  border-style: solid;
  border-color: #7b7b7b transparent transparent transparent;
}

.select_option select {
  &:hover + .select_arrow, &:focus + .select_arrow {
    border-top-color: black;
  }
}
.credit {
	position: relative;
	z-index: 1;
	text-align: center;
	padding: 15px;
	color: yellow;
	a {
		color: darken(yellow,7%);
	}
}
@keyframes check {
  0% { height: 0; width: 0; }
  25% { height: 0; width: 7px; }
  50% { height: 20px; width: 7px; }
}

@keyframes check {
  0% { height: 0; width: 0; }
  25% { height: 0; width: 7px; }
  50% { height: 20px; width: 7px; }
}

@-webkit-keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); opacity:0; }
	25% { -webkit-transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1);  opacity:1; }
}

@keyframes expand { 
	0% { -webkit-transform: scale3d(1,0,1); transform: scale3d(1,0,1);  opacity:0; }
	25% { -webkit-transform: scale3d(1,1.2,1); transform: scale3d(1,1.2,1); }
	50% { -webkit-transform: scale3d(1,0.85,1); transform: scale3d(1,0.85,1); }
	75% { -webkit-transform: scale3d(1,1.05,1); transform: scale3d(1,1.05,1); }
	100% { -webkit-transform: scale3d(1,1,1); transform: scale3d(1,1,1);  opacity:1; }
}


@-webkit-keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); opacity: 1; }
}

@keyframes bounce { 
	0% { -webkit-transform: translate3d(0,-25px,0); transform: translate3d(0,-25px,0); opacity:0; }
	25% { -webkit-transform: translate3d(0,10px,0); transform: translate3d(0,10px,0); }
	50% { -webkit-transform: translate3d(0,-6px,0); transform: translate3d(0,-6px,0); }
	75% { -webkit-transform: translate3d(0,2px,0); transform: translate3d(0,2px,0); }
	100% { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); opacity: 1; }
}
@media (max-width: 600px) {
	.form_wrapper {
		.col_half {
			width: 100%;
			float: none;
		}
	}
	.bottom_row {
		.col_half {
			width: 50%;
			float: left;
		}
	}
	.form_container {
		.row {
			.col_half.last {
				border-left: none;
			}
		}
	}
	.remember_me {
		padding-bottom: 20px;
	}
}


.main_power{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.power_width{
  width:80%;
}

.head_power{
  font-size: 24px;
  text-align: center;
}

.sub_power{
  font-size: 20px;
}

.para_power{
  font-size: 18px;
}

.heading_power{
  padding:2rem;
  background-color: #6078f2;
  color:white;
  margin-bottom: 2rem;
  /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' version='1.1' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:svgjs='http://svgjs.dev/svgjs' width='1440' height='560' preserveAspectRatio='none' viewBox='0 0 1440 560'%3e%3cg mask='url(%26quot%3b%23SvgjsMask1000%26quot%3b)' fill='none'%3e%3crect width='1440' height='560' x='0' y='0' fill='%230e2a47'%3e%3c/rect%3e%3cpath d='M226.71111412454542 44.021252668516375L201.72839490388077-28.53383224605865 105.38712714235055 45.21778904222583z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M1352.5311731718562 76.42145193066456L1416.3071404024195 3.196652210752319 1333.27763754687-14.45181343339452z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M276.06342799764906 276.8738961397488L241.8877177210961 187.84312702015706 125.42941917998499 283.6220769947824z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M209.10023445276067 535.7272438443703L283.6450413636744 401.2448522695946 149.16264978889876 326.70004535868094 74.61784287798505 461.18243693345653z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M875.7895805124364 397.8251784015254L874.0423053551352 297.7238516813603 773.9409786349701 299.4711268386615 775.6882537922713 399.5724535588266z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M1279.3349313124102-64.45100817546796L1126.4600219855593-59.11249870579316 1131.7985314552343 93.76241062105765 1284.673440782085 88.42390115138284z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M855.9561162677786 72.38426010755775L939.8720032483668 140.33800551583482 1007.8257486566439 56.42211853524667 923.9098616760557-11.531626873030419z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M171.79786785927894 91.02413784785888L198.86766851548137-10.001733551850066 97.84179711577241-37.07153420805248 70.77199645956999 63.954337191656464z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M733.315%2c671.348C774.348%2c670.956%2c806.522%2c642.441%2c829.35%2c608.342C856.031%2c568.487%2c883.297%2c521.523%2c862.572%2c478.27C839.853%2c430.856%2c785.891%2c407.784%2c733.315%2c407.92C680.986%2c408.055%2c628.266%2c431.958%2c605.213%2c478.936C584.06%2c522.042%2c607.438%2c570.239%2c634.048%2c610.208C657.131%2c644.879%2c691.665%2c671.746%2c733.315%2c671.348' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3cpath d='M591.065%2c282.732C646.435%2c285.046%2c708.464%2c281.902%2c738.829%2c235.543C771.343%2c185.904%2c761.961%2c120.047%2c730.633%2c69.651C701.028%2c22.027%2c647.123%2c-3.571%2c591.065%2c-2.161C537.455%2c-0.812%2c489.533%2c29.692%2c463.15%2c76.38C437.199%2c122.304%2c435.457%2c179.192%2c463.249%2c224.026C489.724%2c266.736%2c540.859%2c280.634%2c591.065%2c282.732' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float2'%3e%3c/path%3e%3cpath d='M1376.9689985867903 329.24148374415375L1424.120550435274 244.36869041688334 1339.2477571080035 244.36869041688334z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float3'%3e%3c/path%3e%3cpath d='M377.5547521615719 512.0594403473249L516.8908459471158 464.23066112943025 421.190323899956 378.06152403675287z' fill='rgba(28%2c 83%2c 142%2c 0.4)' class='triangle-float1'%3e%3c/path%3e%3c/g%3e%3cdefs%3e%3cmask id='SvgjsMask1000'%3e%3crect width='1440' height='560' fill='white'%3e%3c/rect%3e%3c/mask%3e%3cstyle%3e %40keyframes float1 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-10px%2c 0)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float1 %7b animation: float1 5s infinite%3b %7d %40keyframes float2 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(-5px%2c -5px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float2 %7b animation: float2 4s infinite%3b %7d %40keyframes float3 %7b 0%25%7btransform: translate(0%2c 0)%7d 50%25%7btransform: translate(0%2c -10px)%7d 100%25%7btransform: translate(0%2c 0)%7d %7d .triangle-float3 %7b animation: float3 6s infinite%3b %7d %3c/style%3e%3c/defs%3e%3c/svg%3e"); */
}

.privacy_main{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.privacy_width{
  width:80%;
}


@media screen and (min-width:320px) and (max-width:768px){
  .power_width{
    width:94%;
  }

  .privacy_width{
    width: 94%;
  }

  .head_power{
    font-size: 20px;
  }

  .sub_power{
    font-size: 18px;
  }

  .para_power{
  font-size: 16px;
}

.footer{
  background-image: unset!important;
}

.pow_loc img{
  width: 300px !important;;
}
}

.practice{
  width:100%;
  display: flex;
  justify-content: center;
  box-shadow: 0px 0px 3px black;
  padding:1rem;
}

.practice_sub1{
  flex-basis: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: ;
}

.practice_sub2{
   flex-basis: 50%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.practice_sub1 p{
  display: block;
  text-align: left;
}

.head_practice{
  text-align: center;
}


.pow_loc{
  width:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pow_loc img {
  width: 800px;
}


