html{
	overflow-x: hidden;
}
body{
	margin: 0pc;
	overflow-x: hidden;
	font-family: "Ubuntu", serif;
}
p{
margin-bottom: 0px;
}
/*mob*/


#Courses {
    scroll-margin-top: 70px;
}
#AboutUs {
    scroll-margin-top: 70px;
}
#Gallery {
    scroll-margin-top: 70px;
}
#Testimonials {
    scroll-margin-top: 70px;
}

.triple-spinner {
  display: block;
  position: relative;
  width: 125px;
  height: 125px;
  border-radius: 50%;
  border: 4px solid transparent;
  border-top: 4px solid #11b48d;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  margin: auto;
}

.triple-spinner::before,
.triple-spinner::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 4px solid transparent;
}
.triple-spinner::before {
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-top-color: #124e92;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3.5s linear infinite;
}
.triple-spinner::after {
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-top-color: #11b48d;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.75s linear infinite;
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.emassage {
    background-color: #11B48D;
    z-index: 999;
    right: 1rem;
    bottom: 1rem;
    -webkit-box-shadow: 0 0 0 #0568a8;
    box-shadow: 0 0 0 #0568a8;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
}

.emassage svg {
    width: 2rem;
    height: 2rem;
}

.whatsapp {
    background-color: #2eb843;
    z-index: 999;
    left: 1rem;
    bottom: 1rem;
    -webkit-box-shadow: 0 0 0 #0568a8;
    box-shadow: 0 0 0 #0568a8;
    -webkit-animation: 1.5s infinite pulse;
    animation: 1.5s infinite pulse;
    width: 4rem;
    height: 4rem;
    color: white;
    border-radius: 50%;
}

.whatsapp svg {
    width: 2rem;
    height: 2rem;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #2eb843
    }

    70% {
        -webkit-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 #2eb843;
        box-shadow: 0 0 0 0 #2eb843
    }

    70% {
        -moz-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0);
        box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(5,103,168,0);
        box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}
/*1111*/
@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #063f80
    }

    70% {
        -webkit-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}

@keyframes pulse1 {
    0% {
        -moz-box-shadow: 0 0 0 0 #063f80;
        box-shadow: 0 0 0 0 #063f80
    }

    70% {
        -moz-box-shadow: 0 0 0 1.25rem rgba(5,103,168,0);
        box-shadow: 0 0 0 1.25rem rgba(5,103,168,0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(5,103,168,0);
        box-shadow: 0 0 0 0 rgba(5,103,168,0)
    }
}

.call {
   left: 7rem;
    background-color: #063f80;
        -webkit-animation: 1.5s infinite pulse1;
    animation: 1.5s infinite pulse1;
}
.mob-hdetra {
    width: 100%;
    float: left;
    padding: 15px;
    background: #063F80;
    position: fixed;
    top: 0;
    z-index: 111;
    
}
.mob-hdetra h6{
text-align: center;
color: white;
float: left;
width: 100%;
font-size: 15px;
font-weight: 500;
text-decoration: none;
margin-bottom: 0px;
}
.mob-hdetra a{
color: white;
font-size: 15px;
font-weight: 500;
text-decoration: none;
}



@media(min-width: 992px){
.mob-hdetra {
    display: none;
}
}

@media(max-width: 991px){

.mod-new{
    padding: 5px !important;
}
#enroll .mod-right {
    padding: 50px 13px !important;
}


.head{
    width: 100% !important;
    margin-top: 0px !important;
    border-radius: 0px !important;
    top: 48px;
    left: 0;
}


.call {
    
    border: 1px solid;
        left: 82px !important;
    }
.whatsapp{
    width: 3rem;
    height: 3rem;
    left: 12px;
    
}
.emassage{
    width: 3rem;
    height: 3rem;
    right: 12px;
}

.whatsapp svg {
    width: 28px;
    height: 28px;
}
.emassage svg{
     width: 28px;
    height: 28px;
}
.call svg{

}

}










@media(min-width: 1025px){
.wrapper{
    display: none;
}
}


