html{
    overflow-x:hidden;
}
body{
    margin: 0;   overflow-x:hidden;
   font-family: 'ClashGrotesk-Regular' !important;
}
a{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}button{
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
-o-transition: all ease-in-out .5s;
-moz-transition: all ease-in-out .5s;

}
/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #222357;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #222357;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #222357;
}

/*@font-face {
  font-family: 'ClashGrotesk-Variable';
  src: url('../fonts/ClashGrotesk-Variable.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Variable.woff') format('woff'),
       url('../fonts/ClashGrotesk-Variable.ttf') format('truetype');
       font-weight: 200 700;
       font-display: swap;
       font-style: normal;
}

*/
@font-face {
  font-family: 'ClashGrotesk-Extralight';
  src: url('../fonts/ClashGrotesk-Extralight.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Extralight.woff') format('woff'),
       url('../fonts/ClashGrotesk-Extralight.ttf') format('truetype');
       font-weight: 200;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashGrotesk-Light';
  src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Light.woff') format('woff'),
       url('../fonts/ClashGrotesk-Light.ttf') format('truetype');
       font-weight: 300;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashGrotesk-Regular';
  src: url('../fonts/ClashGrotesk-Regular.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Regular.woff') format('woff'),
       url('../fonts/ClashGrotesk-Regular.ttf') format('truetype');
       font-weight: 400;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashGrotesk-Medium';
  src: url('../fonts/ClashGrotesk-Medium.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Medium.woff') format('woff'),
       url('../fonts/ClashGrotesk-Medium.ttf') format('truetype');
       font-weight: 500;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashGrotesk-Semibold';
  src: url('../fonts/ClashGrotesk-Semibold.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Semibold.woff') format('woff'),
       url('../fonts/ClashGrotesk-Semibold.ttf') format('truetype');
       font-weight: 600;
       font-display: swap;
       font-style: normal;
}


@font-face {
  font-family: 'ClashGrotesk-Bold';
  src: url('../fonts/ClashGrotesk-Bold.woff2') format('woff2'),
       url('../fonts/ClashGrotesk-Bold.woff') format('woff'),
       url('../fonts/ClashGrotesk-Bold.ttf') format('truetype');
       font-weight: 700;
       font-display: swap;
       font-style: normal;
}


.header2{
        float: right;
    width: 70%;
}
.logo{

float: left;

width: 30%;

margin-top: 20px;
}
.logo img{
    
width: 130px;
}
.header{
    float: left;
    width: 100%;
    background-color: white;
    height: 0px;
    position: relative;
    z-index: 99;
}
.quick-send {
    background-color: #252b42;
    width: 100%;
    border: 0;
    font-size: 15px;
    border-radius: 30px;
    font-weight: 500;
    cursor: pointer;
    color: #fff;
    padding: 10px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}

.quick-send:hover {
    color: #fff;
    /* opacity: .7; */
    background: #000;
}

.quick-send:focus {
    outline: none;
}



.field_area input[type=email], .field_area input[type=number], .field_area input[type=text], .field_area textarea:focus {

outline: none;}

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
.header_menu_area > .mob_nav {
    display: none;
}

.header_menu_area > ul {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0px;
    padding-left: 0px;
    /* padding-right: 20px; */
    float: left;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: color: black;
          /* background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158)); */
          color: #222357!important;
}
         


.header_menu_area > ul > li > a:hover::after {
          /* height: 100%; */
}
  .active-class{
 
  color: black; !important;
 
  /* border-bottom: solid 4px #0f703a; */
}

