
 
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');

.container{
  max-width: 1440px;
}
@media screen and (max-width: 1600px){  
  .container {
  max-width: 1350px;
}
}
@media screen and (max-width: 1400px){
  .container{
  max-width: 1240px;
}
}
@media screen and (max-width: 1199px){
  .container{
  max-width: 960px;
}
}
h1,h2,h3,h4,h5,h6{
  font-family: "Cinzel", serif;
}

body{
  font-size: 17px;
  line-height: 28px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  color: #0C101A;
}/* #Navigation
================================================== */


/*--------------------------------------------------------------
  #button-style
--------------------------------------------------------------*/
.theme-btn, .theme-btn-s2{
  background-color: #ffffff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  color:#2b3b95;
  padding: 9px 32px;
  border: 0; 
  border-radius: 3px;
  text-transform: uppercase;
  display: inline-block;
  line-height: initial;
  transition:all .4s ease;
}
a {
  text-decoration: none;
  transition: all 0.2s ease;
}
.theme-btn-s2{
  background-color: rgba(255, 255, 255, 0.9);
  color: #131e4a;
}
.theme-btn:hover, .theme-btn-s2:hover, .theme-btn:focus, .theme-btn-s2:focus, .theme-btn:active, .theme-btn-s2:active {
  background-color:#2b3b95 ;
  color: #fff;
}
.theme-btn-s3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #ffffff;
  text-transform: uppercase;
}
i.fa-chevron-circle-right{
  height:22px;
  width:22px;
}
a:hover {
  text-decoration: none;
}
@media (max-width: 991px){
  .theme-btn, .theme-btn-s2, .theme-btn-s3 {
    font-size: 13px;
    padding: 15px 25px;
  }
}
@media (max-width: 767px){
  .theme-btn, .theme-btn-s2{
    padding: 13px 20px;
    font-size: 13px;
  }
}



.click-btn {
  display: flex;
  width: 120px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0.5rem;
  line-height: 35px;
  border: 1px solid;
  border-radius: 5px;
  text-align: center;
  font-size: 16px;
  color: #000;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin-left: 40px;
}
.btn-style500 {
  border-color: #070244;
  color: #070244;
}
.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #070244 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #070244 0.2em, transparent 0.3em) 0 0/1em 1em;
}

@keyframes ani500 {
  100% {
    background-size: 2.375em 2.375em, 0.1em 0.1em;
  }
}
.btn {
  background: #070244;
  color: #fff;
  transform: perspective(1px) translateZ(0);
  overflow: hidden;
  z-index: 9;
  padding: 10px 23px 10px 48px;
  display: inline-block;
  border-radius: 100px;
  border: none;
  font-weight: 500;
  margin-top: 40px;
  font-size: 20px;
}

.btn::before {
  background: #df4e2b;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  opacity: 1;
  transition: .6s;
  z-index: -1
}

.btn span {
  color: #fff
}

.btn:hover::before {
  clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%)
}

.btn i {
  font-size: 20px;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 100%;
  line-height: 40px;
  margin-left: 10px;
  color: #070244
}

.btn:hover i {
  color: #df4e2b;
  transition: .6s
}


.sectiontitle{
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
@keyframes spin2 {
  to {
    transform:rotate(360deg)
  }
}@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.sectiontitle span{
color: #070244;
}
.st-service-area .sectiontitle span, .st__project__area .sectiontitle span{
color: #df4e2b;
}
.st__project__area .sectiontitle{
  margin-bottom: 30px;
}
.service{
  padding: 60px 0 70px;
}.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background: #070244;
  overflow: hidden;
  margin-bottom: 40px !important;
}
.animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 15px;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite;
}

@-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}

@keyframes animborder {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
  }
}
.z-index {
  z-index: 9;
}






/* footer bootm  area*/
.footer-bottom-area {
  background: #212121;
  padding: 17px 0 15px;
}

.footer-bottom-content-copy p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  margin: 0;
  padding-top: 0;
}

.footer-bottom-content.right {
  text-align: right;
}

.footer-bottom-menu ul li {
  display: inline-block;
  margin-right: 24px;
}

.footer-bottom-menu ul li a {
  display: inline-block;
  transition: 0.5s;
  font-size: 17px;
  color: #8e939f;
  font-weight: 400;
  font-family:"Cinzel", serif;
}

.footer-bottom-menu ul li a:hover{
  color:#fff;
}



.footer-area{
  margin-top: 100px;
}

.footer-bottom-area {
  background: #070244;
  padding: 17px 0 15px;
}

.footer-bottom-content-copy p {
  font-size: 15px;
  line-height: 26px;
  color: #fff;
  font-weight: 300;
  margin: 0;
}

.footer-bottom-content.right {
  text-align: right;
}

.footer-bottom-menu ul li {
  display: inline-block;
  margin-right: 24px;
}

.footer-bottom-menu ul li a {
  display: inline-block;
  transition: 0.5s;
  font-size: 17px;
  color: #8e939f;
  font-weight: 400;
  font-family:"Cinzel", serif;
}

.footer-bottom-menu ul li a:hover{
  color:#fff;
}


.footer-widget-menu ul{
  padding-left: 15px;
}
.footer-widget-menu ul li{
  list-style: disclosure-closed;
}
.footer-widget-menu ul li::marker{
  color: #070244;
}
.pl-202{
  margin-left: -20px;
}
.footer-area {
  padding: 85px 0 100px;
  background: url(../images/service-two-bg.webp);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.footer-area::before{
  content: '';
  background-color: rgba(0, 0, 0, 0.91);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.footer-contact-info {
  background: #070244;
  padding: 50px 50px 50px;
  position: relative;
  margin-top: -186px;
  z-index: 1;
}

p.footer-desc {
  font-size: 16px;
  line-height: 26px;
  color: #8e939f;
  font-weight: 300;
  font-family: "Archivo";
  margin-top: 29px;
}

.footer-title2 h3 {
  font-size: 22px;
  color: #ffffff;
  font-weight: 500;
  font-family:"Cinzel", serif;
  position: relative;
  margin-top: 24px;
  margin-bottom: 34px;
}

.footer-title2 h3:before {
  position: absolute;
  content: "";
  left: 0;
  top: 34px;
  width: 30px;
  height: 2px;
  background-color: #070244;
}

.footer-didget-icon {
  float: left;
  margin-right: 10px;
}

.footer-didget-icon span i {
  color: #fff;
}

.footer-widget-contact p {
  font-size: 16px;
  color: #c4c4c4;
  overflow: hidden;
  padding-top: 0;
}
.footer-widget-contact{
  margin-bottom: 15px;
}
.footer-logo img{
  height: 100px;
}
.footer-widget-social-icon ul li {
  display: inline-block;
  margin-right: 8px;
  margin-top: 14px;
}

.footer-widget-social-icon ul li a {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: rgba(255,255,255,0.10196078431372549);
  line-height: 34px;
  text-align: center;
  color: #8F939E;
  font-size: 15px;
}

.footer-widget-social-icon ul li a:hover{
  color:#fff;
  background: #000154;
}

.footer-widget-content.style-left {
  position: relative;
  margin-left: 50px;
}

.footer-widget-titel h4 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 700;
  font-family:"Cinzel", serif;

}



.footer-widget-menu ul li a {
  display: inline-block;
  transition: 0.5s;
  font-size: 17px;
  color: #8e939f;
  font-weight: 400;

  margin-bottom: 14px;
}

.footer-widget-menu ul li a:hover{
  color:#fff;
}


.header-top{
  position:relative;
  background-color:#070244;
  padding: 6px 0;
}

.header-top .top-left{
  position: relative;
  float:left;
}

.header-top .top-left .text{
  font-size:15px;
  color:#fff;
}

.header-top .top-left .text a{
  position:relative;
  color:black;
}

.header-top .top-right{
  position: relative;
  float: right;
}

.header-top .top-right .clock{
  position: relative;
  float:left;
  padding-left:25px;
  display:inline-block;
  color:#fff;
  font-size:15px;
  margin-right:30px;
}

.header-top .top-right .clock:before{
  position:absolute;
  content:'\f017';
  left:0px;
  top:0px;
  color:black;
  font-family: 'FontAwesome';
}

.header-top .top-right .social-box{
  position:relative;
  float:left;
}


.header-top .top-right .social-box a{
  position:relative;
  display:inline-block;
  margin-right: 10px;
  color: #fff !important;
}

.header-top .top-right .social-box a:hover{
  color:#fff;
}




/*Homepage Services started*/


.home-services-sec--thumb-1 img {
  border-radius: 242px;
}
.home-services .sectiontitle{
  margin-bottom: 30px;
}
.home-services-sec--card-wrap.right-wrap {
  text-align: end;
}
.home-services-sec--card-wrap.right-wrap p{
  text-align: right;
}
.home-services-sec--card-wrap.right-wrap .home-services-sec--card {
  flex-direction: row-reverse;
}

.home-services-sec--card {
  display: inline-flex;
  gap: 22px;
}
.home-services-sec--card:not(:last-child) {
  margin-bottom: 60px;
}
.home-services-sec--card .home-services-sec--card-text{
  text-align: left;
}
.home-services-sec--card .icon {
  height: 65px;
  width: 65px;
  line-height: 65px;
  flex: none;
  text-align: center;
  position: relative;
}
.home-services-sec--thumb-1{
  text-align: center;
}
.home-services-sec--card .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  background: #20337a;
  opacity: 0.2;
  border-radius: 5px;
}
.home-services-sec--card .icon img {
  transition: 0.4s;
  height: 40px;
}
.home-services{
  padding: 60px 0;
  background:#fff;
}
.home-services-sec--card .home-services-sec--card-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;font-family: "Cinzel", serif;
  margin-top: 8px;
  color: #000;
}.marquee_area {
  background: #fff;
  padding: 0px 0 75px;
  border-top: 1px solid #ffffff3b;
  position: relative;
  z-index: 99;
}
.marquee {
  position: relative;
  --duration: 40s;
  --gap: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  gap:0;
}
.marquee-block h3 {
  margin: 0;
}
.marquee-block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  gap:0px;
  min-width: 100%;
  -webkit-animation: scroll 30s linear infinite;
  animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - var(--gap)));
    transform: translateX(calc(-100% - var(--gap)));
  }
}
.marquee.style2 .marquee-block h3 {
  font-size: 80px;
  color: transparent;
  font-weight: 900;
  font-family: "Cinzel", serif;
  margin: 0 50px 0 50px;
  background: url(../images/marquee.png);
  background-position: 40% 50%;
  -webkit-background-clip: text;
  letter-spacing: 0;
}
.home-services .title-box{
  margin-bottom: 40px;
}
.home-services-sec--card .home-services-sec--card-text {
  margin-bottom: -0.5em;
}
.home-services-sec--card:hover .icon img {
  transform: rotateY(180deg);
}