@media(max-width: 1024px){
   .header_menu_area{
    display: none;
   } 
.navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    top: 40px;
    padding: 0;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    background: #140f03;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem ul li {
    display: block;
    float: none;
    margin-bottom: 0 !important;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 20px;
}.navItem ul li a {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 15px 10px;
    display: block;
    color: white;
    /* background: white; */
    border-bottom: 0;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.quick-top span{
      text-align: center;
    width: 100%;
    float: left;
}
.quick-top{
  margin-left: 40px !important;
}




    /***************************menu******************/

.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
/*.wrapper > * {
  margin: 15px;
}*/


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
/*  top: 0px;*/
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(--heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 22px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #34be9b;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
   background: #ffffff;
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
    background: #ffffff;
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
 background:#063f80;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1111;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 15px;
  background: #063f80;
}
.nav .navList {
  display: none;
  width: 100%;
}
.nav .navLink {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 18px;
}.nav .navItem{
  position: relative;
  width: 100%;
  float: left;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #fff;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  /* background-color: #0e4fa3; */
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
}










/*mpb*/
.banner{
	width: 100%;
	float: left;
	position: relative;
    background-size: cover;
    height: 735px;
    object-fit: cover;
}
.banner-backimag{
    width: 100%;
    background-size: cover;
    float: left;
    position: absolute;

}
.banner-backimag img{
    width: 100%;
    float: left;
     height: 735px;
     object-fit: cover;

}
.owl-carousel .owl-nav{
display: none;
}



.head {
    width: 98%;
    float: left;
    background-color: white;
    height: 78px;
    border-radius: 12px;
    padding: 17px 20px 13px 16px;
    margin-top: 13px;
    position: fixed;
    z-index: 111;
}

.sticky {
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 111;
}
.logo{
	width: 30%;
	float: left;
}
.logo img{
	width: 100%;
	float: left;
	max-width: 265px;
}
.hd-menus{
	width: 70%;
	float: left;
    padding-left: 150px;
}
.header{
    float: left;
    width:100%;
  }
  /*<menu*/
.header_menu_area {
    width: auto;
    float: left;
    text-align: center;
    
}


.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    
    float: right;
    /*padding-top: 36px;*/
}
.header_menu_area > ul > li {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    /* padding-bottom: 14px; */
    /* padding-left: 2px; */
    /* padding-right: 2px; */
}
.header_menu_area > ul > li > a {
    /* border-radius: 40px; */
    width: auto;
   font-weight: 400;
    float: left;
    font-size: 18px;
    color: #000000;
    padding: 10px 32px 0px 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
    text-align: center;
}
      
.header_menu_area > ul > li > a:hover {

   color: #11b48d;
           transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
          
}

.stable {
   /* padding: 9px 22px;
    color: white !important;
    border-radius: 40px;
    background: rgb(39, 170, 225);
    background: linear-gradient(150deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;*/
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.menu ul li a:hover, .menu ul li:hover>a {
    /*background: #ffffff;
    color: #0c79be;
    text-decoration: none;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;*/
}


.menu ul {
    visibility: hidden;
  /*  display: none;*/
    opacity: 0;
    margin: 0;
    top: 42px;
    padding: 0;
    width: 211px;
    position: absolute;
   left: -18px;
   background: rgb(39, 170, 225);
    background: linear-gradient(95deg, rgba(39, 170, 225, 1) 0%, rgba(9, 115, 186, 1) 100%);
    z-index: 99;
    transition: transform 0.3s cubic-bezier(0.88, -0.72, 0, 1), opacity 0.3s ease-in-out;
  transform: translate(-4rem);
    transition: all .1s ease-out;
    /*transform: translate(22px,0px);
    transition: all 0.5s ease-out;*/
    border-radius: 15px;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);

}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    padding: 12px 10px;
    display: block;
    color: white;
    text-decoration: none;
    /*background: white;*/
  /*  border-bottom: solid 1px rgb(137 137 137 / 19%);*/
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


@media (max-width: 1024px) {
    .header_menu_area {
        display: none;
    }
    
   
}

@media (min-width: 992px) {
    .modal-lg {
        max-width: 920px !important;
    }
}




#enroll .modal-content {
    width: 100%;
    float: left;
    background: linear-gradient(76deg, rgb(15 79 145) 32%, rgb(15 79 145) 89%), url(../images/footer-overlay.webp);
    background-size: cover;
}
.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: transparent url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 30px;
}
.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 40px 30px;
    border-radius: 30px;
}
.log-sec h2 {
    font-weight: bold;
    float: left;
    font-size: 28px;
    color: #0f4f91;
    margin-bottom: 10px;
    width: 100%;
}
.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.log-field {
    width: 100%;
    float: left;
    margin-top: 15px;
}
.log-field label {
    font-size: 15px;
    color: #0f4f91;
    width: 100%;
    font-weight: 500;
    /* font-family: 'Typold' !important; */
    margin-bottom: 12px;
}
.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 12px;
    /* font-family: 'Typold ' !important; */
    font-weight: normal;
    color: #000;
}
.log-sec button {
    margin-top: 20px;
    height: 50px;
    width: 100%;
    font-weight: 500;
   
    background-size: 500px;
    background-repeat: no-repeat;
    background-position: 0%;
    -webkit-transition: background 300ms ease-in-out;
    transition: background 300ms ease-in-out;
    border-radius: 30px;
    background-color: #0f4f91;
    text-decoration: none;
    color: #fff;
    outline: none;
    border: none;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
#enroll .mod-right {
    width: 100%;
    float: left;
    padding: 210px 27px;
}
.mod-right img {
    width: 100%;
    float: left;
    margin-bottom: 21px;
    max-width: 225px;
    filter: brightness(1111111);
}
.mod-right h5 {
    float: left;
    font-size: 27px;
    color: #f0f0f0;
    font-weight: bold;
    /* font-family: 'Typold' !important; */
    width: 100%;
    padding-top: 20px;
}
.mod-right h6 {
    font-size: 17px;
    color: #b4adad;
    margin-top: 20px;
    line-height: 28px;
    float: left;
    width: 100%;
    /* font-family: 'Typold ' !important; */
    font-weight: normal;
}
.log-field select{
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 12px;
    /* font-family: 'Typold ' !important; */
    font-weight: normal;
    color: #000;
}
.new .form-group {
    display: block;
    margin-bottom: 15px;
}
.new .form-group input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    /* display: none; */
    opacity: 0;
    cursor: pointer;
}
.new .form-group label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    margin-top: -12px;
}
.new .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #072748;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    border-radius: 4px;
}
.new a {
    color: #000;
}

