html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
table {
  border-collapse: collapse;
}

caption {
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}
html,body{
  max-width: 100vw;
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 24px;
  color: #000;
}
ul{
  list-style: none;
}
a{
  color: #f75036;
  text-decoration: none;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  font-weight: 400;
}
a:focus{
  color: #0f64ac;
}
a:hover{
  outline: none;
  color: #0f64ac;

}
img{
  display: block;
  max-width: 100%;
}
h1,.h1{
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  color: #0f64ac;
}
h2{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
  color: #0f64ac;
}
h3{
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
}
h4{
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
}
h5{
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}
h6{
  font-size: 15px;
  font-weight: 600;
}
.btn {
  font-family: "Sora", sans-serif;
  font-size: 14px;
  background: #f75036;
  color: #fff;
  cursor: pointer;
  border: 1px solid #f75036;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 25px;
  line-height: 38px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  /*text-transform: capitalize;*/
}
.btn:focus,
.btn:hover{
  background: #0f62ab;
  border-color: #0f62ab;
  color: #fff;
}
.btn_white{
  background: #fff;
  border: 1px solid #f75036;
  color: #f75036;
}
.btn_white:hover{
  background: #f75036;
  border-color: #f75036;
  color: #fff;
}
.btn_white2{
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.btn_white2:hover{
  background: #f75036;
  border-color: #f75036;
  color: #fff;
}
.btn2{
  background: #0f62ab;
  border-color: #0f62ab;
}
.btn2:hover{
  background: #f75036;
  border-color: #f75036;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  height: 50px;
  padding: 0 20px;
  font-family: "Sora", sans-serif;
  font-size: 15px;
  line-height: 44px;
  font-weight: 300;
  color: #000;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.form_group label{
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 300;
  display: block;
  color: #000;
}
.form_control:focus{
  outline: none;
  border: 1px solid #0f62ab;
}
.form_control.btn{
  min-width: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  max-width: 110px;
  border-radius: 0;
}
.form_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.w_50{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.w_60{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(60% - 10px);
          flex: 0 0 calc(60% - 10px);
  max-width: calc(60% - 10px);
}
.w_70{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70% - 10px);
          flex: 0 0 calc(70% - 10px);
  max-width: calc(60% - 10px);
}
.w_40{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(40% - 10px);
          flex: 0 0 calc(40% - 10px);
  max-width: calc(40% - 10px);
}
.w_100{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}
.form_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #b1b1b1;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #b1b1b1;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #b1b1b1;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-moz-placeholder { /* Firefox 18- */
  color: #b1b1b1;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.form_control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: transparent;
}
.form_control:focus::-moz-placeholder { /* Firefox 19+ */
  color: transparent;
}
.form_control:focus:-ms-input-placeholder { /* IE 10+ */
  color: transparent;
}
.form_control:focus:-moz-placeholder { /* Firefox 18- */
  color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type=number]{
    -moz-appearance: textfield;
}
label.error {
    display: none !important;
}
.form_control.error{
  border-color: red !important;
  color: red;
}
label.error{
  display: none !important;
}
.form_control.error::-webkit-input-placeholder{
  color: red;
}
.form_control.error::-moz-placeholder{
  color: red;
}
.form_control.error:-ms-input-placeholder{
  color: red;
}
.form_control.error::-ms-input-placeholder{
  color: red;
}
.form_control.error::placeholder{
  color: red;
}
textarea.form_control{
  height: 96px;
  line-height: 1.2;
  resize: none;
  padding: 20px;
}
.sm{
  margin: 20px 0 0;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0;
  display: none;
}
.menu_toggle span {
  margin: 0 auto;
  position: relative;
  top: 15px;
}
.menu_toggle span:before, .menu_toggle span:after {
  position: absolute;
  content: '';
}
.menu_toggle span, .menu_toggle span:before, .menu_toggle span:after {
  width: 100%;
  height: 2px;
  background-color: #000;
  display: block;
}
.menu_toggle span:before {
  margin-top: 10px;
}
.menu_toggle span:after {
  margin-top: -10px;
}
/* --- btn --- */
.menu_toggle span {
  -webkit-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s;
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.menu_toggle.active span {
  background-color: rgba(0,0,0,0.0);
  -webkit-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.dropdown_btn:hover:after{
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.menu_toggle span:before {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.menu_toggle span:after {
  -webkit-transition-property: margin, -webkit-transform; transition-property: margin, -webkit-transform; -o-transition-property: margin, transform; transition-property: margin, transform; transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s; -o-transition-delay: 0.2s, 0s; transition-delay: 0.2s, 0s;
}
.menu_toggle.active span:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s; -o-transition-delay: 0s, 0.2s; transition-delay: 0s, 0.2s;
}
.slick-dots li button:before {
  font-size: 50px;
  opacity: 1;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: none;
          flex-direction: none;
}
.slick-dots li{
  width: 45px;
  height: 8px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button{
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  display: block;
  opacity: 0.6;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-dots li button:before {
  display: none;
}
.slick-dots li.slick-active {
  width: 77px;
}
.slick-dots li button:hover{
  opacity: 1;
}
.slick-dots li.slick-active button{
  background: #ff6d00;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  font-size: 50px;
  opacity: 1;
  color: #0a238b;
  display: none;
}
.slick-arrow {
  width: 25px;
  height: 40px;
  background: transparent;
  background: transparent url(../images/arrow2.png) no-repeat center !important;
  z-index: 99;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.slick-next {
  left: auto;
  background-image: url(../images/arrow1.png) !important;
}

.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.mobile_nav{
  display: none;
}
.dropdown_btn:after {
  content: "";
  width: 16px;
  height: 10px;
  background: url(../images/chervron.png) no-repeat center / contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s all ease-in-out;
  -webkit-transition: 0.4s all 
ease-in-out;
  -o-transition: 0.4s all 
ease-in-out;
  transition: 0.4s all 
ease-in-out;
}

header{
  position: absolute;
  left: 0;
  right: 0;
  top:0;
  z-index: 99999;
  padding: 20px  0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
header nav ul a{
  font-weight: 500;
  color: #000;
}
header .logo img{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown{
  position: relative;
}
.dropdown_btn{
  position: relative;
}
.dropdown_btn {
  padding-right: 22px;
}
.header_rht {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  display: none;
}
.header_rht .btn:after{
  content: url(../images/arrow3.png);
  margin-left: 10px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.header_rht .btn:hover::after{
  content: url(../images/arrow_white.png);
}
.header_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nav_rht{
  align-self: center;
}
nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
nav ul li a:hover{
  color: #f75036;
}
.dropdown_menu{
  /*display: none;*/
}
.dropdown_menu {
  z-index: 999;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
  width: 300px;
  max-width: none;
  background: #0f64ac;
  /*border:1px solid #ccc;*/
  border-radius: 6px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  opacity: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(50px);
      -ms-transform: translateX(-50%) translateY(50px);
          transform: translateX(-50%) translateY(50px);
}
.dropdown:hover .dropdown_menu{
  visibility: visible; 
  opacity: 1;
  -webkit-transform: translateX(-50%) translateY(0);
      -ms-transform: translateX(-50%) translateY(0);
          transform: translateX(-50%) translateY(0);
}
.dropdown_menu li {
  padding: 0 !important;
}
.dropdown_menu li a {
  padding: 5px;
  line-height: 1.2;
  height: auto;
  color: #fff;
  text-align: left;
  display: block;
  position: relative;
  font-weight: 400;
  border-radius: 0;
  background: none !important;
  border: none;
  padding: 15px 20px;
  display: block;
}
.dropdown:hover a{
  /*background: #fff;*/
}
.dropdown_menu li a:hover {
  color: #f75036;
  background: #fff !important;
}
header.sticky{
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
header.sticky .logo img{
  /*max-width: 220px;*/
}


.sticky-outer .sticky{
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background: #fff;
  padding: 10px 0;
  -webkit-animation-name: header_sticky;
  animation-name: header_sticky;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}



@-webkit-keyframes header_sticky {
  0%   {margin-top:-150px;opacity:0;}
  50%  {margin-top: -100px;opacity:0.5;}
  100% {margin-top: 0;opacity:1;}
}



@keyframes header_sticky {
  0%   {margin-top:-150px;opacity:0;}
  50%  {margin-top: -100px;opacity:0.5;}
  100% {margin-top: 0;opacity:1;}
}

header.sticky .dropdown_btn:after{
  background: url(../images/chervron2.png) no-repeat center / contain;
}

.sec_title{
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  color: #f75036;
  display: block;
  margin-bottom: 10px;
}
.sm ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sm li{
  margin: 0 10px 0 0;
}
.sm a{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #0f3771;
  border:2px solid #264a7f;
  border-radius: 50%;
}
.sm a svg{
  width: 20px;
  height: 20px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.sm a:hover{
  background: #f75036;
  border-color: #f75036;
}
.form_row{
  margin: 30px 0 0;
}
.form_group{
  position: relative;
  margin-bottom: 10px;
}
textarea.form_control{
  padding: 20px 0;
  height: 100px;
}
.floating_feild label{
  position: absolute;
  left: 0;
  top: 17px;
  -webkit-transition: 0.2s all ease-in-out;
  -o-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  font-size: 15px;
  font-weight: 600;
  pointer-events: none;
}
.floating_feild .form_control:valid + label,
.floating_feild .form_control:focus + label{
  top: -10px;
  color: #777;
}
.form_submit {
  text-align: right;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
header nav{
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 20px;
}
header .logo a{
  display: block;
  max-width: 250px;
}
.mobile_btns{
  /*display: none;*/
}
.mobile_btns b{
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
.mobile_btns ul{
  gap: 10px;
}
.mobile_btns .btn{
  width:280px;
  max-width: 280px;
}
.banner{
  position: relative;
  overflow: hidden;
}
.bg_image{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
.bg_image img{
  width: 100%;
}
.banner .container{
  position: relative;
  z-index: 1;
}
.banner_in{
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 120px;
}
.banner_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  height: 450px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.banner_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner_cnt{
  max-width: 50%;
  padding: 0 50px 0 0;
}
.banner_cnt h1{
  margin-bottom: 20px;
}
.banner_cnt p{
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 15px;
}
.about_us{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 150px;
}
.abu_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.abu_lft h2{
  margin-bottom: 30px;
}
.avatar_blk{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 10px;
  margin-bottom: 10px;
}
.avatar_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 123px;
          flex: 0 0 123px;
  max-width: 123px;
  height: 123px;
  border-radius: 10px;
  overflow: hidden;
  background: #eef7ff;
}
.avatar_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
b,strong{
  font-weight: 600;
}
.abu_lft{
  padding-right: 30px;
}
.abu_lft p{
  margin-bottom: 20px;
}
.abu_imgs{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-content: flex-start;
  gap: 20px;
  padding-left: 30px;
}
.au_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  height: 250px;
  background: #eef7ff;
  border-radius: 12px;
  overflow: hidden;
}
.au_img img{
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.au_img:last-child{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  height: 270px;
}
sup{
  vertical-align: top;
  font-size: 15px;
  color: #000;
}
.sec_head{
  max-width: 450px;
}
.rsm_blk,
.workshop_blk{
  background:#f4f7ff url(../images/bg_2.jpg) no-repeat center / cover;
  padding: 50px 0;
}
.workshop_img{
  height: 300px;
  margin: 15px 0;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}
.workshop_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.workshops_list{
}
.workshops_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 30px -15px;
}
.workshop_card {
  padding: 0 15px;
}
.sec_foot{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sf_lft{
  max-width: 50%;
}
.sf_rht{
  gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.workshop_card p,
.workshop_card h5{
  height: 24px;
  overflow: hidden;
}
.btn_blk{
  padding: 60px 0;
  background: #fff;
  text-align: center;
}
.btn_blk h2{
  margin-bottom: 50px;
}
.btn_blk ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
  margin: auto;
}
.count{
  width: 200px;
  height: 200px;
  border: 8px solid #6dcff6;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 auto 15px;
}
.count h2{
  font-size: 30px;
  margin-bottom: 0 !important;
}
.rsm_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  padding: 30px 0;
}
.rsm_Card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(25% - 16px);
          flex: 0 0 calc(25% - 16px);
  max-width: calc(25% - 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
}
.rsm_Card:first-child{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 16px);
          flex: 0 0 calc(50% - 16px);
  /*max-width: calc(50% - 16px);*/
}
.rsm_Card a{
  color: #000;
  display: inline-block;
}
.rsm_Card a:hover{
  color: #f75036;
}
.rsm_imgs{
  width: 100%;
  height: 356px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.rsm_img{
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: block;
  border-radius: 20px;
  position: relative;
}
.rsm_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
 .play_icon{
  position: absolute;
  right: 20px;
  bottom: 20px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
 }
 .play_icon img{
  width: auto;
  height: auto;
 }
 .play_icon:hover{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
 }
 .os_blk{
  padding: 60px 0;
 }
 .os_blk .sec_head{
  max-width: 570px;
 }
 .our_supporters{
  text-align: center;
  padding: 50px 0 0;
 }
 .our_supporters ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
  padding-bottom: 50px;
 }
 .our_supporters ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  max-width: calc(100% / 6);
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
 .tc_btm{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
 }
 .tc_avatar{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  max-width: 60px;
  height: 60px;
  background: #0f62ab;
  border-radius: 50%;
  overflow: hidden;
 }
 .tc_avatar img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
 }
 .Testimonials_list{
  display: -ms-grid;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  position: relative;
 }
 .horizontal {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-span: 2;
  grid-row: span 2;
}
.horizontal_2{
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.Testimonials_blk{
  background: #dee9ff;
  padding: 50px 0 90px;
}
.Testimonials_list{
  margin: 30px 0 0;
}
.Testimonials_card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.Testimonials_card *{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.Testimonials_card:hover{
  background: #00163d;
}
.Testimonials_card:hover *{
  color: #fff;
}
.Testimonials_card h2,
.Testimonials_card h3{
  margin-bottom: 15px;
  color: #00163d;
}
.quote_icon {
  width: 35px;
  height: 35px;
  margin: 0 0 5px 0;
  position: relative;
}
.quote_icon span {
  position: absolute;
  font-size: 70px;
  color: #f75036;
  font-weight: bold;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 35px;
  height: 35px;
  top: -24px;
}
.Testimonials_card p{
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.Testimonials_card:nth-child(n+2){
  padding: 25px;
}
.Testimonials_card:nth-child(n+2) p{
  font-size: 14px;
  line-height: 23px;
}
.Testimonials_wrapper{
  position: relative;
}
.linkbtns_blk{
  position: absolute;
  top: 0;
  right: 0;
  margin: -68px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

footer{
  background: #002b68;
  color: #fff;
  overflow: hidden;
}
footer a{
  color: #fff;
}
.footer_top{
  padding: 30px 0 20px 0;
}
.footer_top h2{
  color: #fff;
  margin-bottom: 10px;
}
.footer_top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ft_lft{
  max-width: 640px;
}
.ft_rht{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  max-width: 780px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 780px;
          flex: 0 0 780px;
}
.ftr_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 227px;
          flex: 0 0 227px;
  max-width: 227px;
  height: 287px;
  overflow: hidden;
  border-radius: 15px;
}
.ftr_rht{
  width: 100%;
  height: 287px;
  overflow: hidden;
  border-radius: 15px;
}
.ftr_lft img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer_btm .ftr_lft,
.footer_btm .ftr_rht{
  height: auto;
  border-radius: 0;
}
.footer_btm .ft_lft a{
  display: inline-block;
  margin-bottom: 15px;
}
.footer_btm .ft_lft {
  max-width: 400px;
}
.footer_btm .ftr_lft img{
  display: block;
}
.sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sm li a{
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sm li a svg{
}
.ft_rht h4{
  margin-bottom: 20px;
}
.footer_btm2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
.footer_btm,.footer_btm2{
  border-top: 1px solid #0047ab;
}
.copyRights a{
  color: #088bac;
}
.copyRights a:hover{
  color: #f75036;
}
footer a:hover{
  color: #f75036;
}
.ftr_lft ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}
.footer_top .ft_lft h2{
  margin-bottom: 30px;
}
.footer_top .ft_lft p{
  font-size: 20px;
  margin-bottom: 30px;
}
.footer_btm .ft_lft p{
  font-size: 15px;
  margin-bottom: 0;
}
header.open{
  background: #fff;
}
.innerPageBanner{
  background: #fff;
}
.ipb_section{
  background: #eef7ff;
  position: relative;
}
.ipb_section .bg_image{
  z-index: 1;
}
.ibp_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 534px;
}
.ipbcnt{
  max-width: 650px;
  padding: 30px;
}
.ipbcnt h1{
  font-size: 40px;
  margin-bottom: 20px;
}
.ipbcnt p{
  font-size: 16px;
  line-height: 26px;
}
.ipbcnt p strong{
  font-size: 20px;
}
.ipb_img{
  position: absolute;
  right: 70px;
  top: 50px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 530px;
  height: 590px;
  background: #fff;
  border-radius: 20px;
  border: 10px solid #fff;
}
.ipb_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUs2_wrapper{
  padding: 70px 0;
}
.aboutUs2{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
.abus_lft,.abus_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 30px);
          flex: 0 0 calc(50% - 30px);
  max-width: calc(50% - 30px);
}
.abus_rht .abu_imgs{
  padding: 0;
}
.abus_rht .au_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 266px;
          flex: 0 0 266px;
  max-width: 266px;
  height: 250px;
}
.about_us .au_img:last-child{
  flex: 0 0 100%;
  max-width: 100%;
}
.au_img:last-child {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 404px;
          flex: 0 0 404px;
  max-width: 404px;
}
.aboutUs2 h2{
  margin-bottom: 20px;
}
.abus_rht{
  padding-top: 92px;
}
.aboutUs2 p{
  margin-bottom: 30px;
}
.ipb2 .bg_image{
  height: 508px;
  overflow: hidden;
  position: static !important;
}
.ipb2 .bg_image img{
  width: 100%;
  /*height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	object-position: center;*/
}
.ipb2 .sec_head{
  max-width: 50%;
}
.ipb2 .sec_head h2 {
  margin-bottom: 30px;
}
.ipb2 .sec_head h2 span{
  color: #000;
}
.ipb2 .abus_rht{
  padding: 0 !important;
}
.abus_lft ul{
  margin-bottom: 30px;
}
.abus_lft ul li{
  font-weight: 600;
  margin-bottom: 5px;
}
.abuw2{
  background: url(../images/bg_4.png) no-repeat center / cover;
}
.bg_image2{
  position: relative;
}
.banner_txt{
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner_txt *{
  color: #fff;
}
.abus_img img{
  border-radius: 16px;
}



.custom-checkbox {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  cursor: pointer;
  font-size: 16px;
  color: #000; 
  -webkit-user-select: none; 
     -moz-user-select: none; 
      -ms-user-select: none; 
          user-select: none;
  position: relative;
}

.custom-checkbox input {
  display: none;
}

.custom-checkbox span{
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #555555;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.custom-checkbox .checkmark {
  height: 20px;
  width: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  max-width: 20px;
  border: 1px solid #c2c2c2; 
  border-radius: 4px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  background-color: #fff; 
  -webkit-transition: all 0.2s ease; 
  -o-transition: all 0.2s ease; 
  transition: all 0.2s ease;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}

.custom-checkbox input:checked ~ span{
  color: #000;
}
.custom-checkbox input:checked + .checkmark {
  background-color: #0f64ac; 
  border-color: #0f64ac;     
}

.custom-checkbox .checkmark::after {
  content: '';
  position: absolute;
  display: none;
  left: 6px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.custom-checkbox input:checked + .checkmark::after {
  display: block;
}
.check_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  padding-left: 20px;
}
.input_group{
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  border-radius: 4px;
}
.input_group .form_control:first-child {
  width: auto;
  border: none;
  border-right: 1px solid #b7b7b7;
  display: inline-block;
  min-width: 62px;
  padding: 0 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.input_group .form_control:last-child {
  width: 100%;
  border: none;
}
.input_group .form_control{
  height: 100%;
}

select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
}

/* for IE10 */
select::-ms-expand {
  display: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  -o-text-overflow: '';
     text-overflow: '';
  background: url(../images/down_arrow.png) no-repeat right 10px center / 18px;
}
select option{
  color: #000;
}
select:invalid{
  color: #ccc;
}
select:valid{
  background: url(../images/down_arrow2.png) no-repeat right 10px center / 18px;
}
.input_group select:valid{
  background: url(../images/down_arrow2.png) no-repeat right 10px center / 14px;
}
.check_list_inline{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}
.form_submit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
}

.custom-checkbox{
  margin-bottom: 0 !important;
}
.form_row h5,
.form_row h6{
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 10px;
}
.form_row h6{
  font-weight: 500;
}
.form_row h6 span,
.form_row h5 span{
  font-weight: 300;
}
.form_row p{
  font-weight:300;
  margin: 0;
}
.form_row p b{
  font-weight: 500;
}
.form_group > label{
  font-weight: 500;
}
.form_submit .custom-checkbox span{
  font-weight: 400;
}
.page_pocf .sec_head{
  margin-bottom: 30px;
}
.page_pocf .sec_head h2{
  margin-bottom: 10px;
}
.page_pocf .abus_lft{
  max-width: 35%;
}
.page_pocf .abus_rht {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
  max-width: 100%;
}
.listings .check_list{
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  display: block;
}
.page_pocf .check_list{
  gap: 10px;
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 20px;
}
.divider{
  width: 100%;
  height: 1px;
  background: #b7b7b7;
  margin: 10px 0;
}
.events_wrapper{
  padding: 30px 0;
}
.ew_head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.ew_tabs ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px
}
.ew_tabs ul a{
  color: #555555;
  line-height: 46px;
  border-color: #cccccc;
}
.ew_tabs ul a.active,
.ew_tabs ul a:hover{
  border-color: #0f64ac;
  color: #0f64ac;
  background: transparent;
}
.ewt_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.ewt_Card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 14px);
          flex: 0 0 calc(100% / 3 - 14px);
  max-width: 0 0 calc(100% / 3 - 14px);
}
.ewtc2{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 * 2 - 7px);
          flex: 0 0 calc(100% / 3 * 2 - 7px);
}
.ewt_Card a{
  display: block;
  color: #000;
  position: relative;
}
.ewt_list{
  margin-top: 30px;
}
.ewt_img{
  height: 400px;
  background: #000;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.ewt_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
	object-position: center top;  /* Control what part shows */
}
.ewt_Card a span{
  font-size: 13px;
  line-height: 18px;
  font-weight: 500;
}
.ewt_Card a:hover{
  color: #0f64ac;
}
.contact_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 48%;
  border:1px solid #ccc;
  border-radius: 16px;
  padding: 30px;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow:0 0 40px rgba(0,0,0,0.1);
          box-shadow:0 0 40px rgba(0,0,0,0.1);
}
.contact_card a{
  color: #555;
  line-height: 1.4;
  display: inline-block;
}
.contact_card a:hover{
  color: #f75036;
}
.page_contact .contact_card{
  border:1px solid #555;
}
.page_contact .contact_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 690px;
          flex: 0 0 690px;
  margin: auto;
}
.contact_card{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_card a{
  display: inline-block;
  line-height: 1.4;
}
.contact_card p{
  margin: 0;
}
.page_contact .abus_lft .contact_card{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.page_contact .abus_lft .contact_card:last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.page_contact .abus_lft{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  gap: 20px;
}
.contact_card:last-child{
  margin-bottom: 0;
  width: 100%;
  display: block;
  max-width: 100%;
}
..aboutUs2 h2{
  color: #fff;
}
.contact_card p b{
  font-weight: bold;
}
.page_contact .abus_lft .contact_card span{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 70px;
          flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
  background: rgba(215, 215, 215, 0.7);
  width: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pageTestmonials .page_head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pageTestmonials .page_head h2{
  margin: 0;
}
.pageTestmonials .Testimonials_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.pageTestmonials .Testimonials_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 14px);
          flex: 0 0 calc(100% / 3 - 14px);
  border:1px solid #ccc;
}
.pageTestmonials .tst_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 10px;
}
.pageTestmonials .tst_title .quote_icon{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 31px;
          flex: 0 0 31px;
  max-width: 31px;
  height: 31px;
  background: url(../images/quote_icon.png) no-repeat center / contain;
}
.pageTestmonials .Testimonials_card:hover{
  background: transparent !important;
  color: #000;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.pageTestmonials .Testimonials_card:hover *{
  color: #000;
}





.modal {

  position: fixed;

  top: 0;

  left: 0;

  z-index: 99999999;

  width: 100%;

  height: 100%;

  overflow-x: hidden;

  overflow-y: auto;

  outline: 0;

  opacity: 0;

  visibility: hidden;

  -webkit-transition: 0.4s all ease-in-out;

  -o-transition: 0.4s all ease-in-out;

  transition: 0.4s all ease-in-out;

  background: rgba(255, 255, 255, 0.9);

}

.modal.show {

  visibility: visible;

  opacity: 1;

  overflow: auto;

}

.modal .modal-dialog {

  -webkit-transform: translate(0, -50px);

  -ms-transform: translate(0, -50px);

  transform: translate(0, -50px);

  -webkit-transition: -webkit-transform .3s ease-out;

  transition: -webkit-transform .3s ease-out;

  -o-transition: transform .3s ease-out;

  transition: transform .3s ease-out;

  transition: transform .3s ease-out, -webkit-transform .3s ease-out;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

  height: calc(100% - 60px);

  padding: 30px;

  -webkit-transition: 0.4s all ease-in-out;

  -o-transition: 0.4s all ease-in-out;

  transition: 0.4s all ease-in-out;

  overflow: auto;

}

.modal.show .modal-dialog {

  -webkit-transform: translate(0, 0);

      -ms-transform: translate(0, 0);

          transform: translate(0, 0);

}

.modal-content {

  position: relative;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-orient: vertical;

  -webkit-box-direction: normal;

  -ms-flex-direction: column;

  flex-direction: column;

  width: 100%;

  color: #000;

  pointer-events: auto;

  background-clip: padding-box;

  border-radius: 20px;

  outline: 0;

  width: 1440px;

  max-width: 1440px;

  max-height: 100%;

  overflow: hidden;

  background-color: #fff;

  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);

          box-shadow: 0 0 35px rgba(0, 0, 0, 0.25);

}

.modal-body {

  position: relative;

  -webkit-box-flex: 1;

  -ms-flex: 1 1 auto;

  flex: 1 1 auto;

  padding: 30px;

  overflow: auto;

}
.modal .abus_rht{
  padding: 0;
}
.modal .abus_rht label span{
  font-weight: 400;
}
.test_feild p{
  margin-bottom: 10px;
}
.modal .abus_rht textarea{
  height: 272px;
}
.modal .check_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 15px;
}
.modal .form_submit{
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.modal .page_head{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.close_modal{
  font-size: 50px;
  color: #000;
  font-weight: 100;
}
.page_default{
  max-width: 1140px;
  margin: auto;
}
.page_default h2{
  margin-bottom: 20px;
}
.page_default p{
  margin-bottom: 30px;
}
.page_default ul{
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.detial_page{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
  margin: 30px 0 0;
}
.dp_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 335px;
          flex: 0 0 335px;
  max-width: 335px;
  background: #fff;
  border:1px solid #d7d7d7;
  border-radius: 16px;
}
.dp_rht{
  width: 100%;
}
.featured_img{
  margin-bottom: 30px;
  border-radius: 16px;
  overflow: hidden;
}
.featured_img img{
  width: 100%;
  display: block;
}
.dp_lft h4{
  padding: 15px 15px 0;
}
.dp_lft ul li a{
  display: block;
  padding: 15px;
  color: #000;
}
.dp_lft ul li + li {
  border-top:1px solid #d7d7d7;
}
.dp_lft ul li a:hover{
  color: #f75036;
}
.page_default h3{
  margin-bottom: 20px;
}
.page_default .abu_imgs{
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 30px;
  padding: 0;
}
.page_default .au_img {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 calc(50% - 15px) !important;
          flex: 0 0 calc(50% - 15px) !important;
  max-width: calc(50% - 15px) !important;
  height: auto !important;
}
.page_default_wrapper .sec_head h2{
  margin-bottom: 10px;
}
.form_control.wpcf7-not-valid{
  border-color: red;
}
.wpcf7-not-valid-tip{
  display: none !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: red !important;
    color: red !important;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
}
.gallery-icon a{
  display: block;
  padding: 10px;
}
.gallery-icon a img{
  width: 100%;
  height: auto;
  display: block;
}

header nav ul{
  gap: 20px;
}
.workshop_blk2 .workshops_list{
  max-width: 100%;
  margin: auto; 
}
.workshop_blk2 .workshop_img{
  height: auto !important;
  margin: 0;
}

.workshop_blk2 .workshops_list{
  margin: 30px 0 60px !important;
}
.workshop_blk2 .workshop_card{
  position: relative;
  padding: 0;
  border-radius: 10px;
  overflow: hidden;
}
.workshop_cnt{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 20%;
  text-align: center;
}
.workshop_blk2 .workshop_card p,
.workshop_blk2 .workshop_card h5{
  height: auto;
  overflow: hidden;
}
.workshop_blk2 .workshop_card h5{
  margin-bottom: 10px;
}
.workshop_blk2 .workshop_card p{
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}
.workshop_blk2 .slick-arrow{
  width: 50px;
  height: 50px;
  background-color: #fff !important;
  border-radius: 50%;
  background-size: 15px !important;
}
.workshop_blk2 .slick-prev{
  left: 40px !important;
}
.workshop_blk2 .slick-next{
  right: 40px !important;
}
.workshop_img a{
  height: 100%;
  display: flex;
  /*align-items: center;*/
  justify-content: center;
}
.workshop_img a img{
  width: auto;
  height: auto;
  object-fit: contain;
}
.workshop_blk .slick-dots li:not(.slick-active) button{
  background: #0f63ab;
}
.workshop_card p{
  height: 48px;
}