.img-fluid {
    max-width:0%;
    height: auto;
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
.reg-now{
  float: none;
  display: table;
  margin: auto;
}
/***************************menu******************/
.navItem ul li a{
  color: #fff !important;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;    overflow-y: scroll;
    height: 400px;
    top: 40px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #222357;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .5s ease-out;
    border-radius: revert-layer;
}.navItem:hover>ul {
    visibility: visible;
    /* display: block; */
    opacity: 1;
    transform: translate(0,0);
}
.wrapper {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  /* min-height: 80vh; */
}
.wrapper > * {
  /* margin: 15px; */
}


.frameMobile {
  /* position: relative; */
  /* overflow: hidden; */
  /* width: 300px; */
  /* height: 630px; */
  /* border: 10px solid #000; */
  /* border-radius: 50px; */
  /* -webkit-backface-visibility: hidden; */
  -moz-backface-visibility: hidden;
  /* -webkit-transform: translate3d(0, 0, 0); */
  -moz-transform: translate3d(0, 0, 0);
}
.frameMobile .fmCamera {
  position: absolute;
  z-index: 99;
  top: 7px;
  left: 50%;
  width: 80px;
  height: 25px;
  border-radius: 30px;
  background-color: #000;
  transform: translatex(-50%);
}
.frameMobile .fmCamera .camera-dot {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
}
.frameMobile .fmCamera .camera-dot-2 {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  opacity: 0.3;
  box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
}
.frameMobile .fmCamera .camera-dot-3 {
  position: absolute;
  background-color: #000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  opacity: 0.7;
}
.frameMobile:after {
  position: absolute;
  z-index: 99;
  bottom: 8px;
  left: 50%;
  width: 100px;
  height: 5px;
  background-color: #000;
  border-radius: 5px;
  transform: translatex(-50%);
}

.menu {
  position: absolute;
  z-index: 9999;
  right: 15px;
  top: 33px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 15px;
  --widthLine: 24px;
  --heightLine: 2px;
  --transitionTime: 0.4s;
  --rotation: 45deg;
  --translateY: calc(var(
  --heightIcon) / 2);
  --translateX: 0;
  position: absolute;
  z-index: 99;
  top: 65%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: var(--widthLine);
  height: var(--heightIcon);
}
.menu .menuTrigger .line {
  display: block;
  background: #222357;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
}
.menu .menuTrigger .line.line-1 {
  top: 0;
}
.menu .menuTrigger .line.line-2 {
  top: 50%;
}
.menu .menuTrigger .line.line-3 {
  top: 100%;
}
.menu .menuTrigger:hover .line-1, .menu .menuTrigger:focus .line-1 {
  transform: translateY(calc(var(--heightLine) / 2 * -1));
}
.menu .menuTrigger:hover .line-3, .menu .menuTrigger:focus .line-3 {
  transform: translateY(calc(var(--heightLine) / 2));
}
.menu .menuTrigger.active .line-1 {
  transform: translateY(var(--translateY)) translateX(var(--translateX)) rotate(var(--rotation));
}
.menu .menuTrigger.active .line-2 {
  opacity: 0;
}
.menu .menuTrigger.active .line-3 {
  transform: translateY(calc(var(--translateY) * -1)) translateX(var(--translateX)) rotate(calc(var(--rotation) * -1));
}

.nav {
  position: absolute;
  z-index: 11;
  bottom: 15px;
  right: 15px;
  display: block;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-color: rgb(255 255 255);
  position: fixed;
  right: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 999;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding: 0;    margin-top: -100px;
  width: 100%;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 100%;
  position: relative;
}
.nav .navItem:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.nav .navItem:nth-child(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.nav .navItem:nth-child(3) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.nav .navItem:nth-child(4) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.nav .navItem:nth-child(5) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.nav .navItem:not(:last-child) {
  margin-bottom: 22px;
}
.nav .navLink {
  position: relative;
  display: inline-flex;
  font-size: 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
  color: #222357;
  opacity: 0;
  -webkit-animation-name: fadein;
  animation-name: fadein;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #0e4fa3;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(24px);
  }
  100% {
    opacity: 1;
  }
}
.demoContent {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 30px 0 30px;
  overflow-y: auto;
  background-color: #fff;
}
.demoContent::-webkit-scrollbar {
  width: 6px;
  background-color: #F2F0E9;
}
.demoContent::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 3px;
}
.demoContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px #f2f0e9;
  background-color: #F2F0E9;
}
.demoContent h1 {
  margin-bottom: 0;
  padding: 15px;
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}
.demoContent .demoHeader {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.demoContent .demoHeader:before {
  content: "";
  position: relative;
  display: flex;
  width: 100%;
  height: 80px;
  background-color: #E1E9EE;
}
.demoContent .demoHeader:after {
  content: "";
  position: absolute;
  top: 50px;
  left: 50%;
  display: flex;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  transform: translateX(-50%);
  background-color: #E1E9EE;
  border: 3px solid #fff;
}
.demoContent .demoHeader span:first-child {
  display: flex;
  width: 115px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 70px auto 15px;
}
.demoContent .demoHeader span:last-child {
  display: flex;
  width: 200px;
  height: 15px;
  background-color: #E1E9EE;
  margin: 15px auto 15px;
}
.demoContent .demoPost {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  margin: 15px 0;
  padding: 0 15px;
}
.demoContent .demoPost .demoPostImg {
  width: 30%;
  height: 80px;
  border-radius: 10px;
  background-color: #E1E9EE;
}
.demoContent .demoPost .demoPostContent {
  display: flex;
  flex-flow: column;
  justify-content: space-around;
  width: 70%;
  padding-left: 15px;
}
.demoContent .demoPost .demoPostContent span:nth-child(1) {
  width: 50%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(2) {
  width: 30%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
.demoContent .demoPost .demoPostContent span:nth-child(3) {
  width: 70%;
  height: 15px;
  background-color: #E1E9EE;
  border-radius: 3px;
}
/**********************menu***************/
.menu li:hover>ul {
    width: 100% !important;
    visibility: visible;
    opacity: 1;
    position: unset;
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 60px;
}
.menu ul:after{
    bottom: 62%;
}

.header_menu_area > ul > li > a {
    width: 100%!important;
}

.sub-menu {
    margin-top: 122px!important;
}
.menu ul li a {

    text-align: center !important;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /position: unset;/
    transform: initial;
    /* height: 122px; */
    z-index: 99999;
    margin-top: 36px;
}

.menu ul {
    visibility: hidden;
    opacity: 0;
    top: 0;
    left: 0 !important;
    width: 100%;
    transform: initial;
}
.ham-nav{
    display: none;
}

.header_menu a svg{
    display: none;
}

.sub-menu-1{
    position:unset !important;
    width:100% !important;
}



.header_menu_area {
    position: inherit;
    float: right;
}

.header_menu_area > .mob_nav {
    display: block;
    display: none;
    float: right;
    position: relative;
    z-index: 99999;
    width: 35px;
    height: 28px;
    margin: 0;
    cursor: pointer;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}

.header_menu_area > .mob_nav > div {
    background: #ce2933;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    width: 100%;
}

.header_menu_area > .mob_nav > div:nth-child(1) {
    top: 2px;
}

.header_menu_area > .mob_nav > div:nth-child(2), .header_menu_area > .mob_nav > div:nth-child(3) {
    top: 13px;
    width: 65%;
}

.header_menu_area > .mob_nav > div:nth-child(4) {
    top: 23px;
}

.mob_nav.open > div:nth-child(1), .mob_nav.open > div:nth-child(4) {
    left: 50%;
    top: 18px;
    width: 0%;
}

.mob_nav.open > div:nth-child(2) {
    background: #ce2933;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ce2933;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.header_menu_area > ul {
    width: 0;
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0px;
    visibility: hidden;
    opacity: 0;
    z-index: 9 !important;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    top: 0;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 20px;
    /* transform: rotate(-15deg) translate3d(0, 0, 0); */
    padding-bottom: 50px;
    background: #ffffff;
}


.header_menu_area > ul > li > a {
    padding: 15px 18px 15px 18px !important;
    text-align: center;
    color: #fff;
    width: 100%;
    line-height: 30px;
    margin-left: 0px;
}
.header_menu_area > ul > li {
      width: 100%;
}


.header_menu_area ul.view {
    visibility: visible;
    opacity: 1;
    width: 100%;
    z-index: 100;
    z-index: 1111 !important;
    /* transform: rotate(0deg) translate3d(0, 0, 0); */
    top: 0;
}

.header_user_area {
    right: calc(5% + 70px);
}
}

.active-menu{
  background: linear-gradient(to right, rgb(0, 34, 93), rgb(20, 70, 158));
  color: #ffffff !important;
  /* border-bottom: solid 4px #0f703a; */
}


.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}


.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 15px;
    /* font-family: 'Montserrat', sans-serif !important; */
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    color: #000;
    margin: 15px 33px;
    border-bottom: 0px solid transparent;
    letter-spacing: 0px !important;
    padding: 0px;
    z-index: 1;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    background: #222357; !important;
    color: #fff;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    /* text-transform: uppercase; */
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 54px;
    padding: 0;
    width: 211px;
    position: absolute;
    right: 20px;
    left: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all .2s ease-out;
    -webkit-transform: perspective(600px) rotateX(-90deg);
    -moz-transform: perspective(600px) rotateX(-90deg);
    -ms-transform: perspective(600px) rotateX(-90deg);
    -o-transform: perspective(600px) rotateX(-90deg);
    transform: perspective(600px) rotateX(-90deg);
    -webkit-transition: -webkit-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    -o-transition: -o-transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
    transition: transform .5s ease,opacity .6s ease,max-height .6s step-end,max-width .6s step-end,padding .6s step-end;
}


.menu li:first-child {
    margin-left: 0;
}
.menu li:first-child {
    margin-left: 0;
}
.menu ul li {
    display: block;
    float: none;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
}

.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
    transition: all .5s ease-out;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    font-family: 'DM Sans', sans-serif;
    padding: 18px 10px;
    display: block;
    color: #000000;
    background: #ffffff;
    text-align: left;
    border-bottom: solid 1px rgb(99 96 96 / 10%);
}
.menu-new {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 13px !important;
    padding: 0;
    width: 211px;
    position: absolute;
    background: #fff;
    z-index: 99;
    margin-top: 0 !important;
    left: inherit !important;
    right: 217px !important;
    transform: translate(0,20px);
    transition: all .2s ease-out;
}

.menu-new li a{
  background: #F6F6F6!important;
}



.menu-new:after {
    top: 10% !important;
    right: -2% !important;
    left: inherit !important;
    border: solid red;
    content: " ";
    height: 0;
    width: 0;
   
    position: absolute;
    pointer-events: none;
    border-color: rgba(255,255,255,0);
    border-right-color: red !important;
    border-width: 6px;
    margin-left: -6px !important;
    transform: rotate(
319deg);
}





@media (max-width: 1024px){
    .header_menu_area > ul > li > a{
        margin: 8px 0px 0px 0px;
        font-size: 19px;
    }
    .hamburgermenu{
        display: none;
    }
}
@media(min-width: 992px) and (max-width: 1024px){
  .ct-right{
    padding: 40px !important;
  }.contact-sec h1 {
    font-size: 35px !important;
  }.quick-links a {
    font-size: 13px !important;}
  .list-box{
    padding: 30px !important;
  }
.slide .item .cover .header-content{
    padding-top: 0 !important;
}.header-content h6 {
       font-size: 55px !important;
    line-height: 75px !important;
   }.field1 {
    width: 22% !important;

}.tmz-logo {
    float: left;
    max-width: 100% !important;
    margin-right: 35px !important;
        width: 300px !important;
}.p4-right a h1 {
    font-size: 22px !important;
    width: 80% !important;
}.quick-links a {
  
    word-break: break-all;
}.slide-image {
    float: right;
    max-width: 100%;
    /* height: 634px; */
    margin-top: 196px !important;
}
}

