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{
    scroll-behavior: smooth;
}
#wrapper{
  min-width: 100%;
  min-height: 100%;
}
.container{
  width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}
body{
  font-family: "Merriweather", serif;
  font-size: 15px;
  line-height: 26px;
  color: #000;
  overflow-x: hidden;
}
ul{
  list-style: none;
}
a{
  color: #182765;
  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;
}
a:focus,
a:hover{
  outline: none;
  color: #c12025;
}
img{
  display: block;
  max-width: 100%;
}
h1,.h1{
  font-size: 72px;
  line-height: 1.2;
  font-weight: 700;
}
.h1{
  font-size: 50px;
  line-height: 1.2;
  font-weight: 300;
}
h2{
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
}
h3{
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
h4{
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
h5{
  font-size: 16px;
  font-weight: 600;
}
h6{
  font-size: 15px;
  font-weight: 600;
}
.btn {
  font-family: "Merriweather", serif;
  background: #c12025;
  color: #fff;
  cursor: pointer;
  border: 1px solid #c12025;
  -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: 44px;
  text-align: center;
  border-radius: 150px;
  font-weight: 600;
  text-transform: capitalize;
}
.btn:hover{
  background: #16990c;
  border-color: #16990c;
  color: #fff;
}
.btn_outline{
  background: #fff;
  color: #c12025;
}
.btn_outline:hover{
  background: #c12025;
  border-color: #c12025;
  color: #fff;
}
.btn_white{
  background: #fff;
  border: 1px solid #fff;
  color: #c12025;
}
.btn_white:hover{
  background: #c12025;
  border-color: #c12025;
  color: #fff;
}
.btn_green{
  background: #16990c;
  border: 1px solid #16990c;
  color: #fff;
}
.btn_green:hover{
  background: #c12025;
  border-color: #c12025;
  color: #fff;
}


.form_group {
  margin-bottom: 10px;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  border-radius: 4px;
  height: 46px;
  padding: 0 20px;
  font-family: "Merriweather", serif;
  font-size: 15px;
  line-height: 44px;
  font-weight: 500;
  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: 600;
  display: block;
}
.form_control:focus{
  outline: none;
  border: 1px solid #113477;
}
.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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
  text-align: left;
}
.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_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;
}
.input_group .form_control:focus,
.form_control:focus{
  outline: none;
  border-color: #113477;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #717171;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #717171;
  -moz-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #717171;
  -ms-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
:-moz-placeholder { /* Firefox 18- */
  color: #717171;
  -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: 138px;
  resize: none;
}
.sm{
  margin: 20px 0;
}

select{
  background: #fff url(../images/chevron.png) no-repeat right 20px center;
  -webkit-appearance:none;
}
select:required:invalid {
  color: #717171;
}
option[value=""][disabled] {
  display: none;
}
option {
  color: #000;
}

/*menu toggle*/
.menu_toggle {
  position: relative;
  display:  inline-block;
  width: 30px;
  height: 30px;
  margin: 0 0 0 20px;
  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: #fff;
  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;
}


.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: 70px;
  opacity: 1;
  color: #182765;
}
.Citations_blk h2{
  color: #c12025;
}
.slick-dots li.slick-active button:before {
  font-size: 70px;
  opacity: 1;
  color: #c12025;
}
.slick-arrow {
  width: 46px;
  height: 46px;
  left: 30px;
  background: #fff;
  border-radius: 50%;
  background: #182765 url(../images/slick-arrow-prev.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-arrow:hover{
  border-color: #182765;
}
.slick-next {
  left: auto;
  right: 30px;
  background-image: url(../images/slick-arrow-next.png) !important;
}
.slick-arrow.slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.slick-prev:before, .slick-next:before{
  display: none;
}
.mobile_nav{
  display: none;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}
.header_top{
  padding: 15px 0;
  background: #fff;
}
.ht_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;
}
.ht_mid ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ht_mid ul li{
  padding: 0 30px;
}
.ht_mid ul li + li{
  border-left: 1px solid #ccc;
}
.ht_rht ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}

