html{
    overflow-x:hidden; scroll-behavior: smooth;
}
body{
    margin: 0;   overflow-x:hidden;  
  font-family: "Jost", sans-serif !important;

scroll-behavior: smooth;
}
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: #000;
}

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

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

/******************************menu**********************/

.header_menu_area {
  float: right;
  position: relative;
  text-align: center;
  padding: 0;
}
.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;
    margin-top: 0;
}
.header_menu_area > ul > li {
      width: auto;
      display: inline-block;
      vertical-align: middle;
}
     
.header_menu_area > ul > li > a:hover {
          color: #ffffff;
}
         


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

.img-fluid {
}
@media(min-width: 1025px){
.wrapper{
    display: none;
}
}

@media (max-width: 1024px) {
   .menuTrigger.active{
        position: fixed!important;
    z-index: 999!important;
    top: 25px!important;
    left: 92%!important;
   }
  .talk{
  float: none!important;
  display: table;
  margin: auto;    background: #1bd584;
    font-weight: 700;
 }

.navItem ul li a{
  color: #fff !important;
  padding: 5px 0;
  text-decoration: none;
  text-align: center;
  width: 100%;
  float: left;
}.navItem ul li {
  /* border-bottom: 2px solid #b7b2cf; */
  text-align: center;
  padding: 10px 0;
  text-align: center;
  list-style: none;
}
  .navItem ul {
    visibility: hidden;
    /* display: none; */
    opacity: 1;
    margin: 0;
    overflow-y: scroll;
    height: auto;
    top: 69px;
    padding: 0;
    text-align: center;
    padding: 20px 0 60px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #080808;
    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%);
}

.wrapper .menu {
  position: absolute;
  z-index: 999;
  right: 15px;
  top: 20px;
  width: 50px;
  height: 50px;
}
.menu .menuTrigger {
  --heightIcon: 18px;
  --widthLine: 28px;
  --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: #ffffff;
  width: var(--widthLine);
  height: var(--heightLine);
  position: absolute;
  left: 0;
  border-radius: 3px;
  transition: all 0.4s;
  z-index: 999;
  transform: none;
}
.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)) !important;
  background: #ffffff !important;
}
.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));
  background: #ffffff !important;
}

.frameMobile .nav {
  position: absolute;
  z-index: 11;
  bottom: 0;
  left: 15px;
  display: block;
  height: 0;
  width: 50px;
  border-radius: 0;
  /* background-color: #000; */
  transition-duration: 0.4s;
}
.nav.active {
  background-color: #000000;
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  background-size: var(--s) calc(var(--s) / 0.577);
  z-index: 99;
  height: 100%;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('../images/ct-bg.webp');
  background-size: cover;
  background-position: center;
}
.nav.active .navList {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  /* padding: 0; */
  margin-top: 0;
  width: 100%;
  padding: 0;
}
.nav .navList {
  display: none;
}
.nav .navItem {
  /* display: flex; */
  align-items: center;
  justify-content: left;
  background-color: transparent;
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
}

.nav .navItem {
  margin-bottom: 2px;
  /* border-bottom: 2px solid #0c0c0c; */
  padding: 15px 0;
}
.nav .navLink {
  /* position: relative; */
  display: inline-flex;
  font-size: 20px;
  /* letter-spacing: 0.1em; */
  text-decoration: none;
  color: #ffffff;
  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;
  font-weight: 700;
}
.nav .navLink:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #a9b75c;
  transform: translateX(-50%);
  transition: 0.25s;
}
.nav .navLink:hover:after {
  width: 100%;
}

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

@keyframes fadein {
 0% {
    opacity: 0;
    transform: translateY(20px);
  }
  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 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;
}

.header2{
  width: 100% !important;!i;!;
  float: left !important;!i;!;
  margin-top: -80px;
}

.header_menu_area {
    position: inherit;
    float: left;
    width: 100%;
}

.header_menu_area > .mob_nav {
    display: block;
    /* display: none; */
    float: right;
    position: relative;
    z-index: 99999;
    width: 28px;
    height: 28px;
    margin-top: 25px;
    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: #ffffff;
    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: 100%;
}

.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: #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.mob_nav.open > div:nth-child(3) {
    background: #ffffff;
    -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: #000;
}


.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%;
      padding-bottom: 0;
}


.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;
    left: 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;
    /* z-index: 9; */
    padding-bottom: 50px;
}

.header_menu_area > ul > li > a:after{
  position:absolute;
  content:'';
  width: 0;
  display: block;
  height: 2px;
  left: 0;
  bottom: 1px;
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
  margin: auto;
}.header_menu_area > ul > li > a:hover::after{width: 100%;}.activeli:after{
  width: 75% !important;
}
.activeli{
  color: #ffffff !important;
 }.header_menu_area > ul > li > a:hover{
  
 }.header_menu_area > ul li a:after{
  content:'';
  position:absolute;
 }.header_menu_area > ul > li > a:hover::after{
  
 }