@media(min-width: 1025px) and (max-width: 1199px){
  .contact-sec h1 {
    font-size: 37px !important;}
    .ct-right{
      padding: 40px !important;
    }
    .slide .item .cover .header-content{
       padding-top :0 !important;
    }.header-content h6 {
    float: left;
    margin-top: 0;
    font-size: 53px !important;
 
    line-height: 68px !important;
    width: 100%;
}.slide-image {
    float: right;
    max-width: 100%;
    /* height: 634px; */
    margin-top: 196px !important;
}.field1 {
    width: 22% !important;
}.header_menu_area > ul > li > a{
    margin: 15px !important;
}.tmz-logo{
    width: 300px !important;
}.p4-right a h1 {
    width: 80% !important;
}.panel6 p {
      padding: 10px 170px!important;
}.quick-links a{
    word-break: break-all;
}
}
@media(min-width: 1200px) and (max-width: 1316px){

.tmz-logo {
    float: left;
    max-width: 100%;
    margin-right: 50px;
    width: 380px!important;
}.p4-right a h1 {
    width: 90%!important;
}
}

@media(min-width: 768px) and (max-width: 991px){
    .service-sec img {
    width: 330px !important;
    float: right;
    margin-left: 40px;
    height: 330px !important;
    object-fit: cover;
    border-radius: 100%;
}
  .mod-right {
    width: 100%;
    float: left;
    padding: 20px 0 !important;
}
  #enroll .mod-right{
    display: none;
  }
.about-txt img {
    float: right;
    width: 290px !important;}
.address-sec p {
    width: 60%;float: right;
  }.ct-right {

    padding: 40px 18px !important;
}
.address-sec a{
      width: 60%;
    word-break: break-all;float: right;}.address-sec i {
    background: #222357;
    font-size: 26px !important;
    padding: 16px 0 !important;
    width: 60px !important;
    border-radius: 100%;
    height: 60px !important;
    text-align: center;
    color: #fff;
    float: left;
    margin-right: 20px;
}.address-sec h6{
  font-size: 17px !important;
}
  .list-left{
    width: 100% !important;
  } .list-right{
    width: 100% !important;
  }.list-right a{
    float: left !important;
  }.list-right h4:after {

    right: inherit !important;
    top: initial !important;
    left: 0 !important;
}
  .list-right h4{
    padding-left: 20px;
    text-align: left !important;
  }
    .header-content h6 {
    float: left;
    margin-top: 0 !important;
    font-size: 40px !important;
    color: #000;
    font-family: 'ClashGrotesk-Semibold';
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 58px !important;
    width: 100%;
}.slide .item .cover .header-content{
    padding-top: 50px !important;
}.slide-image {
    float: right;
    max-width: 100%;
    /* height: 634px; */
    margin-top: 318px !important;
}.p1-form {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 25px 15px 30px !important;
    margin-top: -70px !important;
    z-index: 99;
    position: relative;
}.field1 {
    width: 44% !important;
    float: left;
    margin-right: 30px !important;
    margin-bottom: 30px !important;
}
.p1-form button{
    width: 44% !important;
}
.panel1 h1 {
      padding: 60px 0px 0 !important;
    }.panel3 img {
    float: right;
    position: absolute;
    bottom: 0;
    right: 0 !important;
    height: 400px !important;
}.panel3 h1 {
    font-size: 40px !important;
    color: #fff;
    width: 70% !important;
}.tmz-logo {
    float: left;
    max-width: 100%;
    margin-right: 20px !important;
    width: 250px !important;;
}.p4-right a h1 {
    width: 80% !important;
    font-size: 20px !important;
}.panel5 h1 {
    font-size: 45px !important;}.p5-box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 35px 20px !important;
}.panel6 p {
    padding: 10px 90px !important;
}
}


@media(min-width: 576px) and (max-width: 767px){
#enroll .mod-right{
    display: none;
  }
.mod-right {
    width: 100%;
    float: left;
    padding: 20px 0 !important;
}.mod-right h6 {
    font-size: 24px !important;
    color: #fff;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'DM Sans', sans-serif;
    line-height: 40px !important;
}
  .about-2-bx {
  
    padding: 40px 20px !important;
 
}.about-txt img{
  padding-left: 0 !important;
  margin-bottom: 10px !important;
}
  .ct-right{
    display: none;
  }
  .contact-sec form{
    width: 100% !important;
  }

.address-sec a{
    float: right;
    width: 80%;}
  .list-full .col-lg-6
  {
        max-width: 100% !important;
  }
    .header-content h6 {
    float: left;
    font-size: 59px !important;
    line-height: 69px !important;
    margin-top: 25px !important;
}.slide .item .cover .header-content{
padding-top: 0 !important;margin-top: -110px;}
.slide-image {
    float: right;
    max-width: 100%;
    /* height: 634px; */
    margin-top: -370px !important;
    height: 300px !important;
}.field1 {
    width: 100% !important;
    float: left;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
}.select2-container--default .select2-selection--single{
    max-width: 100% !important;
}.p1-form button{
    width: 100% !important;
}.panel1 h1 {    font-size: 46px !important;
    padding: 60px 0px 0 !important;}.panel2 h1 {
    font-size: 46px !important;
}.p1-form {
  
    margin-top: -100px !important;
}.panel3 img {
    height: 300px !important;right: 0 !important;
}.panel3 h1 {
    font-size: 30px !important;
}.panel3 p {
    font-family: 'DM Sans', sans-serif;
    font-size: 13px !important;
    color: #fff;
    opacity: .7;
    float: left;
    width: 67% !important;
    margin-top: 15px;
}.panel3{
    height: auto !important;
}.tmz-logo {
    float: left;
    max-width: 100%;
    margin-right: 20px !important;
    width: 250px !important;
}.p4-right a h1 {
    font-size: 20px !important;
    width: 80%;
}.panel6 p {
    padding: 10px 0px !important;
}.ft-logo img {
    width: 150px !important;}
    .copy1 p{
        width: 100%;
        text-align: center;
    } .copy2 p{
        width: 100%;
        text-align: center;
    }.copy2 {
        width: 100%;
      
    }
}
@media (max-width: 575px){
  #enroll .mod-new {

    padding: 20px 0 !important;
}
  #enroll .mod-right{
    display: none;
  }
.about-2-bx{
  width: 100% !important;border-radius: 20px !important;text-align: center;
}.about-2-bx{
  margin-top: 20px;
}
.about-2-bx h2 {

    font-size: 40px !important;

    line-height: inherit !important;


    margin-bottom: 10px !important;
}
  .about-txt img{
    width: 100%!important;
    height: auto;padding-left: 0!important;
  }.about-txt h2 {
    width: 100%;
    font-weight: 900;
    margin-top: 20px;
    float: left;
    font-size: 35px!important;
    text-align: center;

}
.about-txt p{
  text-align: center !important;
}

  #apply-now .mod-right {
    width: 100%;
    float: left;
    padding: 0!important;
}#apply-now .mod-right h5{
  text-align: center;}

#apply-now .mod-new {
    padding: 20px 0!important;
}
#apply-now .mod-right h6 {
    font-size: 17px!important;
    color: #fff;
    font-weight: 400!important;
    margin-top: 20px;
    font-family: 'DM Sans', sans-serif;
    line-height: 32px!important;
    text-align: center!important;
}
#apply-now .log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 30px 15px!important;
    border-radius: 0px!important;
}#apply-now .mod-new h1 {
    font-size: 26px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: center;
}
  .contact-sec {
     background: #f0f0f5;
    margin-top: -60px!important;
    padding: 60px 30px!important;

 
}.address-sec {
    width: 292px!important;
    float: none!important;
    padding: 0px 0 40px!important;
    display: block!important;
    margin: auto!important;
}
.contact-sec form{
  width: 100% !important;
}
.contact-sec button{
  display: block;
  float: none !important;  
  margin: auto;
}
.contact-sec h1 {
    text-align: center;
    font-size: 30px!important;}
  .ct-right{
    display: none;
  }