.ht_rht ul li a svg{
  width: 24px;
  height: 24px;
}
.ht_mid span{
  font-size: 14px;
  line-height: 22px;
  color: #182765;
  display: block;
}
.ht_mid a{
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}
.ht_rht a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #c12025;
  font-size: 16px;
  font-weight: 500;
}
.ht_rht a svg{
  fill: #182765;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.ht_rht a:hover svg{
  fill: #c12025;
}
.visible-mb{
  display: none;
}
header nav{
  background: #182765;
}
header nav ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
header nav ul li.btn_link{
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
header nav ul a{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #fff;
  padding: 20px 15px;
}
.banner{
  position: relative;
  background: #000;
  overflow: hidden;
}
.banner_img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  display: block;
}
.banner_content{
  min-height: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 999;
}
.bc_in{
  max-width: 50%;
  color: #fff;
  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;
}
.bc_in p{
  font-size: 16px;
}
.banner_shape{
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
  z-index: 99;
}

.about_us{
  padding: 70px 0;
}
.abu_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.abu_in b{
  font-weight: bold;
}
.abu_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  gap: 15px;
  background: url(../images/shape_1.png) no-repeat right center / contain;
}
.abu_lft img{
  border-radius: 20px;
}
.abu_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 30px;
}
.sec_title{
  font-size: 16px;
  color: #c12025;
  margin-bottom: 10px;
  display: block;
}
.abu_rht h2{
  margin-bottom: 20px;
}
.absc_in{
  padding-left: 50px;
}
.absc_in p{
  margin-bottom: 20px;
}
.absc_in ul{
  margin-bottom: 20px
}
.coustom_list li{
  padding-left: 30px;
  background: url(../images/chek.png) no-repeat left top 3px;
  margin-bottom: 10px;
}
.abu_rht a{
  color: #c12025;
}
.abu_rht a:hover{
  color: #16990c;
}
.our_stats {
  margin-top: 30px;
}
.our_stats ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.our_stats ul li{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
  max-width: 300px;
  background: #dae6ec;
  border-radius: 20px;
  min-height: 120px;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.our_stats ul li span{
  font-size: 40px;
  line-height: 1;
  font-weight: 300;
}
.our_stats ul li:nth-child(2){
  background: #dbd3ec;
}
.our_stats ul li p{
  position: relative;
}
.our_stats ul li:first-child p:before{
  content: url(../images/heart.png);
  position: absolute;
  top: -18px;
  right: 15px;
}
.our_programms{
  background: #f9eeef;
  padding: 70px 0;
}
.op_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.op_lft,.op_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.op_lft{
  padding: 0 10px 0 70px;
}
.op_rht{
  padding: 0 70px 0 10px;
}
.op_lft h2{
  margin-bottom: 30px;
}
.op_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.op_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 10px);
          flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
}
.op_card a{
  height: 100%;
  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;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.op_card img{
  margin-bottom: 20px;
}
.op_card h4{
  margin-bottom: 10px;
}
.op_card a:hover {
  -webkit-transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
  transform: scale3d(1.03, 1.03, 1.08) translate3d(0.1rem, -0.25rem, 20rem);
  -webkit-box-shadow: 0 0 4px rgba(15, 17, 20, 0.05), 0 4px 12px 4px rgba(15, 17, 20, 0.1);
  box-shadow: 0 0 4px rgba(15, 17, 20, 0.05), 0 4px 12px 4px rgba(15, 17, 20, 0.1);
}
.op_card p{
  font-size: 14px;
  line-height: 22px;
}
.op_readmore{
  color: #c12025;
}
.op_readmore:hover{
  color: #16990c;
}
.op_readmore:hover{
  padding-left: 20px;
}
.op_readmore:after{
  content: url(../images/right-arrow.png);
  display: inline-block;
  margin-left: 20px;
}
.op_readmore span{
  color: #000;
  -webkit-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  -o-transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.op_readmore:hover span{
  color: #c12025;
}
.edb_in{
  height: 680px;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.edb_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 40px;
  padding: 30px 70px;
  background: url(../images/shape_2.png) right center / contain;
}
.edb_img img{
  border-radius: 20px;
}
.edb_img:nth-child(3){
  margin-top: 100px;
}
.edb_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 15px;
  padding: 30px 120px 30px 70px;
}
.edb_rht .btn{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
  min-width: auto;
  width: auto;
}
.edb_rht svg{
  width: 20px;
  height: 20px;
  fill: #fff;
}
.our_programms .sec_title,
.edb_rht h4{
  color: #16990c;
}
.calculation_blk{
  position: relative;
}
.calculation_blk{
}
.banner_img:after,
.calculation_blk .banner_img:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.3;
}
.cb_in{
  position: relative;
  z-index: 2;
  color: #fff;
}
.progress-container {
  position: relative;
  width: 100%;
  height: 8px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  cursor: pointer;
  margin-bottom: 30px;
}
.progress-container + p{
  margin-bottom: 20px;
}
.progress-bar {
  height: 100%;
  background: #4CAF50;
  border-radius: 20px;
  width: 0%;
}
.calculation_blk form{
  position: relative;
  z-index: 2;
}
.progress-label {
  position: absolute;
  top: -19px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #4CAF50;
  color: white;
  font-size: 13px;
  line-height: 38px;
  min-width: 38px;
  text-align: center;
  padding: 0 5px;
  border-radius: 8px;
  font-weight: 400;
}

