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;
}

body 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: "Geist", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #000;
}
body ul{
  list-style: none;
}
body a{
  color: #f07b22;
  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;
  font-weight: 500;
}
body a:focus,
body a:hover{
  outline: none;
  color: #031951;
}
body img{
  display: block;
  max-width: 100%;
}
body h1, body.h1{
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 600;
}
body h2{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
}
body h2 body b{
  font-weight: bold;
}
body h3{
  font-family: "Poppins", sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 600;
}
body h4{
  font-size: 20px;
  font-weight: 600;
}
body h5{
  font-size: 18px;
}
body h5{
  font-size: 15px;
}
.btn {
  background: #fff;
  color: #f07b22;
  cursor: pointer;
  border: 1px solid #f07b22;
  -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 10px;
  line-height: 30px;
  text-align: center;
  border-radius: 6px;
  font-weight: 600;
  min-width: 150px;
  text-transform: capitalize;
}

.button-contact{
	background-color:#0a238b;
}

.button-contact:hover, .button-contact:focus{
  border:1px solid #0a238b!important;
  color:#0a238b!important;
	background-color:#ffffff;
 }
.button-contact:hover span{
	color:#0a238b!important;
}
.btn-1{
	background-color:#ffffff!important;
}
.button-contact:hover .btn-1{
	background-color:#0a238b!important;
}
.sticky_btns .btn {
padding: 0 20px;
line-height: 35px;
min-width: auto;}
.nt_nav .btn.active,
.btn:hover{
  background: #f07b22;
  border-color: #f07b22;
  color: #fff;
}
.btn2{
  background: #f07b22;
  color: #fff;
}
.btn2:hover{
  background: #fff;
  color: #f07b22;
}
.form_group {
  margin-bottom: 10px;
}
.form_control {
  width: 100%;
  display: block;
  border: 1px solid #b7b7b7;
  border-radius: 4px;
  height: 54px;
  padding: 0 20px;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  line-height: 52px;
  font-weight: 400;
  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: bold;
  display: block;
}
.form_control:focus{
  outline: none;
  border: 1px solid #f07b22;
}
.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;
}
.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%;
}
.input_group .form_control:focus,
.form_control:focus{
  outline: none;
  border-color: #f07b22;
}
::-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: 162px;
  resize: none;
}

/*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: #f07b22;
  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: 50px;
  opacity: 1;
  color: #fff;
}
.slick-dots li.slick-active button:before {
  font-size: 50px;
  opacity: 1;
  color: #0a238b;
}
.slick-arrow {
  width: 30px;
  height: 30px;
  background: url(../images/chevron_lft.png) no-repeat center !important;
  z-index: 99;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(calc(50% - 50px));
      -ms-transform: translateX(calc(50% - 50px));
          transform: translateX(calc(50% - 50px));
  top: auto;
  bottom: -60px;
}
.slick-next {
  background-image: url(../images/chevron_right.png) !important;
  -webkit-transform: translateX(calc(50% - 10px));
      -ms-transform: translateX(calc(50% - 10px));
          transform: translateX(calc(50% - 10px));
}
.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;
  background: #fff;
  z-index: 99;
  border-top: 30px solid #000;
  border-bottom: 1px solid #cdcdcc;
}
.dropdown2:after,
.dropdown:after {
  content: url(../images/arrow_black.png);
  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;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.banner_slider{
  height: 750px;
  background: #f07b22;
  color: #fff;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  overflow: hidden;
}
.banner_img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.banner_img img{
  width: 100%;
  height: 100%;
  max-width: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.banner_img [data-animation-in] {
  opacity: 0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-transition: all 0.5s ease-in-out 0.3s;
  -o-transition: all 0.5s ease-in-out 0.3s;
  transition: all 0.5s ease-in-out 0.3s;
}
/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  to {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
  -webkit-animation-direction: revert;
          animation-direction: revert;
}

@-webkit-keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes zoomOutImage {
  from {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
  -webkit-animation-direction: revert;
          animation-direction: revert;
}
b{
  font-weight: 700;
}
.dropdown_menu{
  z-index: 999;
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  max-width: none;
  background: #fff;
  border-radius: 0;
  -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;
  visibility: hidden;
  -webkit-transform: translate3d(0, 18px, 0);
          transform: translate3d(0, 18px, 0);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.dropdown_menu li{
  margin: 0;
  padding: 0 !important;
}
.dropdown_menu li a{
  padding: 15px 20px;
  height: auto;
  color: #000;
  text-align: left;
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 400;
  border-radius: 0;
  background: none;
  min-height: auto !important;
  /*text-transform: capitalize;*/
}
.dropdown_menu li + li{
  border-top: 1px solid #c2c2c5;
}
.dropdown_menu li a:before{
  display: none !important;
}
.dropdown_menu li:hover > a{
  background: #fff;
  color: #000;
}
.dropdown_menu .dropdown2:after,
.dropdown_menu .dropdown:after{
  content: url(../images/arrow_black.png);
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  top: 50%;
  right: 15px;
}
.dropdown_menu li a:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #05247b;
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown_menu li:hover > a:before{
  width: 5px;
}