.service-sec img {
    width: 100% !important;
    float: right;
    margin-left: 0 !important;
    height: 320px !important;
}
  .service-sec h1 {
    font-family: 'DM Sans', sans-serif;
    font-size: 34px !important;
    color: #000000;
    font-weight: 700;
    margin-bottom: 10px !important;
    text-align: center !important;
    width: 100% !important;
    margin-top: 20px !important;
    float: left !important;
}.service-sec p
{
  text-align: center;
}

  .tmz-serv img {
    max-width: 100%;
    height: 126px !important;
    position: relative;
    z-index: 9;
}.tmz-serv {
    position: absolute;
    right: -3px;
    bottom: 0;
    background: #fff;
    padding: 19px 7% 2px 0;
}.tmz-serv:after {
    position: absolute;
    content: '';
    background: #fff;
    width: 224px !important;
    height: 184px !important;
    left: -39px !important;
    bottom: 0;
    transform: skew(-35deg);
}.search-list h2 {
    font-size: 30px !important;}
  .innerban{
        height: 140px !important;
  }
  .list-full .col-lg-6
  {
        max-width: 100% !important;
  }
  .list-right h4 {

    text-align: left !important;
    padding-left: 20px !important;
}.list-right h4:after {

    left: 0 !important;
  
    right: inherit !important;
}
.list-right a{
  float: left !important;
}


  .list-box {
    width: 100% !important;    height: auto !important;

    padding: 30px !important;

}.list-left{
  width: 100% !important;
}.list-right{
    width: 100% !important;

}
    .slide .item {
    height: 510px !important;}
    .ft-logo img {
    width: 142px !important;
    max-width: 100%;
    filter: brightness(111);
    display: block;
    margin: auto;
}.quick-links h1{
    margin-top: 20px!important; 
    text-align: center !important;
}.quick-links a {
    font-size: 14px!important;
    font-family: 'DM Sans', sans-serif;
    color: #fff;
    width: 50% !important;
    text-align: center !important;
    float: left;
    margin-bottom: 12px;
    font-weight: 400;
}.copy2 {
    float: right;
    width: 100%;
}.copy1 p {
    text-align: center;width: 100%;float: left;
    font-size: 14px !important;}.copy2 p {
    text-align: center;width: 100%;float: left;
    font-size: 14px !important;}
    .panel6 h1 {
   font-size: 35px!important;
}
    .panel2 h1 {
    font-size: 35px!important;
    text-align: center;
    color: #000;
    float: left;
    width: 100%;
    margin: 0;
}.panel6 p {
     padding: 10px 0!important;
}.panel6 {
 
    padding: 70px 0!important;
    height: auto!important;
    text-align: center;
}
    .panel5 h1 {
    font-size: 35px!important;}
    .panel1 h1 {
    font-size: 35px!important;
       padding: 60px 0 0!important;

}.p2-show {
    width: 179px;
    float: right;
    margin-top: 0;
    border: 1px solid #bfbfbf;
    height: 49px;
    padding: 11px 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    font-family: 'DM Sans', sans-serif;
    background-image: linear-gradient(30deg, #ffffff00 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    color: #000;
    position: absolute !important;
    bottom: 0;
    left: 29%;
    margin-bottom: 20px;
}
.p1-carousel{
    float: left;
}.panel2{
    position: relative;
}.panel3{
   height: 600px !important;
}.panel3 h1 {
    font-size: 35px !important;
    text-align: center !important;
    color: #fff;
    width: 100% !important;
    float: left;
    clear: both;
    font-weight: 600;
    font-family: 'ClashGrotesk-Semibold';
}.panel3 p {
    text-align: center !important;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    color: #fff;
    opacity: .7;
    float: left;
    width: 100%;
    margin-top: 15px;
}.panel3 a{
    float: none !important;
    display: table;
}.panel3 img {

    height: 300px;
}.tmz-logo {
    float: none !important;
    max-width: 100%;
    width: 100% !important;
    margin: auto !important;
    display: block !important;
}.p4-right {
    float: right;
    width: 100% !important;
}.p4-right a h1 {
    width: 80%!important;
    font-size: 20px!important;}
    .field1 {
    width: 100%!important;
    float: left;
    margin-right: 0!important;
    margin-bottom: 30px!important;
}
    .p1-form button {
    width: 100%!important;}
    .slide .item .cover .header-content{
        padding-top: 50px !important;
    }.ban-butn1 {
    float: left;
    width: 48%;
    /* text-align: right; */
    margin-top: 15px;
    margin-left: 13px;
}.ban-butn2 {
    float: left;
    width: 48%;
    text-align: left;
    margin-left: 0 !important;
    margin-top: 15px;
}.slide-image {
    float: none !important;
    max-width: 100%;
    height: 300px !important;
    margin-top: -120px !important;
    display: block !important;
    margin: -100px auto -0 !important;
    object-fit: contain;
}
    .logo img {
    width: 99px;
    margin-left: 20px;
}.header-content h6 {
    float: left;
    margin-top: 0;
    font-size: 40px !important;
    color: #000;

    /* padding-left: 30px; */
    text-align: center !important;
    line-height: 50px !important;
    width: 100%;
}
.header-content p {

    margin-top: 2px!important;

    font-weight: 200;
    line-height: 200%;
    width: 100%;
    text-align: center!important;
    margin-bottom: 0!important;

}

}

.slide-image{
  float: right;
  max-width: 100%;
  /* height: 634px; */
  margin-top: 106px;
}
.slide {
    float: left;
    width: 100%;
    top: 0px;
    background-image: url(../images/banner-bg.webp);
    background-size: cover;
    /* background-position: center; */
    position: relative;
    background-color: #f0f0f5;
    z-index: 1;
    /* min-height: 850px; */
    /* max-height: 1000px; */
    height: 755px;
    /* margin-bottom: 80px; */
}
.slide .item {
    height: 755px;
    width: 100%;
    float: left;
    position: relative;
    /* background: #1a1b1c; */
    /* background: url(../images/slider_bg.png); */
    /* background-size: cover; */
    background-position: center;
    /* max-height: 800px; */
}
.slider-ban .owl-dots button span {
    background: #d2a055;
    width: 5px;
    height: 22px;
    float: right;
    border-radius: 6px;
    margin-right: 8px;
    margin-bottom: 4px;
    border: 1px solid #d2a055;
    margin-top: 0px;
    position: relative;
    z-index: 999;
}
.slider-ban .owl-dot.active span {
    background: #f5b763;
    border-color: #f5b763;
    height: 49px;
}
.slide .item .cover {
    padding: 0px 0px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    /*background: rgba(0, 0, 0, 0.6);*/
    display: flex;
    align-items: center;
}

.slide .item .cover .header-content {
    padding: 15px 0px;
    position: absolute;
    width: auto;
    text-align: left;
    width: 100%;
    /* margin-left: 65px; */
    padding-top: 55px;
    /* overflow: hidden; */
    background: transparent;
    z-index: 9999;
}