.cb_in{
  min-height: 763px;
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recomanded_money{
  width: 194px;
  min-height: 195px;
  padding: 20px;
  background: #fff;
  color: #000;
  border-radius: 15px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.recomanded_money h2{
  margin-top: 10px;
}
.recomanded_money h2 small{
  font-size: 15px;
  font-weight: 400;
}
.calculater_blk{
  padding: 0 30px 0 0;
}
.calculater_blk h2{
  margin-bottom: 30px;
}
.price_Range ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
.price_Range ul li span{
  display: block;
  margin-bottom: 5px;
}
.persons{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.persons label{
  position: relative;
  cursor: pointer;
}
.persons label input{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0;
  cursor: pointer;
}
.persons{
  margin-bottom: 40px;
}
.persons label span{
  display: block;
  background: #fff;
  font-size: 14px;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  border-radius: 50px;
  color: #000;
  min-width: 107px;
  text-align: center;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  cursor: pointer;
}
.persons label input:checked + span{
  background: #c12025;
  color: #fff;
}
.cb_in .btn{
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.available_payments{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.available_payments span{
  margin-right: 20px;
}
.gallery_blk{
  padding: 70px 0 0;
  text-align: center;
}
.news_evnets .sec_title,
.gallery_blk .sec_title{
  color: #16990c;
}
.gallery_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 0;
}
.gi_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
  max-width: 20%;
  height: 303px;
}
.gi_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.w_25{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}
.w_15{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  max-width: 15%;
}
.news_evnets{
  padding: 100px 0;
  background: url(../images/shape_5.jpg) no-repeat center bottom;
}
.ne_list{
  margin: 50px 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 32% 30px 32% 30px 32%;
  grid-template-columns: 32% 32% 32%;
  gap: 30px;
}
.news_Card:first-child{
  -ms-grid-row: 1;
      grid-row-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
}
.news_Card {
  border-radius: 15px;
  overflow: hidden;
}
.news_Card a{
  display: block;
  position: relative;
  background: #000;
  height: 235px;
  border-radius: 15px;
  overflow: hidden;
}
.news_Card a > img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.nc_cnt{
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  position: relative;
  z-index: 1;
  padding: 20px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.news_Card:first-child a{
  height: 503px;
}
.ncc_in > *{
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.news_Card:hover .nc_cnt{
  background: rgba(24, 39, 101, 0.5);
}
.news_Card:hover img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.news_Card:first-child .nc_cnt{
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #182765), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, #182765 5%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(to top, #182765 5%, rgba(0, 0, 0, 0) 50%);
}
.news_Card:first-child:hover{
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #182765), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -o-linear-gradient(bottom, #182765 5%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(to top, #182765 5%, rgba(0, 0, 0, 0) 50%);
}
.ncc_in{
  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;
}
.ncc_in p{
  font-weight: 600;
}
.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;
  border:2px solid #0f51f3;
  border-radius: 50%;
}
.sm a svg{
  width: 20px;
  height: 20px;
  fill: #0f51f3;
  -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: #0f51f3;
}
.sm a:hover svg{
  fill: #fff;
}
.sm{
  margin-top: 20px;
}
footer{
  background: #000 url(../images/img_21.jpg) no-repeat center top / cover;
  color: #fff;
  padding-top: 30px;
  position: relative;
}
footer > *{
  position: relative;
  z-index: 1;
}
footer:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #000;
  opacity: 0.88;
}
footer a{
  color: #fff;
}
.logo{
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.footer_logo img {
  -webkit-filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(103%) contrast(102%);
  filter: brightness(0) saturate(100%) invert(98%) sepia(0%) saturate(0%) hue-rotate(191deg) brightness(103%) contrast(102%);
}
.footer_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0 40px;
}
.footer_lft{
  max-width: 470px;
  padding: 40px 0 0;
}
.footer_lft h3{
  margin-bottom: 15px;
}
.footer_lft p{
  margin-bottom: 20px;
}
.footer_lft ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.footer_lft ul li{
  color: #179c48;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.footer_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quick_links{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 235px;
          flex: 0 0 235px;
  max-width: 235px;
}
address h4{
  margin-bottom: 10px;
}
address p{
  margin-bottom: 20px;
}
address p a{
  color: #faa21b;
}
.quick_links 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_btm{
  background: #fff;
  padding: 10px 0;
}
.fb_in{
  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;
  color: #000;
}
.ne_foot{
  text-align: right;
  margin-top: 20px;
}
.backdrop {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  opacity: 0.6;
  z-index: 999;
  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;
  display: none;
}
.backdrop.open {
  visibility: visible;
  opacity: 1;
}
.menu_close {
  position: absolute;
  top: 15px;
  right: 20px;
  max-width: 30px;
  display: none;
}
.menu_close svg {
  width: 100%;
  height: 100%;
}
.menu_close svg path{
  stroke: #fff;
}
body.overflow{
  height: 100vh;
  overflow: hidden;
}
.spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 100vw;
  z-index: 999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
/*******************\ Loading Roller \*******************/
@keyframes lds-roller {
 0% {
   transform: rotate(0deg);
  }
   100% {
     transform: rotate(360deg);
  }
}
.lds-roller {
 position: relative;
 display: inline-block;
 height: 64px;
 width: 64px;
}
.lds-roller div {
 animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
 transform-origin: 32px 32px;
}
.lds-roller div:after {
 position: absolute;
 display: block;
 background: #182765;
 border-radius: 50%;
 content: " ";
 margin: -3px 0 0 -3px;
 height: 6px;
 width: 6px;
}
.lds-roller div:nth-child(1) {
 animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
 top: 50px;
 left: 50px;
}
.lds-roller div:nth-child(2) {
 animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
 top: 54px;
 left: 45px;
}
.lds-roller div:nth-child(3) {
 animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
 top: 57px;
 left: 39px;
}
.lds-roller div:nth-child(4) {
 animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
 top: 58px;
 left: 32px;
}
.lds-roller div:nth-child(5) {
 animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
 top: 57px;
 left: 25px;
}
.lds-roller div:nth-child(6) {
 animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
 top: 54px;
 left: 19px;
}
.lds-roller div:nth-child(7) {
 animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
 top: 50px;
 left: 14px;
}
.lds-roller div:nth-child(8) {
 animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
 top: 45px;
 left: 10px;
}
.hb_banner .banner_img:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: linear-gradient(to right, #983c14,transparent);
  opacity: 1;
}
.bc_2{
  min-height: auto !important;
  height: 400px;
}
.abus2 .abu_in {
  min-height: 550px;
}
.abus2 .abu_in .abu_lft {
  background-image: url(../images/shape_6.png);
  align-items: flex-end;
  padding: 0 75px 100px 0;
}
.abus2 .abu_in .abus_img:nth-child(2){
  margin-bottom: -15px;
  justify-content: center;
}
.abus2 .abu_in .abu_rht{
  padding: 0 0 0 30px;
  align-self: center;
}
.abus2 .abu_in .abu_rht h2{
  color: #c12025;
}
.members_blk{
  position: relative;
  padding: 60px 0;
  border-bottom: 1px solid #b7b7b7;
  overflow: hidden;
}
.members_list{
  margin: 40px -10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.members_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 20px);
          flex: 0 0 calc(20% - 20px);
  max-width: calc(20% - 20px);
  margin: 10px;
  text-align: center;
}
.members_img{
  height: 275px;
  background: #dbdbdb url(../images/placeholder.jpg) no-repeat center top / cover;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.members_img img{
  width: 100%;
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background: #dbdbdb url(../images/placeholder.jpg) no-repeat center top / cover;
}
.members_card span,
.members_card h5{
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.members_card span{
  font-weight: 400;
}
.sec_foot{
  margin-top: 30px;
  text-align: right;
}
.team_singal h2,
.teams_list_blk h2,
.mb_head h2{
  color: #c12025;
}
.mb_head{
  max-width: 50%;
}
.team_singal h2,
.teams_list_blk h2{
  margin-bottom: 30px;
}
.team_singal{
  padding: 30px;
  margin-bottom: 50px;
}
.team_Card{
  display: flex;
  align-items: center;
  gap: 90px;
}
.team_img{
  flex: 0 0 350px;
  max-width: 350px;
  height: 350px;
  background: #ccc;
  border-radius: 15px;
  overflow: hidden;
}
.team_img img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: top;
}
.team_txt h4{
  font-size: 20px;
  font-weight: 600;
  color: #182765;
}
.team_txt p{
  margin-bottom: 20px;
  font-size: 15px;
  color: #333;
}
.team_txt h6{
  font-weight: 600;
  margin-bottom: 20px;
}
.team_txt p:last-child{
  margin-bottom: 0;
}
.teams_list_blk .sec_title{
  color: #182765;
}
.team_list{
  display: flex;
  flex-wrap: wrap;
}
.team_list .team_Card{
  flex: 0 0 50%;
  max-width: 50%;
  border-bottom: 1px solid rgba(24, 39, 101, 0.5);
  padding: 30px 30px 40px 0;
  gap: 30px;
}
.team_list .team_img{
  flex: 0 0 275px;
  max-width: 275px;
  height: 275px;
}
.team_list .team_Card_fluid{
  flex: 0 0 100%;
  max-width: 100%;
}
.team_Card_fluid .team_txt{
  max-width: 630px;
}
.team_txt h5{
  font-size: 18px;
  font-weight: 600;
  color: #182765;
}
.blog_foot {
  text-align: right;
}
.blog_foot a{
  display: inline-flex;
  align-items: center;
  color: #c12025;
  font-size: 16px;
  font-weight: 600;
}
.blog_foot a:hover{
  color: #182765;
}
.blog_foot a:after{
  content: url(../images/right-arrow.png);
  margin-left: 10px;
}
.blog_date{
  color: #c12025;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
}
.blog_title{
  display: block;
  margin-bottom: 20px;
}
.blog_title a{
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  display: block;
}
.blog_title a:hover{
  color: #c12025;
}
.blog_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.blog_Card{
  flex: 0 0 calc(100% / 3 - 30px);
  max-width: calc(100% / 3 - 30px);
  margin: 0 15px 30px 15px;
  
  position: relative;
}
.blog_Card:after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 50px;
  top: 0;
  bottom: 0;
  transform: scale(1.1);
  background: url(../images/shape_7.png) no-repeat center / contain;
}
.blog_wrapper{
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/bg_shapes.png) no-repeat top center / 100%;
}
.blog_img a{
  display: block;
  border-radius: 20px;
  height: 270px;
  border:1px solid #e1e1e1;
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
}
.blog_img a img{
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  transition: 0.4s all ease-in-out;
}
.bp_in figure:after,
.blog_img a:after {
  content: '';
  position: absolute;
  width: 200%;
  height: 0%;
  left: 50%;
  top: 50%;
  background-color: rgba(255, 255, 255, .3);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: 1;
}
.bp_in figure:hover:after,
.blog_img a:hover:after {
  height: 250%;
  transition: all 600ms linear !important;
  background-color: transparent;
}
.blog_Card:hover .blog_img a img{
  transform: scale(1.1);
}
.blc_in{
  position: relative;
  z-index: 1;
  background: #fff;
  border:1px solid #e1e1e1;
  border-radius: 20px;
  padding: 30px;
}
.lp_card:after{
  display: none;
}
.blog_post{
  display: flex;
  gap: 30px;
}
.blog_sidebar{
  flex: 0 0 454px;
  max-width: 454px;
}
.blog_sidebar .blog_Card{
  max-width: 100%;
  margin: 0 0 20px 0;
}
.lp_txt{
  display: flex;
  flex-direction: column;
}
.lp_txt a{
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.lp_txt span{
  font-size: 14px;
  color: #717171;
}
.lp_card h4{
  margin-bottom: 20px;
}
.lp_card ul li{
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
.lp_card ul li:last-child{
  margin-bottom: 0;
}
.lp_img{
  flex: 0 0 157px;
  max-width: 157px;
}
.lp_card ul li a:hover{
  color: #c12025;
}
.lp_img a{
  border-radius: 10px;
  overflow: hidden;
  display: block;
  height: 90px;
}
.lp_img a img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.blog_sidebar .blog_img a{
  margin-bottom: 0 !important;
}
.bp_in h5{
  font-size: 18px;
}
.bp_in h2,
.bp_in h5,
.bp_in p,
.bp_in figure{
  display: block;
  margin-bottom: 20px;
}
.blog_timeline{
  color: #c12025;
}
.bp_in figure{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.bp_in blockquote{
  background: #fff6f1;
  border-radius: 15px;
  padding: 20px;
  color: #182765;
  font-size: 18px;
  margin-bottom: 20px;
}
.bp_in blockquote p{
  margin-bottom: 0 !important;
}
.bp_in blockquote h6{
  font-size: 16px;
}
.sponcerChildBlk{
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/bg_shapes.png) no-repeat top center / 100%;
}
.sponcerChildBlk .abu_rht h2{
  color: #c12025;
  margin-bottom: 20px;
}
.sponcerChildBlk .abu_rht h6{
  font-size: 16px;
  font-weight: 600;
  color: #c12025;
}
.sponcerChildBlk .abu_rht p{
  margin-bottom: 30px;
}
.sponcerChildBlk .abu_lft{
  background-image: url(../images/shape_6.png);
  flex-wrap: wrap;
  justify-content: center;
  align-self: flex-start;
  padding: 30px;
}
.sponcerChildBlk .abus_img:nth-child(2){
  align-self: flex-end;
  margin-bottom: -15px;
  max-width: 130px;
}
.sponcerChildBlk .abus_img:nth-child(3){
  margin-left: 30%;
  max-width: 170px;
}
.sponcerChildBlk .abus_img:nth-child(4){
  margin-left: auto;
  max-width: 137px;
}
.scb_in{
  display: flex;
  flex-wrap: wrap;
  padding-top: 30px;
  margin-top: 30px !important;
  border-top: 1px solid #b7b7b7;
}
.scb_gid{
  padding: 15px 30px;
  flex: 0 0 50%;
  max-width: 50%;
}
.scb_card{
  background: #fff6f1;
  border:1px solid #faa21b;
  border-radius: 15px;
  padding: 20px;
  height: 100%;
}
.scb_gid h5{
  color: #c12025;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}
.scb_gid h4{
  color: #c12025;
  font-weight: bold;
  margin-bottom: 5px;
}
.scb_gid p{
  margin-bottom: 20px;
}
.scb_gid img{
  border-radius: 15px;
}
.scb_cnt{
  margin-top: 20px;
}
.scb_card ul li{
  font-weight: 600;
  color: #182765;
}
.scb_card ul li + li{
  margin-top: 10px;
}
.scb_card p{
  margin-bottom: 20px;
}
.scb_img{
  height: 100%;
}
.scb_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scb_gid p:last-child{
  margin-bottom: 0;
}
.sponcerChildBlk .abu_rht p:last-child{
  margin-bottom: 0;
}
.banner2 .banner_img:after{
  background: linear-gradient(to right, #182765,transparent);
}
.scb_enquiryForm,
.scb_skills,
.scb_fluid{
  flex: 0 0 100%;
  max-width: 100%;
}
.scb_skills_in{
  background: #fff;
  border:1px solid #b7b7b7;
  border-radius: 20px;
  padding: 20px 0 10px;
}
.scbs_in{
  background: #fff;
  display: flex;
}
.scb_skills_in h5{
  text-align: center;
  color: #182765;
}
.scb_skills_in ul li{
  position: relative;
  padding-left: 30px;

}
.scb_skills_in ul li:before{
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  background: #c12025;
  border-radius: 50%;
}
.btn2{
  border-radius: 8px;
}
.scb_enquiryForm{
  text-align: center;
}
.scb_enquiryForm h2{
  color: #c12025;
  margin-bottom: 40px;
}
.scbFormIin{
  max-width: 840px;
  margin: auto;
  margin-top: 40px;
}
.custom_checkbox input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.custom_checkbox label {
  position: relative;
  cursor: pointer;
  font-weight: 400;
  color: #717171;
  display: inline-block;
  line-height: 22px;
}

.custom_checkbox label:before {
  content:'';
  -webkit-appearance: none;
  background-color: transparent;
  border:1px solid #c2c2c2;
  border-radius: 4px;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
}
.custom_checkbox input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 9px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.custom_checkbox input:checked + label:before{
  background: #c12025;
}
label a{
  color: #c12025;
}
.form_btm{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  max-width: 100%;
}
.form_Submit .btn{
  min-width: 170px;
}
.scb2 .abus_img:first-child{
  align-self: flex-end;
  margin-bottom: -30px;
}
.scb2 .abus_img:nth-child(2) {
  align-self: center;
  max-width: 356px;
}
.scb2 .abu_in .abu_lft {
  background-image: url(../images/shape_6.png);
  align-items: flex-end;
  justify-content: flex-start;
  padding: 60px 50px 60px 30px;
}
.dropdown_menu {
  z-index: 999;
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  max-width: none;
  padding: 20px;
  background: #c12025;
  border-radius: 0 0 10px 10px;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  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;
}
.dropdown:hover .dropdown_menu{
  visibility: visible; 
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.dropdown_menu li {
  padding: 0 !important;
}
.dropdown_menu li a {
  padding: 0;
  height: auto;
  color: #fff;
  text-align: left;
  display: block;
  position: relative;
  font-weight: 400;
  border-radius: 0;
  background: none !important;
  border: none;
}
.dropdown:hover a{
  /*background: #983c14;*/
}
.dropdown_menu li a:hover {
  color: #faa21b;
}
.dropdown{
  position: relative;
}
.dropdown_btn:after {
  content: "";
  width: 20px;
  height: 12px;
  background: url(../images/arrow_down.png) no-repeat center / 12px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header nav ul a.dropdown_btn {
  padding-right: 40px;
  position: relative;
}
header nav ul li.dropdown.open a,
header nav ul li.dropdown:hover .dropdown_btn,
header nav ul li:hover > a{
  background: #c12025;
  color: #fff;
}
header nav ul .dropdown.open a.dropdown_btn:after, header nav ul .dropdown:hover a.dropdown_btn:after {
  background: url(../images/arrow_up.png) no-repeat center / 12px;
}
.gallery_page h2{
  color: #c12025;
  text-align: center;
}
.gallery_page .gallery_list{
  gap: 2px;
}
.gallery_page .gi_img{
  overflow: hidden;
  flex: 0 0 calc(20% - 2px);
  max-width: calc(20% - 2px);
}
.gallery_page .gi_img.w_30 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(30% - 1px);
  flex: 0 0 calc(30% - 1px);
  max-width: calc(30% - 1px);
}
.home_gallery .gi_img{
  max-width: none;
  border-radius: 15px;
  overflow: hidden;
}
.fancybox__container{
  z-index: 9999;
}
.gi_img{
  position: relative;
}
.gi_img:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  bottom: 0;
  background: rgba(193, 32, 37, 0.8) url(../images/search.png) no-repeat center;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.gi_img:hover:after{
  visibility: visible;
  opacity: 1;
}
.Events_blk,
.contact_wrapper {
    padding: 70px 0;
    overflow: hidden;
}
.Events_blk h2,
.contact_wrapper h2, .contact_wrapper h3 {
  color: #c12025;
}
.contact_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 30px;
}
.contact_lft {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 908px;
  flex: 0 0 908px;
  max-width: 908px;
}
.contact_row ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_row ul li {
  -webkit-box-flex: 0;
  background: #ffe2d3;
  border-radius: 20px;
  overflow: hidden;
  padding: 30px;
}

.contact_row ul li:last-child{
  padding: 0;
}
.contact_row ul li iframe {
  width: 100%;
  display: block;
  height: 400px;
}
.contact_wrapper h3{
  margin-bottom: 20px;
}
.Events_blk h2 {
  margin-bottom: 20px;
  text-align: center;
}
.events_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px -10px 0;
}
.event_card{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 20px);
          flex: 0 0 calc(100% / 3 - 20px);
  max-width: calc(100% / 3 - 20px);
  margin: 0 10px 20px;
}
.event_img{
  height: 300px;
  background: #000;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
}
.event_img img{
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event_cnt h5{
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}
.event_cnt p{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  color: #000;
}
.event_card *{
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.event_card:hover *{
  color: #c12025;
}
.event_card:hover img{
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.ht_mid ul li.call a{
  color: #c12025;
}
.ht_rht{
  display: none;
}
.home_gallery{
  display: block;
  margin-top: 30px;
  margin: 30px -10px 0;
}
.home_gallery .gi_img{
  margin: 10px;
}
.gallery_blk .btn{
  margin-top: 20px;
}
.Citations_slider{
  margin: 30px -15px 50px;
}
.Citations_slider .gi_img{
  margin: 15px;
  border-radius: 15px;
  overflow: hidden;
  height: 500px !important;
}
.Citations_blk{
  padding: 50px 0 70px 0;
}
.gwtab {
  display: none;
}
.gwtab:first-child {
  display: block;
}
.Citations_list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px 15px;
  gap: 0 !important;
}
.Citations_list .gi_img{
  flex: 0 0 calc(100% / 3 - 30px);
  max-width: calc(100% / 3 - 30px);
  height: auto;
  margin: 15px;
  border:1px solid #ccc;
  border-radius: 10px;
}
.Citations_list .gi_img img{
  height: 100%;
  overflow: cover;
}
.gw_tabs{
  margin-top: 30px;
  border-top: 1px solid #b7b7b7;
}
.gw_tabs 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  padding: 10px 0;
}
.gw_tabs a {
  font-size: 16px;
  padding: 10px;
  color: #000;
  text-transform: capitalizea;
  border-bottom: 3px solid transparent;
}
.gw_tabs a.active {
  font-weight: bold;
  color: #c12025;
  border-color: #c12025;
}






.error-text {
  color: red;
  font-size: 13px;
  margin-top: 3px;
}
.file-upload-area {
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  color: #000;
  cursor: pointer;
  margin-top: 10px;
  transition: border-color 0.3s, background-color 0.3s;
}
.file-upload-area.dragover {
  background-color: #ccc;
  border-color: #ccc;
  color: #007bff;
}
.file-upload-area.error {
  border-color: red;
}
.file-list {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20PX;
}
.file-item {
  flex: 0 0 calc(50% - 10px);
  max-width: calc(50% - 10px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 8px 10px;
  margin-bottom: 6px;
  gap:20px;
}
.remove-btn {
  background: #ff4444;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 4px 8px;
  cursor: pointer;
}
.remove-btn:hover {
  background: #cc0000;
}
.add-more-btn {
  background: #007bff;
  color: white;
  margin-top: 10px;
  border: none;
  border-radius: 6px;
  padding: 8px 10px;
  cursor: pointer;
  display: none; /* initially hidden */
}
button[type="submit"]:disabled {
  background: #aaa;
}
.error-border {
  border-color: red;
  color: red;
}
button.remove-file {
  background: red;
  color: #fff;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 30px;
  line-height: 30px;
  cursor: pointer;
  flex: 0 0 30px;
  max-width: 30px;
}
.awards_blk{
  margin-top: 30px;
}
.citations_slider2{
  display: block;
}
.citations_slider2 .gi_img{
  display: block;
  max-width: none;
  height: 500px;
  margin: 15px;
  max-width: 100% !important;
}
#Citations .slick-list,
#Citations .slick-track{
  width: 100%;
}
.citations_slider2{
  width: 100%;
  margin: 0 -15px;
}
.success_message {
  margin-top: 10px;
  color: green;
  font-weight: 500;
}
:disabled{
  cursor: not-allowed;
}