/* Medium Large devices */
@media (max-width: 1399px) {
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 55px;
  }
}
/* Large devices */
@media (max-width: 1199px) {
  .home-services-sec--thumb-1 {
    text-align: center;
  }
  .home-services-sec--card-wrap.right-wrap {
    text-align: left;
  }
  .home-services-sec--card-wrap.right-wrap .home-services-sec--card {
    flex-direction: row;
  }
}
/* Small devices */
@media (max-width: 767px) {
  .home-services-sec--card:not(:last-child) {
    margin-bottom: 40px;
  }
}
@media (max-width: 320px) {
  .home-services-sec--card {
    flex-wrap: wrap;
  }
}



/*Homepage services End*/

/*Home about us*/
.solutions-one {
  position: relative;
  padding: 60px 0 80px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .solutions-one {
    padding-top: 226px;
  }
}
@media (max-width: 767px) {
  .solutions-one {
    padding-top: 180px;
  }
}
@media (max-width: 575px) {
  .solutions-one {
    padding-top: 80px;
  }
}
.solutions-one--home {
  padding-bottom: 157px;
  background-color: var(--sifoxen-white2, #F5F2F4);
}
@media (max-width: 1199px) {
  .solutions-one--home {
    padding-bottom: var(--section-space, 120px);
  }
}
@media (max-width: 767px) {
  .solutions-one--home {
    padding-bottom: 100px;
  }
}
@media (max-width: 575px) {
  .solutions-one--home {
    padding-bottom: 80px;
  }
}
.solutions-one--home .solutions-one__image-wrap {
  top: 60px;
}
@media (max-width: 991px) {
  .solutions-one--home .solutions-one__image-wrap {
    top: 0;
  }
}
.solutions-one--home .solutions-one__skills {
  margin-bottom: 0;
}
.solutions-one--home .solutions-one__shape-2__inner {
  background-color: var(--sifoxen-white2, #F5F2F4);
}
.solutions-one--home .solutions-one__main-tab-box .tab-buttons .tab-btn {
  background-color: var(--sifoxen-white, #fff);
}
.solutions-one--home .solutions-one__shape-3 {
  right: auto;
  left: -69px;
  bottom: 9px;
}
@media (max-width: 1199px) {
  .solutions-one--home .solutions-one__shape-3 {
    left: -100px;
  }
}
@media (max-width: 991px) {
  .solutions-one--home .solutions-one__shape-3 {
    display: block;
  }
}
@media (max-width: 575px) {
  .solutions-one--home .solutions-one__shape-3 {
    display: none;
  }
}
.solutions-one__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  mix-blend-mode: lighten;
}
.solutions-one .container {
  position: relative;
  z-index: 1;
}
.solutions-one__image-wrap {
  position: relative;
  top: 9px;
  padding-right: 30px;
}
@media (max-width: 1199px) {
  .solutions-one__image-wrap {
    top: 0;
    padding-right: 0;
  }
}
.solutions-one__image {
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
  background-color: #CECECE;
}
.solutions-one__image__inner {
  position: relative;
  left: -19px;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  mask: url('data:image/svg+xml;utf8,<svg version="1.0" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 900.000000 768.000000"><g transform="translate(0.000000,768.000000) scale(0.100000,-0.100000)" stroke="none"><path d="M1760 7665 c0 -9 -14 -17 -37 -20 -101 -17 -217 -78 -383 -199 -170 -124 -147 -108 -504 -349 -231 -155 -327 -240 -481 -428 -18 -22 -102 -145 -132 -194 -90 -145 -180 -400 -212 -596 -15 -94 -15 -4349 0 -4433 10 -56 48 -210 69 -281 28 -95 98 -243 174 -365 99 -161 246 -324 400 -444 46 -36 86 -66 89 -66 3 0 31 -17 63 -39 180 -119 422 -208 654 -240 117 -17 5695 -11 5755 6 270 75 479 252 599 507 77 164 94 319 67 631 -22 260 -7 354 76 468 60 82 204 176 303 198 19 4 53 12 75 18 22 6 76 18 120 27 128 28 195 66 281 158 108 114 193 252 229 370 6 23 17 40 23 38 9 -1 12 33 12 123 0 89 -3 124 -12 123 -6 -2 -19 19 -29 46 -27 73 -82 158 -179 276 -130 159 -155 194 -189 267 -42 91 -50 190 -23 308 13 60 55 144 152 305 144 239 180 331 180 456 0 160 -74 296 -221 410 -225 173 -481 205 -934 118 -44 -9 -111 -22 -150 -30 -332 -64 -581 -60 -770 14 -95 37 -110 45 -180 96 -104 76 -180 198 -216 344 -16 67 -19 118 -19 399 0 331 -6 404 -46 543 -28 96 -94 261 -127 315 -6 11 -25 43 -41 70 -77 130 -223 289 -356 388 -76 56 -221 137 -295 163 -227 81 -272 89 -510 89 -218 0 -257 -5 -415 -56 -80 -26 -252 -101 -350 -153 -462 -246 -634 -306 -878 -306 -133 0 -177 8 -287 52 -129 52 -240 156 -415 388 -65 85 -144 184 -175 218 -109 119 -263 217 -383 243 -30 6 -56 17 -59 25 -8 21 -313 21 -313 -1z"/></g></svg>');
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-size: auto;
  mask-size: auto;
}
.solutions-one__image__inner img {
  width: 100%;
  display: block;
}

.media-style1 {
  position: relative;
  background-image: linear-gradient(120deg, rgba(41, 55, 144, 0.25) 0%, rgb(249, 249, 249) 70%);
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 0px;
  padding: 10px 20px 10px 0;
}

.circle-btn.style3 {
  --btn-size: 80px;
  background-color: #070244;
  color: #fff;
  margin-right: 15px;
  margin-left: 10px;
}
.circle-btn {
  width: var(--btn-size, 100px);
  height: var(--btn-size, 100px);
  position: relative;
  font-size: 1.66em;
  border-radius: 50%;
  background-color: #fff;
  color: #070244;
  transition: all ease .4s;
}.circle-btn {
  width:var(--btn-size, 100px);
  height:var(--btn-size, 100px);
  position:relative;
  font-size:1.66em;
  border-radius:50%;
  background-color:#fff;
  color:#070244;
  transition:all ease .4s
}
.media-text{
  margin-bottom: 0;
  
  color: #000;
}
.circle-btn .btn-icon {
  display:inline-block;
  position:absolute;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  line-height:1;
  width:53%;
  height:53%;
  line-height:1;
  text-align:center;
  border:1px solid rgba(154,86,58,.4);
  border-radius:inherit;
  font-size:.8em;
  display:flex;
  justify-content:center;
  align-items:center;
  transition:all ease .4s;
  z-index:1
}
.circle-btn .btn-icon:hover {
  border-color:rgba(0,0,0,0);
  background-color:#070244;
  color:#fff
}
.circle-btn .btn-text {
  width:71%;
  height:71%;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%)
}
.circle-btn svg {
  overflow:initial;
  animation:spin2 27s infinite linear
}
.circle-btn path {
  fill:none
}
.circle-btn text {
  fill:currentColor
}
.circle-btn.style2 {
  background-color:#070244;
  color:#fff
}
.circle-btn.style2 .btn-icon {
  border-color:rgba(255,255,255,.4);
  color:#fff
}
.circle-btn.style2 .btn-icon:hover {
  background-color:#fff;
  border-color:rgba(0,0,0,0);
  color:#070244
}
.circle-btn.style3 {
  --btn-size: 80px;
  background-color:#070244;
  animation: spin 15s linear infinite;
  color:#fff
}
@keyframes spin2 {
  to {
    transform:rotate(360deg)
  }
}.circle-btn svg {
  overflow: initial;
  animation: spin2 27s infinite linear;
}
.circle-btn.style3 .btn-icon {
  font-size:16px;
  border-color:#fff;
  color:#fff;
  border-style:dashed
}
.circle-btn.style3 .btn-icon:hover {
  background-color:#fff;
  color:#070244;
  border-color:rgba(0,0,0,0)
}
.circle-btn:hover svg {
  animation-play-state:paused
}
/*Home about us end*/





















/*footer*/

.footer-wrapper {
  --border-color: rgba(255, 255, 255, 0.3);
  --body-color: #BDBDBD;
  position:relative;
  z-index:2;
  background-color:#070244;
  overflow:hidden
}
.footer-wrapper .social-links a {
  margin:0 30px 0 0
}.footer-widget,
.footer-widget .widget {
  padding:0;
  border:none;
  padding-bottom:0;
  background-color:transparent;
  box-shadow:none
}
.footer-widget .form-group>i {
  color:#070244;
  top:18px
}
.footer-widget .sidebar-gallery {
  max-width:287px
}
@media (max-width: 1499px) {
  .footer-widget .sidebar-gallery {
    max-width:100%
  }
}
.footer-widget .widget_title {
  position:relative;
  border:none;
  font-family:var(--title-font);
  font-size:30px;
  font-weight:600;
  text-transform:capitalize;
  color:#fff;
  line-height:1;
  border-bottom:0;
  padding:0 0 15px 0;
  margin:-0.12rem 0 33px 0;
  max-width:275px
}
.footer-widget .widget_title:before,
.footer-widget .widget_title:after {
  content:'';
  position:absolute;
  left:0;
  bottom:0;
  width:61px;
  height:2px;
  background-color:#070244
}
.footer-widget .widget_title:after {
  width:16px;
  border:3px solid #070244;
  height:10px;
  background-color:transparent;
  bottom:-3px;
  left:40px;
  -webkit-animation:footerLine 7s linear infinite;
  animation:footerLine 7s linear infinite
}
.footer-layout4 .footer-menu {
  margin:0;
  padding:16px 0;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  text-align:center;
  margin-bottom:40px
}
.footer-layout4 .footer-menu li {
  display:inline-block;
  margin-right:53px
}
@media (max-width: 991px) {
  .footer-layout4 .footer-menu li {
    margin-right:20px
  }
}
.footer-layout4 .footer-menu li a {
  padding:24px 0;
  font-size:14px;
  font-weight:500;
  color:#fff;
  text-transform:uppercase
}
.footer-layout4 .th-widget-contact.style2 {
  max-width:100%;
  text-align:center
}
.footer-layout4 .th-widget-contact.style2 .info-box_wrapper {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  gap:34px
}
.footer-layout4 .th-widget-contact.style2 .info-box_text {
  color:#fff;
}
.footer-layout4 .th-widget-contact.style2 .info-box_link {
  color:#fff
}
.footer-layout4 .th-widget-contact.style2 .info-box_link:hover {
  color:#fff
}
.footer-layout4 .th-social.footer-social {
  text-align:center
}
.footer-layout4 .th-social.footer-social a {
 padding: 3px 15px;
 line-height:38px;
 background-color:#fff;
 color:#070244;
}
.th-social.footer-social a {
  display: inline-block;

  background-color: #3D4250;
  color: #fff;
  font-size: 17px;
  text-align: center;
  margin-right: 5px;
  border-radius: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-layout4 .th-social.footer-social a:hover {
  background-color:#df4e2b
}
.footer-layout4 .th-social.footer-social a:hover i{
  color: #fff;
}
.th-social.footer-social a:hover {
  background-color: #070244;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.footer-layout4 .copyright-wrap {
  --body-color: #fff;
  background-color:#df4e2b
}
.footer-layout4 .copyright-wrap a {
  color:#fff
}
.footer-layout4 .copyright-wrap a:hover {
  color:#070244
}

.widget-area {
  padding-top:70px;
  padding-bottom:66px
}
.footer-links {
  text-align:right
}
@media (max-width: 991px) {
  .footer-links {
    display:none
  }
}
.footer-links ul {
  padding:0;
  margin:0
}
.footer-links li {
  font-family:var(--body-font);
  display:inline-block;
  padding-right:15px;
  margin-right:10px;
  position:relative
}
.footer-links li:after {
  content:"";
  height:11px;
  width:1px;
  background-color:#fff;
  position:absolute;
  top:50%;
  right:0;
  margin:-5px 0;
  -webkit-transform:rotate(13deg);
  -ms-transform:rotate(13deg);
  transform:rotate(13deg)
}
.footer-links li:last-child {
  margin-right:0;
  padding-right:0
}
.footer-links li:last-child:after {
  display:none
}
.footer-links a {
  font-family:inherit;
  color:#fff
}
.footer-links a:hover {
  color:#070244
}
.copyright-wrap {
  padding:10px 0;
  background-size:100% auto;
  background-color:#53443D
}
.copyright-text {
  margin:0;
  color: #fff;
  text-align: center;
}
.copyright-text a {
  color:#070244
}
.copyright-text a:hover {
  color:#fff
}
.th-widget-contact {
  max-width:265px
}

.footer-layout4 .footer-menu {
  margin:0;
  padding:16px 0;
  border-top:1px solid #fff;
  border-bottom:1px solid #fff;
  text-align:center;
  margin-bottom:40px
}
.footer-layout4 .footer-menu li {
  display:inline-block;
  margin-right:53px
}
@media (max-width: 991px) {
  .footer-layout4 .footer-menu li {
    margin-right:20px
  }
}
.footer-layout4 .footer-menu li a {
  padding:24px 0;
  font-size:14px;
  font-weight:500;
  color:#fff;
  text-transform:uppercase
}
.footer-layout4 .th-widget-contact.style2 {
  max-width:100%;
  text-align:center
}
.footer-layout4 .th-widget-contact.style2 .info-box_wrapper {
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -webkit-justify-content:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -webkit-align-items:center;
  -ms-flex-align:center;
  align-items:center;
  gap:34px
}


/*Why Us*/

.why-choose-one {
  position: relative;
  display: block;
  background-color: #070244;
  padding: 60px 0 60px;
  overflow: hidden;
  z-index: 1;
}
.why-choose-one .sectiontitle{
  background: #fff;background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.why-choose-one .animate-border{
  background: #fff;
}
.why-choose-one .animate-border::after{
  border-left: 10px solid #28378f;
  border-right: 10px solid #070244;
}
.why-choose-one__text{
  color: #fff !important;
}
.why-choose-one-shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.02;
  z-index: -1;
}

.why-choose-one-shape-2 {
  position: absolute;
  right: 596px;
  top: -215px;
  z-index: 2;
}

.why-choose-one-shape-2 img {
  width: auto;
}

.why-choose-one-shape-3 {
  position: absolute;
  top: -260px;
  right: 150px;
}

.why-choose-one-shape-3 img {
  width: auto;
}

.why-choose-one-shape-4 {
  position: absolute;
  top: -81px;
  right: 0;
}

.why-choose-one-shape-4 img {
  width: auto;
}

.why-choose-one-shape-5 {
  position: absolute;
  bottom: -215px;
  right: 0;
  z-index: 1;
}

.why-choose-one-shape-5 img {
  width: auto;
}

.why-choose-one-shape-6 {
  position: absolute;
  bottom: -295px;
  right: 160px;
}

.why-choose-one-shape-6 img {
  width: auto;
}

.why-choose-one-img {
  position: absolute;
  top: -111px;
  bottom: 0;
  right: 0;
  z-index: 3;
}

.why-choose-one-img img {
  width: auto;
}

.why-choose-one__left {
  position: relative;
  display: block;
}

.why-choose-one__left .section-title {
  margin-bottom: 31px;
}

.why-choose-one__left .section-sub-title {
  color: #fff;
}

.why-choose-one__left .section-title__title {
  color: #fff;
}

.why-choose-one__text {
  color: #97a2b7;
  line-height: 28px;
  letter-spacing: ;
}

.why-choose-one__list-box {
  position: relative;
  display: block;
  max-width: 510px;
  width: 100%;
  margin-top: 31px;
}

.why-choose-one__list {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.why-choose-one__list li {
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.why-choose-one__single {
  position: relative;
  display: block;
  background-color: #111d32;
  padding: 35px 20px 32px;
  overflow: hidden;
}

.why-choose-one__list-icon {
  position: relative;
  display: block;
  margin-bottom: 9px;
}
.why-choose-one__list-icon img{
  height: 50px;
}
.why-choose-one__list-icon span {
  font-size: 45px;
  color: #070244;
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.why-choose-one__single:hover .why-choose-one__list-icon span {
  transform: scale(0.9);
}

.why-choose-one__list-title-box {
  position: relative;
  display: block;
}

.why-choose-one__list-title-inner {
  position: relative;
  display: block;
  transform: translateY(0%);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: visible;
  opacity: 1;
}

.why-choose-one__single:hover .why-choose-one__list-title-inner {
  transform: translateY(100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__list-title {
  font-size: 22px;
  color: #fff;
  line-height: 28px;
  letter-spacing: ;
}

.why-choose-one__list-text-box {
  position: absolute;
  top: -6px;
  left: 0;
  right: 0;
  transform: translateY(-100px);
  transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
  visibility: hidden;
  opacity: 0;
}

.why-choose-one__single:hover .why-choose-one__list-text-box {
  visibility: visible;
  transform: translateY(0%);
  opacity: 1;
}

.why-choose-one__list-text {
  font-size: 16px;
  color: #97a2b7;
  line-height: 24px;
  letter-spacing: ;
  text-transform: capitalize;
}
.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@-webkit-keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}

@keyframes float-bob-y {
  0% {
    transform: translateY(-20px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(-20px);
  }
}
.float-bob-y {
  -webkit-animation-name: float-bob-y;
  animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}


@-webkit-keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

@keyframes float-bob-x {
  0% {
    transform: translateX(-30px);
  }

  50% {
    transform: translateX(-10px);
  }

  100% {
    transform: translateX(-30px);
  }
}

.float-bob-x {
  -webkit-animation-name: float-bob-x;
  animation-name: float-bob-x;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/*Why Us*/



/**/


@media screen and (max-width: 1500px){
  .solutions-one__image-wrap{
    padding-right: 10px;
  }
  .animate-border{
    margin-bottom: 25px !important;
  }
  body{
    font-size: 16px;
  }
  .media-style1{
    margin-top: 20px;
    padding: 7px 20px 8px 0;
  }
  .circle-btn.style3 {
    --btn-size: 70px;
  }
  .btn{
    margin-top: 30px;
  }
  .home-services-sec--card-wrap.right-wrap p, .home-services-sec--card .home-services-sec--card-text{
    font-size: 15px;
  }
  .why-choose-one-img img {
    width: 90%;
    float: right;
  }
  .why-choose-one-img{
    right: -40px;
  }
}

@media screen and (max-width: 1400px){
  .why-choose-one-img img {
    width: 88%;
    float: right;
  }
}


@media screen and (max-width: 1360px){
 body {
  font-size: 15px;
}
.sectiontitle {
  font-size: 35px;
}
.media-style1 {
  margin-top: 15px;
  padding: 5px 20px 4px 0;
}
.btn{
  padding:8px 23px 9px 48px;
}
.btn i{
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.home-services-sec--card .icon {
  height: 55px;
  width: 55px;
  line-height: 55px;
}  .home-services-sec--card-wrap.right-wrap p, .home-services-sec--card .home-services-sec--card-text {
  font-size: 13px;
} .why-choose-one-img {
  right: -160px;
}
.navbar-nav .nav-link {
  font-size: 16px;
}
.dropdown-item{
  font-size: 15px;
}
}



@media screen and (max-width: 1199px){
 
  .home-services-sec--thumb-1{
    display: none;
  }.home-services-sec--card-wrap.right-wrap p, .home-services-sec--card .home-services-sec--card-text {
  text-align: left;
  font-size: 15px;
}
  .why-choose-one-img {
    right: -260px;
  }
  .why-choose-one__list-text {
  font-size: 14px;margin-top: 10px;
}
.why-choose-one__list-title {
  font-size: 18px;
  }
  
}

@media screen and (max-width: 1100px){
  .why-choose-one-shape-2{
    display: none;
  }
    .why-choose-one-img {
    right: -350px;
  }
 
    body {
    font-size: 14px;
  } .circle-btn.style3 {
    --btn-size: 50px;
  }.social {
  float: right;
  margin-right: 0;
}
}

@media screen and (max-width: 991px){
    
     .solutions-one {
    padding-top: 60px;
  }
  body {
    font-size: 16px;
  }  .media-style1 {
    margin-top: 15px;
    padding: 10px 20px 11px 0;
  }  .circle-btn.style3 {
    --btn-size: 60px;
  }.solutions-one__image__inner img {
  width: 80%;
  display: block;
  margin-top: 30px;
}

.why-choose-one-img, .why-choose-one-shape-5 img{
  display: none;
}
}

.solutions-one, .home-services, .why-choose-one-shape-1{
  overflow: hidden;
}
.copyright-text br, .info-box_text br,  .info-box br{
  display: none;
}

@media screen and (max-width: 767px){
  .copyright-text br, .info-box_text br, .info-box br{
  display: block;
}
   .solutions-one {
   padding-top: 30px;
    padding-bottom: 40px;
  }
   .sectiontitle {
    font-size: 30px;
  }  .animate-border {
    margin-bottom: 17px !important;
  }  .btn {
    padding: 8px 23px 9px 26px;
  }
  .solutions-one__image__inner img {
    width: 100%;
  }
  .home-services {
  padding: 35px 0 45px;
}
.home-services-sec--card-wrap.right-wrap{
  margin-top: -10px;
}
 .home-services-sec--card {
    margin-bottom: 0px !important;
    margin-top: 35px;
  }
  .home-services-sec--card .home-services-sec--card-title {
  font-size: 20px;
}
.why-choose-one{
  padding: 40px 0 40px;
}
.why-choose-one__single{
  padding: 22px 8px 23px;
} .why-choose-one__list-text {
    font-size: 13px;
    margin-top: 8px;
  }
  

.footer-layout4 .footer-menu{
  margin-top: 40px;margin-bottom: 30px;
}


}









/*Header*/

.topbar{
  padding: 10px 0;
}
.topbar .logo{
  height: 70px;
}
.topbar ul{
  float: right;
  margin-top:12px;
}
.topbar ul li{
  display: inline-block;
  margin: 0 20px;
}
.topbar ul li img{
  height: 30px;
  margin-right: 10px;
}
.topbar ul li{
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: black;
  text-transform: capitalize;
}
.topbar ul li a{
  position: relative;
  font-weight: 500;
  font-size: 18px;
  color: rgb(49, 49, 49);
  text-transform: none;
  text-decoration: none;
}
/* #Navigation
================================================== */

.start-header {
  opacity: 1;
  transform: translateY(0);
  padding: 20px 0;
 -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on {
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
  height: 24px;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navigation-wrap{
  /*position: fixed;*/
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar{
  padding: 0 20px;
}
.navbar-brand img{
  height: 28px;
  width: auto;
  display: block;
  /*filter: brightness(10%);*/
  -webkit-transition : all 0.3s ease-out;
  transition : all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #000;
  top: 0;
  left: 0;
  content: '';
  z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link{
  color: #fff !important;
  font-weight: 500;
    transition: all 200ms linear;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
}
.nav-item:hover .nav-link{
  color: #fff !important;
}
.nav-item.active .nav-link{
  color: #fff !important;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after{
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background-color: #fff;
  opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after{
  opacity: 0;
}
.nav-item{
  position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.navigation-wrap{
  position: absolute;
  top: 108px;
  background: linear-gradient(45deg, transparent 0 30%, #070244 30% 100%);
  padding: 10px 0;
  background-color: transparent !important;

}
.navbar-brand{
  display: none;
}
.section {
    position: relative;
  width: 100%;
  display: block;
}
.full-height {
    height: 100vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: 40px;
  transform: translateY(-50%);
  z-index: 20;
}

#circle {
  position: absolute;
  top: -11px;
  left: -13px;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #000;
}
.switched {
  border-color: #000 !important;
  background: #070244 !important;
}
.switched #circle {
  left: 43px;
  box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
  background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
  max-height: 0;
    display: block;
  padding: 0;
  margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
  max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 0px!important;
  margin: 0;
  font-size: 13px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 8px 20px;
  color: #212121;
  font-size: 16px;
  border-radius: 2px;
    transition: all 200ms linear;
    border-bottom: 1px solid #ccc;
}
.dropdown-item:hover, 
.dropdown-item:focus {
  color: #fff;
  background-color: #070244;
}




/* #Media
================================================== */

@media (max-width: 991px) { 
  
  .nav-item:after{
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #000;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after{
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
}


/*Header*/





/*Slider*/
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}






@media screen and (max-width: 1500px){
  .nav-link{
    font-size: 16px;
  }
  .dropdown-item{
    font-size: 14px;
  }
  .topbar ul {
  padding-left: 0;
  margin-left: 0;
}
}

@media screen and (max-width: 1400px){

.navigation-wrap{
  background: linear-gradient(45deg, transparent 0 32%, #070244 30% 100%);
}
}
.googletranslate{
  margin-top: 0px !important;
}

@media screen and (max-width: 1199px){
  .googletranslate{
    margin-top: -15px !important;
  }
}

@media screen and (max-width: 1300px){
.topbar .logo {
  height: 75px;
}
.topbar ul {
  margin-top: 8px;
  margin-bottom: 10px;
}


.navigation-wrap{
  background: linear-gradient(45deg, transparent 0 30%, #070244 30% 100%);
}
.topbar ul li{
  margin-right: 20px;
  margin-left: 0;
}
.topbar ul li img{
  margin-right: 5px;
}
}

@media screen and (max-width: 1199px){
 
.topbar .logo {
  height: 55px;
}
.topbar ul li a{
  font-size: 14px;
}
.navbar-nav .nav-link{
  font-size: 14px;
}  .ml-md-4, .mx-md-4 {
    margin-left: 1rem !important;
  }
  .navigation-wrap{
    top: 95px;
  }
  .header-top .top-left .text {
  font-size: 13px;
}
  }

  @media screen and (max-width: 991px){
     
  
    .topbar ul {
    margin-top: 3px;
  }
   
    .navbar-brand img{
      height: 40px;
    }
    .navigation-wrap{
      padding: 7px 0;
    }  .ml-md-4, .mx-md-4 {
    margin-left: 8px !important;
  } .navbar-nav .nav-link {
    font-size: 13px;
  }  .dropdown-item {
    font-size: 12px !important;padding: 5px 20px;
  }
  .navbar {
  padding: 0 0px;
} .navigation-wrap{
  background: linear-gradient(45deg, transparent 0 26%, #070244 25% 100%);
}
  }
  .about-internal-page{
    padding: 50px 0px 0px;
  }

  @media screen and (max-width: 767px){
    .second-row{
  padding: 20px 0px 0px;
}.dnj{
  display: none;
}.carousel {
  position: relative;
  top: 47px;
}
.navbar-brand{
  display: block;
}
   .navbar-nav {
    overflow: hidden;
  } .navbar-nav .nav-link {
    font-size: 15px;
    color: #212121 !important;
  }.navbar-brand img {
    height: 50px;
  }
    .nav-item::before {
    top: 18px;
  }
    .dropdown-toggle::after {
    top: 13px;
  }
  .nav-item.show .dropdown-menu{
    width: 87%;margin-top: 0 !important;
  }
  .dropdown-item{
    font-size: 14px !important;
  }

  .nosub::before{
    display: none;
  }
  .carousel-indicators{
    bottom: -10px;
  }
    .navigation-wrap {
    background: linear-gradient(45deg, #fff 0 66%, #070244 25% 100%);
    background-color: rgba(0, 0, 0, 0);
    top: 41px;
    border-top: 1px white;
  }
  .top-left{
    display: none;
  }  .navbar-brand img {
    height: 42px;
  }
  .navbar-light .navbar-toggler-icon{
    border-bottom: 1px solid #fff;
  }
  .navbar-light .navbar-toggler-icon::after, .navbar-light .navbar-toggler-icon::before{
    background-color: #fff;
  }
    .navigation-wrap {
    background: linear-gradient(60deg, #fff 0 80%, #070244 25% 100%);
  }
    .navbar-nav {
    overflow: hidden;
    padding: 10px 0 !important;
  }
    .navbar-nav .nav-link {
    font-size: 14px;
    padding: 2px 0 !important;
  }
    .ml-md-4, .mx-md-4 {
    margin-left: -15px !important;
  }
  }





.title-area {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
}
.sub-title5 {
  font-size: 16px;
  font-weight: 600;
  color: #070244;position: relative;
  letter-spacing: 1.6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 22px;
  padding-left: 10px;
  gap: 0px;
  line-height: initial;
  padding-top: 7px;
}
.sub-title5::before{
 content: '';
  position: absolute;
  left: 0px;
  bottom: -11px;
  height: 50px;
  width: 34px;
  background: #78769945;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}
.sub-title5 img {
  margin-right: -24px;
  margin-top: -7px;
}
.img1{
  margin-right: 30px;
}
.title-area .sec-title {
  margin-bottom: 5px;
  font-size: 40px;
  font-weight: 600;
}
p {
  margin: 0 0 10px 0;
  color: #4D5765;
  line-height: 1.75;
}
.about-grid-wrap2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding-top:28px;
  margin-bottom: 28px;
}
.about-grid3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  position: relative;
}
.about-grid3 .about-grid_year {
  color: #0D111D;
  font-size: 44px;
  font-weight: 600;
  padding-left: 14px;
}
.about-grid3 .about-grid_text {
  font-size: 16px;
  font-weight: 400;
  color: #505B6A;
  line-height: 28px;
}
.about-grid3::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 80px;
  width: 38px;
  background: #78769945;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 40%, 100% 100%, 0% 100%);
}
.th-btn {
  position:relative;
  z-index:2;
  overflow:hidden;
  vertical-align:middle;
  display:inline-block;
  border:none;
  text-transform:uppercase;
  text-align:center;
  background-color:#070244;
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1;
  padding:20.5px 29px;
  border-radius:0
}
.th-btn:before,
.th-btn:after {
  content:"";
  position:absolute;
  height:100%;
  top:0;
  width:0%;
  background-color:#DADAE3;
  z-index:-1;
  -webkit-transition:all 0.4s ease-out;
  transition:all 0.4s ease-out
}
.th-btn:before {
  left:0;
  border-radius:0 20px 20px 0
}
.th-btn:after {
  right:0;
  border-radius:20px 0 0 20px
}
.th-btn:hover,
.th-btn.active {
  color:#070244
}
.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
  width:50%;
  border-radius:0
}
.about-sec{
  padding: 70px 0 80px;
}

@media screen and (max-width:1400px){
  .title-area .sec-title {
  margin-bottom: 5px;
  font-size: 35px;
  font-weight: 600;
}
.about-grid-wrap2{
  padding-top: 20px;
  margin-bottom: 20px;
}
.title-area{
  margin-bottom: 10px;
}
}

@media screen and (max-width:1199px){
  .img1 {
  margin-right: 0;
}
.sub-title5{
  margin-bottom: 20px;
}  .title-area .sec-title {
    font-size: 28px;
  
  }
  .title-area h5{
    font-size: 16px;
  }
.about-grid3 .about-grid_year{
  font-size: 30px;
}.about-grid3 .about-grid_text {
  font-size: 14px;
  line-height: 20px;
}
.about-grid3::after {
  bottom: 8px;
  height: 60px;
  width: 50px;
}  .title-area {
    margin-bottom: 20px;
  }
  .about-grid-wrap2{
    display: none;
  }
}

@media screen and (max-width:991px){
 .about-sec .title-area{
margin-top: 40px;
  }.about-grid-wrap2 {
    display: block;
  } .title-area .sec-title {
    font-size: 30px;
  } .title-area h5 {
    font-size: 20px;
  }  .about-grid-wrap2 {
    padding-top: 25px;
    margin-bottom: 15px;
  }
}

.about-sec{
  overflow: hidden;
}
@media screen and (max-width:767px){
  .about-sec {
  padding: 40px 0 35px;
}.about-sec .title-area {
    margin-top: 30px;
  }  .title-area .sec-title {
    font-size: 30px;
    margin-bottom: 5px;
    margin-top: 5px;
  }  .title-area {
    margin-bottom: 10px;
  }
  .about-grid3{
    margin-top: 20px;
  }
  .about-grid-wrap2{
    padding-top: 0;
  }
  .th-btn{
    padding: 15.5px 25px;
  }
}



.whyuspage{
  padding: 70px 0;
  background: #dadae3;
}
.whyuspage img{
  border-radius: 120px 0 120px 0;
  border: 12px double #070244;
  padding: 4px;
}
.whyuspage ul li{
  list-style: none;
  position: relative;
  display: flex;
  margin: 0 0 10px 0;
  color: #4D5765;
  line-height: 1.75;
}
.whyuspage ul{
  margin: 0;
  padding: 0;
  padding-left: 15px;
}
.whyuspage ul li i{
  color: #070244;
  margin-top: 6px;
  margin-right: 10px;
  font-size: 20px;
}

@media screen and (max-width:1199px){
  .whyuspage ul{
   margin-bottom: 30px;
  }
  .whyuspage img{
    width: 60%;
  }
}

@media screen and (max-width:991px){
    .img1 {
    margin-right: 0;
    width: 70%;
  }
  .whyuspage img{
    width: 70%;
  }
}

@media screen and (max-width:767px){
    .img1 {
    margin-right: 0;
    width: 100%;
  }
  .whyuspage img{
    width: 100%;
  }
  .whyuspage ul{
    padding-left: 5px;
  }
  .whyuspage {
  padding: 35px 0;
}
.whyuspage img {
  border-radius: 80px 0 80px 0;
}.whyuspage ul{
   margin-bottom: 20px;
  }
}


.products{
  padding: 70px 0;
  text-align: center;
}
.products .caption{
  background: #070244;
  padding: 10px 0 3px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.products .caption p{
  color: #fff;
  font-size: 20px;
}
.post-slide{
  margin: 10px;
}




footer {
  background: #008000;
  position: relative;
  z-index: 1;
  padding: 0 0 40px 0;
  overflow: hidden;
}
footer:before {
  background: #ffffff;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 54px;
  width: 50%;
  z-index: -1;
}
footer:after {
  background: #000;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -2;
  opacity: 0.9;
}
footer .shape_wrapper {
  position: absolute;
  z-index: 5;
  content: "";
  height: 100%;
  width: 300px;
  right: 0;
  top: 0;
}
footer .shape_wrapper:before {
  border-radius: 0 0 0 50%;
  background: #070244;
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}
footer .shape_wrapper img {
  position: absolute;
}
footer .shape_wrapper .shape_t_1 {
  left: 0;
  top: 0;
}
footer .shape_wrapper .shape_t_2 {
  right: 0;
  bottom: 0;
}
footer .become_techer_wrapper .become_a_teacher {
  background: #070244;
  padding: 28px 85px 22px 80px;
  position: relative;
  border-bottom-left-radius: 120px;
  z-index: 1;
}
footer .become_techer_wrapper .become_a_teacher:before {
 
}

footer .become_techer_wrapper .become_a_teacher .title h2 {
  color: #ffffff;
  font-size: 35px;
  margin-bottom: 0px;
  line-height: 1.75;
}
footer .become_techer_wrapper .become_a_teacher .title p {
  color: #ffffff;
  padding: 20px 0 35px;
}
footer .become_techer_wrapper .become_a_teacher .get_s_btn a {
  background: #fff;
  font-weight: 500;
  border-radius: 5px;
  color: #008000;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 40px;
  font-family: "Rubik", sans-serif;
  transition: all 0.3s ease-in-out;
}
footer .become_techer_wrapper .become_a_teacher .get_s_btn a:hover {
  background: #ffffff;
  color: #333146;
}
footer .become_techer_wrapper .become_a_teacher .shape_t_1 {
  position: absolute;
  bottom: -65px;
  right: -165px;
}
footer .footer_top {
  position: relative;
  z-index: 1;
  margin-top: 50px;
}
footer .footer_top h3 {
  font-weight: 700;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 15px;
}
footer .footer_top .information {
  margin-left: 50px;
}

footer .footer_top .footer_intro {
  padding-right: 25%;
}
footer .footer_top .footer_intro img {
  height: 45px;
  margin-bottom: 40px;
}
footer .footer_top .footer_single_col p {
  font-size: 15px;
  line-height: 30px;
  color: #ffffff;
}
footer .footer_top .footer_single_col ul li {
  
  padding-bottom: 11px;
  font-size: 17px;
}
footer .footer_top .footer_single_col ul li:last-childe {
  padding-bottom: 0px;
}
footer .footer_top .footer_single_col ul li a {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
}
footer .footer_top .footer_single_col ul li a:hover {
  color: #fff;
}
footer .footer_top .footer_single_col ul li a:hover:before {
  color: #fff;
}
footer .footer_top .footer_single_col .quick_inf0 li a {
  position: relative;
  padding-left: 0px;
}
.contact_info{
  margin-bottom: 20px;
}
footer .footer_top .footer_single_col .contact_info span {
  color: #ffffff;
  font-size: 17px;
  line-height: 32px;

}
footer .footer_top .footer_single_col .contact_info .email {
  color: #fff;

  font-weight: 400;
}
footer .footer_top .footer_single_col .contact_info .email a{
  color: #fff !important;
}
footer .footer_top .footer_single_col .social_items {
  padding: 20px 0 0;
}
footer .footer_top .footer_single_col .social_items li {
  margin-right: 30px;
}
footer .footer_top .footer_single_col .social_items li:last-child {
  margin-right: 0;
}
footer .footer_top .footer_single_col .social_items li a i {
  font-size: 18px;
  margin: 0;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
footer .footer_top .footer_single_col .social_items li a i:hover {
  color: #fff;
}
footer .round_shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
footer .round_shape span {
  border: 1px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  transform: translate(-50%, 50%);
  bottom: 0;
  left: 0;
  animation-name: bounce_fountainG;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-direction: normal;
}
footer .round_shape .shape_1 {
  height: 50px;
  width: 50px;
  animation-delay: 0s;
}
footer .round_shape .shape_2 {
  height: 120px;
  width: 120px;
  animation-delay: 0.39s;
}
footer .round_shape .shape_3 {
  height: 190px;
  width: 190px;
  animation-delay: 0.78s;
}
footer .round_shape .shape_4 {
  height: 260px;
  width: 260px;
  animation-delay: 1.17s;
}
footer .round_shape .shape_5 {
  height: 330px;
  width: 330px;
  animation-delay: 1.56s;
}
footer .round_shape .shape_6 {
  height: 400px;
  width: 400px;
  animation-delay: 2.34s;
}
@keyframes bounce_fountainG {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
footer .shapes1_footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -11;
}

.copyright {
  background: #008000;
  padding: 10px 0;
  color: #fff;
  text-align: center;
}.copyright p {
  margin-bottom: 0;
  text-align: center;
}
.copyright p a{
  color: #fff;
}
.copyright-wrap {
  padding: 16px 0;
  background-color:#070244;
}
.copyright-text {
  margin-bottom: 0;
  color: #fff;
}
.copyright-text a {
  color: #fff !important;
}

footer .th-btn{font-family: "Roboto", sans-serif;
  background-color: #fff;color: #070244;float: right;
}

footer ul li{
 list-style: disclosure-closed;
  color: #fff;
}
footer ul{
  padding-left: 15px;
}



@media screen and (max-width:1300px){
  footer .become_techer_wrapper .become_a_teacher .title h2{
    font-size: 31px;
  }
}

@media screen and (max-width:1199px){
  footer .become_techer_wrapper .become_a_teacher{
    display: none;
  }
  footer::before {
  background: #000c00;
}
footer .footer_top h3{
  font-size: 23px;
}
}

@media screen and (max-width:767px){
  footer .footer_top {
  position: relative;
  z-index: 1;
  margin-top: 18px;
}
footer{
  padding: 0 0 28px 0;
}.contact_info {
  margin-bottom: 7px;
}  footer .footer_top h3 {
    font-size: 23px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  footer ul{
    margin-bottom: 0;
  }
  .products {
  padding: 35px 0 25px;
}
}









.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity:0;
  visibility:hidden;
  transition:all .3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform:translateX(0);
  opacity:1;
  visibility:visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform:translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform:translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background:#fff;
  transition:all .2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity:1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {
/*     display: none; */
  }
}
.swiper-pagination {
  text-align:left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:50px;
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
    left: 50%;
    text-align: center;
    transform: translateX(-50%);
}
}
@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets{
  bottom:30px;
 
}
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 580px;
  transition:all .4s ease;

}
@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

.slidercaptiontag{

}

@media (max-width: 767px) {
  .hero-style{
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 0px;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@keyframes spin {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  100% {
    -webkit-transform:rotate(360deg);
    transform:rotate(360deg)
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
  50% {
    -webkit-transform:rotate(40deg);
    transform:rotate(40deg)
  }
  100% {
    -webkit-transform:rotate(0);
    transform:rotate(0)
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
  z-index: 9;
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  50% {
    -webkit-transform:translateY(30px);
    transform:translateY(30px)
  }
  100% {
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}.ripple-shape {
  position:absolute;
  bottom:0;
  right:0;
  z-index:2
}
.ripple-1,
.ripple-2,
.ripple-3,
.ripple-4,
.ripple-5,
.ripple-6 {
  height:40px;
  width:40px;
  position:absolute;
  left:30px;
  bottom:-10px;
  background-color:transparent;
  border:3px solid rgba(255,255,255,1);
  border-radius:50%;
  -webkit-transform:translate3d(-50%, 50%, 0);
  transform:translate3d(-50%, 50%, 0);
  -webkit-animation:heroripple 8s ease-out infinite;
  animation:heroripple 8s ease-out infinite
}
.ripple-1 {
  -webkit-animation-delay:0;
  animation-delay:0
}




.gradient-overlay {
  position: relative;
  width: 100%;
  padding: 80px 0px 55px;
  display: block;
  background: url('../images/banner.webp');
  background-size: cover;
}
.gradient-overlay::before {
  position: absolute;
  content: '';
  background:rgb(0,0,0,0.7) !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.custom-breadcrumb ol {
  margin-bottom: 0;
}
.custom-breadcrumb ol li.breadcrumb-item {
  padding-left: 0;
}
.custom-breadcrumb ol li a, .custom-breadcrumb ol li.breadcrumb-item.active {
  color: #ffffff;
  opacity: 0.7;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/";
}
.custom-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  font-family: themify;
  content: "»";
  font-size: 10px;
  color: #ffffff;
  font-size: 20px;
}






/*Contact Us Page*/


.contacts .form-control{
  margin-bottom: 20px;
  height: 50px;
}
textarea{
  height: 100px !important;
}
.contacts .click-btn{
  background-color: #fff;
  margin-left: 0;
}
.contacts {
  position: relative;
  padding: 70px 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .contacts {
    padding: 40px 0 0;
  }
}
.contacts__wrapper {
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 20px;
  padding: 50px 48px;
}
@media (min-width: 1300px) {
  .contacts__wrapper {
    margin: 0 -49px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contacts__wrapper {
    padding: 50px 28px;
  }
}
@media (max-width: 767px) {
  .contacts__wrapper {
    padding: 50px 20px;
  }
}
.contacts__info {
  position: relative;
  background-color: #dadae3;
  max-width: auto;
  border-radius: 11px;
  padding: 25px 52px 1px;
}
@media (max-width: 767px) {
  .contacts__info {
    padding: 35px 20px 49px;
  }
}
.contacts__info__shape {
  position: absolute;
  right: 40px;
  bottom: 45px;
  width: 120px;
  height: 120px;
  background-position: center center;
  background-repeat: no-repeat;
  animation: wobble-horizontal-on-hover 4s infinite linear;
}
@keyframes wobble-horizontal-on-hover {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1199px) {
  .contacts__info::after {
    display: none;
  }
}
.contacts__info__title {
 
  font-size: 36px;
  margin: 0 0 17px;
  text-align: center;
}
.contacts__info__text {
 
  margin: 0 0 32px;
}
.contacts__info__box-wrapper {
  margin: 0 0 37px;
  padding: 0 0 0 30px;
  border-left: 5px solid #070244;
  list-style: none;
  position: relative;
}
@media (max-width: 767px) {
  .contacts__info__box-wrapper {
    padding-left: 0;
    border: none;
  }
}
.contacts__info__box-wrapper::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 22px 0 22px 22px;
  border-color: transparent transparent transparent  #070244;
  animation: topBottomTwo 3s infinite linear;
}
@media (max-width: 767px) {
  .contacts__info__box-wrapper::after {
    display: none;
  }
}
.contacts__info__box {
  position: relative;
  min-height: 64px;
  padding: 2px 0 0 78px;
}
.contacts__info__box__icon {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #070244;
  color: #fff;
  border-radius: 50%;
  font-size: 25px;
  transition: all 500ms ease;
  z-index: 1;
  overflow: hidden;
}
.contacts__info__box__icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0%;
  background-color: #fff;
  top: 0px;
  left: 0px;
  color: #070244;
  z-index: -1;
  transition: all 500ms ease;
}
.contacts__info__box:hover .contacts__info__box__icon {
  color: #070244;
}
.contacts__info__box:hover .contacts__info__box__icon::after {
  height: 100%;
}
.contacts__info__box__title {

  font-size: 22px;
  margin: 0 0px;
}
.contacts__info__box__text {
  font-size: 16px;
  margin: 0;
  color: #000;
}
.contacts__info__box__text a {
  color:#000;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.contacts__info__box__text a:hover {
  background-size: 100% 1px;
}
.contacts__info__box + .contacts__info__box {
  margin-top: 35px;
}
.contacts__info__social {
  position: relative;
}
.contacts__info__social__title {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.27px;
  margin: 0 0 26px;
}
.contacts__info__social__wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__info__social__wrap a {
  width: 37px;
  height: 37px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 16px;
  color: #070244;
}@keyframes topBottomTwo {
  0%, 100% {
    transform: translateY(0);
  }
  25%, 75% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(-5px);
  }
}
@keyframes textRotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.contacts__info__social__wrap a:hover {
  background-color: #000;
  color: #fff;
}
.contacts__content {
  position: relative;
  padding: 31px 0 0;
}
.contacts__content .sec-title-two {
  padding-bottom: 21px;
}
.contacts__content__text {
  margin: 0 0 35px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .contacts__content__text br {
    display: none;
  }
}
.contacts__content .form-one .bootstrap-select > .dropdown-toggle,
.contacts__content .form-one input[type=text],
.contacts__content .form-one input[type=email],
.contacts__content .form-one textarea {
  border: 1px solid #dddddd;
}
.contacts--contact-page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .contacts--contact-page {
    padding: 80px 0;
  }
}



@media screen and (max-width: 1300px){
  .contacts__info{
    max-width: 430px;
  }
  .contacts__info__title{
    font-size: 25px;
  }
  .contacts__info__box__title{
    font-size: 18px;
  }
  .contacts__info{
    padding: 25px 30px 1px;
  }
  .contacts__info__box{
    padding: 2px 0 0 60px;
  }
  .contacts__info__box-wrapper{
    padding: 0 0 0 24px;
  }
  .contacts__info__box__icon {
  width: 50px;
  height: 50px;font-size: 21px;
}
.contacts__info__box__text{
  font-size: 15px;
}.contacts__content {
  position: relative;
  padding: 0px 0 0;
}
}

@media screen and (max-width: 991px){
  .contacts__info__box__text {
    font-size: 14px;
    text-align: left;
  }
  .contacts__info{
    margin-bottom: 30px;
  }
  iframe{
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px){
  .contacts__wrapper{
    padding: 0;
    border: none;
  } .contacts__info__box-wrapper {
    padding: 0 0 0;
  }.swiper-pagination-bullets {
  bottom: 17px !important;
}
    .contacts__info__box__text {
    font-size: 15px;
  }  .contacts__info {
    padding: 30px 30px 30px;
  } form{
    margin-bottom: 40px;
  } iframe{
    margin-bottom: 20px;
  }
  .contacts__info__social__title{
    margin: 0 0 10px;
  }
  .contacts__info__box-wrapper {
  margin: 0 0 20px;
}.contacts__info__box + .contacts__info__box {
  margin-top: 15px;
}
.contacts__info{
  margin-bottom: 20px;
}
.iframm{
  margin-top: 20px;
}
}  .iframm {
   
    margin-bottom: -10px;
  }




/**/


/*Faq*/
.faqfaqh .card-header {
  margin-bottom: 8px;
}
.faqfaqh .accordion-title::before {
  background: #070244;
}
.faqfaqh .accordion-title:hover{
  color: #fff;
}
.faqfaqh .accordion-title {
  position: relative;
  display: block;
  padding: 8px 0 8px 50px;
  background: #fff;
  margin-top: 0 !important;
  overflow: hidden;
  text-decoration: none;
  color: #070244;
  font-size: 16px;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
  padding: 19px 30px;
    padding-right: 30px;
  padding-right: 50px;
  border: 1px solid #07024433 !important;
  transition: all 500ms ease;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding-left: 50px;border-radius: 5px;
}

.faqfaqh .accordion-title i {
  position: absolute;

  left: 0;
  top: 0;
  color: #070244;
  
  text-align: center;
}
.faqfaqh
{
  padding: 70px 0 50px;
}
.faqfaqh .accordion-title:hover i{
  
    color: #fff;
    background-color: transparent;
  
}
.faqfaqh .accordion-title:hover {
  padding-left: 60px;
  
}.faqfaqh .card-header {
  margin-bottom: 0px;
}
.faqfaqh .card{
  margin-bottom: 20px;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.13), 0 15px 12px rgba(0, 0, 0, 0.05);
  background: transparent !important;

}

.faqfaqh [aria-expanded=true] {
  background: #070244;
  color: #fff;
}
.faqfaqh [aria-expanded=true] i {
  color: #fff;
  background: #070244;
}
.faqfaqh [aria-expanded=true] i:before {
  content: "";
}
.faqfaqh .accordion-body {
  padding: 40px 55px;padding: 25px 30px 10px;
  border-top: none;
  margin-top: -2px;
  
  gap: 18px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.page-title-section h1{
  text-transform: capitalize;
}
.faqfaqh .accordion-body ul li, .patient-portal ul li{
  list-style: disclosure-closed;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 5px;
  font-weight: 400;color: #5D666F
}
.faqfaqh .accordion-body ul, .patient-portal ul{
  padding-left: 15px;
}
.faqfaqh .accordion-body ul li::marker, .patient-portal ul li::marker{
  color: #070244;
}

.faqfaqh .collapsed::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100%;
  content: "";
  transition: all 500ms ease;
  background-color: #070244;
  z-index: 1;
}


@media screen and (max-width:767px){
  .faqfaqh {
  padding: 35px 0 6px;
}
.btn{
  white-space: wrap;
}
.gradient-overlay{
  padding: 65px 0px 15px;
}
.hero-section h1{
  font-size: 26px;
  margin-bottom: 4px !important;
}
 .hero-style {
    height: 250px;
  }
}


.our-skills{
  padding: 60px 0 ;
}
.our-skills .card{
  border-radius: 15px;
  transition: 0.5s ease;
  border-bottom: 5px solid #070244;
  padding: 20px 18px 10px;
  background: #fff;
  margin-bottom: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16), 0 5px 5px rgba(0, 0, 0, 0.14);
}
.our-skills .card h4{
  font-size: 26px;
  color: #070244;
}
.pp{
  margin-bottom: 20px;
}

@media screen and (max-width:1400px){
  .our-skills .card h4 {
  font-size: 24px;
}
}
@media screen and (max-width:1300px){
  .our-skills .card p {
  font-size: 14px;
}
}

@media screen and (max-width:767px){
  .our-skills {
  padding: 30px 0 20px;
}
  .our-skills .card p {
    font-size: 16px;
  }
    .our-skills .card h4 {
    font-size: 24px;
  }
}
.th-btn{
  cursor: pointer;
}
.ourproductssectionpage .th-btn{
  padding: 15px 30px;
  color: #070244;
  margin-bottom: -30px;
  position: relative;
  z-index: 99999 !important;
  background: #fff;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.16), 0 5px 5px rgba(0, 0, 0, 0.14);
}
.ourproductssectionpage p{
  margin-bottom: 0;
}
.ourproductssectionpage{
  padding-bottom: 30px;
}
.ourproductssectionpage .caption p {
  color: #fff;
  font-size: 24px;
}
.ourproductssectionpage .productbox{
  margin-bottom: 60px;
  border: 1px solid #070244;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

@media screen and (max-width:1199px){
  .ourproductssectionpage .caption p {
  color: #fff;
  font-size: 20px;
}
}
@media screen and (max-width:991px){
  .ourproductssectionpage .caption p {
  color: #fff;
  font-size: 18px;
}
}
@media screen and (max-width:767px){
  .ourproductssectionpage .caption p {
  color: #fff;
  font-size: 19px;
}
  .ourproductssectionpage .carousel {
    position: relative;
    top: 0;
  }
  .ourproductssectionpage .productbox {
  margin-bottom: 45px;
}
.ourproductssectionpage {
  padding-bottom: 10px;
}
}


.whychoose {
  border: 5px solid #D9D9D9;
  border-radius: 30px;
  padding: 25px;
    padding-left: 25px;
  padding-left: 0;
  width: 95%;
  margin-left: auto;
  margin-top: 10px;
  margin-bottom: 40px;
}
.whychoose-number {
  display: flex;
  align-items: center;
  background-color: #dadae3;
  justify-content: space-between;
  padding-left: 50px;
  border-radius: 30px;
  margin-bottom: 26px;
  margin-left: -20px;
}
.whychoose-number h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
  color: #070244;
}
.whychooseus{
  padding: 70px 0 40px;
}
.whychoose-number span{
  background-color: #070244;
}
.whychoose p {
  padding:0px 20px;
  padding-right: 0;
}
.whychoose:hover .whychoose-number span {
  background-color: #000;
}
.whychoose-number span {
  font-size: 30px;
  font-weight: bold;
  padding: 38px 29px;
  border-radius: 30px;
  color: white;
}
.whychoose-number h3{
  margin-bottom: 0;
}

@media screen and (max-width:1400px){
  .whychoose{
    width: 100%;
  }
}
@media screen and (max-width:767px){
  .whychooseus {
  padding: 40px 0 30px;
}
.whychoose{
  padding-right: 0px;
}
.whychoose-number h3{
  margin-bottom: 0;
}
.whychoose-number{
    margin-bottom: 15px;
    padding-left: 24px;
}
.whychoose{
  padding: 18px 0 10px;
}  .whychoose {
    width: 95%;
    margin-bottom: 20px;
  }
.whychoose-number span{
  padding: 26px 20px;
}
.whychoose-number h3 {
  font-size: 20px;
}
}
.about-sec ul{
  padding-left: 15px;
}
.about-sec ul li{
  margin: 0 0 5px 0;
  color: #4D5765;
  line-height: 1.5;
  list-style: disclosure-closed;
}


.abt2 {
  padding: 70px 0 50px;
  background: #dadae3;
}
.abt2 ul{
  padding-left: 15px;
}
.abt2 ul li{
  margin: 0 0 15px 0;
  color: #4D5765;
  line-height: 1.5;
  list-style: disclosure-closed;
}
/* / about page counter  section css  */
.counter-section{
  padding: 50px 0px 70px;
}
.counter-grid{
  justify-content: center !important;
}
.counter-grid .about-grid_text {
  font-size: 20px;
  font-weight: 400;
  color: #505B6A;
  line-height: 28px;
}
/* / about page counter  section css  */  
/* about page core values section css  */
.core-values-section {
  padding: 50px 0 50px;
    background: #dadae3;
}
.core-values-section .card {
  margin-bottom: 30px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.44);
  border: none !important;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}
.core-values-section .card-body {
  padding: 15px 20px 25px;
}
.core-values h2 {
  font-size: 40px;
  padding: 0px 0px 25px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.core-values-section .card-body h4 {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}
.sec-title-two__title {
  font-size: 40px;
  line-height: 50px;
  color: #323c8d;
} 
.core-values-section .card-body p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
}
.core-values-section .card-body  a {
  text-decoration: none !important;
}
.myp20 {
  margin: 0 !important;
    margin-top: 0px;
  margin-top: 10px !important;
}
.click-btn {
  display: flex;
  width: 140px;
  font-family: "Abhaya Libre", serif;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  margin-left: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin: 0;
  background: #0d125d;
}
.btn-style500 {
  border-color: #c91b1a;
  color: #c91b1a;
}
.core-values-section .card-body a{
  color:#fff;
  border-color: #0d125d;
}
.core-values-first-row{
  min-height: 275px;
}
.core-values-second-row {
  min-height: 240px ;
}

/* / about page core values section css  */
/* about page vision mission section css  */
.vission-mission-section {
  padding: 50px 0 50px;
    background: #fff;
}
.vission-mission-section .card {
  margin-bottom: 30px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.44);
  border: none !important;
}
.vission-mission-card {
  min-height: 275px;
}
.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .25rem;
}
.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px);
}
.vission-mission-section .card-body {
  padding: 15px 20px 25px;
}
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.vission-mission-section .card-body h4 {
  font-size: 20px;
  line-height: 1.2;
  text-align: left;
}
.sec-title-two__title {
  font-size: 40px;
  line-height: 50px;
  color: #323c8d;
} 
.vission-mission-section .card-body p {
  font-weight: 400;
  font-size: 17px;
  line-height: 1.9;
  text-align: justify;
}
.vission-mission-section .card-body  a {
  text-decoration: none !important;
}
.myp20 {
  margin: 0 !important;
    margin-top: 0px;
  margin-top: 10px !important;
}
.click-btn {
  display: flex;
  width: 140px;
  font-family: "Abhaya Libre", serif;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin: 0rem;
  margin-left: 0.5rem;
  line-height: 35px;
  border: 1px solid;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
  border-top-color: currentcolor;
  border-right-color: currentcolor;
  border-bottom-color: currentcolor;
  border-left-color: currentcolor;
  border-radius: 5px;
  text-align: center;
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  transition: all 0.35s;
  box-sizing: border-box;
  margin: 0;
  background: #0d125d;
}
.btn-style500 {
  border-color: #c91b1a;
  color: #c91b1a;
}
.vission-mission-section .card-body a{
  color:#fff;
  border-color: #0d125d;
}

.btn-style500:hover {
  color: #fff;
  transition-delay: 0.2s;
  animation: ani500 0.6s forwards;
  background: radial-gradient(circle, #383a3b 0.2em, transparent 0.3em) 6em 6em/1em 1em, radial-gradient(circle, #383a3b 0.2em, transparent 0.3em) 0 0/1em 1em;
}
/* / about page vision mission section css  */
@media screen and (max-width: 1400px){
  .vission-mission-card {
  min-height: 307px;
}
.core-values-first-row {
  min-height: 300px;
}
}
@media screen and (max-width: 1200px){
 .vission-mission-card {
  min-height: 306px;
}
.core-values-first-row {
  min-height: 335px;
}
.about-grid3 .about-grid_year {
  color: #0D111D;
  font-size: 44px;
  font-weight: 600;
  padding-left: 0px;
}
}
@media screen and (max-width: 1100px){
  .whychoose-number {
  display: flex;
  align-items: center;
  background-color: #dadae3;
  justify-content: space-between;
  padding-left: 20px;
  border-radius: 30px;
  margin-bottom: 26px;
  margin-left: -20px;
}
}
@media screen and (max-width: 1199px) {
  .about-grid-wrap2,.counter-section {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .vission-mission-card {
    min-height: 375px;
  }
   .core-values-first-row {
    min-height: 370px;
  }
  .core-values-second-row {
  min-height: 275px;
}
}
@media screen and (max-width: 900px) {

    .core-values-first-row {
    min-height: 434px;
  }
    .vission-mission-card {
    min-height: 401px;
  }
}
@media screen and (max-width: 800px) {
   .vission-mission-card {
    min-height: 475px;
  }
   .core-values-first-row {
    min-height: 505px;
  }
  .core-values-second-row {
    min-height: 275px !important;
  }
}
@media screen and (max-width: 700px) {
  .vission-mission-card {
    min-height: 200px;
  }
   .core-values-first-row {
    min-height: 180px;
  }
  .core-values-second-row {
    min-height: 200px !important;
  }
}
@media screen and (max-width: 700px) {
  .core-values h2 {
  font-size: 30px;
  padding: 0px 0px 25px;
}
.title-area .sec-title {
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}