.header_menu_area > ul > li > a {
    margin-top: 0px;
    /* margin-bottom: -13px;*/
    width: auto;
    float: left;
    /* margin: -2px 0px; */
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    margin: 0 23px;
    padding: 36px 0 0;
    letter-spacing: 0px !important;
    z-index: -2;
    transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    text-decoration: none;
}
/*.header_menu_area > ul > li > a:hover {
    
    color: #f11002; !important;
    



    
}
*/

.menu ul li a:hover, .menu ul li:hover>a {
    /* background: #dad6ef; */ !important;
    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;
    /* text-transform: uppercase; */
}.menu ul li ul{
  top: -30px;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    top: 99px;
    /* height: 0; */
    padding: 0;
    width: 230px;
    position: absolute;
    right: 20px;
    padding-top: 30px;
    right: 0;
    bottom: 0;
    background: transparent;
    z-index: 99999;
    /* 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: left;
    background: 0 0;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}
.menu li ul li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0, 0); */
    transition: all .5s ease-out;
    height: auto;
    right: -230px;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    /* transform: translate(0,0); */
    transition: all .5s ease-out;
    height: auto;
    right: -70px;
}

.menu ul li a {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    padding: 18px 10px;
    display: block;
    color: #9D9D9D;
    background: #0b0c0e;
    text-align: left;
    border-bottom: solid 1px rgb(16 16 16);
    text-decoration: none;
}
.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;
    }
}



/**********************menu***************/