.new .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 4px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #072748;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

























/*<menu*/
.hd-join{
	width: auto;
	float: right;
    padding-left: 20px;
}
.hd-join h6{
	
	background-color: #063F80;
	border-radius: 57px;
	font-weight: 500;
	font-size:18px;
	float: left;
	text-align: center;
	color: #DAE4EF;
	padding: 13px 37px;
	margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.hd-join img{
    width: 100%;
    float: left;
    max-width: 18px;
    text-align: center;
   
}
.ar-img {
    padding: 15px 15px;
    background-color: #11B48D;
    width: 49px;
    height: 49px;
    text-align: center;
    border-radius: 50%;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.hd-join:hover h6{
background-color: #11B48D;
transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.hd-join:hover .ar-img{
    background-color: #063F80;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.bnr-txt{
position: relative;
        padding-top: 190px;
    width:100%;
    float: left;
    z-index: 11;
    padding-left: 70px;
}
.bnr-txt h2{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    font-size: 55px;
    font-weight: 500;
    margin-bottom: 0px;
    line-height: 66px;
    padding-bottom: 16px;
}
.bnr-txt p{
    width: 100%;
    float: left;
    text-align: left;
    color: #D9D9D9;
    line-height: 28px;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 16px;
}
.bnr-txtinnimg{
    width: auto;
    float: left;
}
.hd-join-bx1 {
    width: auto;
    float: left;
    
}
.hd-join-bx1 h6 {
    background-color: #063F80;
    border-radius: 57px;
    font-weight: 500;
    font-size: 18px;
    float: left;
    text-align: center;
    color: #DAE4EF;
    padding: 13px 37px;
    margin-bottom: 0px;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.ar-img-bx1 {
    padding: 15px 15px;
    background-color: #11B48D;
    width: 49px;
    height: 49px;
    text-align: center;
    border-radius: 50%;
    float: left;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.hd-join-bx1 img {
    width: 100%;
    float: left;
    max-width: 18px;
    text-align: center;
}
.hd-join-bx1:hover h6 {
    background-color: #11B48D;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.hd-join-bx1:hover .ar-img-bx1 {
    background-color: #063F80;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
.bnr-text-imgmore{
    width: auto;
    float: left;
    padding-left: 34px;
}
.bnr-text-imgmore img{
    width: 100%;
    float: left;
    max-width: 101px;

}
.bnr-text-imgmore h4{
    width: auto;
    float: left;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    padding-left: 16px;
}
.section1{
    width: 100%;
    float: left;
    padding: 77px 0px;
    background-color: #E0EFFF;
}
.section1 .owl-nav{
display: none;
}
.section-hd{
    width: 100%;
    float: left;

}
.section-hd h2{
   display: flex;
    align-items: center;
     justify-content: center;
    gap: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    color: #11B48D;
    text-align: center;

}
.section-hd img{
    width: 100%;
    max-width: 28px;
    vertical-align: middle;
}
.section-hd h3{
    width: 100%;
    float: left;
    text-align: center;
    color: #001329;
    margin-bottom: 0px;
    font-size: 55px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 37px;
}
.section1-main{
    width: 100%;
    float: left;
    background-color: white;
    padding: 13px;
    border-radius: 16px;

}
.section1-main img{
    width: 100%;
    float: left;
    border-radius: 8px;
}
.section1-main-text{
    width: 100%;
    float: left;
    padding-top: 19px;
}
.section1-main-text img{
    width: 100%;
    float: left;
    max-width: 20px !important;
    border-radius: unset !important;
}
.section1-main-text h6{
    width: auto;
    float: left;
    font-size: 16px;
    font-weight: 400;
    color: #5A5A5A;
    margin-bottom: 0px;
    padding-left: 6px;
}
.section1-main-text h2{
    width: 100%;
    float: left;
    color: #001329;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    padding-top: 7px;
    margin-bottom: 0px;
    text-align: left;
}
.section1-main-text p{

    width: 100%;
    float: left;
    text-align: left;
    color: #828282;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-bottom: 16px;
}
.section1-main-text a{
        text-align: center;
    width: 100%;
    float: left;
    height:49px;
    border-radius: 57px;
    text-decoration: none;
    color: #DAE4EF;
    background-color: #063F80;
    padding: 13px 103px;
      transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.section1-main-text a:hover{

    background-color: #11b48d;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}


.section2{
    float: left;
}
.section2-main{
    width: 100%;
    float: left;
    position: relative;
    padding-bottom: 125px;

}
.setin2-imgbx{
    width: 48%;
    float: left;
    position: relative;
}
.setin2-imgbx img{
    width: 100%;
    float: left;
    max-width: 647px;
}
.lft-dr {
    right: 6px;
    position: absolute;
    width: 153px;
    height: 167px;
    border-radius: 16px;
    background-color: #063F80;
    padding: 27px 28px;
    top: 193px;
}
.lft-dr img{
    width: 100%;
    float: none;
    max-width: 52px;
    text-align: center;
    display: block;
   margin: auto;

}
.lft-dr h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    padding-top: 8px;
}
.lft-dr p{
    width: 100%;
    float: left;
  text-align: center;
    color: #F2F2F2;
    font-size: 14px;
    font-weight: 400;
    padding-top: 5px;
}
.rit-bt{
    width: 241px;
    height: 104px;
    float: left;
    position: absolute;
    left: 45px;
    bottom:0px;
    border-radius: 16px;
     background-color: #063F80;
     padding: 25px 10px 20px 22px;
}
.rit-bt img{
    width: 100%;
    float: left;
    max-width: 52px;
}
.rit-bt-ext{
    width: auto;
    float: left;
    padding-left: 17px;
}
.rit-bt-ext h3{
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 700;
}
.rit-bt-ext p{
    width: 100%;
  
    text-align: left;
    color: #F2F2F2;
    font-size: 17px;
    font-weight: 400;
}
.top-left-img{
    width: auto;
    float: left;
    position: absolute;
    top: 250px;
    left: 30px;
}
.bounce2 {
    animation: bounce2 2s ease infinite;
}
@keyframes bounce2 {
  0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
  40% {transform: translateY(-30px);}
  60% {transform: translateY(-15px);}
}
.top-left-img img{
    width: 100%;
    float: left;
    max-width: 80px;
}
.bt-rt-img{
       width: auto;
    float: left;
    position: absolute;
    bottom: 90px;
    right: 60px;
}
.bt-rt-img img{
       width: 100%;
    float: left;
    max-width: 80px;
}
.abt-txthds{
    width: 52%;
    float: left;
    padding-left: 34px;
    padding-top: 145px;

}

.abt-txthds h2{
display: flex
;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    color: #11B48D;
    text-align: left;
}
.abt-txthds img {
    width: 100%;
    max-width: 28px;
    float: left;
   
}
.abt-txthds h3 {
    padding-top: 5px;
    width: 100%;
    float: left;
    text-align: left;
    color: #001329;
    font-size: 55px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 0px;

}
.abt-txthds p{
    padding-top: 22px;
    width: 100%;
    float: left;
    text-align: left;
    color: #6D6D6D;
    font-size: 20px;
    font-weight: 400;
    line-height: 169%;
    padding-bottom: 19px;
}
.abtlast-colrbx{
    width: 100%;
    float: left;
   background: rgb(13,129,136);
background: linear-gradient(95deg, rgba(13,129,136,1) 0%, rgba(6,63,128,1) 100%);
padding-left: 50px;
border-radius: 24px;
position: relative;
padding-bottom: 92px;
}
.abtlast-colrbx h2{
    padding-bottom: 20px;
    padding-top: 94px;
    width: 100%;
    float: left;
    text-align: left;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-size: 54px;
    font-weight: 700;
    line-height: 81px;
}
.side-img{
    width: auto;
    float: left;
    right: 0;
    top: 0;
    position: absolute;
}
.side-img img{
    width: 100%;
    float: left;
    max-width: 498px;
    border-radius: 22px;
}
.section3{
    width: 100%;
    float: left;
    background-color: white;
    padding-top: 96px;
    padding-bottom:100px ;
}
.section3-main{
    width: 100%;
    float: left;
    border: 1px solid #11B48D;
    padding: 30px 38px;
    border-radius: 30px;


}
.section3-main:hover img {
    transform: rotateY(360deg);
    transform-style: preserve-3d;
    transition: transform 0.8s;
}
.section3-main img{
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 96px;
}
.section3-main h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 0px;
    font-size: 52px;
    font-weight: 500;
    padding-top: 5px;
   
}

.section3-main h2:after {
    font-weight: 500;
    font-size: 52px;
    content: '+';
    /*position: absolute;*/
}
.section3-main h5:after {
    font-weight: 500;
    font-size: 52px;
    content: 'k+';
    /*position: absolute;*/
}
.section3-main h5{
    width: 100%;
    float: left;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 0px;
    font-size: 52px;
    font-weight: 500;
    padding-top: 5px;
   
}

.section3-main h3{
     width: 100%;
    float: left;
    text-align: center;
    color: #0D0D0D;
    margin-bottom: 0px;
    font-size: 30px;
    font-weight: 500;
}
.section3-main p{
      width: 100%;
    float: left;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #808080;
    padding-top: 8px;
}
.section4{
    width: 100%;
    float: left;
    background-color: #e0efff;
    padding-top: 76px;
    padding-bottom: 56px;
    position: relative;

}
.section4 .owl-nav{
display: none;
}
.section4 .owl-stage-outer{
padding-top: 50px;
}
.set4side{
    width: auto;
    float: left;
    position: absolute;
    left: 0px;
    top: 0px;
}
.set4side img{
    width: 100%;
    float: left;
    max-width: 307px;

}
.section4-main{
    padding-top: 50px;
    width: 100%;
    float: left;
    padding-left: 40px;
}
.sect-4test {
    padding: 30px 40px 20px 40px;
    width: 100%;
    float: left;
    background-color: white;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
}
.test-persan{
    position: absolute;
    top: -45px;
    width: 86%;
}
.test-persan img {
    width: 100%;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
    max-width: 100px;
    
}
.double-quotes img{
width: 100%; 
float: left;
max-width: 95px;

}
.sect-4test p{
    width: 100%;
    float: left;
    text-align: center;
    color: #808080;
    line-height: 26px;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}
.sect-4test h2{
    width: 100%;
    float: left;
    text-align: center;
    color: #063F80;
    margin-bottom: 0px;
    font-weight: 500;
    font-size: 16px;
    padding-top: 20px;
}
.sect-4test h3{
     width: 100%;
    float: left;
    text-align: center;
    color: #808080;
    font-weight: 400;
    font-size: 12px;
    padding-top: 3px;

}
.gallery{
    width: 100%;
    float: left;
    background-color: white;
    padding:70px 0px;
    
}
.section-hd1 {
    width: 100%;
    float: left;
}
.section-hd1 h2 {
    display: flex
;
    align-items: center;
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 500;
    color: rgb(17, 180, 141);
    text-align: center;
    gap: 10px;
}
.section-hd1 h3 {
    width: 100%;
    float: left;
    text-align: left;
    color: #001329;
    margin-bottom: 0px;
    font-size: 55px;
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 37px;
}
.section-hd1 img {
    width: 100%;
    max-width: 28px;
    vertical-align: middle;
}
.g-flbx{
    width: 406px;
    float: left;
}
.g-center{
    width: 537px;
    float: left;
}
.g-center img{
width: 100%;
float: left;
max-width: ;
border-radius: 16px;

}
.g-flbx img{
width: 100%;
float: left;
max-width: ;
border-radius: 16px;

}
.footer{

    width: 100%;
    float: left;
    background-color: #0B3676;
    padding-top: 66px;
}
.ftr-logo{
       width: 76%;

    float: left;
}
.ftr-logo img{
    width: 100%;
    float: left;
    max-width: 304px;
}
.ftr-logo p{
    padding-top: 12px;
    width: 100%;
    float: left;
    text-align: left;
    color: #DDF0FF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;

}
.ftr-nbr-em{
    width: 24%;
    float: left;
}
.ftr-nbr-em a{
    width: 100%;
    float: left;
    text-align: left;
    color: white;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding-top: 20px;
     transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftr-nbr-em a:hover{
    color: #DDF0FF;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftraline {
    padding-top: 0px !important;
    padding-bottom: 20px;
    border-bottom: 1px solid #3A6595;
    width: auto !important;
   
}
.footeralllinks{
    margin-top: 50px;
    width: 100%;
    float: left;
    padding: 102px 0px;
     border-top: 1px solid #3A6595;
     border-bottom: 1px solid #3A6595;

}
.ftrbx1{
    width: 25%;
    float: left;

}
.ftrbx1 h3{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: white;

}
.ftrbx1 a{
    width: 100%;
    float: left;
    text-align: left;
    color: #DDF0FF;
    font-size: 16px;
    font-weight: 400;
  padding-bottom: 10px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftrbx1 a:hover{
    color: #ffffff;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftrbx2{
    width: 17%;
    float: left;

}
.ftrbx2 h3{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: white;

}
.ftrbx2 a{
    width: 100%;
    float: left;
    text-align: left;
    color: #DDF0FF;
    font-size: 16px;
    font-weight: 400;
  padding-bottom: 10px;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftrbx2 a:hover{
    color: #ffffff;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.ftrbx3{
    width: 17%;
    float: left;

}
.ftrbx3 h3{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: white;

}
.ftrbx3 p{
    width: 100%;
    float: left;
    text-align: left;
    color: #DDF0FF;
    font-size: 16px;
    font-weight: 400;
 line-height: 24px;
    text-decoration: none;
}
.ftrbx4{
    width: 40%;
    float: left;

}
.ftrbx4 h3{
    width: 100%;
    float: left;
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: white;

}
.ftrbx4 input{
    width: 71%;
    float: left;
    text-align: left;
    color: #9A9494;
    border-radius: 8px;
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 24px;
     border: none;
}
.ftrbx4 button {
    width: 145px;
    /* height: 44px; */
    background: #D8EEFF;
    color: #0B3676;
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    padding: 10px 16px;
    float: right;
    border: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.ftrbx4 button:hover{
    background-color: #13b28e;
    color: white;
 transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.copy{
    width: 100%;
    float: left;
    padding: 30px 0px;

}
.copy h2 {
    padding-top: 11px;
    width: auto;
    float: left;
    text-align: left;
    color: #DDF0FF;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0px;
}
.copy img {
    width: 100%;
    float: right;
    max-width: 37px;
    margin-left: 12px;
}
.copy img:hover{
    filter: brightness(1) invert(1);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}






@media(max-width: 400px){

.logo {
        padding-top: 11px;
    }
    .banner-backimag img {
        height: 322px !important;
    }
        .banner {
        height: 820px !important;
        
    }
        .bnr-txt p {
        font-size: 12px !important;
    }
    .bnr-txt h2 {
        font-size: 24px !important;
        line-height: 39px !important;
    }
    .banner-backimag{
        top: 127px !important;
    }

.rit-bt{
    display: none;
}
    .bt-rt-img {
        bottom: -86px !important;
        right: 168px !important;
    }
.abt-txthds {
    padding-top: 130px !important;
}
.abt-txthds h3{
    font-size: 35px !important;
}
.abtlast-colrbx h2{
    font-size: 35px !important;
    line-height: 50px !important;
}
.section4-main{
    padding-left: 0px !important;
}
.ftrbx4 input {
    margin-bottom: 15px;
        width: 100% !important;
    }

   .ftrbx4 button {
        width: auto !important;
        float: none;
        margin: auto;
        display: block;

    }


}








@media(max-width: 575px){
.hd-join-bx1 h6 {
    border: 1px solid;
    
}
.section1-main{
    margin-bottom: 30px;
}


.banner{
    position: relative;
    height: 770px;
}

.banner-backimag {
    position: absolute;
    top: 100px;
}
.banner-backimag img {
    height: 300px;
}
.bnr-txt {
    position: absolute;
    padding-top:0px; 
    background: #063f80;
    bottom: 0;
    left: 0;
    padding: 17px 15px;
}
    .bnr-txt h2 {
        text-align: center;
        font-size: 32px;
        line-height: 47px;
    }
.bnr-txt h2 br{
display: none;
}
.bnr-txt p{
    font-size: 13px;
}





.section1-main img {
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section1-main-text img{
     float: left !important;
   /* margin: auto;
    display: block;
    text-align: center;*/
}


.hd-join{
    display: none;
}
.logo {
    width: 50%;
}
.hd-menus {
    width: 50%;
     padding-left: 0px; 
}
.head {
    width: 96%;
}

.bnr-txt p{
    padding-bottom: 25px;
    text-align: center;
}
.bnr-txt p br{
    display: none;
}
.bnr-text-imgmore {
    width: 100%;
    float: left;
     padding-left: 0; 
     padding-top: 25px;
}
.bnr-text-imgmore img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.bnr-text-imgmore h4 {
    text-align: center;
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;

}
.bnr-text-imgmore h4 br{
    display: none;
}
.bnr-txtinnimg {
    width: 100%;
    text-align: center;
}
.hd-join-bx1 {
    width: 100%;
    float: left;
    margin: auto;
    display: inline-grid
;
    text-align: center;
}
.hd-join-bx1 a{
text-align: center;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section-hd h3{
    font-size: 40px;
}
.section1-main-text h2 br{
    display: none;
}
.section1-main-text h2{
    font-size: 20px;
    line-height: 28px;
}

.section1-main-text a{
    padding: 11px 40px;
}
.setin2-imgbx{
    width: 100%;
}

.bt-rt-img {
bottom: 19px;
    right: 46px;
}
.abt-txthds {
    width: 100%;
    float: left;
   padding-left: 0px; 
    padding-top: 90px;
}
.abt-txthds h3 {
    text-align: center;
        font-size: 45px;
        line-height: 55px;
}

.abt-txthds p{
    text-align: center;
    font-size: 19px;
}
.abt-txthds h2 {
    justify-content: center;
}
.abtlast-colrbx h2{
    text-align: center;
        font-size: 45px;
        line-height: 55px;
        padding-top: 0px;
}
.abtlast-colrbx{
    padding: 30px 10px;
}
.abtlast-colrbx h2 br{
    display: none;
}
.side-img{
    display: none;
}
.section3-main h3{
    font-size: 22px;
}
.section3-main h2{
    font-size: 40px;
}
.section3-main h2:after{
     font-size: 40px;
}
.section3-main h5{
     font-size: 40px;
}
.section3-main h5:after{
     font-size: 40px;
}
.section3-main img{
    max-width: 80px;
}
.section3-main{
    margin-bottom: 15px;
}
.section3-main{
    padding: 30px 20px;
}
.section-hd1 h2{
    justify-content: center;
}
    .section-hd1 h3 {
        font-size: 40px;
        text-align: center;
    }
.g-flbx {
    width: 100%;
}
.g-center {
    width: 100%;
}
.ftr-logo {
    width: 100%;
}
.ftr-logo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;

}
.ftr-logo p{
    text-align: center;
}

.ftr-nbr-em{
    padding-top: 25px;
    width: 100%;
}
.ftr-nbr-em a{
    text-align: center;
    font-size: 28px;
}
.ftraline{
    width: 100% !important;
    text-align: center !important;
}

.footeralllinks{
    margin-top: 0px;
    border-top: none;
    padding:30px 0px
}
.ftrbx1 {
    width: 100%;
}
.ftrbx2 {
    width: 100%;
}

.ftrbx3 {
    width: 100%;
}
.ftrbx4 button {
        width: 32%;
    }
    .ftrbx4 {
        width: 100%;
        max-width: 500px;
        float: none;
        display: block;
        margin: auto;
    }
.ftrbx1 h3 {
    text-align: center;
}
.ftrbx2 h3 {
    text-align: center;
}
.ftrbx3 h3 {
    text-align: center;
}
.ftrbx4 h3 {
    text-align: center;
}
.ftrbx1 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx2 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx3 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx4 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx3 p {
    text-align: center;
}
.ftrbx4 input {
    width: 66%;
}
.footeralllinks h3{
    padding-top: 9px;
}
.copy h2 {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.copy{
    text-align: center;
}
.copy a{
display: inline-block;
}
.copy img{
    margin: 5px;
}

}



@media (min-width:576px) and (max-width:767px){

.section1-main{
    margin-bottom: 30px;
}


.banner{
    position: relative;
    height: 760px;
}

.banner-backimag {
    position: absolute;
    top: 100px;
}
.banner-backimag img {
    height: 300px;
}
.bnr-txt {
    position: absolute;
    padding-top:0px; 
    background: #063f80;
    bottom: 0;
    left: 0;
    padding: 17px 15px;
}
    .bnr-txt h2 {
        text-align: center;
        font-size: 32px;
        line-height: 47px;
    }
.bnr-txt h2 br{
display: none;
}
.bnr-txt p{
    font-size: 13px;
}


















.hd-join{
    display: none;
}
.logo {
    width: 50%;
}
.hd-menus {
    width: 50%;
     padding-left: 0px; 
}
.head {
    width: 96%;
}

.bnr-txt p{
    padding-bottom: 25px;
    text-align: center;
}
.bnr-txt p br{
    display: none;
}
.bnr-text-imgmore {
    width: 100%;
    float: left;
     padding-left: 0; 
     padding-top: 25px;
}
.bnr-text-imgmore img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.bnr-text-imgmore h4 {
    text-align: center;
    width: 100%;
    padding-left: 0px;
    padding-top: 10px;

}
.bnr-text-imgmore h4 br{
    display: none;
}
.bnr-txtinnimg {
    width: 100%;
    text-align: center;
}
.hd-join-bx1 {
    width: 100%;
    float: left;
    margin: auto;
    display: inline-grid
;
    text-align: center;
}
.hd-join-bx1 a{
text-align: center;
    float: none;
    margin: auto;
    display: block;
    text-align: center;
}
.section-hd h3{
    font-size: 40px;
}
.section1-main-text h2 br{
    display: none;
}
.section1-main-text h2{
    font-size: 20px;
    line-height: 28px;
}

.section1-main-text a{
    padding: 11px 40px;
}
.setin2-imgbx{
    width: 100%;
}

    .bt-rt-img {
        bottom: 116px;
        right: 100px;
    }
.abt-txthds {
    width: 100%;
    float: left;
   padding-left: 0px; 
    padding-top: 90px;
}
.abt-txthds h3 {
    text-align: center;
        font-size: 45px;
        line-height: 55px;
}

.abt-txthds p{
    text-align: center;
    font-size: 19px;
}
.abt-txthds h2 {
    justify-content: center;
}
.abtlast-colrbx h2{
    text-align: center;
        font-size: 45px;
        line-height: 55px;
        padding-top: 0px;
}
.abtlast-colrbx{
    padding: 30px 10px;
}
.abtlast-colrbx h2 br{
    display: none;
}
.side-img{
    display: none;
}
.section3-main h3{
    font-size: 22px;
}
.section3-main h2{
    font-size: 40px;
}
.section3-main h2:after{
     font-size: 40px;
}
.section3-main h5{
     font-size: 40px;
}
.section3-main h5:after{
     font-size: 40px;
}
.section3-main img{
    max-width: 80px;
}
.section3-main{
    margin-bottom: 15px;
}
.section3-main{
    padding: 30px 20px;
}
.section-hd1 h2{
    justify-content: center;
}
    .section-hd1 h3 {
        font-size: 40px;
        text-align: center;
    }
.g-flbx {
    width: 100%;
}
.g-center {
    width: 100%;
}
.ftr-logo {
    width: 100%;
}
.ftr-logo img{
    float: none;
    margin: auto;
    display: block;
    text-align: center;

}
.ftr-logo p{
    text-align: center;
}

.ftr-nbr-em{
    padding-top: 25px;
    width: 100%;
}
.ftr-nbr-em a{
    text-align: center;
}
.ftraline{
    width: 100% !important;
    text-align: center !important;
}

.footeralllinks{
    margin-top: 0px;
    border-top: none;
    padding:30px 0px
}
.ftrbx1 {
    width: 100%;
}
.ftrbx2 {
    width: 100%;
}

.ftrbx3 {
    width: 100%;
}
.ftrbx4 button {
        width: 32%;
    }
    .ftrbx4 {
        width: 100%;
        max-width: 500px;
        float: none;
        display: block;
        margin: auto;
    }
.ftrbx1 h3 {
    text-align: center;
}
.test-persan{
    width: 73%;
}

.ftrbx2 h3 {
    text-align: center;
}
.ftrbx3 h3 {
    text-align: center;
}
.ftrbx4 h3 {
    text-align: center;
}
.ftrbx1 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx2 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx3 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx4 a {
    width: 50%;
    font-size: 14px;
    text-align: center;
}
.ftrbx3 p {
    text-align: center;
}
.ftrbx4 input {
    width: 66%;
}
.footeralllinks h3{
    padding-top: 9px;
}
.copy h2 {
    padding-bottom: 20px;
    text-align: center;
    width: 100%;
}
.copy{
    text-align: center;
}
.copy a{
display: inline-block;
}
.copy img{
    margin: 5px;
}

}


@media (min-width:768px) and (max-width:991px){
.banner{
    position: relative;
    height: 666px;
}

.banner-backimag {
    position: absolute;
    top: 100px;
}
.banner-backimag img {
    height: 350px;
}
.bnr-txt {
    position: absolute;
    padding-top:0px; 
    background: #063f80;
    bottom: 0;
    left: 0;
    padding: 17px 15px;
}
    .bnr-txt h2 {
        text-align: left;
        font-size: 32px;
        line-height: 47px;
    }
.bnr-txt h2 br{
display: none;
}
.bnr-txt p{
    font-size: 13px;
}































.hd-join{
    display: none;
}
.section1-main-text h2{
    font-size: 20px;
    line-height: 27px;
}
.section1-main-text a{
    padding: 13px 0px;
}

.abt-txthds {
    
    padding-left: 20px;
     padding-top: 0px; 
}
.abt-txthds h3{
    font-size: 38px;
}
.abt-txthds p {
    padding-top: 15px;
    font-size: 18px; 
}
.setin2-imgbx{
    padding-top: 20px;
}
.rit-bt{
 bottom: -100px;;
}
.bt-rt-img{
    bottom: 21px;
    right: 181px;
}
.section2-main {
    padding-top: 50px;
}
.side-img{
    display: none;
}
.abtlast-colrbx h2{
    font-size: 45px;
    line-height: 65px;
}
.abtlast-colrbx h2{
    padding-top: 40px;
}
.abtlast-colrbx{
    padding-bottom: 40px;
}
.section3-main{
    margin-bottom: 20px;
}
.section3{
    padding-bottom: 50px;
}
.g-flbx {
    width: 100%;
}
.g-center {
    width: 100%;
}
.ftr-logo {
    width: 50%;
}
.ftr-nbr-em {
    width: 50%;
}
.footeralllinks{
    padding: 40px 0px;
}
.ftrbx1 {
    width: 42%;
}
.ftrbx2 {
    width: 28%;
}
.ftrbx3 {
    width: 30%;
}

.ftrbx4 {
    width: 68%;
}
.ftrbx4 h3{
    padding-top: 25px;
}

}


@media (min-width:992px) and (max-width:1024px){


.bnr-txt{
    padding-top: 220px;
}

.hd-join{
    display: none;
}
.abt-txthds h3{
    font-size: 45px;
}
.abt-txthds{
    padding-top: 0px;
}

.abt-txthds p{
    font-size: 19px;
}
.bt-rt-img {
    bottom: 15px;
}
.abtlast-colrbx h2{
    position: relative;
}
.section2-main {
    padding-top: 50px;
}
.side-img img{
    max-width: 497px;
}
.section3-main{
    padding: 30px 15px;
}
.section3-main h3{
    font-size: 22px;
}
.section3-main h2{
    font-size: 45px;
}
.section3-main h5{
    font-size: 45px;
}
.ftr-logo {
    width: 50%;
}
.ftr-nbr-em {
    width: 50%;
}

.footeralllinks {
    padding: 60px 0px;
}
.ftr-nbr-em a{
    text-align: right;
    float: right;
}

.ftrbx1 {
    width: 27%;
}
.ftrbx4 {
    width: 39%;
}
.ftrbx4 input {
    width: 60%;
}
.g-flbx {
    width: 100%;
}

.g-center {
    width: 100%;
}
.section1-main-text a{
    padding:13px 0px;
}
.section1-main-text h2{
    font-size: 25px;
}



}


@media (min-width:1025px) and (max-width:1199px){
.bnr-txt{
    padding-top: 220px;
}
.hd-join{
    display: none;
}
.abt-txthds h3{
    font-size: 45px;
}
.abt-txthds{
    padding-top: 0px;
}

.abt-txthds p{
    font-size: 19px;
}
.bt-rt-img {
    bottom: 15px;
}
.abtlast-colrbx h2{
    position: relative;
}
.section2-main {
    padding-top: 50px;
}
.side-img img{
    max-width: 497px;
}
.section3-main{
    padding: 30px 15px;
}
.section3-main h3{
    font-size: 22px;
}
.section3-main h2{
    font-size: 45px;
}
.section3-main h5{
    font-size: 45px;
}
.ftr-logo {
    width: 50%;
}
.ftr-nbr-em {
    width: 50%;
}

.footeralllinks {
    padding: 60px 0px;
}
.ftr-nbr-em a{
    text-align: right;
    float: right;
}

.ftrbx1 {
    width: 27%;
}
.ftrbx4 {
    width: 39%;
}
.ftrbx4 input {
    width: 60%;
}
.g-flbx {
    width: 100%;
}

.g-center {
    width: 100%;
}
.section1-main-text a{
    padding:13px 0px;
}
.section1-main-text h2{
    font-size: 25px;
}


}

@media (min-width:1200px) and (max-width:1339px){
    
    
   .hd-menus{
    padding-left: 100px;
} 
    
    
    
    
    
    
}
@media (min-width:1400px) and (max-width:1440px){



.g-center {
    width: 570px;
}
.g-flbx {
    width: 435px;
}

.ftrbx4 button {
    margin-left: 9px;
    float: left;
}
.bnr-txt{
    padding-top: 220px;
}
.ftrbx3 p {
    width: 93%;
}


}


.grecaptcha-badge { 
    visibility: hidden;
}