.dropdown_menu .dropdown2:hover:after,
.dropdown_menu .dropdown:hover:after{
  content: url(../images/arrow.png) !important;
}
.dropdown_menu li a:hover{
  background: #f07b22;
  color: #fff;
}
.dropdown_menu li a span{
  line-height: 1.2;
  display: block;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.dropdown_menu .dropdown_menu {
  left: 100%;
  right: auto;
  top: 0px;
  visibility: hidden;
  opacity: 0;
}
header nav ul li:hover > .dropdown_menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
header nav li:hover > a:after{
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
} 
.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;
  position: relative;
}
.header_nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header_nav li{
  position: relative;
}
.header_nav > li > a{
  font-weight: 400;
  color: #000;
  text-transform: capitalize;
  display: block;
  line-height: 114px;
}
.header_nav > li:hover > a{
  color:#f07b22;
}
.header_nav > li.active > a{
  font-weight: 600;
  color:#f07b22;
}
.header_rht{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.pvnrt_founder{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
  height: 80px;
  background: #000;
  border-radius: 50%;
  overflow: hidden;
}
.pvnrt_founder img{
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header_nav > li > a.dropdown2,
.header_nav > li > a.dropdown {
  position: relative;
  padding: 0 20px 0 0;
}
.experience_badge{
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}
.banner_cnt {
  position: relative;
  z-index: 1;
  max-width: 50%;
}
.banner_cnt h1{
  color: #fff;
  margin-bottom: 15px;
}
.banner_cnt p{
  margin-bottom: 20px;
}
.banner_cnt .btn{
  color: #003b8b;
}
.banner_cnt .btn:hover{
  color: #fff;
}
.strip_blk{
  font-family: "Roboto Condensed", sans-serif;
  overflow: hidden;
  border-bottom: 1px solid #b7b7b7;
}
.strip_lft,
.strip_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strip_lft{
  background: #031951;
  color: #f07b22;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  position: relative;
}
.strip_lft:before{
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 1000000px;
  background: #031951;
}
.strip_rht ul{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 480px;
          flex: 0 0 480px;
  max-width: 480px;
}
.strip_rht ul,
.strip_rht{
  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;
}
.strip_rht ul{
  border-left: 1px solid #b7b7b7;
}
.strip_rht ul li{
  border-right: 1px solid #b7b7b7;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 161px;
          flex: 0 0 161px;
  max-width: 161px;
  height: 161px;
  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;
}
.strip_rht{
  width: 100%;
}
.strip_rht h4{
  width: 100%;
  padding: 40px;
  font-weight: bold;
}
.strip_rht h4 span{
  color: #f07b22;
}
.strip_lft{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
.strip_lft p{
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}
.vcm_blk{
  padding: 110px 0;
  overflow: hidden;
}
.vcmb_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vcm_lft,.vcm_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}
.vcm_lft{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  position: relative;
  padding-left: 30px;
}
.vcm_img{
  border-radius: 12px;
  overflow: hidden;
}
.vc_brand{
  position: absolute;
  background: #f3edeb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  padding: 15px 30px;
  border-radius: 12px;
  top: 275px;
  left: 30px;
}
.vc_brand p{
  font-size: 15px;
}
.vcm_img:first-child{
  height: 245px;
}
.vcm_rht{
  padding: 0 30px;
}
.vcm_rht h2{
  margin-bottom: 20px;
}
.vcm_rht p{
  color: #43435c;
  margin-bottom: 30px;
}
.vcm_rht .form_group{
  margin: 30px 0;
}
.vcm_rht .form_control{
  height: 76px;
  line-height: 76px;
  background: #e8e8f4 url(../images/search.png) no-repeat left 20px center;
  padding: 0 20px 0 60px;
  border: none;
}
.pl_item{
  background: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 10px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  position: relative;
}
.pl_item img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 128px;
          flex: 0 0 128px;
  max-width: 128px;
  height: 91px;
  border-radius: 10px;
}
.pl_rht{
  width: 100%;
}
.pl_rht span{
  background: #7768e5;
  text-align: center;
  padding: 10px;
  color: #fff;
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  border-radius: 10px;
  line-height: 1;
}
.pl_rht h4{
  font-size: 15px;
  font-weight: 600;
}
.pl_rht p{
  font-size: 13px;
  font-weight: 400;
  margin: 0 !important;
}
.pl_item a{
  /*width: 50px;
  height: 50px;
  right: -25px;
  top: 50%;*/
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*position: absolute;
  background: #e8e8f4;
  border: 1px solid #7768e5;
  border-radius: 10px;
  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;*/
}
.pl_item a img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  height: auto;
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.pl_item a:hover {
  background: #7768e5;
}
.pl_item a:hover img{
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(79%) saturate(2%) hue-rotate(282deg) brightness(112%) contrast(101%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(79%) saturate(2%) hue-rotate(282deg) brightness(112%) contrast(101%);
}

.our_stats{
  background: #ebebeb;
  padding: 100px 0;
}
.our_stats ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.our_stats ul li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.our_stats ul li p{
  font-size: 15px;
}
.our_stats ul li p b{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  line-height: 1;
  display: block;
  color: #000;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}
.nt_blk{
  padding: 70px 0;
  background: rgba(240, 123, 34, 0.1);
}
.nt_blk ul a{
  color:#1b2126;
  display: block;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 300;
}
.nt_blk ul a:hover{
  color: #f07b22;
}
.nt_blk h3{
  margin-bottom: 20px;
  color: #f07b22;
}
.nt_in{
  max-width: 80%;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.nt_lft{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60%;
          flex: 0 0 60%;
}
.nt_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
}
.nt_in ul{
  background: #fff;
  border:1px solid #f1cfb5;
  border-radius: 12px;
  overflow: hidden;
}
.nt_in li + li{
  border-top: 1px solid #f07b22;
}
.nt_lft ul li a:hover {
  background: #fff8e9;
}
.sec_btm{
  margin-top: 20px;
  text-align: right;
}
.op_blk{
  padding: 70px 0;
  overflow: hidden;
}
.op_blk h2{
  text-align: center;
  margin-bottom: 30px;
}
.opb_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.op_img{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 393px;
          flex: 0 0 393px;
  height: 590px;
  background: #ccc;
  border-radius: 12px;
  overflow: hidden;
}
.op_img img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.op_cnt h3{
  margin-bottom: 20px;
}
.op_cnt p{
  margin-bottom: 20px;
}
.op_cnt ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #f07b22;
}
.op_cnt ul li{
  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;
}
.count{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  color: #f07b22;
  display: block;
  line-height: 1;
}
.op_cnt ul li b{
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
}
.btns_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.couses_list 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: 15px;
}
.couses_list button{
  display: block;
  background: #fdf2e8;
  border: 1px solid #f0c3a0;
  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;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  color: #000;
  font-weight: 400;
}
.couses_list button:hover, .tab-btn.active{
  -webkit-transform: scaleX(1.2);
      -ms-transform: scaleX(1.2);
          transform: scaleX(1.2);
  font-weight: 500;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 24px rgba(0, 0, 0, 0.16);
  color: #f07b22;
  background: #fff;
}
.couses_list{
  width: 100%;
}
.couses_list button span{
  width: 43px;
  height: 43px;
  background: #fff;
  border: 1px solid #f07b22;
  border-radius: 10px;
  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;
}
.our_colleges{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.oc_lft, .oc_rht{
  width: 100%;
  height: 470px;
  background: #fff;
  position: relative;
}
.oc_lft img, .oc_rht img{
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.oc_cnt{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 350px;
  background: rgba(9, 97, 178, 0.9);
  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;
  gap: 10px;
}
.oc_cnt p{
  font-weight: 300;
}
.oc_lft {
  color: #fff;
}
.oc_lft .oc_cnt a{
  color: #fff;
}
.oc_lft .oc_cnt a:hover{
  color: f07b22;
}
.oc_rht .oc_cnt{
  left: 0;
  right: auto;
  background: #fff;
  color: #000;
}
.oc_rht .oc_cnt h3{
  color: #f07b22;
}
.board_members{
  padding: 70px 0 100px;
  overflow: hidden;
  background: #031951 url(../images/Layer-24.jpg) no-repeat center / cover;
}
.board_members h3{
  color: #fff;
}
.sec_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;
}
.sec_head a{
  color: #fff;
}
.sec_head a:hover{
  color: #f07b22;
}
.mm_img{
  height: 280px;
  background: #031951;
  overflow: hidden;
}
.mm_img img{
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mm_txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  background: #fff;
  transition: 0.4s all ease-in-out;
}
.mm_txt b{
  color: #f07b22;
  font-size: 16px;
  transition: 0.4s all ease-in-out;
}
.mm_txt span{
  color: #000;
  font-size: 14px;
}
.mm_list{
  margin: 0 -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mm_card a:hover .mm_txt b{
  color: #fff;
}
.mm_card a:hover .mm_txt{
  background: #f07b22;
  color: #fff;
}
.mm_card{
  margin: 0 15px;
}
.mm_card a{
  display: block;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
}


.gallery_item img {
  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;
}
.gi_cnt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  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: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: -o-linear-gradient(bottom, #000 5%, rgba(0, 0, 0, 0) 50%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #000), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, #000 5%, rgba(0, 0, 0, 0) 50%);
  -webkit-transition: 0.4s all ease-in-out;
  -o-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.gic_in {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
.gallery_item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  display: block;
}
.gic_in span {
  font-size: 10px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  white-space: nowrap;
}
.gic_in span b {
  font-size: 20px;
  font-weight: 600;
  display: block;
}
.gic_in p {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.our_gallery{
  background: #fef6ef;
  padding: 70px 0;
  overflow: hidden;
}
.our_gallery h3{
  color: #f07b22;
}
.our_gallery .sec_head a{
  color: #f07b22;
}
.our_gallery .sec_head a:hover{
  color: #031951;
}
.gallery_row{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}
.gallery_item{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 30px);
          flex: 0 0 calc(20% - 30px);
  max-width: calc(20% - 30px);
  margin: 0 15px;
}
.joinUs h3{
  color: #f07b22;
  margin-bottom: 20px;
}
.joinUs{
  padding-top: 70px;
  overflow: hidden;
}
.js_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ju_lft{
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.ju_rht{
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding: 0 30px 70px 30px;
}
.ju_rht p{
  margin-bottom: 30px;
}
.ju_rht .btn{
  margin-left: auto;
  max-width: 295px;
  width: 295px;
}
footer{
  background: -webkit-gradient(linear, left top, left bottom, from(#0e5099), to(#021546));
  background: -o-linear-gradient(#0e5099, #021546);
  background: linear-gradient(#0e5099, #021546);
  color: #fff;
  padding: 60px 0;
  overflow: hidden;
}
footer a{
  color: #fff;
}
footer a:hover{
  color: #f07b22;
}
footer h6{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.footer_in{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer_links ul li{
  margin-bottom: 8px;
  text-transform: normal !important;
}
footer .input_group{
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .input_group .btn{
  background: #000;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 52px;
          flex: 0 0 52px;
  max-width: 52px;
  min-width: auto;
  width: 52px;
  border-color: #000;
  padding: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0;
  border: none;
}
footer .input_group .btn:hover{
  background: #f07b22;
}
.input_group{
  margin-bottom: 20px;
}
address h5{
  font-weight: bold;
  margin-bottom: 15px;
}
.gic_in2{
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  padding: 0;
}
.gic_in2 span{
  font-size: 12px;
}
.gic_in2 span b{
  font-size: 24px;
}
.sb_blk{
  position: fixed;
 right: -245px;
  bottom: 260px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  z-index: 99;
}
.sticky_btns{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sticky_btns .btn{
  border:none;
  background: #f07b22;
  font-family: "Roboto Condensed", sans-serif;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 0;
}
.sticky_btns .btn_blue{
  background: #003b8b;
}
.sticky_btns .btn_black{
  background: #000;
}
.sticky_btns .btn:hover{
  background: #003b8b;
}

.sticky_btns .btn:hover{
  background: #7768e5 !important;
  transform: scaleY(1.2);
  transform-origin: bottom;
}
.sticky_btns .btn_blue:hover{
  background: #f07b22;
}

.gallery_row .slick-arrow{
  bottom: -40px;
  background-image: url(../images/arrow-left.png) !important;
}
.gallery_row .slick-next {
  background-image: url(../images/arrow-right.png) !important;
}
header .btn{
  border: none;
}
.vc_image{
  display: none;
}

.gallery_item:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.banner2{
  min-height: 234px;
  background: linear-gradient(to right, #ffcca3,#f79f74,#ffcca3);
  display: flex;
  align-items: center;
  overflow: hidden;
}
.banner2_Cnt{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.page_nav{
  display: flex;
  align-items: center;
}
.page_nav li,
.page_nav li a{
  color: #000;
}
.page_nav li:after{
  content: '>';
  margin: 0 20px;
}
.page_nav li:last-child:after{
  display: none;
}
.page_nav li a:hover{
  color:#f07b22;
}
.aboutus_content{
  padding: 30px 0;
  overflow: hidden;
}
.aboutus_content h3{
  margin-bottom: 20px;
}
.vcm_blk2,
.aboutus_content .vcmb_in{
  flex-wrap: wrap;
  gap: 40px;
}
.vcm_blk2 .vcm_rht,
.aboutus_content .vcm_rht{
  padding: 0;
  flex: 0 0 calc(50% - 20px);
}
.ac_img{
  flex: 0 0 100%;
  max-width: 100%;
}
.abcg_item img,
.abcvcm_img img,
.ac_img img{
  border-radius: 12px;
}
.abc_gallery{
  display: flex;
  gap: 30px;
}
.vcm_blk2{
  background: #f9f9f9;
  padding: 40px 0;
}
.vcm_blk2 .vcmb_in{
  flex-direction: row;
}
.vcm_blk2 .vcmb_in h3{
  margin-bottom: 15px;
}
.vcm_blk2 .vcmb_in ul{
  margin-bottom: 30px;
}
.vcm_blk2 .vcm_lft {
  align-items: flex-start;
  padding: 0;
}
.vcm_blk2 .vcm_lft img{
  width: 100%;
  border-radius: 12px;
}
.vcm_blk2 .vcm_lft img:first-child{
  margin-top: 130px;
}
.vcm_blk2 .vcm_rht ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.vcm_blk2 .vcm_rht ul li{
  padding-left: 30px;
  position: relative;
  line-height: 26px;
}
.vcm_blk2 .vcm_rht ul li:before{
  content: url(../images/check.png);
  position: absolute;
  left: 0;
}
.vcm_rht p:last-child{
  margin-bottom: 0;
}
.banner-gradient{
  background-image: linear-gradient(90deg, #ffcba3 0, #f79f74 54%, #ffcba3 100%);
  }
  .custom-button:hover .btn-1{left: calc(100% - 48px);}
.fa.fa-twitter{font-family:sans-serif;}
.fa.fa-twitter::before{content:"𝕏";}
.bg-first{
  background-color: #0e5099;
}
.text-first{
 color: #0e5099;
}
.bg-secound{
  background-color: #f07b22;
}
.text-secound{
 color: #f07b22;
}
.border-box{
  border: 1px solid #0e5099;
}
.scroll-container-home {
    overflow: hidden;
    border: 1px solid #ccc;
    position: relative;
  }
  
  .scroll-vertical {
    display: flex;
    flex-direction: column;
    transition: all ease-in-out 600ms;
    animation: scrollUpLinear 15s linear infinite;
  }
  
  .scroll-vertical li {
    padding: 10px 15px;
    border-bottom: 1px solid #eee;
  }
  
  @keyframes scrollUpLinear {
    0% {
      transform: translateY(0%);
    }
    100% {
      transform: translateY(-50%); /* Will scroll half of the double list */
}
}
.poppins{
  font-family: "Poppins", sans-serif;
}
  .owl-carousel .owl-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    margin-top: 30px;

  }
  .owl-carousel .owl-nav .owl-prev , .owl-carousel .owl-nav .owl-next{
    background: #003b8b !important;
    color: #fff !important;
    font-size: 30px !important;
    border-radius: 50%;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap:10px;
    height: 40px;
    text-align: center;
    transition: all 0.3s ease;

  }
  .custom-btn {
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 0px 10px 0px 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
     box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
     7px 7px 20px 0px rgba(0,0,0,.1),
     4px 4px 5px 0px rgba(0,0,0,.1);
    outline: none;
  }
  
  .btn-7 {
    background: linear-gradient(0deg, rgba(255,151,0,1) 0%, rgba(251,75,2,1) 100%);
      line-height: 42px;
      padding: 0;
      border: none;
    }
    .btn-7 span {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
    }
    .btn-7:before,
    .btn-7:after {
      position: absolute;
      content: "";
      right: 0;
      bottom: 0;
      background: rgba(251,75,2,1);
      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 5px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 5px 0px rgba(0,0,0,.3);
      transition: all 0.3s ease;
    }
    .btn-7:before{
       height: 0%;
       width: 2px;
    }
    .btn-7:after {
      width: 0%;
      height: 2px;
    }
    .btn-7:hover, .alpha-active-tab.btn-7{
      color: rgba(251,75,2,1);
      background: transparent;
    }
    .btn-7:hover:before, .alpha-active-tab.btn-7:before  {
      height: 100%;
    }
    .btn-7:hover:after, .alpha-active-tab.btn-7:after  {
      width: 100%;
    }
    .btn-7 span:before,
    .btn-7 span:after {
      position: absolute;
      content: "";
      left: 0;
      top: 0;
      background: rgba(251,75,2,1);
      box-shadow:
       -7px -7px 20px 0px rgba(255,255,255,.9),
       -4px -4px 5px 0px rgba(255,255,255,.9),
       7px 7px 20px 0px rgba(0,0,0,.2),
       4px 4px 5px 0px rgba(0,0,0,.3);
      transition: all 0.3s ease;
    }
    .btn-7 span:before {
      width: 2px;
      height: 0%;
    }
    .btn-7 span:after {
      height: 2px;
      width: 0%;
    }
    .btn-7 span:hover:before, .alpha-active-tab.btn-7 span:before {
      height: 100%;
    }
    .btn-7 span:hover:after, .alpha-active-tab.btn-7 span:after {
      width: 100%;
    }
    .alphabet-box{
      background: #fdf2e8;
      border: 1px solid #f0c3a0;
    }
     .sticky-header .year-scroll{
    opacity: 0;
    transition: all ease-in-out 300ms;
   }
   
.col-tab-btn::before{
    position: absolute;
    content: "";
    width: 0%;
    height: 3px;
    background-color: #f07b22;
    left: 0;
    top: 0;
    transition: all ease-in-out 500ms;
  }
  .col-tab-btn:hover::before,  .col-active-tab.col-tab-btn::before{
    width: 100%;
  }

  .col-active-tab, .col-tab-btn:hover {
    font-weight: bold;
    color: #f07b22 !important;
    background-color: #fdf2e8;
  }
  .owl-carousel.gallery-carousel .owl-nav { display: flex; justify-items: center; align-items: center; position: absolute; margin-top: 10px!important; }
  .owl-carousel.gallery-carousel .owl-prev,  .owl-carousel.gallery-carousel .owl-next { color: rgba(255, 255, 255, 0)!important; border: 1px solid #003b8b!important;   transition: all ease 800ms;  width: 48px; height: 48px;}
  .owl-carousel.gallery-carousel .owl-prev {background: url('../images/contact/pre-h.svg')  center no-repeat !important;  background-color: #003b8b!important; background-size: 30%!important; } 
  .owl-carousel.gallery-carousel .owl-next {background: url('../images/contact/next-h.svg')  center no-repeat !important;  background-color: #003b8b!important; background-size: 30%!important;}
  .owl-carousel.gallery-carousel .owl-prev:hover{background: url('../images/contact/pre.svg')  center no-repeat !important;  }
  .owl-carousel.gallery-carousel .owl-next:hover { background: url('../images/contact/next.svg')  center no-repeat !important;  }
  .owl-dots {display: flex;  gap: 14px; justify-content: end; position: absolute; bottom: -40px;  right: 0; }
.owl-dot {width: 10px; height: 10px; transition: all 0.3s ease-in-out; opacity: 50%; border-radius: 100%;}
 .owl-dot {background-color: #f07b22!important;  }
.owl-dot.active { opacity: 100%; outline-offset: 5px; outline: 2px solid #003b8b;}
 .header_nav > li > a{
    font-weight: 600!important;
    font-size: 15px!important;
  }
   .dropdown_menu li a{
    font-weight: 400!important;
    font-size: 15px!important;
  }
.mt-100{
	margin-top:0px!important;
}
.pr-slidebar-20{
	padding-right:20px;
}
@media (max-width: 1024px) {
	.pr-slidebar-20{
	padding-right:0px;
}
  .owl-dot {width: 10px; height: 10px;}
  .owl-dots {gap: 12px;}
      .header_nav > li > a,
  .dropdown_menu li a{
    font-size: 14px!important;
    font-weight: 400!important;
  }
}
  @media (max-width: 640px) {
  .gallery-carousel .owl-prev,  .gallery-carousel .owl-next{ width: 30px!important; height: 30px!important;  }
  .owl-dot {width: 7px; height: 7px;}
  .owl-dots {gap: 8px;}
  .owl-dot.active { opacity: 100%; outline-offset: 3px; outline: 1px solid #003b8b;}
}

.dynamic-css-filter img{
    width: 100%!important;
    height: 100%!important;
    object-fit: cover!important;
}
.tal-popup-body::-webkit-scrollbar {
            width: 8px;
        }
        .tal-popup-body::-webkit-scrollbar-track {
            background: #f1cfb5;
        }
        .tal-popup-body::-webkit-scrollbar-thumb {
            background-color: #f07b22;
            border-radius: 10px;
            border: 2px solid #f1cfb5;
        }
        /* Added for the open/close animation */
        .tal-popup-hidden {
            display: none;
            opacity: 0;
        }
        .tal-popup-visible {
            display: flex;
            opacity: 1;
        }
        .tal-popup-scale-enter {
            transform: scale(0.95);
        }
        .tal-popup-scale-enter-active {
            transform: scale(1);
        }
        .tal-popup-scale-leave {
            transform: scale(1);
        }
        .tal-popup-scale-leave-active {
            transform: scale(0.95);
        }