.header{width: 100%;float: left;padding-bottom: 0;height: 82px;padding: 0;background: #000;}
.logo{width: 22%;float: left;position: relative;z-index: 9;margin-top: 10px;}
.logo img{width: 245px;float: left;}
.header2{width: 78%;float: right;position: relative;}
.banner{

width: 100%;

float: left;

background: #000;

padding: 80px 0 120px;
}
.banner-text{width: 60%;float: left;padding: 110px 0 0;}
.banner-text h1{font-size: 60px;color: #fff;font-weight: 600;}
.banner-text h6{font-size: 30px;color: #fff;font-weight: 300;font-style: italic;padding: 10px 0 0;opacity: .7;}
.banner-text p{
  font-size: 18px;
  color: #fff;
  line-height: 190%;
  font-weight: 400;
  padding-top: 10px;
  padding-right: 7%;
}
.about-jamad{
    text-align: center;
width: 100%;

float: left;

background: #000;

}.about-jamad img{
  
width: 440px;
  
display: none;
  
float: left;
  
margin-right: 40px;
  
margin-top: 20px;
  
border-radius: 10px;
}.about-jamad h1{
  
font-size: 40px;
  
color: #fff;
  
font-weight: 600;
  
margin-bottom: 20px;
}.about-jamad p{
  font-size: 18px;
  color: #fff;
  line-height: 190%;
  font-weight: 400;
  text-align: justify;
}.about-jamad2{
  
width: 100%;
  
float: left;
  
background: #000;
  
padding-bottom: 50px;
  
padding-top: 30px;
}.about-jamad2 p{
  
font-size: 15px;
  
color: #fff;
  
line-height: 190%;
  
font-weight: 400;
  
padding-top: 70px;
}
.award-jamad{

width: 100%;

float: left;

background: #000;

padding-top: 30px;
}
.award-jamad h1{
  
font-size: 40px;
  
color: #fff;
  
font-weight: 600;
  
text-align: center;
  
margin-bottom: 50px;
}
.award-jamad p{
  
}
.award-jamad img{
  
width: 100%;
  
height: 300px;
  
object-fit: contain;
  
border: 1px solid #383838;
  
border-radius: 10px;
  
padding: 10px;
}
.collab-sec{

width: 100%;

float: left;

background: #000;

padding-top: 70px;

text-align: center;
}

.collab-sec h1{
  
font-size: 40px;
  
color: #fff;
  
font-weight: 600;
}.collab-sec img:hover{
  filter:none;
}
.collab-sec img{
  
width: 150px;
  
height: 150px;
  
object-fit: contain;
  
filter: grayscale(1);
}.collab-sec p{
  
font-size: 18px;
  
color: #fff;
  
line-height: 190%;
  
font-weight: 400;
  
margin-bottom: 50px;
}
.contact-sec{

width: 100%;

float: left;

background: #000;

padding-top: 70px;
}
.contact-sec h1{
  
font-size: 40px;
  
color: #fff;
  
font-weight: 600;
  
text-align: center;
}
.ct-box:hover img{
  transform: scale(1.1);
  opacity: .7;
}
.contact-sec p{
  
font-size: 15px;
  
color: #fff;
  
line-height: 190%;
  
font-weight: 400;
  
text-align: center;
}
.ct-box{
  
width: 97%;
  
float: left;
  
text-align: center;
  
background: #090a0a;
  
padding: 30px 20px 40px;
  
margin-top: 60px;
  
border-radius: 10px;
  
position: relative;
  
transition: all ease-in-out .5s;
  
-webkit-transition: all ease-in-out .5s;
}
.ct-box img{
  width: 40px;
  margin-top: -70px;
  filter: invert(1);
  transition: all ease-in-out .5s;
  -webkit-transition: all ease-in-out .5s;
}
.ct-box h5{
  
font-size: 20px;
  
color: #fff;
  
font-weight: 600;
}
.ct-box h6{
  
font-size: 16px;
  
color: #fff;
  
font-weight: 300;
}
.copy{

background: #000;

text-align: center;

width: 100%;

float: left;

padding-top: 50px;

padding-bottom: 30px;
}
.banner img{
  
width: 430px;
  
float: right;
}.copy p a{
  color:#fff;text-decoration:none;
}
.copy p{
  
font-size: 16px;
  
color: #fff;
  
margin: 0;
  
font-weight: 400;
}
.about-jamad2 img{
    float: none;
    width: 100%;
    margin: auto;
    border-radius: 10px;
    max-width: 700px;
    display: block;
}
.p4-text{
  
color: #fff;
  
width: 100%;
  
float: left;
  
font-size: 23px;
  
line-height: 200%;
  
text-align: center;
  
margin-top: 30px;
  
font-weight: 600;
}
.sticky{
  position: fixed;
  background: #000;
  z-index: 99;
}.sticky .logo img{
  height: 60px;
  object-fit: contain;
}

@media(max-width:575px){
    .ct-right {
    width: 100%;
    float: left;
    margin-top: 0px;
}
  .banner img {
    width: 100%;
    float: none;
    display: block;
    margin: auto;
}.banner-text {
    width: 100%;
    float: left;
    padding: 70px 0;
    text-align: center;
}.banner-text h1 {
    font-size: 40px;
  }
  .banner-text h6 {
    font-size: 25px;
  }.banner {
    width: 100%;
    float: left;
    background: #000;
    padding: 60px 0 0;
}.about-jamad img {
    width: 100%;
    float: left;
    margin-right: 0;
    margin-top: 0;
    border-radius: 10px;
}.about-jamad h1 {
    font-size: 30px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 20px;
}.about-jamad p{
  text-align: center;
}
.about-jamad2 img{
  width: 100%;
  margin-right: 0;}
  .about-jamad2 p{
    text-align: center;
  }.award-jamad h1 {
    font-size: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
}
}
@media(min-width: 576px) and (max-width:767px){
    .ct-right {
    width: 100%;
    float: left;
    margin-top: 0px;
}
  .banner img {
    width: 100%;
    float: none;
    display: block;
    margin: auto;
    height: 400px;
    object-fit: contain;
}.banner-text {
    width: 100%;padding: 70px 0 0;
  }
  .about-jamad2 img{
    width: 100%;
      }
      .ct-box {
    width: 100%;
    float: left;
    text-align: center;
    background: #090a0a;
    padding: 20px 10px 30px;
  }.ct-box h5 {
    font-size: 16px;}.ct-box h6 {
    font-size: 14px;}
}
@media(min-width: 768px) and (max-width: 991px){
  .banner-text {
    width: 60%;
    float: left;
    padding: 20px 0;
}.banner img {
    width: 270px;
    float: right;
}.about-jamad img {
    width: 340px;
  }.about-jamad2 img {
    /*float: right;*/
    /*width: 300px;*/
  }.about-jamad2 p {
    font-size: 15px;
    color: #fff;
    line-height: 190%;
    font-weight: 400;
    padding-top: 0;
}.ct-box h5 {
    font-size: 15px;
  }
  .ct-box h6 {
    font-size: 13px;
  }
}
@media(min-width:992px) and (max-width:1024px){
  .banner-text {
    width: 50%;
  }
}
.form-ja{

width: 100%;

float: left;

background: #090a0a;

padding: 40px;

border-radius: 10px;

margin-top: 30px;
}
.input-field textarea{
      background: #000;
      border: 0;
      width: 100%;
      float: left;
      height: 120px;
      padding: 15px;
      color: #fff;
      margin-top: 10px;
      border-radius: 10px;
}
.form-ja form{

width: 100%;


float: left;
}
.input-field{

width: 100%;

float: left;

margin-bottom: 20px;

}.input-field label{
  
font-size: 18px;
  
color: #fff;
  
width: 100%;
  
float: left;
}.input-field input{
  background: #000;
  border: 0;
  width: 100%;
  color: #fff;
  float: left;
  padding: 15px;
  margin-top: 10px;
  border-radius: 10px;
}
.form-ja button{
    width: 200px;
    border: 0;
    background: #fff;
    font-size: 16px;
    color: #000;
    padding: 15px 0;
    font-weight: 600;
    display: block;
    margin: auto;
    border-radius: 10px;
}.form-ja button:hover{
    background: #000;
    color: #fff;
}
.ct-right{
  width: 100%;
  float: left;
  margin-top: 110px;
}.header_menu_area > ul > li > a:hover{
    color:#fff;
    opacity:.7;
}
#about{
      scroll-margin-top: 70px;
}

.hidden-input-field {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        z-index: -1;
    }
    
.grecaptcha-badge { 
    visibility: hidden;
}