.slide .item .slide-image {
    height: 100vh;
    float: right;
    margin-left: 0px;
    /* position: absolute; */
    /* width: auto !important; */
    /* z-index: 9999; */
    width: 100%;
    right: 0;
    object-fit: cover;
    top: 0;
    /* max-height: 1000px; */
    /* border-top-left-radius: 5px; */
    /* border-bottom-left-radius: 7px; */
}
.header-content h6 span {color: #222357;}.header-content h6 {
    float: left;
    margin-top: 0;
    font-size: 65px;
    color: #000;
    font-family: 'ClashGrotesk-Semibold';
    font-weight: 700;
    text-align: left;
    /* padding-left: 30px; */
    line-height: 80px;
    width: 100%;
}.header-content p {
    line-height: initial;
    float: left;
    margin-top: 10px;
    font-size: 15px;
    color: #000;
    font-weight: 200;
    line-height: 200%;
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
    font-family: 'DM Sans', sans-serif;
    width: 100%;
}.ban-butn1 {
    float: left;
    /* width: 100%; */
    /* text-align: right; */
}.ban-butn1 a {
    float: none;
    display: inline-block;
    /* font-weight: lighter; */
    font-size: 15px;
    height: 49px;
    color: white;
    text-align: center;
    border-radius: 0;
    width: 154px;
    padding: 13px 30px;
    background-image: linear-gradient(30deg, #222357 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    border: 1px solid #222357;
    font-family: 'DM Sans', sans-serif;
}.ban-butn2 {
    float: left;
    /* width: 100%; */
    text-align: left;
    margin-left: 15px;
}.ban-butn2 a {
    float: left;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    width: 154px;
    height: 49px;
    text-align: center;
    color: #000;
    background-image: linear-gradient(30deg,transparent 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    padding: 13px 30px;
    border-radius: 0;
    border: 1px solid #000;
    font-family: 'DM Sans', sans-serif;
}


.panel1{

width: 100%;

float: left;

/* background-color: #202154; */

background-image: url('../images/about-sec-bg.webp');

padding-bottom: 100px;
}.ban-butn1 a:hover{
  background-position: 100%;
  text-decoration: none;
  color: #000;
}
.panel1 h1{

font-size: 55px;

color: #fff;

font-weight: 600;

text-align: center;

padding: 60px 200px 0;

font-family: 'ClashGrotesk-Semibold';

width: 100%;

float: left;
}
.panel1 p{

font-family: 'DM Sans', sans-serif;

color: #fff;

text-align: center;

font-size: 15px;

line-height: 200%;

margin-top: 20px;

width: 100%;

float: left;

margin-bottom: 40px;
}
.panel1 a{
    background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    cursor: pointer;
    font-family: 'DM Sans', sans-serif;
    width: 154px;
    height: 49px;
    display: table;
    border: 1px solid;
    margin: 30px auto 0;
    padding: 13px 0;
    text-align: center;
    font-size: 15px;
    color: #202154;
}
.panel1 a:hover{
        background-position: 100%;
        /* background-color: #fff; */
        border: 1px solid #ffffff;
        color: #ffffff;
        text-decoration: none;
        transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        -ms-transition: all ease-in-out 0.5s;
        -moz-transition: all ease-in-out 0.5s;
        -webkit-transition: all ease-in-out 0.5s;
}
.p1-form{width: 100%;float: left;background: #fff;padding: 35px 55px 35px 60px;z-index: 9;position: relative;}
.field1{

width: 24%;

float: left;

margin-right: 30px;
}
.field1 label{font-size: 15px;color: #909090;width: 100%;float: left;font-family: 'DM Sans', sans-serif;margin: 0;}.field1 input:focus{
  outline:none !important;
}
.field1 input{width: 100%;border-bottom: 1px solid #cecece;    padding-bottom: 6px;border-top: 0;border-left: 0;border-right: 0;font-size: 15px;color: #000;line-height: 0;margin-top: 6px;}
.p1-form button{
    width: 176px;
    height: 49px;
    cursor: pointer;
    border: 1px solid #202154;
    background-image: linear-gradient(30deg, #222357 50%, transparent 50%);
    background-size: 1140px;
    transition: background 500ms ease-in-out;
    font-size: 15px;
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    margin-top: 0;
}
.reg-now{

float: right;

text-align: center;

width: 154px;

height: 49px;

font-family: 'DM Sans', sans-serif;

font-size: 15px;

font-weight: 400;

background-image: linear-gradient(30deg, #222357 50%, transparent 50%);

background-size: 1140px;

transition: background 500ms ease-in-out;

border: 1px solid #222357;

color: #fff;

padding: 11px 0;
}
.reg-now:hover
{
    
background-position: 100%;
    
text-decoration: none;
    
color: #000;
}
.ban-butn2 a:hover{
  
background-position: 100%;
  
text-decoration: none;
  
color: #fff;
  
background-image: linear-gradient(30deg,transparent 50%, #222357 50%);
}.custom-select {
  position: relative;
  border-bottom: 1px solid #ccc;
}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  background-color: transparent;
  color: #000 !important;
  padding: 0 !important;
  opacity: .7;
  font-size: 15px;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  /* border: 1px solid transparent; */
  cursor: pointer;
  user-select: none;
  padding: 10px 15px;
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #202154;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}.custom-select {
    display: inline-block;
    width: 100%;
    height: auto!important;
    padding: 0!important;
    line-height: inherit;
    vertical-align: middle;
    background-size: 8px 10px!important;
    border-bottom: 1px solid #cecece!important;
    border-radius: 0!important;
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none;
    border-top: 0!important;
    border-right: 0!important;
    background: none !important;
    border-left: 0!important;

}.p1-form button:hover{
  background-position: 100%;
  background-color: transparent;
  color: #000;
}
.panel2{

width: 100%;

float: left;

padding: 80px 0;
}
.panel2 h1{

font-family: 'ClashGrotesk-Semibold';

font-size: 55px;

color: #000;

float: left;

width: 100%;
}
.panel2 h1 span{

color: #202154;
}
.p2-show{width: 179px;float: right;margin-top: -65px;border: 1px solid #bfbfbf;height: 49px;padding: 11px 0;text-align: center;font-size: 15px;font-weight: 400;font-family: 'DM Sans', sans-serif;background-image: linear-gradient(30deg, #ffffff00 50%, transparent 50%);background-size: 1140px;transition: background 500ms ease-in-out;color: #000;position: relative;z-index: 9;}
.p2-show:hover{

background-position: 100%;

background-image: linear-gradient(30deg,transparent 50%, #222357 50%);

color: #fff;

text-decoration: none;
}.p2-box:after{
  /* position:absolute; */
  content:'';
  background: #202154;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  opacity: 0;
}
.p2-box{clear: both;width: 100%;float: left;padding: 40px;    height: 425px;border: 1px solid #ccc;margin-top: 30px;position: relative;transition: all ease-in-out .6s;}
.p2-box h5{font-size: 22px;color: #000;font-weight: 700;font-family: 'DM Sans', sans-serif;padding-top: 5px;width: 100%;float: left;}
.p2-box h6{

font-family: 'DM Sans', sans-serif;

font-size: 15px;

color: #909090;

font-weight: 400;

width: 100%;

float: left;
}
.p2-box p{

font-size: 15px;

color: #808080;

font-weight: 400;

line-height: 200%;

margin-top: 10px;

float: left;

width: 100%;

font-family: 'DM Sans', sans-serif;
}
.p2-box span{

font-size: 15px;

color: #000;

font-family: 'DM Sans', sans-serif !important;

font-weight: 400;

line-height: 30px;

width: 100%;

float: left;
}
.p2-box a{width: 111px;float: left;height: 35px;background-image: linear-gradient(30deg, #202154 50%, transparent 50%);background-size: 1140px;transition: background 500ms ease-in-out;font-size: 15px;color: #fff;text-align: center;padding: 6px 0;font-weight: 400;margin-top: 10px;font-family: 'DM Sans', sans-serif;}
.p2-box a:hover{
    
}
.p2-box:hover{opacity: 1;background: #202154;}
.p2-box:hover h6{color: #fff;}.p2-box:hover h5{
    color: #fff;
}.p2-box:hover span{
    color: #fff;
}.p2-box:hover p{
    color: #fff;
    opacity: .7;
}.p2-box:hover a{
    color: #202154;
    background-position: 100%;
    background-image: linear-gradient(30deg, #ffffff38 50%, white 50%);
    border: 1px solid #ffffff;
    text-decoration: none;
}
.panel3{

width: 100%;

float: left;

background-image: url('../images/cta-bg.webp');

background-size: cover;

background-position: center;

padding: 70px 5%;

position: relative;

height: 400px;

margin-top: 80px;
}
.panel3 h1{

font-size: 55px;

color: #fff;

width: 50%;

float: left;

clear: both;

font-weight: 600;

font-family: 'ClashGrotesk-Semibold';
}
.panel3 p{

font-family: 'DM Sans', sans-serif;

font-size: 15px;

color: #fff;

opacity: .7;

float: left;

width: 100%;

margin-top: 15px;
}
.panel3 a{background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);background-size: 1140px;transition: background 500ms ease-in-out;cursor: pointer;width: 154px;font-family: 'DM Sans', sans-serif;height: 49px;border: 1px solid;margin: 15px auto 0;padding: 13px 0;text-align: center;font-size: 15px;float: left;color: #202154;}
.panel3 a:hover{

background-position: 100%;

/* background-color: #fff; */

border: 1px solid #ffffff;

color: #ffffff;

text-decoration: none;
}
.panel3 img{float: right;position: absolute;bottom: 0;right: 80px;}
.tmz-logo{
    margin-left: 20px;
float: left;

max-width: 100%;

margin-right: 50px;
}
.panel4{width: 100%;float: left;padding: 109px 7% 70px 2%;}.p4-right a:nth-child(5):after{
  display:none;
}.p4-right a:nth-child(5):before{
  display:none;
}
.p4-right a:nth-child(5){
  border:none;
}
.p4-right{

float: right;

width: 57%;
}
.p4-right a{position: relative;float: left;width: 100%;border-bottom: 1px solid #ccc;margin-bottom: 30px;padding-bottom: 20px;}
.p4-right a h1{

font-size: 25px;

color: #000;

text-align: left;

float: left;

font-family: 'DM Sans', sans-serif;

font-weight: 700;

margin: 0;
}
.p4-right a img{

float: right;
}
.p4-right a:hover{

}
.p4-right a:before{
    position: absolute;
    content: '';
    background: #a6823c;
    width: 0;
    height: 5px;
    left: 0;
    bottom: -5px;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
    -moz-transition: all ease-in-out .5s;
}
.p4-right a:after{
        position: absolute;
        content: '';
        background: #001b54;
        width: 0;
        height: 5px;
        right: 0;
        bottom: -5px;
        transition: all ease-in-out .5s;
        -webkit-transition: all ease-in-out .5s;
        -moz-transition: all ease-in-out .5s;
}
.p4-right a:hover::after{
    width: 50%;
}.p4-right a:hover::before{
    width: 50%;
    right: 0;
}
.panel5{

width: 100%;

float: left;

background: #f8f8fe;

padding: 70px 0 80px;
}.panel5 h1 span{
  color: #182560;
}
.panel5 h1{font-size: 55px;color: #000;font-weight: 700;text-align: center;margin-bottom: 20px;font-family: 'ClashGrotesk-Semibold';}
.p5-box{width: 100%;float: left;background: #fff;padding: 35px 50px;margin-top: 30px;box-shadow: 18px 19px 13px -14px rgb(0 0 0 / 22%);}
.p5-box h5{font-size: 25px;color: #000;width: 100%;float: left;font-family: 'DM Sans', sans-serif;font-weight: 700;margin-top: 20px;}
.p5-box h6{width: 100%;float: left;font-size: 15px;line-height: 200%;color: #A0A0A0;font-weight: 400;font-family: 'DM Sans', sans-serif;}
.p5-box img{

width: 80px;

float: left;
}
.panel6{

width: 100%;

float: left;

background-image: url('../images/above-footer-cta.webp');

background-size: cover;

background-position: center;

padding: 100px 0;

height: 951px;

text-align: center;
}.panel6 h1 span{
  color: #182560;
}
.panel6 h1{

font-family: 'ClashGrotesk-Semibold';

font-size: 55px;

color: #000;
}
.panel6 p{font-family: 'DM Sans', sans-serif;font-size: 15px;color: #000;font-weight: 400;line-height: 200%;padding: 10px 280px;}
.panel6 a{background-image: linear-gradient(30deg, #202154 50%, transparent 50%);background-size: 1140px;font-family: 'DM Sans', sans-serif;transition: background 500ms ease-in-out;cursor: pointer;width: 154px;height: 49px;display: table;border: 1px solid #182560;margin: 30px auto 0;padding: 13px 0;text-align: center;font-size: 15px;color: #ffffff;}
.panel6 a:hover{
    background-position: 100%;
    /* background-color: #fff; */
    border: 1px solid #182560;
    color: #182560;
    text-decoration: none;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
}
.footer{

width: 100%;

float: left;

background: #222357;

padding: 70px 0;

margin-top: -1px;
}
.ft-logo{

}
.ft-logo img{

width: 200px;

max-width: 100%;

filter: brightness(111);
}
.quick-links{

width: 100%;

float: left;

margin-top: 10px;
}
.quick-links a{

font-size: 15px;

font-family: 'DM Sans', sans-serif;

color: #fff;

width: 100%;

float: left;

margin-bottom: 12px;

font-weight: 400;
}
.quick-links h1{

font-size: 15px;

font-family: 'DM Sans', sans-serif;

color: #fff;

opacity: .7;

width: 100%;

float: left;

font-weight: 500;

margin-bottom: 25px;
}
.quick-links a:hover{

text-decoration: none;

color: #b7b8ff;
}.copy2{
  float: right;
}.copy2 p a:hover{
  color: #222357;
}
.copy2 p{
  font-size: 15px;
  font-family: 'DM Sans', sans-serif;
  margin: 0;
}.copy2 p a{
  color: #000;
  text-decoration: underline;
}
.copy{

width: 100%;

background: #fff;

padding: 20px 0;

float: left;
}
.copy1{

}
.copy1 p{font-size: 15px;font-family: 'DM Sans', sans-serif;margin: 0;color: #000;}
.copy1 p a{
    
}
.mob-scroll{
    overflow-y: hidden !important;
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
}
.slider-ban .active h6 {
    ebkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.2s;
}.slider-ban .active p {
    ebkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.2s;
}.slider-ban .active a {
    ebkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.2s;
}

.container__title {
  width: 100%;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 400;
  text-align: center;
}

.select-dropdown {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 0 15px 0 0;
}
.select-dropdown::last-child {
  margin-right: 0px;
}
.select-dropdown__button {
  padding: 10px 35px 10px 15px;
  background-color: #fff;
  color: #616161;
  border: 1px solid #cecece;
  border-radius: 3px;
  cursor: pointer;
  width: 210px;
  text-align: left;
}
.select-dropdown__button::focus {
  outline: none;
}
.select-dropdown__button .zmdi-chevron-down {
  position: absolute;
  right: 10px;
  top: 12px;
}
.select-dropdown__list {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  max-height: 300px;
  overflow: auto;
  margin: 0;
  padding: 0;
  border: 1px solid #cecece;
  border-top: 0px solid transparent;
  list-style-type: none;
  opacity: 0;
  pointer-events: none;
  transform-origin: top left;
  transform: scale(1, 0);
  transition: all ease-in-out 0.3s;
  z-index: 2;
}
.select-dropdown__list.active {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1, 1);
}
.select-dropdown__list-item {
  display: block;
  list-style-type: none;
  padding: 10px 15px;
  background: #fff;
  border-top: 1px solid #e6e6e6;
  font-size: 14px;
  line-height: 1.4;
  cursor: pointer;
  color: #616161;
  text-align: left;
  transition: all ease-in-out 0.3s;
}
.select-dropdown__list-item:hover {
  background-color: #1fc69d;
  color: #fff;
  transition: all ease-in-out 0.3s;
}
.search-sec{
  margin-top: -70px;
  width: 100%;
  float: left;
}
.innerban{width: 100%;float: left;background-image: url('../images/innerban.webp');background-color: #f0f0f5;background-size: cover;height: 175px;background-position: center;}
.search-list{
  background-image: url(../images/about-sec-bg.webp);
  width: 100%;
  float: left;
  background-size: cover;
  padding: 70px 0;
  margin-top: 0;
  position: relative;
}
.list-full{width: 100%;float: left;padding: 80px 0 50px;}
.list-box{width: 100%;float: right;border: 1px solid #ccc;padding: 55px 60px;margin-bottom: 30px;    height: 295px;}
.list-left{width: 50%;float: left;}
.list-right{

}.list-full .col-lg-6{
  max-width: 47%;
  float: left;
  width: 100%;
  padding: 0;
}

.list-full .col-lg-6:nth-child(even){
 float:right;
}
.list-left h5{font-size: 15px;color: #808080;font-family: 'DM Sans', sans-serif;}
.list-left h5 span{color: #000;    width: 100%;
    float: left;
    padding-bottom: 10px;
    padding-top: 5px;}
.list-left h1{font-size: 22px;color: #000;font-weight: 600;font-family: 'DM Sans', sans-serif;}
.list-left h6{font-size: 15px;color: #000;}
.list-right{width: 50%;float: right;}
.list-right h4{
  position: relative;
  text-align: right;
  font-size: 15px;
  color: #000;
  font-family: 'DM Sans', sans-serif;
}
.list-right h4:after{
  position: absolute;
  content: '';
  background: url('../images/loc.png');
  background-size: contain;
  background-position: center;
  height: 16px;
  width: 16px;
  right: 64px;
  top: 1px;
}
.list-right a{float: right;width: 111px;height: 35px;background-image: linear-gradient(30deg, #202154 50%, transparent 50%);background-size: 1140px;transition: background 500ms ease-in-out;font-size: 15px;color: #fff;text-align: center;padding: 5px 0;font-weight: 400;margin-top: 10px;font-family: 'DM Sans', sans-serif;border: 1px solid #202154;}
.list-right a:hover{text-decoration: none;background-position: 100%;background-color: #fff;color: #1f2052;}
.list-box p{
  width: 100%;
  float: left;
  margin: 0;
  font-size: 15px;
  color: #808080;
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  line-height: 28px;
  padding-top: 15px;
}
.list-box:hover{background: #202154;}
.list-box:hover h5{color: #b5b5c6;}.list-box:hover h6{color: #fff;}
.list-box:hover h5 span{
  color: #fff;
}.list-box:hover h4{
  color: #fff;
}
.list-box:hover h4:after{
  filter: invert(1);
}
.list-box:hover p{color: #fff;opacity: .8;}.list-box:hover h1{color: #fff;}.list-box:hover a{color: #202154;background-position: 100%;background-color: #fff;border: 1px solid #ffffff;text-decoration: none;}


/***********************select*******************/
.custom-select-wrapper {
  position: relative;
  display: inline-block;
  user-select: none;
  cursor: pointer;
  width: 100%;
}
.custom-select-wrapper select {
  display: none;
}
.custom-select {
  position: relative;
  display: inline-block;
}
.custom-select-trigger {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  font-family: 'DM Sans', sans-serif;
  background-color: #ffffff;
  border-radius: 0;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.custom-select-trigger:hover {
}
.custom-select-trigger:before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 50px;
  top: 3px;
  right: 50px;
  margin-top: -3px;
  border-right: 1px solid #c7d1d6;
  transition: all 0.35s ease-out;
  transform-origin: 50% 0;
  display: none;
}
.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  display: none;
  top: 50%;
  right: 20px;
  margin-top: -3px;
  transition: all 0.35s ease-out;
  /* transform-origin: 50% 0; */
}
.custom-select.opened .custom-select-trigger:after {
  margin-top: 3px;
  transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0%;
  right: 0;
  max-height: 200px;
  overflow-y: scroll;
  width: 100%;
  margin: 10px 0;
  border-radius: 5px;
  box-sizing: border-box;
  /*  box-shadow: 0 2px 1px rgba(0, 0, 0, .1); */
  background: #fff;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translateY(15px);
  border: 0;
}
.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  transform: translateY(-3px);
}
.option-hover:before {
  background: #f9f9f9;
}
.custom-option {
  position: relative;
  display: block;
  font-size: 14px;
  font-family: 'DM Sans', sans-serif;
  padding: 0 22px;
  font-weight: 600;
  color: #282727;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}
.custom-option:first-of-type {
  border-radius: 4px 4px 0 0;

  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.custom-option:last-of-type {
  border-bottom: 0;
  border-radius: 0 0 4px 4px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.custom-option:hover,
.custom-option.selection {
  color: #fff;
  background-color: #222357;
}
.opened .custom-select-trigger {
       color: #000 !important;
       opacity: .7;
}


.close_form {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    z-index: 999;
    top: 0;
    background: #212256 url(../images/close.svg) no-repeat center center;
    background-size: 20px 20px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    cursor: pointer;
}
.mod-new h1{
  font-size: 30px;
  color: #fff;
  font-family: 'DM Sans', sans-serif;
  margin-bottom: 20px;
  font-weight: 700;
}
.mod-new {
    width: 100%;
    float: left;
    padding: 20px 30px;
}.log-sec {
    width: 100%;
    float: left;
    background: #fff;
    padding: 50px 30px;
    border-radius: 30px;
}.log-field {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}.log-field label {
    font-size: 15px;
    color: #000;
    width: 100%;
    font-weight: 500;
}.log-field input {
    width: 100%;
    float: left;
    padding: 13px;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
    font-size: 15px;
}
.log-sec button:hover{
  background-position: 100%;
  background-image: linear-gradient(30deg,transparent 50%, #222357 50%);
  /* background-size: 100%; */
  color: #fff;
}

.log-sec button {
    position: relative;
    width: 100%;
    height: 55px;
    float: right;
    margin: 8px 0 0 0;
    font-family: 'DM Sans', sans-serif;
    padding: 15px 0;
    cursor: pointer;
    border: 2px solid #212256;
    font-size: 15px;
    color: #212256;
    background-image: linear-gradient(30deg,white 50%, white 50%);
    background-size: 1540px;
    transition: background 500ms ease-in-out;
    font-weight: 700;
    border-radius: 0;
    text-transform: uppercase;
    overflow: hidden;
}.mod-right {
    width: 100%;
    float: left;
    padding: 196px 30px;
}.mod-right h5 {
    font-size: 30px;
    font-family: 'DM Sans', sans-serif;
    color: #bbbcfd;
    letter-spacing: 2px;
}.mod-right h6 {
    font-size: 23px;
    color: #fff;
    font-weight: 500;
    margin-top: 20px;
    font-family: 'DM Sans', sans-serif;
    line-height: 36px;
}.time-mod {
    font-size: 20px;
    color: #dcddff;
    font-weight: 400;
    margin-top: 30px;
    font-family: 'DM Sans', sans-serif;
}#enroll .modal-content {
    background: url('../images/about-sec-bg.webp');
}
@media (min-width: 992px){
.modal-lg {
    max-width: 920px !important;
}
}
.search-list h2{
  font-size: 40px;
  color: #fff;
  font-weight: 700;
  font-family: 'DM Sans', sans-serif;
}.about-full {
    float: left;
    width: 100%;
    padding: 80px 0;
}.about-txt {
    float: left;
    width: 100%;
}.about-txt img {
    float: right;
    width: 510px;
    padding-left: 40px;
    margin-top: 0;
    border-radius: 100%;
    object-fit: cover;
}
.about-txt h2 span{
  color: #202153;
}
.about-txt h2 {
    width: 100%;
    font-weight: 900;
    font-size: 55px;
    color: #000000;
    margin-bottom: 25px;
    font-family: 'ClashGrotesk-Semibold';
}.about-txt p {
    width: 100%;
    font-weight: normal;
    font-size: 15px;
    line-height: 30px;
    color: black;
    font-family: 'DM Sans', sans-serif;
    line-height: 33px;
}.about-2 {
    float: left;
    width: 100%;
    padding: 80px 0px;
    background: url('../images/about-sec-bg.webp');
}.about-2-bx h2 {
    float: left;
    width: 100%;
    font-size: 55px;
    font-family: 'ClashGrotesk-Semibold';
    line-height: 67px;
    color: #212256;
    font-weight: 900;
    margin-bottom: 32px;
}.about-2-bx p {
    float: left;
    width: 100%;
    font-family: 'DM Sans', sans-serif;
    font-size: 15px;
    line-height: 34px;
    color: #2A2C31;
    font-weight: normal;
    margin-bottom: 0px;
}.about-2-bx {
    float: left;
    width: 50%;
    border-radius: 20px 0px 0px 20px;
    background: white;
    padding: 70px 60px;
    border-right: 1px solid #DFDBF7;
}.about-2-bx1 {
    border-right: 1px solid transparent;
    border-radius: 0px 20px 20px 0px;
}
.tmz-serv{position: absolute;right: -3px;bottom: 0;background: #fff;padding: 19px 8% 2px 0;}
.tmz-serv img{
  max-width: 100%;
  height: 177px;
  position: relative;
  z-index: 9;
}.tmz-serv:after{
  position:absolute;
  content:'';
  background: #fff;
  width: 260px;
  height: 197px;
  left: -180px;
  bottom: 0;
  transform: skew(-35deg);
}
.service-sec{width: 100%;float: left;padding: 80px 0;}
.service-sec h1{font-family: 'DM Sans', sans-serif;font-size: 50px;color: #000000;font-weight: 700;margin-bottom: 20px;}
.service-sec img{width: 500px;float: right;margin-left: 40px;height: 490px;object-fit: cover;border-radius: 100%;}
.service-sec p{
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 200%;
  margin: 0;
}
.service-sec h1 span{
  color:#202153;
}
.contact-sec{float: left;width: 100%;background: #f0f0f5;margin-top: -70px;position: relative;padding: 100px 40px;margin-bottom: 80px;}
.contact-sec h1{font-size: 45px;color: #000;font-weight: 700;font-family: 'DM Sans', sans-serif;margin-bottom: 40px;}
.contact-field{width: 100%;float: left;}
.contact-field input{
  width: 100%;
  float: left;
  border: 0;
  padding: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}
.contact-field textarea{
  width: 100%;
  float: left;
  border: 0;
  padding: 15px;
  margin-bottom: 20px;
  height: 198px;
}
.contact-sec button{
  float: left;
  text-align: center;
  width: 100%;
  height: 52px;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  font-weight: 400;
  background-image: linear-gradient(30deg, #222357 50%, transparent 50%);
  background-size: 1140px;
  transition: background 500ms ease-in-out;
  border: 1px solid #222357;
  color: #fff;
  padding: 11px 0;
  cursor: pointer;
}.contact-sec button:hover{
  background-position: 100%;
  text-decoration: none;
  color: #000;
}
.contact-sec form{
    width: 80%;
    float: left;
}
.ct-right{width: 20%;background: #222357;float: right;position: absolute;top: 0;right: 0;height: 100%;padding: 40px 60px;}
.ct-right h5{font-size: 22px;color: #fff;writing-mode: vertical-rl;float: left;margin-bottom: 20px;font-family: 'DM Sans', sans-serif;}
.ct-right i{font-size: 40px;color: #c0c0f9;float: none;display: table;margin: 16px auto;transform: rotate(-90deg);}
.ct-right a{font-size: 22px;color: #fff;writing-mode: vertical-rl;float: left;font-family: 'DM Sans', sans-serif;padding-left: 33px;margin-top: 0;}
.ct-right a:hover{
  color: #fff;
  text-decoration: none;
}
.address-sec{width: 100%;float: left;padding: 0px 0 70px;}
.address-sec i{background: #222357;font-size: 40px;padding: 18px 0;width: 80px;border-radius: 100%;height: 80px;text-align: center;color: #fff;float: left;margin-right: 20px;}
.address-sec h6{font-family: 'DM Sans', sans-serif;font-size: 20px;color: #000;font-weight: 700;}
.address-sec a{font-family: 'DM Sans', sans-serif;font-size: 15px;color: #000;font-weight: 400;}
.address-sec a:hover{text-decoration: none;color: #000;}
.address-sec p{font-family: 'DM Sans', sans-serif;font-size: 15px;color: #000;font-weight: 400;}
.address-sec:hover i{
  color: #bcbefb;
}
#apply-now .modal-content {
    background: url(../images/about-sec-bg.webp);
}
.mod-right h5 span{
  font-weight: 700;
  text-transform: uppercase;
}
.fileUpload {
  background: transparent;
  color: #141414;
  
  /*20px/16px 0*/
  overflow: hidden;
  /*14px/16px*/
  text-align: left;
  position: relative;
  font-size: 14px;
  width: 100%;
  border-radius: 10px;
  padding: 13px;
  cursor: pointer;
  border: 1px solid #cecece;
}
.fileUpload:hover, .fileUpload:active, .fileUpload:focus {
  background: transparent;
  cursor: pointer;
}
.fileUpload span{
        color: #000;
        background: #fff;
        /* z-index: 999; */
        /* position: relative; */
        padding: 10px 4px;
        margin-left: -4px;
}
.fileUpload input.upload {
       position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=0);
    width: 100%;
    height: 46px;
    cursor: pointer;
    border: 0;
    padding: 10px;
}

input[type="file"] {
    position: fixed;
    right: 100%;
    bottom: 100%;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}
.contact-field input:focus-visible{
  outline: none !important;
}.contact-field textarea:focus-visible{
  outline: none !important;
}
@media(min-width: 1400px){
  .tmz-serv {
    padding: 19px 10% 2px 0 !important;
}
}
.pagination.pagination-rounded-flat .page-item {
    margin: 0 0.25rem;
}.page-link {
    position: relative;
    display: block;
    padding: 6px 11px;
    margin-left: -1px;
    line-height: 1.25;
    color: #001e42 !important;
    background-color: #fff !important;
    border: none !important;
}.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
        background-color: #202154 !important;
    border-color: #202154 !important
}
.page-content{
        width: 100%;
    float: left;
    text-align: right;
}
.pagination{
        float: right;
}.page-link:focus{
    outline:none !important;box-shadow:none !important;
}.hidden-input-field {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
.d-flex{
        width: 100%;
    float: right;
}

.grecaptcha-badge {
    visibility: hidden;
}
.list-box p span{
        font-size: 15px !important;
    color: #808080 !important;
    font-family: 'DM Sans', sans-serif !important;
    font-weight: 400 !important;
    line-height: 28px !important;
}.list-box:hover span {
    color: #fff !important;
    opacity: .8;
}.p2-box:hover p span{
    color: #fff !important;
    opacity: .7;
}.p2-box:hover span {
    color: #fff !important;
    opacity: .7;
}