/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/
 @import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/*--------------------------------------------------------------------- Fnts Import Files ---------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt&display=swap');

@font-face {
    font-family: 'DIN-Next-LT-Arabic-Regular';
    src: url('../fonts/66108f52b32320faf592153ea557ef07.eot');
    src: url('../fonts/66108f52b32320faf592153ea557ef07.eot?#iefix') format('embedded-opentype'),
        url('../fonts/66108f52b32320faf592153ea557ef07.woff2') format('woff2'),
        url('../fonts/66108f52b32320faf592153ea557ef07.woff') format('woff'),
        url('../fonts/66108f52b32320faf592153ea557ef07.ttf') format('truetype'),
        url('../fonts/66108f52b32320faf592153ea557ef07.svg#Prompt-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} 
/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/
 * { box-sizing: border-box !important;}
 
  html {
  scroll-behavior: smooth;
}


  @media (-webkit-min-device-pixel-ratio: 2),
  (min-resolution: 192dpi) {
    .iti__flag {
      background-image: url("/images/flags@2x.png");
    }
  }
  
  /*for ipad specific csss */
  
@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}
/*--------------------------------------------------------------------- Header ---------------------------------------------------------------------*/

.site-header {
  position: relative;
}

/*-----------*/

.site-header .navbar {
  border-radius: 0;
  border: 0 none;
  min-width: 300px;
  padding: 12px 0 0;
  margin: 0;
  z-index: 9;
}

/*-----------*/

/*لون خلفية الهيدر معهد*/
.site-header .navbar.is-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}


/*-----------*/

/* حجم صورة الهيدر*/
.site-header .navbar-brand2 img {
  width: auto;
  max-width: 100%;
  max-height: 65px;
}
/*مسافات الصور*/
.site-header .navbar-brand2 {
  padding-left:3%;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  z-index: 6;
}

@media only screen and (max-width: 768px) {
.site-header .navbar-brand2 img {
  width: auto;
  max-width: 0%;
}
.site-header .navbar-brand2 {
  padding-left:3%;
  margin-top: 0%;
  margin-bottom: 20px;
  margin-left: 0;
  z-index: 6;
}
}

/*-----------*/

.site-header .navbar-collapse {
  padding: 0;
  background-color: transparent;
  position: relative;
  margin-top:-2%;
}
.site-header .navbar-collapse ul+ul {
  margin-top: 0;
}

/*-----------*/
/*خط الهيدر*/
.RADs .navbar .navbar-nav>li>a {
  background: transparent;
  text-transform: uppercase;
  color: inherit;
  font-size: 1vw;                                                                              
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  line-height: 38px;
  margin: 0 6.5px ;
  transition: all .35s ease;
  color: #4d2e85;
}

.navbar .navbar-nav>li>a {
  background: transparent;
  text-transform: uppercase;
  color: inherit;
  font-size: 1vw;                                                                              
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  line-height: 38px;
  margin: 0 6.5px ;
  transition: all .35s ease;
  color: #fff;
}
.light-header .navbar .navbar-nav>li>a {
  color: #4d2e85;
}
/*hover color*/
.navbar .navbar-nav>li:hover>a {
  color: #f0a51e;
  background: transparent;
}

/*-----------*/

.navbar .navbar-nav>li>a.nav-link {
  padding-left: 0;
  padding-right: 0;
}
.navbar .navbar-nav>li>a.nav-link.active {
  color: #F0A51E;
  background: transparent;
}
  .navbar .navbar-nav li a.nav-link {
    padding: 0 5px;
  }
.navbar .navbar-nav .label {
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  padding: 3px 10px 4px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}
/*-----------*/

.navbar .navbar-nav>li>.dropdown-menu .nav-opened .dropdown-menu,
.navbar .navbar-nav>li>.dropdown-menu .dropdown-menu {
  top: 0;
  margin-top: 0;
}
.navbar .navbar-nav>li.nav-opened>.dropdown-menu,
.navbar .navbar-nav>li:hover>.dropdown-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.navbar .navbar-nav.rollover .dropdown-menu {
  z-index: 1010;
}
.navbar .navbar-nav .dropdown-menu {
  background: #fff;
  border: 0px;
  border-radius: 0;
  padding: 10px 0;
  left: 0;
  top: 100%;
  display: block;
  opacity: 0;
  width: 200px;
  visibility: hidden;
  transition: all .3s;
  border-radius: 2px;
  transition: all .5s ease;
}
.navbar .navbar-nav .dropdown-menu:after {
  position: absolute;
  top: -7px;
  left: 20px;
  content: "";
  height: 0;
  width: 0;
  /* سهم الدرب راون*/
  border-bottom: 7px solid #fff;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}
.navbar .navbar-nav .dropdown-menu .nav-opened .dropdown-menu,
.navbar .navbar-nav .dropdown-menu .dropdown-menu {
  left: 200px;
  opacity: 0;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item {
  font-size: 0.9vw;
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  color: #4d2e85;
}
.navbar .navbar-nav .dropdown-menu .dropdown-item:hover,
.navbar .navbar-nav .dropdown-menu .dropdown-item:focus,
.navbar .navbar-nav .dropdown-menu .dropdown-item.active {
  color: #f0a51e;
  background: transparent;
}
.navbar .navbar-nav .dropdown-menu .caret {
  margin-top: 0;
  vertical-align: middle;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.navbar .navbar-nav .dropdown-menu li {
  position: relative;
}
.navbar .navbar-nav .dropdown-menu li:hover>a {
  color: #46bdf4;
  background: transparent;
}
.navbar .navbar-nav .dropdown-menu li a {
  padding: 10px 25px 10px 15px;
  text-transform: inherit;
}
.navbar .navbar-nav .dropdown-menu li.nav-opened .dropdown-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.navbar .navbar-nav .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}
.navbar .navbar-nav .dropdown-menu li:hover.has-children:after {
  border-left-color: #46bdf4;
}
.navbar .navbar-nav .dropdown-menu li.has-children:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  height: 0;
  width: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3c3c3c;
  transition: all .5s ease;
}
.navbar .navbar-nav .dropdown-menu li.dropdown>a:before {                                                            /**/
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  opacity: 1;
  margin-top: -7px;
  height: 14px;
  width: 12px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  font-family: "FontAwesome";
  color: #000;
}
.navbar .navbar-nav .dropdown-menu.active>a,
.navbar .navbar-nav .dropdown-menu li>a:hover,
.navbar .navbar-nav .dropdown-menu li>a:focus {
  color: #46bdf4;
}
.navbar .navbar-nav .dropdown-menu>.active>a,
.navbar .navbar-nav .dropdown-menu>.active>a:focus,
.navbar .navbar-nav .dropdown-menu>.active>a:hover {
  color: #46bdf4;
  background-color: #f5f5f5;
}

/*8*/

/* @import 'https://fonts.googleapis.com/css?family=Montserrat|Open+Sans'; */
.navbar-brand {
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase
}

.navbar .nav {
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 1.2rem
}

.navbar-inverse {
  background-color: #003300
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  background-color: #002200
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #003300
}

.dropdown-menu {
  background-color: #006B00
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-color: #002200
}

.navbar-inverse {
  background-image: none;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  background-image: none;
}

.navbar-inverse {
  border-color: #003300
}

.navbar-inverse .navbar-brand {
  color: #FFFFFF
}

.navbar-inverse .navbar-brand:hover {
  color: #FFCC00
}

.navbar-inverse .navbar-nav>li>a {
  color: #FFFFFF
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus {
  color: #FFCC00
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:hover,
.navbar-inverse .navbar-nav>.open>a:focus {
  color: #FFCC00
}

.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>.active>a:focus {
  color: #FFCC00
}

.dropdown-menu>li>a {
  color: #FFFFFF
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  color: #FFCC00
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-top-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
  border-bottom-color: #FFFFFF
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
  border-bottom-color: #FFFFFF
}


/* Small Screen*/

.site-header {
  position: relative;
}

/* حجم صورة الهيدر*/
.site-header .brand2 img {
  max-width: 35%;
  max-height: auto;
}
/*مسافات الصور*/
.site-header .brand2 {
  margin:1% -18% 3% 2%;
  z-index: 6;
}

@media only screen and (min-width: 1400px) {
.site-header .brand2 {
  margin:1% -14% 3% 2%;
  z-index: 6;
}
}

@media only screen and (min-width: 1600px) {
.site-header .brand2 {
  margin:1% -10% 3% 2%;
  z-index: 6;
}
}

@media only screen and (max-width: 768px) {
/* حجم صورة الهيدر*/
.site-header .brand2 img {
  max-width: 25%;
  max-height: auto;
}
/*مسافات الصور*/
.site-header .brand2 {
  margin:1% -18% 3% 2%;
  z-index: 6;
}
}

#hamburger-icon {
  margin:-3% 5% 0 0;
  display: none;
  cursor: pointer;
}

#hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: 6px 0;
  transition: 0.4s;
  position:static;
}

.RADs #hamburger-icon div {
  width: 35px;
  height: 3px;
  background-color: #b74d48;
  margin: 6px 0;
  transition: 0.4s;
  position:static;
}

#hamburger-icon .CP{
    background-color: #4d2e85;
}
.open .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
  
}

.open .bar2 {
  opacity: 0;
}

.open .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -8px);
  transform: rotate(45deg) translate(-6px, -8px);
}


.open .mobile-menu {
  padding:6% 0 5% 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  
}

.mobile-menu {
  display: none;
  position: fixed;
  top: 8.5%;
  left: 0;
  width: 90%;
  margin:0% 5%;
  border-radius: 25px !important;
  background: #fff;
  box-shadow: 1px 1px 20px rgba(0,0,0,.1);
  z-index:2;
}

.mobile-menu li {
  margin-bottom: 10px;
}

#hamburger-icon .menu-link{
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 4vw;
    line-height: 1.5;
}
#hamburger-icon .dropdown-item{
    opacity:.7;
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 3vw;
    line-height: 1.5;
    text-align: center;
    background-color:#fff;
}
#hamburger-icon .active{
    color: #f0a51e;
}

.RADs #hamburger-icon .menu-link{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 4vw;
    line-height: 1.5;
}
.RADs #hamburger-icon .dropdown-item{
    opacity:.7;
    color: #b74d48;
    background-color:#fff;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 3vw;
    line-height: 1.5;
    text-align: center;
}
.RADs #hamburger-icon .active{
    color: #f0a51e;
    opacity:1;
}
#hamburger-icon .MT{
    margin-top:-6%;
}
@media only screen and (max-width: 768px) {
  header nav {
    display: none;
  }

  #hamburger-icon {
    display: block;
  }
}

/*--------------------------------------------------------------------- All Pages ---------------------------------------------------------------------*/
body{
    font-family: 'Prompt', sans-serif;
    font-weight:400;
}
hr{
    margin-top:0%;
    margin-bottom:0%;
}
.shadow-bottom{
    height:10px;
    border:0;
    margin-bottom:-10px;
    box-shadow:inset 0px 10px 10px -10px rgba(0,0,0,.1);
}
.shadow-top{
    height:10px;
    border:0;
    margin-top:-10px;
    background-color:transparent;
    box-shadow:inset 0px -10px 10px -10px rgba(0,0,0,.1);
}
.shadow-top-gray{
    height:10px;
    margin-top:-10px;
    border:0;
    background-color:rgb(241,242,242, 0.6);
    box-shadow:inset 0px -10px 10px -10px rgba(0,0,0,.1);
}
.Gray-Background{
    background:rgb(241,242,242, 0.6);
}
.Purple-Background{
    background-image: linear-gradient(to bottom right, #4D2E85, #1a0052); 
}
.logos-slider{
    padding-top:2%;
    background-color: transparent;
}
.middle-logo{
    vertical-align: middle;
    justify-content: center;
    text-align:middle;
}
.P-margin{
    margin-top:1%;
}
.red{
    color: #b74d48;
}
.yellow{
    color: #f0a51e;
}
.P-500{
   font-family: 'Prompt', sans-serif;
    font-weight:500;  
}
/*--------------------------------------------------------------------- Home and About Us ---------------------------------------------------------------------*/
/*------- Markiting Line Style -------*/
.Taqnia-ML{
    padding:4% 7% 3% 7%;
}
.Taqnia-ML h2{
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw;
}
@media only screen and (max-width: 768px) {
.Taqnia-ML h2{
    font-size: 3vw;
}
}


/*------- Taqnia's customers and partners Style -------*/
.Taqnia-customers{
    padding: 3% 0% 1% 0%; 
}
.Taqnia-customers h2{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2vw; 
    text-align: center; 
}
.Taqnia-customers a{
    max-width:100%;
}
.Taqnia-customers img{
    max-width:100%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Taqnia-customers{
    padding: 5% 0% 1% 0%; 
}
.Taqnia-customers h2{
    font-size: 3.5vw; 
}
}

/*------- Contact Us Style -------*/
.Taqnia-CU{
    padding:3% 3%;
}

.Taqnia-CU p{
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw;
}
.Taqnia-CU a{
    background-color:#fff;
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.2vw;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    border: solid #f0a51e 2px;
    border-radius: 10px; 
    padding: 0.3% 0.7%;
    margin: 2px auto;
}
.Taqnia-CU a:hover{
    background-color:#f0a51e;
    color: #fff; 
}

@media only screen and (max-width: 768px) {
.Taqnia-CU p{
    font-size: 3vw;
}
.Taqnia-CU a{
    font-size: 2.5vw;
}
}

/*--------------------------------------------------------------------- Home page ---------------------------------------------------------------------*/
/*------- Taqnia Cyber LP Style -------*/
#myCarousel {
    max-width: 100%;
}
#myCarousel .banner-main {
    position: relative;
}
#myCarousel .carousel-indicators {
    text-align: left;
    float: left;
    left: 2% !important;
    left: inherit;
    z-index:1;
}
#myCarousel .carousel-indicators .active {
    background-color: #F0A51E !important;
}
#myCarousel .carousel-indicators li {
    border: solid 1px #f0a51e;
    background-color: #0000;
    width: 14px;
    height: 14px;
    border-radius: 20px;
}
#myCarousel .carousel-item{
    max-width:100%;
    height: auto;
}
#myCarousel .carousel-item img{
    max-width:100%;
    height: 100%;
}
#myCarousel .carousel-item .carousel-caption h1{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 3vw;
    margin-top:-40%;
}
#myCarousel .carousel-item .carousel-caption p{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.4vw;
    line-height: 1.5;
    margin-right:45%;
}
#myCarousel  .button_section {
    padding-top: 4%;
}
#myCarousel .carousel-item .main_bt:hover,
#myCarousel .carousel-item .main_bt:focus {
    background: #F0A51E;
    border: solid #F0A51E 5px;
    color: #fff;
}
 #myCarousel .carousel-item .main_bt {
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    padding: .5% 4%;
    font-size: 1vw ;
    border: solid #fff 2px;
    border-radius: 17px;
    cursor: pointer !important;
}
 .relative{
    position: absolute;
     right: 0;
     transform: translateY(-50%);
    bottom: auto;
     text-align: left;
     padding: 0;
     left:5%;
   
}
 .banner-main {
    position: relative;
}

 .carousel-control-next-icon {
    display: none;
}
 .carousel-control-prev-icon {
    display: none;
}
 .banner-main .carousel-indicators {
    right: inherit;
    margin-bottom: 2%;
    left: 6%;
    margin-left: 0;
     
 }
@media only screen and (max-width: 768px) {
#myCarousel .carousel-item{
    height:35vh;
}
#myCarousel .carousel-indicators li {
    width: 8px;
    height: 8px;
}
#myCarousel .carousel-item .carousel-caption h1{
    font-size: 4vw;
    margin-top:-47%;
}
#myCarousel .carousel-item .carousel-caption p{
    font-size: 2.5vw;
    margin-right:10%;
    margin-top:-4%;
}
#myCarousel  .button_section {
    padding-top: 2%;
}
#myCarousel .carousel-item .main_bt:hover,
#myCarousel .carousel-item .main_bt:focus {
    border: solid #F0A51E 3px;
}
 #myCarousel .carousel-item .main_bt {
    font-size: 2.2vw ;
    border: solid 1px;
}
}

/*------- RAD Products Style -------*/
.pattren-purple {
    background-image: url(../image/Home-pattern-01.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.RAD-Section{
    background:rgb(241,242,242, 0.1);
    padding:5% 15%;
}
.RAD-Section img{
    max-width:34%;
}
.RAD-Section h1{
    color: black;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.5vw;
    margin:-.5% 0%;
}
.RAD-Section p{
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.5vw;
    line-height: 1.5;
}
.TC-Products-Section{
    background-image: url(../image/yellow.jpeg); 
    background-size: 30% 100%;
    background-repeat: no-repeat;
}
.TC-Products-Section .Products-nav{
    padding-top:90%;
    padding-left:40%;
}

.TC-Products-Section .Products-nav .Product-nav {
    display: table-cell;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #F0A51E;
    opacity: .4;
    margin-bottom: 10%;
}
.TC-Products-Section .Products-nav .Product-nav:last-child {
    margin-right: 0px
}
.TC-Products-Section .Products-nav .Product-nav i {
    line-height: 73px;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}
.TC-Products-Section .Products-nav .Product-nav:hover i {
    color: #fff
    
}
.TC-Products-Section .Products-nav .Product-nav:hover{
 border: 3px solid #fff;
 opacity: 1;
}
#TC-Products {
    padding-top:2%;
}
#TC-Products .TC-Product .content{
    width:100%;
    height:auto;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,.1);
    border-radius: 25px;
    margin:0% 0%;
}
#TC-Products .TC-Product .content .Product-img{
    width: 100%;
}
#TC-Products .TC-Product .content .Product-img img{
    max-width: 100% !important;
    border-radius: 25px 25px 0px 0px !important;
}
#TC-Products .TC-Product .content h1{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.3vw;
    margin-top:8%;
}
#TC-Products .TC-Product .content h2{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1vw;
    line-height: 1.5;
    margin:0% 15%;
}
#TC-Products .TC-Product .content .MB{
    margin-bottom:6.3%;
}

#TC-Products .TC-Product .content .Know-More-Section{
    padding:10% 0%;
}
#TC-Products .TC-Product .content .Know-More-Section a{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    padding: .7% 4%;
    font-size: 1vw ;
    border: solid #4d2e85 2px;
    border-radius: 10px;
    cursor: pointer !important;
}

#TC-Products .TC-Product .content .Know-More-Section a:hover{
    background: #F0A51E;
    border: solid #F0A51E 5px;
    color: #fff;
}
@media only screen and (max-width: 768px) {
.RAD-Section{
    padding:2% 8% 3% 8%;
}
.RAD-Section img{
    max-width:44%;
}
.RAD-Section h1{
    font-size: 3.2vw;
}
.RAD-Section p{
    font-size: 2.5vw;
}
.TC-Products-Section{
    background-size: 40% 100%;
}
.TC-Products-Section .Products-nav{
    padding-top:200%;
    padding-left:70%;
}

.TC-Products-Section .Products-nav .Product-nav {
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    margin-bottom: 60%;
}

.TC-Products-Section .Products-nav .Product-nav i {
    line-height: .5;
    font-size: 100%;
    margin-top:40%;
}

.TC-Products-Section .Products-nav .Product-nav:hover{
 border: 2px solid #fff;
}
#TC-Products {
    padding-top:4%;
}
#TC-Products .TC-Product .content{
    width:100%;
    height:auto;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,.1);
    border-radius: 25px;
    margin-left: 0%;
    padding:0%;
}
#TC-Products .TC-Product .content .Product-img{
    width: 209%;
    margin-left:-54.5%;
}
#TC-Products .TC-Product .content h1{
    font-size: 3.5vw;
}
#TC-Products .TC-Product .content h2{
    font-size: 2.7vw;
    margin:0% 10%;
}
#TC-Products .TC-Product .content .MB-s{
    margin-bottom:-6.3%;
}
#TC-Products .TC-Product .content .Know-More-Section a{
    font-size: 2.7vw ;
}
}

/*------- Niche Custom Solutions Style -------*/
.Niche-Custom-Solutions{
    background: url(../image/New-home-pattern2-01.png);    
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:5% 5%;
}
.Niche-Custom-Solutions .left-side h1{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Niche-Custom-Solutions .left-side p{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.35vw;
    line-height: 1.5;
    margin-bottom:7%;
}
.Niche-Custom-Solutions .left-side .Solution-btn a{
    background-color: transparent;
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.1vw;
    border: solid #f0a51e 2px;
    border-radius: 10px; 
    padding:.5% 1%;
}
.Niche-Custom-Solutions .left-side .Solution-btn a:hover{
    background-color:#f0a51e;
    color: #fff; 
}

.Niche-Custom-Solutions .Right-side {
    padding-left:5%;
}

.Niche-Custom-Solutions .Right-side img{
    max-width:50%;
    margin-left:24.5%;
}
.Niche-Custom-Solutions .Right-side p{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1vw;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    margin:2% 0%;
}
@media only screen and (max-width: 768px) {
    .Niche-Custom-Solutions{
    background-size: 100% 50%;
    background-position: 0 100%;
}
.Niche-Custom-Solutions .left-side h1{
    font-size: 4vw;
}
.Niche-Custom-Solutions .left-side p{
    font-size: 2.7vw;
    margin-bottom:7%;
}
.Niche-Custom-Solutions .left-side .Solution-btn a{
    font-size: 2.5vw;
    padding:.5% 1%;
    margin-bottom:7%;
}

.Niche-Custom-Solutions .Right-side {
    padding-left:18%;
}
.Niche-Custom-Solutions .Right-side p{
    font-weight:500;
    font-size: 2.3vw;
}
}


/*------- Taqnia Institute Style -------*/
.Institute-Section {
    background: url(../image/institute-test-01.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:5% 15%;
}
.Institute-Section img{
    max-width:30%;
}
.Institute-Section h1{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.6vw;
    line-height: 1.5;
}
.Institute-Section p{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.6vw;
    line-height: 1.5;
    margin-bottom:5%;
}

.Institute-Section .TI-button{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    padding: .5% 1%;
    font-size: 1vw ;
    border: solid #f0a51e 2px;
    border-radius: 10px;
    cursor: pointer !important;
}
.Institute-Section .TI-button:hover{
    background-color:#f0a51e;
    color: #4d2e85; 
}
@media only screen and (max-width: 768px) {
.Institute-Section {
    padding:5% 10%;
}
.Institute-Section img{
    max-width:40%;
}
.Institute-Section h1{
    font-size: 3.7vw;
}
.Institute-Section p{
    font-size: 2.7vw;
}

.Institute-Section .TI-button{
    font-size: 2.5vw;
}
}




/*--------------------------------------------------------------------- About Us page ---------------------------------------------------------------------*/
/*------- Landing Page Style -------*/
.AboutUs-LP{
    background: url(../image/AboutUs-LP.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:13% 11% 11% 11%;
}

.AboutUs-LP h1{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.8vw;
    line-height: 1.5;
    padding-right:10%;
}

.AboutUs-LP p{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.6vw;
    line-height: 1.5;
    padding-top:3%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.AboutUs-LP{
    padding:15% 11% 11% 11%;
}
.AboutUs-LP h1{
    font-size: 3.8vw;
}
.AboutUs-LP p{
    font-size: 3vw;
}
}





/*------- PIF Section Style -------*/
.PIF-Section{
    padding:3% 10%;
}
.PIF-Section h1{
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
    line-height: 1.5;
}
.PIF-Section p{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.6vw;
    line-height: 1.5;
}
.PIF-Section img{
    max-width:60%;
    margin-top:3%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.PIF-Section{
    padding:3% 10% 1% 10%;
}
.PIF-Section h1{
    font-size: 4vw;
}
.PIF-Section p{
    font-size: 2.6vw;
}
.PIF-Section img{
    max-width:80%;
}
}



/*------- We specialize in Style -------*/
.We-specialize-in{
    background: url(../image/About-us-new-pattern-01.png) ; 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top:2%;
}
.We-specialize-in-header h1{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.6vw;
    line-height: 1.5;
}

.We-specialize-in-section{
    padding-bottom:3%;
}

#specialize .specialize-slide {
    margin: 10px;
    text-align: center;
    padding:10% 0%;
    width: 100%;
    opacity: .5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.1s ease-in-out;
    
}
#specialize .content {
    width:80%;
    height:auto;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,.1);
    padding:10%;
    border-radius: 25px;
    margin:-10% 0% -6% 7%;
}
    
#specialize .content p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.2vw;
    line-height:1.5;
}
#specialize .content .m-tb{
 margin:5% 0%;   
}
#specialize .owl-item.active.center .specialize-slide {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#specialize .owl-item.active.center .specialize-slide .content p{
    color: #f0a51e;
    font-size: 1.2vw;
}
#specialize.owl-carousel .owl-dots .owl-dot.active span,
#specialize.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4d2e85;
    border: 1px solid #4d2e85;
    border-radius: 25px;
    height: 10px;
    width:10px;
 }
#specialize.owl-carousel .owl-dots{
    margin-left:.3%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#specialize.owl-carousel .owl-dots .owl-dot{
    background: #fff;
    display: inline-block;
}
#specialize.owl-carousel .owl-dots .owl-dot span {
    background: #fff;
    border: 1px solid #4d2e85;
    border-radius: 25px;
    display: inline-block;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    height: 10px;
    width: 10px;
    margin: 0% 3px;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.We-specialize-in-header h1{
    font-size: 4vw;
}
#specialize .content p{
    font-size: 2.2vw;
}
#specialize .owl-item.active.center .specialize-slide .content p{
    font-size: 2.5vw;
}
#specialize.owl-carousel .owl-dots{
    display: none;
}
}

/*------- Vision and Mission Style -------*/
.Vision-and-Mission{
    background: url(../image/New-vision-01.png); 
    background-size: cover;
    background-repeat: no-repeat;
}
.Vision-and-Mission-Section{
    background-image: url(../image/yellow.jpeg); 
    background-size: 35% 100%;
    background-repeat: no-repeat;
}
.selector{
    padding:3% 0% 2.5% 0%;
}
.Vision-and-Mission-Section h1{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.8vw;
    line-height: 1.2;
    text-align: start;
}
.Vision-and-Mission-Section .MT{
    margin-top:50%;
    margin-left:20%;
    margin-bottom:-4%;
}


/* hide radio buttons, but still expose them to screen readers */
.Vision-and-Mission input {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.Vision-and-Mission .selector {
  display: grid;
  grid-template-areas:
    'Vision Mission'
    'pick  pick';
}

/* the cards and toggle buttons are actually fat labels that can be clicked to set radio buttons */
.Vision-and-Mission label{
    display: block;
  cursor: pointer;
}

.Vision-and-Mission .Vision-card,
.Vision-and-Mission .Mission-card {
  position: relative; /* for iOS */
  max-width: 100%;
  background: #fff;
  box-shadow: 1px 1px 20px rgba(0,0,0,.1);
  padding:10%;
  border-radius: 25px;
  animation-duration: 0.8s;
  animation-timing-function: ease-in-out; /* important to use a symmetrical timing function (linear also works) */
  animation-fill-mode: forwards;
}
.Vision-and-Mission .Vision-card {
  animation-name: swing-forwards ;
  opacity: 1;
}

.Vision-and-Mission .Mission-card {
  animation-name: swing-backwards;
  opacity: .6;
}

.Vision-and-Mission .Vision-card {
  grid-area: Vision;
  margin-right: -30px; /* nudge closer to lover's card */
  /* these values are used to animate via translateX */
  --swing: -25px;
  --overlap: 25px;
}

.Vision-and-Mission .Mission-card {
  grid-area: Mission;
  margin-left: -30px; /* nudge closer to happy card */
  /* these values are used to animate via translateX */
  --swing: 25px;
  --overlap: -25px;
}

.Vision-and-Mission .selector p{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.25vw;
    line-height: 1.5;
    text-align: start;
}
/* when a radio button is set, swing the corresponding card fowards */
#Vision-radio:checked ~ .selector .Vision-card,
#Mission-radio:checked ~ .selector .Mission-card {
  animation-name: swing-forwards;
  opacity: 1;
}

@keyframes swing-forwards {
  0% {
    z-index: 1; /* start behind other card */
    transform: scale(0.9);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 2; /* end in front of other card */
    transform: translateX(var(--overlap)) scale(1.1);
  }
}

/* when a radio button is set, swing the opposite card backwards */
#Vision-radio:checked ~ .selector .Mission-card,
#Mission-radio:checked ~ .selector .Vision-card {
  animation-name: swing-backwards;
  opacity: .6;
}

@keyframes swing-backwards {
  0% {
    z-index: 2;  /* start in front of other card */
    transform: translateX(var(--overlap)) scale(1.1);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 1; /* end behind other card */
    transform: scale(0.9);
  }
}

.picks {
    margin-left:-45%;
}
.Vision-and-Mission .Vision-pick, 
.Vision-and-Mission .Mission-pick {
  grid-area: pick;
  margin:1%;
  display:inline-block;
  padding: 6px;
  border: 1px solid #fff;
  border-radius: 25px;
  background-color: #f0a51e;

}


/* Small screen style */

.Vision-Mission{
    background: url(../image/New-vision-01.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:3% 0% ;
}
.Vision-Mission h1{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 4vw;
    line-height: 1.5;
}

.Vision-Mission .MB {
    margin-bottom:-3%;
}
.Vision-Mission p{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 2.2vw;
    line-height: 1.5;
    text-align: start;
}

/* hide radio buttons, but still expose them to screen readers */
.Vision-Mission input {
  position: absolute;
  width: 1px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.Vision-Mission .selector {
  display: grid;
  grid-template-areas:
    'happy lovers'
    'pick  pick';
}

/* the cards and toggle buttons are actually fat labels that can be clicked to set radio buttons */
.Vision-Mission label {
  display: block;
  cursor: pointer;
}
.Vision-Mission .radios label{
    display: inline-block;
    cursor: pointer;
}
.Vision-Mission .radios{
    margin:5% 0% -5% 60%;
}
.happy-card, .lovers-card {
  position: relative; /* for iOS */
  width: 250px;
  padding: 20px;
  color: #586875;
  background-color: #f4f7f7;
  box-shadow: 0 10px 20px #0006;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out; /* important to use a symmetrical timing function (linear also works) */
  animation-fill-mode: forwards;
}

.happy-card {
  animation-name: swing-forwards ;
  opacity: 1;
}

.lovers-card {
  animation-name: swing-backwards;
  opacity: .6;
}

.happy-card {
  grid-area: happy;
  margin-right: -10px; /* nudge closer to lover's card */
  
  /* these values are used to animate via translateX */
  --swing: -25px;
  --overlap: 25px;
}

.lovers-card {
  grid-area: lovers;
  margin-left: -10px; /* nudge closer to happy card */

  /* these values are used to animate via translateX */
  --swing: 25px;
  --overlap: -25px;
}

/* when a radio button is set, swing the corresponding card fowards */
#happy-radio:checked ~ .selector .happy-card,
#lovers-radio:checked ~ .selector .lovers-card {
  animation-name: swing-forwards;
  opacity: 1;
}

@keyframes swing-forwards {
  0% {
    z-index: 1; /* start behind other card */
    transform: scale(0.9);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 2; /* end in front of other card */
    transform: translateX(var(--overlap)) scale(1.1);
  }
}

/* when a radio button is set, swing the opposite card backwards */
#happy-radio:checked ~ .selector .lovers-card,
#lovers-radio:checked ~ .selector .happy-card {
  animation-name: swing-backwards;
  opacity: .6;
}

@keyframes swing-backwards {
  0% {
    z-index: 2;  /* start in front of other card */
    transform: translateX(var(--overlap)) scale(1.1);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 1; /* end behind other card */
    transform: scale(0.9);
  }
}



.happy-pick3, .lovers-pick3 {
  grid-area: pick;
 border: 1px solid #F0A51E;
height:10px;
width:10px;
 border-radius: 25px;
 margin:.5%;
 display:table-cell;
}


.happy-pick3::before, .lovers-pick3::after {
border: 1px solid #F0A51E;
height:10px;
width:10px;
 border-radius: 25px;
 margin:.5%;
 display:table-cell;
}


/* hide happy toggle button if happy is currently selected */
#happy-radio:checked ~ .selector .happy-pick3 {
  border: 1px solid #F0A51E;
  background:#F0A51E;
}

/* hide lover's toggle button if lover's is currently selected */
#lovers-radio:checked ~ .selector .lovers-pick3 {
   border: 1px solid #F0A51E;
   background:#F0A51E;
}
.happy-pick, .lovers-pick {
  grid-area: pick;
  border: 1px solid #F0A51E;
   height:13px;
   width:13px;
   border-radius: 25px;
   margin:1%;
}

.happy-pick::before, .lovers-pick::after {
  border: 1px solid #F0A51E;
  height:13px;
  width:13px;
  border-radius: 25px;
  margin:1%;
}

.happy-pick::before {
  border: 1px solid #F0A51E;
  background:#F0A51E;
}

.lovers-pick::after {
  border: 1px solid #F0A51E;
  background:#F0A51E;
}



/* increase overlap and swing distance on smaller screens */
@media (max-width: 560px) {
  .happy-card {
    margin-right: -75px;
    --swing: -100px;
  }

  .lovers-card {
    margin-left: -75px;
    --swing: 100px;
  }
}









/*------- Distinct Lines Style -------*/
.Distinct-Lines .Distinct-Lines-header {
    padding-top:5%;
}
.Distinct-Lines .Distinct-Lines-header h2{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw; 
    line-height:1.5;
}

.Distinct-Section .flip-card {
  width: 100%;
  height: 75vh;
}
.Distinct-Section .flip-card-inner {
  border-radius: 25%; 
  position: relative;
  width: 100%;
  height: 60vh;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  padding-top:8%;
}
.Distinct-Section .flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}
.Distinct-Section .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-radius: 25px;
}
.Distinct-Section .page-1{
    background: url(../image/Aboutuspage-02.jpg) ; 
    background-size: cover;
    background-repeat: no-repeat;
}
.Distinct-Section .page-2{
    background: url(../image/Aboutuspage-03.jpg) ; 
    background-size: cover;
    background-repeat: no-repeat;
}
.Distinct-Section .page-3{
    background: url(../image/Aboutuspage-04.jpg) ; 
    background-size: cover;
    background-repeat: no-repeat;
}
.Distinct-Section .flip-card-front {
  color: black;
  padding:45% 10%;
}
.Distinct-Section .flip-card-front h1{
    font-size: 2.2vw; 
    color:#f0a51e; 
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    margin:0%; 
    line-height: 1.5;
    text-align: center;
    text-justify: center;
}
.Distinct-Section .flip-card-front .iconify{
    color: #f0a51e !important; 
    font-size:40px;
    margin-top:20%;
}
.Distinct-Section .flip-card-back {
    background: #fff;
    color: white;
    padding:0% 5%;
    transform: rotateY(180deg);
    justify-content:center;
}
.Distinct-Section .flip-card-back p{
    font-size: 1.1vw; 
    color:#808080; 
    margin:45% 5%;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    line-height: 1.5;
    text-align: center;
    text-justify: center;
    
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Distinct-Lines .Distinct-Lines-header {
    padding:5% 10% 0% 10%;
}
.Distinct-Lines .Distinct-Lines-header h2{
    font-size: 3vw; 
}
.Distinct-Section .flip-card {
  height: 45vh;
}
.Distinct-Section .flip-card-inner {
  height: 40vh;
  margin-left:7.5%;
}
.Distinct-Section .flip-card-front h1{
    margin:0% 5%;
    font-size: 4.5vw; 
}
.Distinct-Section .flip-card-front .iconify{
    color: #f0a51e !important; 
    font-size:6.4vw;
    margin-top:25%;
}
.Distinct-Section .flip-card-back p{
    font-size: 3vw; 
}
}






/*------- Why Taqnia Cyber Style -------*/
.Why-Taqnia-Cyber{
    padding:0% 11% 3% 11%;
}
.Why-Taqnia-Cyber h1{
    color: #4D2E85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
    line-height: 1.5;
}
.Taqnia-services .service-box h3{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw;
}
.Taqnia-services .service-box:hover h3{
    color: #f0a51e;
}
.Taqnia-services .service-box p{
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.1vw;
    line-height: 1.5;
}
.Taqnia-services .service-box i{
    font-size: 60px;
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #989898;
}

@media only screen and (max-width: 768px) {
.Why-Taqnia-Cyber{
    padding:0% 0% 3% 0%;
}
.Why-Taqnia-Cyber h1{
    font-size: 4vw;
}
.Taqnia-services{
    padding-left: 15%;
}
.Taqnia-services .service-box h3{
    font-size: 3.5vw;
}
.Taqnia-services .service-box p{
    font-size: 2.7vw;
}
.Taqnia-services .service-box i{
    font-size: 60px;
    align-items: center;
    display: flex;
    position: absolute;
    height: 100%;
    width: 100%;
    color: #989898;
}
}






/*------- Brochures Style -------*/
.Brochures-Section{
    padding:5% 0%;
}
.Brochures-Section .left-side .TC-Brochure{
    background: url(../image/TI-brochure-1.jpeg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:77% 0% 3% 0%;
    margin:5%;
}
.Brochures-Section .Right-side .TI-Brochure{
    background: url(../image/TC-brochure-1.jpeg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:77% 0% 3% 0%;
    margin:5%;
}
.Brochures-Section img{
    max-width: 8%;
    margin-left: 46%;
}
.Brochures-Section h4{
    color: #fff;
    font-size: 1.3vw;
    font-family: 'Prompt', sans-serif;
    justify-content: center;
    text-align: center;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Brochures-Section{
    padding:5% 0% 5% 8%;
}
.Brochures-Section .left-side .TC-Brochure{
    background: url(../image/TI-brochure-1.jpeg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:68% 0% 3% 0%;
    margin:5%;
}
.Brochures-Section .Right-side .TI-Brochure{
    background: url(../image/TC-brochure-1.jpeg); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:68% 0% 3% 0%;
    margin:5%;
}
.Brochures-Section img{
    max-width: 10%;
    margin-left: 45%;
}
.Brochures-Section h4{
    font-size:2.7vw;
}
}

/*------- Company Certificates Style -------*/
.Company-Certificates{
    padding-top:2%;
}
.Company-Certificates h1{
    color: #4d2e85;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.6vw;
    line-height: 1.5;
}

.Company-Certificates-section{
    padding-bottom:3%;
}

#Certificates .Certificate {
    margin:10px;
    text-align: center;
    padding:10% 0%;
    width: 100%;
    opacity: 1;

    
}
#Certificates .content {
    width:60%;
    height:auto;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,.1);
    padding:10%;
    border-radius: 25px;
    margin:-10% 0% -6% 18%;
}
    

#Certificates.owl-carousel .owl-dots .owl-dot.active span,
#Certificates.owl-carousel .owl-dots .owl-dot:hover span {
    background: #4d2e85;
    border: 1px solid #4d2e85;
    border-radius: 25px;
    height: 10px;
    width:10px;
 }
#Certificates.owl-carousel .owl-dots{
    margin-left:.3%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#Certificates.owl-carousel .owl-dots .owl-dot{
    background: transparent;
    display: inline-block;
}
#Certificates.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #4d2e85;
    border-radius: 25px;
    display: inline-block;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    height: 10px;
    width: 10px;
    margin: 0% 3px;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Company-Certificates h1{
    font-size: 4vw;
}
#Certificates .content {
    width:80%;
    height:auto;
    text-align: center;
    background: #fff;
    box-shadow: 1px 1px 20px rgba(0,0,0,.1);
    padding:10%;
    border-radius: 25px;
    margin:-10% 0% -6% 5%;
}
#Certificates.owl-carousel .owl-dots{
    display: none;
}
}




/*--------------------------------------------------------------------- Contact Us page ---------------------------------------------------------------------*/
#contactUs-bg{
    background-color:  #4D2E85;
}

.contactpg {
    background: url(../image/Test-contact-us-01.png);
    background-size: 100% 55%;
    background-repeat: no-repeat;
    background-position: center;
    height:140vh;
}
.contact-header{
    margin-top:77%;
    padding-left:25%;
}
.contact-header h1{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
}
 .contact-header p{
    text-align: center;
    margin-top:-3%;
}
 .contact-header a{
    color: #fff ;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.5vw;
    line-height: 1.5;
    text-align: center;
}
 .contact-header img{
    max-width:4%;
 }
 
 .contact-header .ML{
    margin-left:10%;
    margin-top:2%;
 }
  .contact-header .ML2{
    margin-left:5%;
 }
 
  .contact-header .ML a{
    color: #fff ;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.2vw;
    line-height: 1.5;
    text-align: center;
 }
.login-card{
    background: #FBFBFB;
    border-radius:0px 0px 25px 25px;
    -webkit-box-shadow: 1px 1px 30px rgba(0,0,0,.1);
    align-items: center;
    justify-content: center;
    margin-top:-2%;
    margin-left:25%;
    padding:25% 5% 3% 5%;
    max-width:70%;
}

.Contact-Us .form-message .input-field {
  margin-bottom: 20px;
  position: relative;
}

.Contact-Us .form-message .input-field .btn {
  margin-top: 10px;
}

.Contact-Us .form-message .input-field label.input-title {
  position: absolute;
  width: 100%;
  top: 18px;
  left: 0;
  font-family: 'Prompt', sans-serif;
  font-weight:400;
  z-index: 1;
  transition: all .5s ease;
}

.Contact-Us .form-message .input-field .input-line {
  position: relative;
  line-height: 46px;
  z-index: 2;
  background: transparent;
  border: none;
  width: 100%;
  text-align: center;
  color: #fff;
  border-bottom: 1px solid #46bdf4;
  margin-top: 8px;
  outline: none;
}

.Contact-Us .form-message .input-field .input-line.error {
  border-bottom-color: #d2636d;
}

.Contact-Us .form-message .input-field .txtarea {
  height: 105px;
  resize: none;
  outline: none;
  line-height: 21px;
  padding-top: 14px;
}

.Contact-Us .form-message .input-field .txtarea+.input-title {
  top: 75px;
}

.Contact-Us .form-message .input-field .txtarea+label+.input-title {
  top: 75px;
}

.Contact-Us .form-message .input-field.input-focused .input-title {
  top: -7px;
  transform: scale(0.8);
}

.Contact-Us .form-message .input-field.input-focused .txtarea+label+.input-title {
  top: -7px;
  transform: scale(0.8);
}

.Contact-Us .form-message.text-left .input-field .input-line {
  text-align: left;
}

.Contact-Us .form-message.text-left label.input-title {
  transform-origin: left;
}

.Contact-Us .io-azure .form-message .input-field label.input-title {
  color: #7ab9ff;
  
}

.Contact-Us .section-bg-light .form-message .input-field .input-line,
.Contact-Us .section-bg-light-alt .form-message .input-field .input-line {
  color: #637097;
  border-bottom-color: rgba(204, 212, 255, 0.6);
}

.Contact-Us .section-bg-light .form-message .input-field .input-title,
.Contact-Us .section-bg-light-alt .form-message .input-field .input-title {
  color: rgba(52, 85, 255, 0.5);
}

.Contact-Us .show-error-hint label.error {
  display: block !important;
}








/* form başlangıç stiller ------------------------------- */
.Contact-Us #phone {
    color:#808080;
}

.Contact-Us .group {
    position: relative;
    margin-bottom: 45px;
}
.Contact-Us .group input {
    font-size: 2vh;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f2f2;
    background: none;
    color: 	#080808;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
}

.Contact-Us .group textarea {
    font-size: 2vh;
    padding: 10px 10px 10px 10px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f2f2;
    background: none;
    color: 	#080808;
    font-family: 'Prompt', sans-serif;
    font-weight:400; 
}

.Contact-Us .group .lest {
   

    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #f1f2f2;
    background: none;
   
}
.Contact-Us .group select {
    display: block;
    width: auto;
font-size: 14px;
    background: #f1f2f2;
    color:  	#696969;
     border: 1px solid #f1f2f2;
}
.Contact-Us .group input:focus {
    outline: none;
}

.Contact-Us .group textarea:focus {
    outline: none;
}

/* LABEL ======================================= */

.Contact-Us .group label {
    color:  	#696969;
    font-size: 14px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
/* active durum */

.Contact-Us .group input:focus ~ label,
input:valid ~ label {
    top: -20px;
    font-size: 15px;
    color: gray;
}
.Contact-Us .group textarea:focus ~ label,
textarea:valid ~ label {
    top: -20px;
    font-size: 15px;
    color: gray;
}
/* BOTTOM BARS ================================= */

.Contact-Us .bar {
    position: relative;
    display: block;
    width: 100%;
}
.Contact-Us .bar:before,
.Contact-Us .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: rgba(255, 255, 255, 0.7);
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.Contact-Us .bar:before {
    left: 50%;
}
.Contact-Us .bar:after {
    right: 50%;
}
/* active durum bar */

.Contact-Us .group input:focus ~ .bar:before,
.Contact-Us .group input:focus ~ .bar:after {
    width: 50%;
}
.Contact-Us .group textarea:focus ~ .bar:before,
.Contact-Us .group textarea:focus ~ .bar:after {
    width: 50%;
}
/* HIGHLIGHTER ================================== */

.Contact-Us .highlight {
    position: absolute;
    height: 0%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active durum */

.Contact-Us .group input:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
.Contact-Us .group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}
/* form animasyon ================ */

@-webkit-keyframes inputHighlighter {
    from {
        background: black;
    }
    to {
        width: 0;
        background: black;
    }
}
@-moz-keyframes inputHighlighter {
    from {
        background: black;
    }
    to {
        width: 0;
        background: black;
    }
}
@keyframes inputHighlighter {
    from {
        background: black;
    }
    to {
        width: 0;
        background: black;
    }
}

.Contact-Us .input-sifre-ikon {
    font-size: 12px!important;
    position: relative;
}
.Contact-Us .span-input {
    margin-left: 10px;
    position: relative;
    top: -5px;
}
.Contact-Us .giris-yap-buton,
.Contact-Us .kayit-ol-buton,
.Contact-Us .sifre-hatirlat-buton {
    background: #f0a51e;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 100;
    padding: 10px 10px;
    border-radius: 5px;
    outline: none;
    opacity: 0.8;
}

.Contact-Us .group textarea:focus ~ .bar:before,
.Contact-Us .group textarea:focus ~ .bar:after {
    width: 50%;
}
/* HIGHLIGHTER ================================== */

.Contact-Us .highlight {
    position: absolute;
    height: 0%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}
/* active durum */

.Contact-Us .group textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}


.Contact-Us .btn2{
    background: #f0a51e;
    color: white;
    padding: 5px;
    font-size: 14px;
    width: 100%;
    font-weight: 400;
    border-radius: 10px;
    border: solid #f0a51e 2px;
    
}

 .Contact-Us .btn2:hover {
     border: solid #f0a51e 2px;
    color: #f0a51e !important;
     background: transparent;
}

.Contact-Us	.pointer {
		cursor: pointer;
	}
	input[type="tel"]::placeholder {  
        margin-right: 5rem; 
        
    } 
 .Contact-Us  .iti {
        width: 100%;
    }
.Contact-Us    .main-background-color {
        background: #fdf4f8;
    }
.Contact-Us    .lower-z-index {
        z-index: 1;
    }
 .Contact-Us   .iti__flag {
    background-image: url("../image/flags.png");
  }





.Contact-Us label.error {
  font-size: 12px;
  color: red; }

.Contact-Us #message {
  resize: vertical; }

.Contact-Us #form-message-warning, #form-message-success {
  display: none; }

.Contact-Us #form-message-warning {
  color: #B90B0B; }

.Contact-Us #form-message-success {
  color: #ffc107;
  font-size: 18px;
  font-weight: bold; }

.Contact-Us .submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}

@media only screen and (max-width: 768px) {
#contactUs-bg .TI-logo{
    max-width:38%;
}
   .login-card{

    margin-top:-2%;
    margin-left:0%;
    padding:25% 5% 3% 5%;
    max-width:120%;
}

.contact-header-s{
    margin-top:10%;
    margin-bottom:20%;
}
.contact-header-s h1{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 10.5vw;
    line-height: 1.5;
    text-align: center;
}
 .contact-header-s p{
    text-align: center;
    margin-top:-1%;
}
 .contact-header-s a{
    color: #4D2E85 ;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 4.5vw;
    line-height: 1.5;
    text-align: center;
}
 .contact-header-s img{
    max-width:4%;
 }
 
 .contact-header-s .ML{
    margin-left:-3%;
    margin-top:2%;
 }
  .contact-header-s .ML2{
    margin-left:3%;
 }
 
  .contact-header-s .ML a{
    color: #808080 ;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 3.7vw;
    line-height: 1.5;
    text-align: center;
 }
}

/*--------------------------------------------------------------------- RADs ---------------------------------------------------------------------*/
/*------- RADS Landing Page Style -------*/
.RAD-LP .row{
    background: url(../image/MFAPatterns-01-1.png); 
    background-size:cover;
    background-repeat: no-repeat;
    padding:15% 0% 10% 0%;
}
.RAD-LP img{
    max-width:22%;
}
.RAD-LP h1{
    color: #b74d48;
    font-size: 3.1vw;
    font-family: 'Prompt', sans-serif;
    font-weight:600; 
    margin-bottom:-1.5%;
}
.RAD-LP h2{
    color: #2c2b27;
    font-size: 3.1vw;
    font-family: 'Prompt', sans-serif;
    font-weight:600; 
}

@media only screen and (max-width: 768px) {
.RAD-LP img{
    max-width:30%;
}
.NGFW-RAD-LP img{
    max-width:40%;
}
.RAD-LP .row{
    padding:19% 0% 10% 10%;
}
.RAD-LP h1{
    font-size: 4.1vw;
    margin-bottom:-3%;
}
.RAD-LP h2{
    font-size: 4.1vw;
    margin-bottom:5%;
    
}
}






/*------- About RAD Style -------*/
.RAD-About .RAD-div-white{
    background: #fff;
    box-shadow: 1px 1px 30px rgba(0,0,0,.1);
    padding:0% 7% 3% 7%;
    border-radius: 25px;
    margin-top:-5%;
}
.RAD-About .RAD-div-white h3{
    color: #2c2b27;
    font-size: 1.6vw;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    line-height:1.5;
}
.RAD-About .RAD-div-white p{
    color: #808080;
    font-size: 1.6vw;
    font-family: 'Prompt', sans-serif;
    font-weight:400; 
    line-height:1.5;
}

@media only screen and (max-width: 768px) {
.RAD-About .RAD-div-white{
    padding:0% 4% 3% 4%;

}
.RAD-About .RAD-div-white h3{
    font-size: 2.7vw;
}
.RAD-About .RAD-div-white p{
    font-size: 2.7vw;
}
}







/*------- Download RAD Brochure Style -------*/
.RAD-Brochure .row{
    background: url(../image/MFA-Patterns-04.png); 
    background-size: 100%;
    background-repeat: no-repeat;
    padding:2% 5% 2% 7%;
}
.RAD-Brochure .Right-side img{
    max-width: 78%;
    margin-left:20%;
}
.RAD-Brochure .left-side{
    padding-right:5%;
}
.RAD-Brochure .left-side h1{
   -webkit-text-fill-color: transparent;
   -webkit-text-stroke-color: black;
   -webkit-text-stroke-width: 1.3px;
   font-family: 'Prompt', sans-serif;
   font-weight:600;
   font-size: 3.4vw;
   line-height: 1.5;
}
.RAD-Brochure .left-side a{
    background-color:#b74d48;
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.7vw;
    line-height:1.5;
    justify-content: center;
    text-align: center;
    border: solid #b74d48 2px;
    border-radius: 8px; 
    padding: 1% 3%;
    margin: 2px auto;
}
.RAD-Brochure .left-side a:hover{
     background-color: transparent;
     color: #b74d48;
}
@media only screen and (max-width: 768px) {
.RAD-Brochure .row{
    background-size: cover;
    background-repeat: no-repeat;
    padding:5% 8% 5% 5%;
}
.RAD-Brochure .Right-side img{
    max-width: 150%;
    margin-left:0%;
}
.RAD-Brochure .left-side{
    margin-right:0%;
    justify-content: center;
    text-align: center;
}
.RAD-NGFW-Brochure .left-side{
    padding-left:5%;
}
.RAD-MFA-Brochure .left-side{
    padding-left:5%;
}
.RAD-Brochure .left-side h1{
    -webkit-text-stroke-width: .5px;
   font-size: 3.4vw;
   text-align: center;
}
.RAD-Brochure .left-side a{
    font-size: 2.4vw;
    
}
}


/*------- Contact Us Style -------*/
.RAD-CU{
    padding:3% 5%;
}

.RAD-CU p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw;
}
.RAD-CU a{
    background-color:#fff;
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.2vw;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    border: solid #b74d48 2px;
    border-radius: 10px; 
    padding: 0.3% 0.7%;
    margin: 2px auto;
}
.RAD-CU a:hover{
    background-color:#b74d48;
    color: #fff; 
}

@media only screen and (max-width: 768px) {
.RAD-CU p{
    font-size: 3vw;
}
.RAD-CU a{
    font-size: 2.5vw;
}
}

/*--------------------------------------------------------------------- NGFW Page ---------------------------------------------------------------------*/
/*------- About RAD NGFW Style -------*/
.NGFW-RAD-About{
    background: url(../image/RADPatterns4.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.NGFW-RAD-About .RAD-div-white{
    padding-bottom:15%; 
}
.NGFW-RAD-About .RAD-div-white img{
    max-width: 65%; 
    margin-top:-11%; 
}

@media only screen and (max-width: 768px) {
.NGFW-RAD-About .RAD-div-white{
    margin-top:-10%; 
} 

.NGFW-RAD-About .RAD-div-white img{
    max-width: 70%; 
    margin-top:-13%; 
}
}




/*------- NGFW ICSA CERTIFICATION Style -------*/
.NGFW-ICSA-Section{
    padding:0% 10%;
}
.NGFW-ICSA-Section h2{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.2vw;
    line-height: 1.5;
}

@media only screen and (max-width: 768px) {
.NGFW-ICSA-Section{
    padding:2% 7% 0% 10%;
}
.NGFW-ICSA-Section img{
    max-width:200%;
    margin-left:-40%;
}
.NGFW-ICSA-Section h2{
    font-size: 3.1vw;
}
}


/*------- NGFW Features and Benefits Style -------*/
.NGFW-Features-and-Benefits{
    background: url(../image/MFAPatterns-02-new.png); 
    background-size: 100% 90%;
    background-repeat: no-repeat;
    padding:3% 0%;
}
.NGFW-Features-and-Benefits-header h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
    margin-bottom:-3%;
}
.NGFW-Benefits-section{
    margin-right:1%;
}
#NGFW-Benefits .NGFW-Benefit{
     margin:10px;
     text-align: center;
     padding: 10% 0%;
     width: 100%;
     opacity: 2;
     -webkit-transform: scale3d(0.8, 0.8, 1);
     transform: scale3d(0.8, 0.8, 1);
     transition: all 0.1s ease-in-out;
}
#NGFW-Benefits .content{
     width:100%;
     height:90vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:10%;
     border-radius: 25px;
     margin-bottom:-6%;
}
#NGFW-Benefits .content img{
    max-width:40%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#NGFW-Benefits .content h2{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.4vw;
    line-height:1.5;
    text-align: center;
    text-justify: center;
}
#NGFW-Benefits .content p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.3vw;
    line-height:1.5;
}
#NGFW-Benefits .owl-item.active.center .NGFW-Benefit {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#NGFW-Benefits .owl-item.active.center .NGFW-Benefit .content{
    background: #f9f9f9;
}
#NGFW-Benefits.owl-carousel .owl-dots .owl-dot.active span,
#NGFW-Benefits.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2c2b27;
    height: 3px;
}
#NGFW-Benefits.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#NGFW-Benefits.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
 #NGFW-Benefits.owl-carousel .owl-dots .owl-dot span {
    background: gray;
    display: inline-block;
    height: 1px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 40px;
}


@media only screen and (max-width: 768px) {

.NGFW-Features-and-Benefits-header h1{
    font-size: 4vw;
}
#NGFW-Benefits .NGFW-Benefit{
     margin-top:-7%;
}
#NGFW-Benefits .content{
    margin-left:13%;
    width:70%;
    height:48vh;
    padding:5%;
}
#NGFW-Benefits .content h2{
    font-size: 3.4vw;
}
#NGFW-Benefits .content p{
    font-size: 3vw;
}
#NGFW-Benefits.owl-carousel .owl-dots .owl-dot.active span,
#NGFW-Benefits.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2c2b27;
    height: 3px;
}
#NGFW-Benefits.owl-carousel .owl-dots{
    display: inline-block;
    width: 100%;
    text-align: center;
}
#NGFW-Benefits.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
 #NGFW-Benefits.owl-carousel .owl-dots .owl-dot span {
    background: gray;
    display: inline-block;
    height: 1px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
}
}


.NGFW-Features-and-Benefits2 .NGFW-Features-and-Benefits-header h1{
    margin-top:5%;
}
#NGFW-Benefits2 .NGFW-Benefit {
    margin: 10px ;
    text-align: center;
    font-size: 20px;
    padding:10% 0%;
    width: 100%;
    opacity: .5;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    transition: all 0.1s ease-in-out;
    
}
#NGFW-Benefits2 .content {
    width:100%;
    height:auto;
    text-align: center;
    padding:10%;
    margin-bottom:-6%;
}
    
#NGFW-Benefits2 .content p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.2vw;
    line-height:1.5;
}
#NGFW-Benefits2 .owl-item.active.center .NGFW-Benefit {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#NGFW-Benefits2 .owl-item.active.center .NGFW-Benefit .content p{
    font-size: 1.4vw;
}
#NGFW-Benefits2.owl-carousel .owl-dots .owl-dot.active span,
#NGFW-Benefits2.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2c2b27;
    height: 3px;
 }
#NGFW-Benefits2.owl-carousel .owl-dots{
    margin-left:.6%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#NGFW-Benefits2.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#NGFW-Benefits2.owl-carousel .owl-dots .owl-dot span {
    background: gray;
    display: inline-block;
    height: 1px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
}


/* Small screen style */
@media only screen and (max-width: 768px) {
#NGFW-Benefits2 .NGFW-Benefit {
    margin-bottom: -5%;
    padding:10% 0%;
    opacity: .5;
}
#NGFW-Benefits2 .content {
    width:100%;
    
    height:auto;
}
    
#NGFW-Benefits2 .content p{
    font-size: 2.6vw;
}
#NGFW-Benefits2 .owl-item.active.center .NGFW-Benefit .content p{
    font-size: 2.8vw;
}

#NGFW-Benefits2.owl-carousel .owl-dots{
     display: none;
}

}



/*------- Screen Screenshots Style -------*/
#NGFWScreenshot{
    margin-top:-15%;
    margin-left:1%;
}
.NGFW-Screenshot .Laptop{
    max-width: 80%;
}
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:53%;
 margin-top:-54%;
}

@media only screen and (min-width: 1819px) and (max-width: 1866px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:51%;
 margin-top:-53%;
}
}

@media only screen and (min-width: 1771px) and (max-width: 1818px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:49.5%;
 margin-top:-51.5%;
}
}

@media only screen and (min-width: 1723px) and (max-width: 1770px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:47.5%;
 margin-top:-50.5%;
}
}

@media only screen and (min-width: 1675px) and (max-width: 1722px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:45.5%;
 margin-top:-49.5%;
}
}

@media only screen and (min-width: 1627px) and (max-width: 1674px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:43.5%;
 margin-top:-48.5%;
}
}

@media only screen and (min-width: 1579px) and (max-width: 1626px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:43%;
 margin-top:-46.5%;
}
}

@media only screen and (min-width: 1531px) and (max-width: 1578px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:42%;
 margin-top:-45%;
}
}

@media only screen and (min-width: 1483px) and (max-width: 1530px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:38.5%;
 margin-top:-44.5%;
}
}

@media only screen and (min-width: 1435px) and (max-width: 1482px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:37.7%;
 margin-top:-42%;
}
}

@media only screen and (min-width: 1387px) and (max-width: 1434px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:37%;
 margin-top:-41%;
}
}

@media only screen and (min-width: 1339px) and (max-width: 1386px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:36.8%;
 margin-top:-39%;
}
}

@media only screen and (min-width: 1291px) and (max-width: 1338px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:36%;
 margin-top:-37.5%;
}
}
/*---*/
@media only screen and (min-width: 1243px) and (max-width: 1290px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:34%;
 margin-top:-36.3%;
}
}

@media only screen and (min-width: 1195px) and (max-width: 1242px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:32%;
 margin-top:-35.5%;
}
}

@media only screen and (min-width: 1147px) and (max-width: 1194px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:30%;
 margin-top:-34.3%;
}
}

@media only screen and (min-width: 1051px) and (max-width: 1146px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:31%;
 margin-top:-34%;
}
}


@media only screen and (max-width: 1050px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:31%;
 margin-top:-35%;
}
}

@media only screen and (max-width: 768px) {
#NGFWScreenshot{
    margin-bottom:-15%;
}
.NGFW-Screenshot .Laptop{
    max-width: 100%;
}
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:39.5%;
 margin-top:-47.5%;
}
}

/*
@media only screen and (max-width: 768px) {
#NGFWScreenshot{
    margin-bottom:-10%;
}
.NGFW-Screenshot .Laptop{
    max-width: 100%;
}
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
 max-width:39.5%;
 margin-top:-48%;
}
}
@media only screen and (max-width: 1535px) {
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
     
     max-width:38%;
     margin-top:-49%;  
  }
}

@media only screen and (min-width: 1536px)  and (max-width: 1700px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
     
     max-width:46%;
     margin-top:-51%;  
  }
}

@media only screen and (min-width: 1701px)  and (max-width: 1701px){
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
     
     max-width:48%;
     margin-top:-50%;  
  }
}
@media only screen and (min-width: 1850px) {
.NGFW-Screenshot .slideshow-container .mySlides2 img{ 
     max-width:50%;
     margin-top:-53%;  
  }
}

*/
/*  
@media only screen and (max-width: 1535px) {
#appandport .mySlides2 img{ 
     
     max-width:38%;
     margin-top:4.2%;  
     margin-left:29%;
  }
}

@media only screen and (min-width: 1536px)  and (max-width: 1700px){
#appandport .mySlides2 img{ 
     
     max-width:46%;
     margin-top:5.2%;  
     margin-left:24%;
  }
}

@media only screen and (min-width: 1701px)  and (max-width: 1825px){
#appandport .mySlides2 img{ 
     
     max-width:48%;
     margin-top:5.4%;  
     margin-left:22.5%;
  }
}
 
@media only screen and (min-width: 1826px) {
#appandport .mySlides2 img{ 
     
     max-width:53%;
     margin-top:6.2%;  
     margin-left:19.5%;
  }
} */








/*--------------------------------------------------------------------- Authenticator Page ---------------------------------------------------------------------*/
/*------- About RAD MFA Style -------*/
.MFA-RAD-About{
    background: url(../image/MFA-Patterns-02.png); 
    background-size: cover;
    background-repeat: no-repeat;
}
.MFA-RAD-About .RAD-div-white{
    padding-bottom:25%; 
}
.MFA-RAD-About .RAD-div-white img{
    max-width: 65%; 
    margin-top:-9%; 
    margin-bottom:5%;
}

@media only screen and (max-width: 768px) {
.MFA-RAD-About .RAD-div-white{
    padding-bottom:45%; 
}
.MFA-RAD-About .RAD-div-white img{
    max-width: 70%; 
    margin-top:-13%; 
}
}








/*------- Features and Benefits Style -------*/
.Features-and-Benefits{
    margin-top:-22%;
}
.Features-and-Benefits-header h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
#Features .Feature{
     margin:10px;
     text-align: center;
     padding: 10% 0%;
     width: 100%;
     opacity: 2;
     -webkit-transform: scale3d(0.8, 0.8, 1);
     transform: scale3d(0.8, 0.8, 1);
     transition: all 0.1s ease-in-out;
}
#Features .content{
     width:100%;
     height:72vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:11%;
     border-radius: 25px;
     margin-bottom:-6%;
}
#Features .content img{
    max-width:50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#Features .content h2{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.1vw;
    line-height:1.5;
    text-align: center;
    text-justify: center;
}
#Features .content p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.6vw;
    line-height:1.5;
}
#Features .owl-item.active.center .Feature {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#Features .owl-item.active.center .Feature .content{
    background: #f9f9f9;
}
#Features.owl-carousel .owl-dots .owl-dot.active span,
#Features.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2c2b27;
    height: 3px;
  
 }
#Features.owl-carousel .owl-dots{
  margin:0% 0% 3% 1%;
  display: inline-block;
  width: 100%;
  text-align: center;
}
#Features.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
 #Features.owl-carousel .owl-dots .owl-dot span {
    background: gray;
    display: inline-block;
    height: 1px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 40px;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Features-and-Benefits{
    margin-top:-42%;
}
.Features-and-Benefits-header h1{
    font-size: 4vw;
}
.Features-slide {
    margin-top:-5%;
}
.Features-slide .Feature{
    padding: 1.5% 0%;
}
.Features-slide .Feature-content{
    width:100%;
     height:28vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:11%;
     border-radius: 25px;
     margin-bottom:-6%;
}
.Features-slide .Feature-content img{
    max-width:50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
.Features-slide .Feature-content h2{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 3vw;
    line-height:1.5;
    text-align: center;
    text-justify: center;
}
.Features-slide .Feature-content h4{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 2.5vw;
    line-height:1.5;
}
}







/*------- Compliance Achieved Style -------*/
.Compliance-Achieved{
    padding-left:2%;
}
.Compliance-Achieved h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Compliance-Achieved p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.6vw;
    line-height: 1.5;
}
.Compliance-Achieved img{
    max-width:90%;
}

@media only screen and (max-width: 768px) {
.Compliance-Achieved{
    padding-left:10%;
}
.Compliance-Achieved h1{
    font-size: 4vw;
}
.Compliance-Achieved p{
    font-size: 3vw;
    margin:-3% 10% 0% 10%;
}
.Compliance-Achieved img{
    max-width:100%;
}
.Compliance-Achieved .NCA{
    margin-right:-5%;
}
.Compliance-Achieved .SAMA{
    margin-left:-5%;
}
}






/*------- MFA Parts Style -------*/
.MFA-Parts{
    background: url(../image/MFA-NEW-PATTERN-01.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:3% 3% 5% 3%;
}
.MFA-Parts h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.MFA-Parts p{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.6vw;
    line-height: 1.5;
}
.MFA-Parts .Mobile-Section .left-side{
    padding:0% 13% 0% 3%;
}
.MFA-Parts .Mobile-Section img{
    margin-left:-10%;
}
.Authentication-Section{
    margin-top:-3%;
}
.MFA-Parts .Authentication-Section .Right-side{
    padding:0% 5.7% 0% 5%;
}
.MFA-Parts .Authentication-Section img{
    margin-left:5%;
}

@media only screen and (max-width: 768px) {
.MFA-Parts {
   padding:3% 7% 5% 3%; 
}
.MFA-Parts h1{
    font-size: 4vw;
}
.MFA-Parts p{
    font-size: 3vw;
}
.MFA-Parts .Mobile-Section img{
    max-width:70%;
    margin-left:18%;
    margin-bottom:-5%;
}
.Authentication-Section{
    margin-top:7%;
}
.MFA-Parts .Authentication-Section img{
    max-width:70%;
    margin-left:19%;
}
}



/*--------------------------------------------------------------------- OTFW Page ---------------------------------------------------------------------*/
/*------- About RAD OTFW Style -------*/
.OTFW-RAD-About{
    background: url(../image/OTFW-Pattern-01.png); 
    background-size: 100% 85%;
    background-repeat: no-repeat;
}
.OTFW-RAD-About .RAD-div-white{
    padding-bottom:15%; 
}
.OTFW-RAD-About .RAD-div-white img{
    max-width: 55%; 
    margin-top:-13%; 
}

@media only screen and (max-width: 768px) {
.OTFW-RAD-About .RAD-div-white img{
    max-width: 75%; 
    margin-top:-18%; 
}
}


/*------- Screen Screenshots Style -------*/
#OTFWScreenshot{
    margin-top:-15%;
    margin-left:1%;
}
.OTFW-Screenshot .PC{
    max-width: 70%;
}
#OTFWScreenshot .mySlides img{ 
 max-width:47.5%;
 margin-top:-64%;
 margin-left:1.3%;
}

@media only screen and (min-width: 1819px) and (max-width: 1866px){
#OTFWScreenshot .mySlides img{ 
 max-width:46.5%;
 margin-top:-61.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1771px) and (max-width: 1818px){
#OTFWScreenshot .mySlides img{ 
 max-width:45.5%;
 margin-top:-60.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1723px) and (max-width: 1770px){
#OTFWScreenshot .mySlides img{ 
 max-width:44%;
 margin-top:-58.7%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1675px) and (max-width: 1722px){
#OTFWScreenshot .mySlides img{ 
 max-width:42%;
 margin-top:-57%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1627px) and (max-width: 1674px){
#OTFWScreenshot .mySlides img{ 
 max-width:40.5%;
 margin-top:-55.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1582px) and (max-width: 1628px){
#OTFWScreenshot .mySlides img{ 
 max-width:39.2%;
 margin-top:-53.9%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1531px) and (max-width: 1581px){
#OTFWScreenshot .mySlides img{ 
 max-width:38.5%;
 margin-top:-52.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1483px) and (max-width: 1530px){
#OTFWScreenshot .mySlides img{ 
 max-width:37%;
 margin-top:-50.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1435px) and (max-width: 1482px){
#OTFWScreenshot .mySlides img{ 
 max-width:36%;
 margin-top:-49%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1387px) and (max-width: 1434px){
#OTFWScreenshot .mySlides img{ 
 max-width:35%;
 margin-top:-47%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1339px) and (max-width: 1386px){
#OTFWScreenshot .mySlides img{ 
 max-width:34%;
 margin-top:-45.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1291px) and (max-width: 1338px){
#OTFWScreenshot .mySlides img{ 
 max-width:32%;
 margin-top:-44.1%;
 margin-left:1.3%;
}
}
/*---*/
@media only screen and (min-width: 1243px) and (max-width: 1290px){
#OTFWScreenshot .mySlides img{ 
 max-width:31%;
 margin-top:-42.5%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1195px) and (max-width: 1242px){
#OTFWScreenshot .mySlides img{ 
 max-width:29.7%;
 margin-top:-41%;
 margin-left:1.3%;
}
}

@media only screen and (min-width: 1147px) and (max-width: 1194px){
#OTFWScreenshot .mySlides img{ 
 max-width:28.7%;
 margin-top:-40%;
 margin-left:1.3%;
}
}

@media only screen and (max-width: 1146px){
#OTFWScreenshot .mySlides img{ 
 max-width:28.5%;
 margin-top:-39.5%;
 margin-left:1.3%;
}
}

@media only screen and (max-width: 768px) {
#OTFWScreenshot{
    margin-bottom:-15%;
}
.OTFW-Screenshot .PC{
    max-width: 100%;
}
#OTFWScreenshot .mySlides img{ 
 max-width:40.5%;
 margin-top:-60%;
 margin-left:1.3%;
}
}




/*------- Features and Benefits Style -------*/

.OTFW-Features-and-Benefits-header h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.OTFW-Features-and-Benefits h1{
    margin-bottom:-1%;
}
#OTFW-Benefits .OTFW-Benefit{
     margin:0px;
     text-align: center;
     padding:10%;
     width: 100%;
     opacity: 2;
     -webkit-transform: scale3d(0.8, 0.8, 1);
     transform: scale3d(0.8, 0.8, 1);
     transition: all 0.1s ease-in-out;
}
#OTFW-Benefits .content{
     width:100%;
     height:55vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:10%;
     border-radius: 25px;
     margin-bottom:-6%;
}
#OTFW-Benefits .content img{
    max-width:50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#OTFW-Benefits .content h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.9vw;
    line-height:1.5;
    text-align: center;
    text-justify: center;
}
#OTFW-Benefits .content .MT-25{
    margin-top:25%;
}
#OTFW-Benefits .owl-item.active.center .OTFW-Benefit {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#OTFW-Benefits .owl-item.active.center .OTFW-Benefit .content{
    background: #f9f9f9;
}
#OTFW-Benefits.owl-carousel .owl-dots .owl-dot.active span,
#OTFW-Benefits.owl-carousel .owl-dots .owl-dot:hover span {
    background: #2c2b27;
    height: 3px;
}
#OTFW-Benefits.owl-carousel .owl-dots{
    margin-bottom: 3%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#OTFW-Benefits.owl-carousel .owl-dots .owl-dot{
    display: inline-block;
}
#OTFW-Benefits.owl-carousel .owl-dots .owl-dot span {
    background: gray;
    display: inline-block;
    height: 1px;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 10px;
}


/* Small screen style */
@media only screen and (max-width: 768px) {

.OTFW-Features-and-Benefits-header h1{
    font-size: 4vw;
}
#OTFW-Benefits-s {
    margin-top:-5%;
}
#OTFW-Benefits-s .OTFW-Benefit{
    padding: 1.5% 0%;
}
#OTFW-Benefits-s .Benefit-content{
    width:100%;
     height:20vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:11%;
     border-radius: 25px;
     margin-bottom:-6%;
}
#OTFW-Benefits-s .Benefit-content img{
    max-width:50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#OTFW-Benefits-s .Benefit-content h1{
    color: #b74d48;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 3vw;
    line-height:1.5;
    text-align: center;
    text-justify: center;
}
}



/*------- OTFW ICSA Style -------*/
.OTFW-ICSA{
    padding:3% 18%;
}
.OTFW-ICSA h2{
    color: #2c2b27;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.2vw;
}
@media only screen and (max-width: 768px) {
.OTFW-ICSA{
    padding:3% 5%;
}
.OTFW-ICSA h2{
    font-size: 3.2vw;
}
}



/*--------------------------------------------------------------------- Institute Pages---------------------------------------------------------------------*/
/*------- Markiting Line Style -------*/
.Institute-ML{
    padding:3% 7%;
}
.Institute-ML h2{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw;
}
@media only screen and (max-width: 768px) {
.Institute-ML h2{
    font-size: 3vw;
    margin:0 3%;
}
}





/*------- Contact Section Style -------*/
.Institute-CU{
    padding:3% 5%;
}
.CU{
    display: flex;
}

.CU li{
    display: inline-block;
}
.Institute-CU p{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.6vw;
}
.Institute-CU a{
    background-color:#ffffff;
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
    font-size: 1.2vw;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    border: solid #f0a51e 2px;
    border-radius: 10px; 
    padding: 0.3% 0.7%;
    margin: 2px auto;
}
.Institute-CU a:hover{
    background-color:#f0a51e;
    color: #fff; 
}
@media only screen and (max-width: 768px) {
.Institute-CU p{
    font-size: 3vw;
}
.Institute-CU a{
    font-size: 2.5vw;
}
}
/*--------------------------------------------------------------------- Institute About Page ---------------------------------------------------------------------*/

/*------- Landing Page Style -------*/
.Institute-LP{
    background: url(../image/TI-About-us-01.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:15% 5%;
}

.Institute-LP h1{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}

.Institute-LP p{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
    padding-top:3%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Institute-LP h1{
    font-size: 4vw;
}
.Institute-LP p{
    font-size: 3vw;
}
}





/*------- Institute About Style -------*/
.Institute-About{
    background: url(../image/TI-Pattern.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:3% 0% 5% 0%;
}
.Institute-About img{
    max-width: 80%;
}
.Institute-About p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.7vw;
    line-height: 1.5;
    padding-top:1%;
    padding:0% 10%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Institute-About img{
    max-width: 100%;
}
.Institute-About p{
    font-size: 2.7vw;
    text-align: center;
}
}




/*------- Services Style -------*/
.Services-header{
    padding:3% 5%;
}
.Institute-Services h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Institute-Services p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.8vw;
    line-height: 1.5;
}
.Training-Section{
   padding:3% 5%; 
}
.Awareness-Section{
   padding:3% 5%; 
}
.Institute-Services a{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Institute-Services a:hover{
    color: #f0a51e;
}
.Institute-Services .Training-Section p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.45vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.Institute-Services .Awareness-Section p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.45vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.Institute-Service{
    background-color:#fff;
    border-radius: 25px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    padding:10%;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-bottom:15%;
    
}
.Institute-Services .Institute-Service p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.2vw;
    line-height: 1.5;
    text-align: center;
    text-justify: center;
}
.Institute-Service:hover img{
max-width:50%;
    
}
.Institute-Service:hover .Awareness-Service-image{
    max-width:45%;
}
.Institute-Service img{
    max-width:40%;
}
.Awareness-Service-image{
    max-width:35%;
}


/* Small screen style */
@media only screen and (max-width: 768px) {
.Institute-Services h1{
    font-size: 4vw;
}
.Institute-Services p{
    font-size: 2.7vw;
}
.Institute-Services a{
    font-size: 4vw;
}
.Institute-Services .Training-Section p{
    font-size: 2.5vw;
    margin:5% 0%;
}
.Institute-Services .Awareness-Section p{
    font-size: 2.5vw;
    margin:5% 0%;
}
.Institute-Service{
    margin:5% 15%;
    width:14vh;
    height:auto;
}
.Institute-Service-s{
    margin-left:2.5%;
}
.Institute-Services .Institute-Service p{
    margin-top:10%;
    font-size: 2.5vw;
}
}





/*------- Institute's customers Style -------*/
.Institute-customers{
    padding: 3% 0% 1% 0%; 
}
.Institute-customers h2{
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2vw; 
    text-align: center; 
}
.Institute-customers a{
    max-width:100%;
}
.Institute-customers img{
    max-width:100%;
}
/* Small screen style */
@media only screen and (max-width: 768px) {
.Institute-customers{
    padding: 5% 0% 1% 0%; 
}
.Institute-customers h2{
    font-size: 3.3vw; 
}
}





/*------- Taqnia Institute's brochure Style -------*/
.Institute .left-side{
   padding:5% 5%; 
}
.Institute .Right-side{
   padding:0% 3%; 
}

.Institute-Brochure h1{
   color: #808080;
   font-family: 'Prompt', sans-serif;
   font-weight:600;
   font-size: 3vw;
}
.Download-button{
    background-color:transparent;
    color: #f0a51e;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.2vw;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    border: solid #f0a51e 2px;
    border-radius: 8px;
    padding: 1% 3%;
    margin: 2px auto;
}
.Institute-Brochure a:hover{
    background-color: #f0a51e;
    color: white;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Institute-Brochure .row{
    padding:5% 8% 5% 5%;
}
.Institute-Brochure .Right-side img{
    max-width: 150%;
    margin-left:-25%;
}
.Institute-Brochure .left-side{
    margin-right:0%;
    justify-content: center;
    text-align: center;
}
.Institute-Brochure .left-side h1{
    -webkit-text-stroke-width: .5px;
   font-size: 3.4vw;
   text-align: center;
}
.Institute-Brochure .left-side a{
    font-size: 2.4vw;
    
}
}


/*--------------------------------------------------------------------- Training Programs Page ---------------------------------------------------------------------*/

/*------- Landing Page Style -------*/
.Training-Programs-LP{
    background: url(../image/Training-LP.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:15% 5%;
}

.Training-Programs-LP h1{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}

.Training-Programs-LP p{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
    padding-top:3%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Training-Programs-LP h1{
    font-size: 4vw;
}
.Training-Programs-LP p{
    font-size: 3vw;
}
}





/*------- Taqnia Institute's Vendor Certification Track Style -------*/
.Vendor-Certification{
    padding:5%;
}
.Vendor-Certification img{
    max-width:90%;
}
.Training-Programs .left-side{
    padding:0%;
}
.Vendor-Certification h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Vendor-Certification p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.Vendor-Certification .View-button{
    background-color:transparent;
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.2vw;
    line-height: 1.5;
    justify-content: center;
    text-align: center;
    border: solid #D91C5C 2px;
    border-radius: 10px;
    padding: 0.5% 1%;
    margin: 3px auto;
}
.Vendor-Certification a:hover{
    background-color: #D91C5C;
    color: white;
}

@media only screen and (max-width: 768px) {
.Vendor-Certification{
    padding:5% 3%;
}
.Vendor-Certification img{
    max-width:150%;
    margin-left:-3%;
}
.Training-Programs .left-side{
    padding:0% 5%;
}
.Vendor-Certification h1{
    font-size: 4vw;
}
.Vendor-Certification p{
    font-size: 2.7vw;
    text-align: left;
    text-justify: left;
}
.Vendor-Certification .View-button{
    font-size: 2.5vw;
}
}





/*------- Training Taqnia Institute's Professional Certificates Style -------*/
.Professional-Certificates{
    padding:0% 0% 5% 0%;
}






/*------- Taqnia Institute's Customized Curriculum Track Style -------*/
.Customized-Curriculum{
    background: url(../image/New-home-pattern2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:0% 0% 1% 0%;
}
.Customized-Curriculum .left-side{
    padding:0% 5%;
}
.Customized-Curriculum h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Customized-Curriculum p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.Customized-Curriculum .Right-side{
    padding:5% 0% 0% 0%;
}
.Customized{
    margin-left:20%;
}
.Customized-Curriculum .slide-content{
    width:50vh;
    height:35vh;
    background-color:#fff;
    border-radius: 25px;
    box-shadow: 1px 1px 10px rgba(0,0,0,.1);
    text-align: center;
    align-items: center;
    justify-content: center;
    padding:7% 0% 0% 0%;
    margin: 5%;
}
.Customized-Curriculum .CCT-margin{
    padding:0%;
}
.Customized-Curriculum .slide-content p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.2vw;
    line-height: 1.5;
    text-align: center;
    text-justify: center;
}
.Customized-Curriculum .slide-content img{
    max-width:40%;
}
@media only screen and (max-width: 768px) {
.Customized-Curriculum .left-side{
    padding:0% 10%;
}
.Customized-Curriculum h1{
    font-size: 4vw;
}
.Customized-Curriculum p{
    font-size: 2.7vw;
}
.Customized{
    margin-left:-5%;
}
.Customized-Curriculum .slide-content{
    width:22vh;
    height:15vh;
    padding:9% 0% 0% 0%;
}
.Customized-Curriculum .CCT-margin{
    padding:9%;
}
.Customized-Curriculum .slide-content p{
    font-size: 2.7vw;
    width:20vh;
}
}





/*------- Taqnia Institute's SCyWF Style -------*/
.SCyWF-Compatible{
    padding:0% 0% 3% 0%; 
}
.SCyWF-Compatible .left-side{
    padding:0% 5%;
}
.SCyWF-Compatible h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.SCyWF-Compatible p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.SCyWF-Compatible .arabic{
    font-family:'DIN-Next-LT-Arabic-Regular';
}

.SCyWF-Compatible .flip-card {
  border-radius: 25px;
  background-color: transparent;
  width: 55vh;
  height: 67vh;
}
.SCyWF-Compatible .flip-card-inner {
  border-radius: 10px; 
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  padding-top:8%;
}
.SCyWF-Compatible .flip-card:hover .flip-card-inner {
  transform: rotateY(-180deg);
}
.SCyWF-Compatible .flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.SCyWF-Compatible .flip-card-front {
     background: url(../image/CSDT-01.png) ; 
    background-size: 90% 100%;
    background-repeat: no-repeat;
  color: black;
  padding:50% 10%;

}
.SCyWF-Compatible .flip-card-back {
  background-color: transparent;
  color: white;
  transform: rotateY(180deg);
}
.SCyWF-Compatible .flip-card-back .white{
     background: #fff;
  box-shadow: 1px 1px 30px rgba(0,0,0,.1);
  padding:3%;
  height:53vh;
  width:40vh;
  border-radius: 25px;
  margin:12% 9% 7% 9%;
  content:center;
}
.SCyWF-Compatible .flip-card-back p{
    font-size: 1.4vw; 
    color:rgb(128, 128, 128); 
    margin-top:44%; 
    line-height: 1.5;
    text-align: center;
    text-justify: center;
}

@media only screen and (max-width: 768px) {
    .SCyWF-Compatible{
    padding:1% 0% 3% 0%; 
}
.SCyWF-Compatible .left-side{
    padding:0% 5%;
}
.SCyWF-Compatible h1{
    font-size: 4vw;
    text-align: center;
    text-justify: center;
}
.SCyWF-Compatible p{
    font-size: 2.7vw;
}
.SCyWF-Compatible .flip-card {
  width: 26vh;
  height: 33vh;
  margin-left:-15%;
}
.SCyWF-Compatible .flip-card-inner {
  padding-top:0%;
}
.SCyWF-Compatible .flip-card-back .white{
  width: 18vh;
  height: 26vh;
  margin:12% 9% 7% 11%;
  border-radius: 7px;
}
.SCyWF-Compatible .flip-card-back p{
    margin:45% 5% 0% 5%;
    font-size: 2.7vw; 
}
}





/*--------------------------------------------------------------------- Awareness Programs Page ---------------------------------------------------------------------*/

/*------- Landing Page Style -------*/
.Awareness-Programs-LP{
    background: url(../image/Awareness-LP.png); 
    background-size: cover;
    background-repeat: no-repeat;
    padding:15% 5%;
}

.Awareness-Programs-LP h1{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}

.Awareness-Programs-LP p{
    color: #fff;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
    padding-top:3%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Awareness-Programs-LP h1{
    font-size: 4vw;
}
.Awareness-Programs-LP p{
    font-size: 3vw;
}
}






/*------- Awareness Objectives Style -------*/
.Awareness-Objectives{
    padding:3% 0%;
}
.Awareness-Objectives .gray-div{
    background-color: #f6f6f6;
    height:300px;
    width:1200px;
    position:absolute;
    right:0%;
    border-radius: 50px 0px 0px 50px;
   vertical-align: middle;
}
.Awareness-Objectives .left-side{
    padding:0% 6%;
}
.Awareness-Objectives h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.7vw;
}
.Awareness-Objectives .slide-content{
    width:50vh;
    height:50vh;
	padding:20% 4% ;
    background: transparent;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 2.2em ;
   border-radius: 50px;
   vertical-align: middle;
    
    }

 .Objectives   .slick-current  .slide-content {
    box-shadow: -2px 7px 14px #dee2e6;
    background: #fff;

    }
.Awareness-Objectives .slide-content p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: center;
    text-justify: center;
}
.Awareness-Objectives .slide-content img{
    max-width:40%;
}
.Awareness-Objectives .slide-content .Transfer-knowledge-Icon{
    margin-bottom:2.8%;
}
.Awareness-Objectives .slide-content .Protect-Assets-Icon{
    margin-bottom:1%;
}
.Awareness-Objectives .slide-content .Policy-Enforcement-Icon{
    margin-left:33%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Awareness-Objectives{
    padding:3% 0%;
}
.Awareness-Objectives .gray-div{
    background-color: #f6f6f6;
    height:180px;
    width:400px;
    position:absolute;
    right:0%;
    border-radius: 50px 0px 0px 50px;
   vertical-align: middle;
}
.Awareness-Objectives .left-side{
    padding:0% 6%;
}
.Awareness-Objectives h1{
    font-size: 4vw;
}
.Awareness-Objectives .slide-content{
    width:20vh;
    height:20vh;
	padding:5% 0% ;
    background: transparent;
    justify-content: center;
    text-align: center;
    position: relative;
    margin: 2.2em ;
   border-radius: 50px;
   vertical-align: middle;
    
    }

 .Objectives   .slick-current  .slide-content {
    box-shadow: -2px 7px 14px #dee2e6;
    background: #fff;

    }
.Awareness-Objectives .slide-content p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 2.7vw;
    line-height: 1.5;
    text-align: center;
    text-justify: center;
}
.Awareness-Objectives .slide-content img{
    max-width:40%;
    margin-top:5%;
}
.Awareness-Objectives .slide-content .Transfer-knowledge-Icon{
    margin-bottom:2.8%;
}
.Awareness-Objectives .slide-content .Protect-Assets-Icon{
    margin-bottom:1%;
}
.Awareness-Objectives .slide-content .Policy-Enforcement-Icon{
    margin-left:33%;
}

}





/*------- Dash board Style -------*/
.DashBoard{
    margin-bottom:-7%;
}

.DashBoard img{
    max-width: 70%; 
    margin-left:5%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.DashBoard{
    margin-bottom:-10%;
}

.DashBoard img{
    max-width: 100%; 
    margin-left:6%;
}
}





/*------- Awareness Programs Style -------*/
.Awareness-Programs-header{
    padding:8% 0% 0% 0%;
}
.Awareness-Programs h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
}
.Awareness-Programs p{
    color:#808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.4vw;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-word;
}
.Assessment-Section .row{
    background: url(../image/TI-Pattern.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.Assessment-Section .left-side{
    padding:0% 5% 0% 7%;
}
.Cybersecurity-Section{
    padding:0% 5% 2% 5%;
}
.Cybersecurity-Section img{
    max-width:90%;
}
.Phishing-Simulations-Section{
    padding:0% 5% 2% 7%;
}

.Phishing-Simulations-Section img{
    max-width:95%;
    margin:5% 0% 0% 7%;
}

/* Small screen style */
@media only screen and (max-width: 768px) {
.Awareness-Programs-header{
    padding:10% 0% 0% 0%;
}
.Awareness-Programs h1{
    font-size: 4vw;
}
.Awareness-Programs p{
    font-size: 2.7vw;
    text-align: left;
    text-justify: left;
}

.Assessment-Section img{
    max-width:100%;
    margin-left:9%;
}
.Assessment-Section h1{
    text-align: center;
    text-justify: center;
}
    
.Assessment-Section .row{
    background: url(../image/TI-Pattern.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.Assessment-Section .left-side{
    padding:3% 7% 3% 7%;
}
.Cybersecurity-Section{
    padding:2% 0%;
}
.Cybersecurity-Section .Right-side{
    padding:3% 7% 3% 7%;
}
.Cybersecurity-Section .Right-side-s{
    padding:0% 7% 0% 5%;
}
.Cybersecurity-Section .Right-side h1{
    text-align: center;
    text-justify: center;
}
.Cybersecurity-Section img{
    max-width:90%;
    margin-left:15%;
}
.Phishing-Simulations-Section{
    padding: 2% 0%;
}
.Phishing-Simulations-Section .left-side{
    padding:3% 7% 3% 7%;
}
.Phishing-Simulations-Section .left-side-s{
    padding:0% 5% 0% 7%;
}
.Phishing-Simulations-Section .left-side h1{
    text-align: center;
    text-justify: center;
}
.Phishing-Simulations-Section img{
    max-width:95%;
    margin-left:12%;
}
}





/*------- Awareness Programs Offers Style -------*/

.Awareness-Programs-Offers-header h1{
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.9vw;
    margin-bottom:-1%;
}
.Offers-section{
       background: url(../image/New-home-pattern.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
#Offers{
    margin-left:.75%;
}
#Offers .Offer {
     margin: 10px ;
     text-align: center;
     padding: 0%;
     width: 100%;
     opacity: 2;
     -webkit-transform: scale3d(0.8, 0.8, 1);
     transform: scale3d(0.8, 0.8, 1);
     transition: all 0.1s ease-in-out;
}
#Offers .content {
     width:100%;
     height:70vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:10%;
     margin:5% 0;
     border-radius: 25px;
     
}
#Offers .content img{
    max-width:50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#Offers .content h2 {
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 1.8vw;
    text-align: center;
    text-justify: center;
}
#Offers .content p {
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 1.3vw;
    line-height:1.5;
}
#Offers .content .m-rl{
    margin:0 10%;
}
#Offers .owl-item.active.center .Offer {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#Offers .owl-item.active.center .Offer .content{
    background: #f9f9f9;
}

#Offers.owl-carousel .owl-dots .owl-dot.active span,
#Offers.owl-carousel .owl-dots .owl-dot:hover span {
    background: #D91C5C;
    border: 1px solid #D91C5C;
    border-radius: 25px;
    height: 10px;
    width:10px;
}
#Offers.owl-carousel .owl-dots{
    margin-left:.3%;
    display: inline-block;
    width: 100%;
    text-align: center;
}
#Offers.owl-carousel .owl-dots .owl-dot{
    background: transparent;
    display: inline-block;
}
#Offers.owl-carousel .owl-dots .owl-dot span {
    background: transparent;
    border: 1px solid #D91C5C;
    border-radius: 25px;
    display: inline-block;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    height: 10px;
    width: 10px;
    margin: 0% 3px;
}
/* Small screen style */
@media only screen and (max-width: 768px) {
.Awareness-Programs-Offers-header h1{
    font-size: 4vw;
}
#Offers-s {
    margin-top:0%;
}
#Offers-s .Offers{
    padding: 3% 0%;
}
#Offers-s .content{
    width:100%;
     height:25vh;
     text-align: center;
     background: #fff;
     box-shadow: 1px 1px 20px rgba(0,0,0,.1);
     padding:5% 10%;
     border-radius: 25px;
     margin:5% 0;
}
#Offers-s .content img{
    max-width:50%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    margin: 0 auto 17px;
}
#Offers-s .content h2 {
    color: #D91C5C;
    font-family: 'Prompt', sans-serif;
    font-weight:600;
    font-size: 2.7vw;
    text-align: center;
    text-justify: center;
}
#Offers-s .content h3 {
    color: #808080;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
    font-size: 2.4vw;
    line-height:1.5;
}
}
/*--------------------------------------------------------------------- Footer ---------------------------------------------------------------------*/


 .footer {
      background-image: linear-gradient(to bottom right, #4D2E85, #1a0052);
     padding-bottom: 0px;
     
}
.footer .logo img{
     max-width: 70%;
     padding-left: 4%;
}
.footer .container a strong{
    color:#f0a51e; 
    font-size:1.1vw;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
}
.footer .container a{
    color:#fff; 
    font-size:1vw;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
}
 .footer p{
     color: #fff; 
     font-size:11px;
     font-family: 'Prompt', sans-serif;
    font-weight:400;
     
 }
@media only screen and (max-width: 600px) {
.footer{
    padding-top:5%;
}
.footer .container li{
    padding-bottom:3%;
}
.footer .container a strong{
    font-size:4vw;
}
.footer .container a{
    font-size:3vw;
}
}

 .footer2 {
      background: transparent;
     padding-bottom: 0px;
     
}
.footer2 .logo img{
     max-width: 70%;
     padding-left: 4%;
}

.footer2 .container a strong{
    color:#f0a51e; 
    font-size:1.1vw;
    font-family: 'Prompt', sans-serif;
    font-weight:500;
}
.footer2 .container a{
    color:#fff; 
    font-size:1vw;
    font-family: 'Prompt', sans-serif;
    font-weight:400;
}
 .footer2 p{
     color: #fff; 
     font-size:11px;
     font-family: 'Prompt', sans-serif;
    font-weight:400;
     
 }
 
@media only screen and (max-width: 600px) {
    .footer2 .container a strong{
    color:#f0a51e; 
    font-size:3.1vw;
}
.footer2 .container a{
    color:#fff; 
    font-size:3vw;
}
}




/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-slide p
{
    display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-slide.slick-loading p
{
    display: none;
}
.slick-slide.dragging p
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/















.RADNGIPSSection{
   background: url(../images/Mockups-01c.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 2%;
} 
.topotfw{
top: 80%;}
.topotfwimg{
top: 80%;}

.logoRad{
    position: relative;
    max-width: 20%;
    padding-bottom: 2%;}
    
.RADWAFSection{
   background: url(../images/Mockups-05.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
    padding-top: 2%;
    }
.paddingProduct
{
padding-left: 10%!important;
    padding-right: 10%!important;
}
.RADNGFW{
    width: 70%;
    padding-top: 25px;
    padding-bottom: 15px;

    text-align: center;
    margin-left: 21%;
    margin-right: 10%;
    border: solid white 1px;
    background: white;
    box-shadow: 0px 0px 8px #90969b;
}
 .NGFWSection{
   background: url(../images/background-1-01copy1.png); 
    background-size: cover;
    background-repeat: no-repeat;
}

slideshow-container {
  max-width: 1000px;
  position: absolute;
  margin: auto;
}
    
    .RADNGFWSection{
   /*  background-image: url("/images/new3.jpg");  */
   background: url(../images/Backgound.png); 
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
    padding-top: 2%;
}                            
.RADMFASection{
   /*  background-image: url("/images/new3.jpg");  */
   background: url(../images/Mockups-02.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
    padding-top: 2%;
}    
/* .RADOTFWSection{

   background: url(../images/Mockups-03.jpg); 
    background-size: cover;
    background-repeat: no-repeat;
    
    padding-top: 2%;
}  

*/
.icsa{
position: relative; width:16%;}

.align-items-center{
align-items: center!important;

}
    .order-last {order: 13;}
    .animated {
    vertical-align: center ;
    text-align: center ;
  animation-duration: .6s;
  z-index: 9;
}

.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/*.active {*/
/*  background-color: #717171;*/
/*}*/

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
 
.Vision_and_Mission {
  display: grid;
  justify-items: end;
  margin-right:5%;
  
}

/* hide radio buttons, but still expose them to screen readers */
.inputradio {
  position: absolute;
  width: 5px;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
}

.selector {
  display: grid;
  grid-template-areas:
    'happy lovers'
    'pick  pick';
}

.Vision_And_Mission2 {
  display: grid;
  grid-template-areas:
    'happy lovers'
    'pick  pick';
}
/* the cards and toggle buttons are actually fat labels that can be clicked to set radio buttons */
label {
  display: inline-block;
 
}


.happy-card, .lovers-card {
  position: relative; /* for iOS */

  padding: 20px;
  color: #586875;
  background-color: #f4f7f7;
  box-shadow: 0 10px 20px #0006;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out; /* important to use a symmetrical timing function (linear also works) */
  animation-fill-mode: forwards;
  
  
}

.happy-card {
  grid-area: happy;
  margin-right: -10px; /* nudge closer to lover's card */
   text-align: start;

  box-shadow: 1px 1px 20px rgba(0,0,0,.1);
  padding:10%;
  border-radius: 25px;
  /* these values are used to animate via translateX */
  --swing: -25px;
  --overlap: 25px;
   opacity: .4;
}

.lovers-card {
  grid-area: lovers;
  margin-left: -10px; /* nudge closer to happy card */
     text-align: start;
 
  box-shadow: 1px 1px 20px rgba(0,0,0,.1);
  padding:10%;
  border-radius: 25px;
  /* these values are used to animate via translateX */
  --swing: 25px;
  --overlap: -25px;
   opacity: .4;
}

.lovers-radio li{
      text-align: justify;
  text-justify: inter-word;
}
/* when a radio button is set, swing the corresponding card fowards */
#happy-radio:checked ~ .selector .happy-card,
#lovers-radio:checked ~ .selector .lovers-card {
  animation-name: swing-forwards;
      background: #ffffff;
       opacity: 1;
      
}

#happy-radio:checked ~ .Vision-And-Mission2 .happy-card,
#lovers-radio:checked ~ .Vision-And-Mission2 .lovers-card {
  animation-name: swing-forwards;
      background: #ffffff;
       opacity: 1;
      
}
@keyframes swing-forwards {
  0% {
    z-index: 1; /* start behind other card */
    transform: scale(0.9);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 2; /* end in front of other card */
    transform: translateX(var(--overlap)) scale(1.1);
  }
}

/* when a radio button is set, swing the opposite card backwards */
#happy-radio:checked ~ .Vision-And-Mission2 .lovers-card,
#lovers-radio:checked ~ .Vision-And-Mission2 .happy-card {
  animation-name: swing-backwards;
}

#happy-radio:checked ~ .selector .lovers-card,
#lovers-radio:checked ~ .selector .happy-card {
  animation-name: swing-backwards;
}

@keyframes swing-backwards {
  0% {
    z-index: 2;  /* start in front of other card */
    transform: translateX(var(--overlap)) scale(1.1);
  }
  50% {
    transform: translateX(var(--swing));
  }
  100% {
    z-index: 1; /* end behind other card */
    transform: scale(0.9);
  }
}

/*ul {*/
/*  margin: 15px 0;*/
/*  padding-left: 30px;*/
/*  line-height: 1.5rem;*/
/*  list-style-type: square;*/
/*}*/

/* h1 {
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px dashed #bdd6d2;
  font-size: 1.5rem;
}

ul {
  margin: 15px 0;
  padding-left: 30px;
  line-height: 1.5rem;
  list-style-type: square;
}

p {
  margin: 0 -20px -20px;
  padding: 15px;
  background-color: #bdd6d2;
  font-weight: bold;
  text-align: center;
} */
.happy-pick2, .lovers-pick2 {
  grid-area: pick;
 border: 1px solid #fff;
height:13px;
width:13px;
 border-radius: 25px;
 margin:1%;
}

.happy-pick2::before, .lovers-pick2::after {
border: 1px solid #fff;
height:13px;
width:13px;
 border-radius: 25px;
 margin:1%;
}



/* increase overlap and swing distance on smaller screens */
@media (max-width: 560px) {
  .happy-card {
    margin-right: -85px;
    --swing: -100px;
  }

  .lovers-card {
    margin-left: -85px;
    --swing: 100px;
  }
}

.clear {
    clear: both
}

.clearfix::before,
.clearfix::after {
    content: "";
    display: table
}

.clearfix::after {
    clear: both
}

.clearfix {
    zoom: 1
}

.float_left {
    float: left
}

.float_right {
    float: right
}

/* 
.bbb_background {
    background-color: #E0E0E0 !important
}
 */

.trans_200 {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.trans_300 {
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease
}

.trans_400 {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease
}

.trans_500 {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease
}

.fill_height {
    height: 100%
}

.super_container {
    width: 100%;
    overflow: hidden
}

.prlx_parent {
    overflow: hidden
}

.prlx {
    height: 130% !important
}

.nopadding {
    padding: 0px !important
}

.trends {
    padding-top: 16px;
    padding-bottom: 2px
}



.bbb_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.bbb_container {

    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 40px
}

.bbb_title {
    padding-right: 50px
}

.bbb_text {
    margin-top: 17px
}

.bbb_text p:last-child {
    margin-bottom: 0px
}

.bbb_slider_nav {
    margin-top: 80%;
    margin-left: 30%;
}

.bbb_nav {
    display: table-cell;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 16px;
    background-color: #F0A51E;
    opacity: .4;
    margin-bottom: 10%;
}

.bbb_nav:last-child {
    margin-right: 0px
}

.bbb_nav i {
    line-height: 73px;
    color: #fff;
    font-size: 30px;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_nav:hover i {
    color: #fff
    
}
.bbb_nav:hover{
 border: 3px solid #fff;
 opacity: 1;
}

.bbb_slider .owl-item .bbb_item {
  height:80%;
    border-radius: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px #dee2e6;
    padding-top: 15%;
        margin-bottom: 10%;
         
}

.bbb_item .bbb_info a{
    font-size:1vw;
}
.bbb_image {
    width: 100%;
    height: 100px;
    
}

   #PRODUCT .owl-item .bbb_image img {
    width: auto !important;
    max-width: 100% !important;
    margin-top:-12%;
     border-radius: 25px 25px 0px 0px !important;

}


.bbb_slider_container .bbb_content .bbb_category p{
/* 
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5)
 */
    color: #4D2E85;
    font-weight: 600;
    text-align: center;
    padding-top: 4%;
    font-family: 'Prompt-SemiBold';
    font-size: 1.3vw;
}


.bbb_content {
padding:7%;
    
}

.bbb_name {
    float: left
}

.bbb_name a {
    font-size: 1vw;
/*     color: #000000 */
}

.bbb_name a:hover {
    color: #0e8ce4
}


.bbb_price {
    font-size: 16px;
    font-weight: 500;
    float: right
}

.bbb_fav {
    position: relative;
    top: 18px;
    right: 18px;
    width: 36px;
    height: 36px;
    background: #FFFFFF;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer
}

.bbb_fav.active {
    visibility: visible;
    opacity: 1
}

.bbb_fav:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3)
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1;
    top: 18px;
}

.bbb_fav i {
    display: block;
    position: relative;
    left: 50%;
    
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #cccccc;
    line-height: 36px;
    pointer-events: none;
    z-index: 0;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease
}

.bbb_fav.active i {
    color: red
}

.bbb_item:hover .bbb_fav {
    visibility: visible;
    opacity: 1
}

.bbb_marks {
    position: relative;
    left: 18px;
    top: 18px
}

.bbb_mark {
    /*display: none;*/
    width: 36px;
    height: 36px;
    font-size: 10px;
    font-weight: 500;
    color: #FFFFFF;
    border-radius: 50%;
    line-height: 36px;
    text-align: center
}

.bbb_discount {
    background: #df3b3b
}

.bbb_item.discount .bbb_discount,
.bbb_item.is_new .bbb_new {
    display: block
}

.bbb_new {
    background: #0e8ce4
}

.box-content{

    text-align: center;
}

.box-bt{
    background: rgb(255 255 255 / 0%);
    color: #4d2e84;
    padding: 5px 10px;
    font-size: 1vw;
    font-weight: 400;
    border: solid #4d2e84 2px;
    border-radius: 10px;
}
@media only screen and (max-width: 991px) {
    
    .bbb_slider_container .bbb_content .bbb_category p{
    font-size: 3vw;
}

    .bbb_slider_container {
        margin-top: 15px
    }
}


 .aboutSectionnew{
   /*  background-image: url("/images/new3.jpg");  */
   background: url(../images/background-2-01.png); 
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
    padding-top: 2%;
}


.clearfix{clear: both;}




/*-- testimonials --*/
.phpkida_testimonials_grids{
	width:80%;
	margin:0em auto 0;
}

.phpkida_testimonials_grids2{
	width:100%;
	margin:0em auto 0;
}
 
.space{
  	padding: 40%;  
}
.pk_testimonial_grid{
	padding: 1em 1em 1em;
    background: #f0a51e;
    text-align: center;
    position: relative;
    margin: 2.2em 2.2em 0;
}
.pk_testimonial_grid:focus,.agileits_testimonial_grid:focus{
	outline:none;
}

.pk_testimonial_grid2{
	padding: 2em 2em 2em;
    background: white;
    text-align: center;
    position: relative;
    margin: 2em 2.2em 1em;
   border-radius: 25px;
    box-shadow: -2px 7px 14px #dee2e6;
    }
.pk_testimonial_grid2:focus,.agileits_testimonial_grid:focus{
	outline:none;
}


.pk_testimonial_grid3{
 
    background: transparent;
    text-align: center;
    position: relative;
    margin: 2em 2.2em 1em;
   border-radius: 25px;
    box-shadow: -2px 7px 14px #dee2e6;
    
	font-size: 20px; 
font-family: 'Prompt-Regular';
font-weight:600;
	text-decoration:none;

	overflow:hidden;
	text-align:center;
    color: #7d7c7d;
  
	   justify-content: center;
	display: flex;

    }
.pk_testimonial_grid3:focus,.agileits_testimonial_grid:focus{
	outline:none;
}
.pk_testimonial_grid3:active{
       color: red;
}

.pk_testimonial_grid_pos{
	width:25%;
	    margin-left: auto;
    margin-right: auto;

}
.pk_testimonial_grid_pos img{
	margin:0 auto;
}

.agileits_testimonial_grid h4{
	font-size:1.1em;
	color:#fff;
	margin:1em 0 0.5em;
}





/* Arrows */

.slick-prev,
.slick-next
{
    line-height: 0;
    position: absolute;
    top: 60%;
    display: block;
    width: 50px;
    height: 40px;
    margin-top: 0;
    padding: 0;
    cursor: pointer;
    color: #fff0;
    border: none;
    font-size: 1em;
    outline: none;
    background: #fff0;
    z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'Prompt-Regular';
    line-height: 1;

    opacity: .75;
    color: #fff0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev:before
{
    content:"\f177";
}
[dir='rtl'] .slick-prev:before
{
    content: "\f177";
}

.slick-next,[dir='rtl'] .slick-prev
{
    right:-6.5%;
}
[dir='rtl'] .slick-next,.slick-prev
{
    right: auto;
    left:-6.5%;
}
.slick-next:before
{
    content: "\f178";
}
[dir='rtl'] .slick-next:before
{
    content: "\f178";
}
 

/* Dots */

/*
.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}  
/*.slick-dots li button:before
{
    font-family: 'Prompt-Regular';
    font-size: 12px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "o";
        border-radius: 50%;
    text-align: center;
    opacity: .25;
    color: #808080;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: #4d2e85;
    font-size: 25px;
}
*/

.customer-logos .slick-slider
{
    margin-bottom: 0px;
}

.customer-logos .slick-dots
{
    position: absolute;
    top: 60%;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}

.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -45px;

    display: block;

    width: 100%;
    padding: 0;

    list-style: none;

    text-align: center;
}



.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: #212121;
    border: 0;
    outline: none;
    background:transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}  


.slick-dots li button:before
{
border: solid 1px #4d2e85;
    background-color: #0000;
    width: 11px;
    height: 11px;
    border-radius: 20px;
     position: absolute;
       text-align: center;
    opacity: 1;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     content: "\F287";
     
}
.slick-dots li.slick-active button:before
{
     content: "\F287";
   opacity: 1;

    background-color: #4d2e85;
    
 
}

.customer-logos2 .slick-dots li button:before
{
border: solid 1px white;
    background-color: #0000;
    width: 11px;
    height: 11px;
    border-radius: 20px;
     position: absolute;
       text-align: center;
    opacity: 1;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     content: "\F287";
     
}
.customer-logos2 .slick-dots li.slick-active button:before
{
     content: "\F287";
   opacity: 1;

    background-color: white;
    
 
}

.customer-logos .slick-dots li button:before
{
border: solid 1px white;
    background-color: #0000;
    width: 11px;
    height: 11px;
    border-radius: 20px;
     position: absolute;
       text-align: center;
    opacity: 1;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
     content: "\F287";
    
     
}
.customer-logos .slick-dots li.slick-active button:before
{
     content: "\F287";
   opacity: 1;

    background-color: white;
    
 
}


/*-- //testimonials --*/


/*-- //icons --*/
/*--Typography--*/

@media (max-width: 991px){
	.pk_testimonial_grid {
		padding:3em 2.7em 2em;
		margin: 5em 0.5em 0;
	}
	.pk_testimonial_grid p:before {
		font-size: 1.5em;
	}
	.pk_testimonial_grid p {
		padding-left: 1em;
	}
}

@media (max-width: 736px){
	.slick-list {
		padding: 0 !important;
	}
	.slick-prev, .slick-next {
		width: 40px;
	}
}

@media (max-width: 640px){
	.pk_testimonial_grid {
		padding: 3em 2em 2em;
	}
}
@media (max-width: 600px){
	.agileits_testimonial_grid h4 {
		font-size: 1em;
	}
	.pk_testimonial_grid {
		padding: 3em 1.5em 2em;
		margin: 4em 0.5em 0;
	}
}



@media (max-width: 480px){
	.pk_testimonial_grid {
		padding:2em 1em 1.5em;
		margin:3em 0.2em 0;
	}
	.pk_testimonial_grid p:before {
		font-size: 1em;
	}
	.pk_testimonial_grid_pos {
		top: -19%;
	}
	.slick-slide img {
		width: 48%;
	}
		.slick-slide p {
		width: 48%;
	}
}

@media (max-width: 384px){
	.pk_testimonial_grid_pos {
		top: -9%;
	}
	.pk_testimonial_grid {
		margin: 3em 1.2em 0;
	}
}

@media (max-width: 320px){
	.pk_testimonial_grid_pos {
		top: -19%;
	}
}




/* 
jjj
 */




.customer-logos {
  background-color: transparent;
  padding-bottom: 6%;
}

/* Slider */
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    max-width: 90%;
}
.slick-slide p {
    max-width: 90%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: center;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}

.slick-slide p
{
    display: block;
}
.slick-slide.slick-loading p
{
    display: none;
}
.slick-slide.dragging p
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.network3 {
width: 35%;
height: 63%;
    padding-bottom: 32.4%;
    position: absolute;
    margin-top: -27px;
    border: solid rgb(255 255 255 / 0%) 1px;
    background: #f0a51e;
    box-shadow: 0px 0px 8px rgb(255 255 255 / 0%);
}
.texnetwork2{
color: #4d2e85;
    padding-top: 35%;
    padding-left: 6%;
    line-height: 33px;
     color: #4d2e85;
    font-size: 38px;
    font-family: Prompt-SemiBold;
}
.texvisionandmission{
font-size: 30px !important;
    text-align: center;
    color: #f0a51e;
    font-weight: bold;
    padding-bottom: 6%;
    display: none;
    font-family: Prompt-SemiBold;
}

.our-team-main {
    width: 100%;
    height: 100%;
    border-bottom: 7px #4d2e85 solid;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    margin-bottom: 28px;
    box-shadow: 16px 5px 5px rgb(229 229 229);
    margin-left: 38%;
}

.our-team-main img {
    border-radius: 50%;
    margin-bottom: 20px;
    width: 90px
}

.our-team-main h3 {
    font-size: 20px;
    font-weight: 700;
        color: #f0a51e;
}

.our-team-main p {
    margin-bottom: 0
}


.team-front {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: #f8f9fa;
    padding: 15px;
    bottom: 0px;
    transition: all 0.5s ease
}


.our-team-main:hover {
    border-color: #f0a51e;
    transition: 0.5s
}


.card-carousel {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.card-carousel .my-card {
  height: 20rem;
  width: 29rem;
  position: relative;
  z-index: 1;
  -webkit-transform: scale(0.6) translateY(-2rem);
  transform: scale(0.6) translateY(-2rem);
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  background: #2e5266;
  background: linear-gradient(to top, #f8f9fa, #f8f9fa);
  transition: 1s;
  box-shadow: 16px 5px 5px rgb(229 229 229);
    border-radius: 20px;
}

.card-carousel .my-card:after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 100%;
  background-color: rgba(0,0,0,0.3);
  bottom: -5rem;
  -webkit-filter: blur(4px);
  filter: blur(4px);
}

.card-carousel .my-card:nth-child(0):before {
  content: '0';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(1):before {
  content: '1';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #4d2e85;
}

.card-carousel .my-card:nth-child(2):before {
  content: '2';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #4d2e85;
}

.card-carousel .my-card:nth-child(3):before {
  content: '3';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(4):before {
  content: '4';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(5):before {
  content: '5';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(6):before {
  content: '6';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(7):before {
  content: '7';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(8):before {
  content: '8';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card:nth-child(9):before {
  content: '9';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 3rem;
  font-weight: 300;
  color: #fff;
}

.card-carousel .my-card.active {
  z-index: 3;
  -webkit-transform: scale(1) translateY(0) translateX(0);
  transform: scale(1) translateY(0) translateX(0);
  opacity: 1;
  pointer-events: auto;
  transition: 1s;
}

.card-carousel .my-card.prev, .card-carousel .my-card.next {
  z-index: 2;
  -webkit-transform: scale(0.8) translateY(-1rem) translateX(0);
  transform: scale(0.8) translateY(-1rem) translateX(0);
  opacity: 0.6;
  pointer-events: auto;
  transition: 1s;
}

.tcarouselcont
{
    width: 100%;
    height: 500px;
    overflow: hidden;   
}

#tcarousel > .carousel-inner
{
    width: 999999px;    
}

#tcarousel > .carousel-inner > .item
{
    width: 1140px;
    display: inline-block;
}

#tcarousel > .carousel-inner > .item:nth-child(1)
{
    margin-left: -750px;
}



.gallery {
  width: 100%;
}

.gallery-container {
  align-items: center;
  display: flex;
  height: 400px;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
}

.gallery-item {
  height: 150px;
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 150px;
  z-index: 0;
}

.gallery-item-1 {
  left: 15%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-item-2,
.gallery-item-4 {
  height: 200px;
  opacity: 1;
  width: 200px;
  z-index: 1;
}

.gallery-item-2 {
  left: 30%;
  transform: translateX(-50%);
}

.gallery-item-3 {
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
  height: 323px;
  opacity: 1;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  z-index: 2;
}

.gallery-item-4 {
  left: 70%;
  transform: translateX(-50%);
}

.gallery-item-5 {
  left: 85%;
  opacity: .4;
  transform: translateX(-50%);
}

.gallery-controls {
  display: flex;
  justify-content: center;
  margin: 30px 0;
}

.gallery-controls button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  font-size: 16px;
  margin: 0 20px;
  padding: 0 12px;
  text-transform: capitalize;
}

.gallery-controls button:focus {
  outline: none;
}

.gallery-controls-previous {
  position: relative;
}

.gallery-controls-previous::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  left: -10px;
  padding: 2px;
  position: absolute;
  top: 0;
  transform: rotate(135deg) translateY(-50%);
  transition: left 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-previous:hover::before {
  left: -18px;
}

.gallery-controls-next {
  position: relative;
}

.gallery-controls-next::before {
  border: solid #000;
  border-width: 0 2px 2px 0;
  content: '';
  display: inline-block;
  height: 4px;
  padding: 2px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: rotate(-45deg) translateY(-50%);
  transition: right 0.15s ease-in-out;
  width: 4px;
}

.gallery-controls-next:hover::before {
  right: -18px;
}

.gallery-nav {
  bottom: -15px;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  position: absolute;
  width: 100%;
}

.gallery-nav li {
  background: #ccc;
  border-radius: 50%;
  height: 10px;
  margin: 0 16px;
  width: 10px;
}

.gallery-nav li.gallery-item-selected {
  background: #555;
}


.partnersSection{
    background-image: linear-gradient(to bottom right, #4D2E85, #1a0052);
}
.partnersimag img{
    max-width: 70%!important;}
  
.aboutimag img{
    max-width: 27%!important;}
    
       
.aboutSection{
   /*  background-image: url("/images/new3.jpg");  */
   background: url(assets/images/LP-01.png); 
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /*height: 600px;*/
    padding-top: 2%;
}
 
 .aboutpadding{
 padding-top:12%;
 padding-bottom: 20%;
 padding-left: 10%;} 
 
 .aboutSection2{
   /*  background-image: url("/images/new3.jpg");  */
    background: url(../image/About-us-new-pattern-01.png) ; 
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/


}

.divcell2{
  text-align: center;
  vertical-align: middle;
  padding: 1rem; 
}

.imagabout{
    width: 30%;
    margin: 3%;
  display: block;
  margin-left: auto;
  margin-right: auto;}
.btnLink2{
	border-spacing:15px;
	border-collapse:separate;
	font-size: 20px; 
	background-color: #f4f4f4;
font-family: 'Prompt-Regular';
font-weight:600;
	text-decoration:none;
	width:300px;	
	height:133px;
	overflow:hidden;
	text-align:center;
    color: #7d7c7d;
    box-shadow: 16px 5px 5px rgb(229 229 229);
    margin: 7px 18px 14px 0px; 
	align-items: center;
	   justify-content: center;
	display: flex;
	border-radius: 20px;
}

.btnLink2:hover {
   color: #F0A51E;
}

.right-half2{

}

 
    
.row.heading h2 {
    color: #fff;
    font-size: 52.52px;
    line-height: 95px;
    font-weight: 400;
    text-align: center;
    margin: 0 0 40px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.containertable {
 /*background: url(../images/Pattern-1.png);*/
     background-size: cover;
    background-repeat: no-repeat;
  display: table;
  height: 100%;
  width: 100%;
}
.divcell{
  display: table-cell;
  text-align: start;
  vertical-align: middle;
  width: 50%;
  padding: 4rem;
  
}
.divcell .left p {
     margin: 0px;
     font-weight: 200;
     font-size: 24px;
     line-height: 24px;
     font-family: 'prompt-medium';  
     text-align: justify;
  text-justify: inter-word;
     
   
} 

.left-half {
  background-color: rgb(255 255 255 / 50%);
/* 
   position: ; 
  left: 0px;
  width: 50%;
  padding-left: 4%;
 */
}

.right-half {
  background-color: rgb(255 255 255 / 50%);
/*   padding-left: 8%; */
/* 
  position: absolute; 
  right: 0px;
  width: 50%;
  padding-left: 4%;
 */
}

#box {
    float: left;
    height: 100px;
    width: 350px;
    margin: 20px;
    padding: 10px;
    border: solid;
    border-radius: 10px;
    background: #000;
    float: right;
    display: flex;
}
.article {
  position:fixed;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.aboutmargin{
margin-top: 2%; ;
    margin-right: 10%; ;
    margin-bottom: 2%; ;
    margin-left: 0px;
        box-shadow: 16px 5px 5px rgb(255 255 255 / 50%);
    background-color: rgb(255 255 255 / 50%);
    width: 230px;
    height: 174px;}

.flex{
display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.flex a {
    margin-left:5px;
}



ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 0px;
	
}



#serviceSection{
   /*  background-image: url("/images/pattern011.png"); */
    background: url(../images/pattern011.png);
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 600px;*/
   padding: 4% 0;
}



.nextbox {
    margin-left: -9%;
    background-color: #F0A51E;
    padding: 19% 14% 20%;
    float: left;
}
    
.row {
  margin: 0px -16px;
}


.row,
.row > .column {
  padding: 8px;
}


.column {
  float: left;
  width: 25%;
  display: none; /* Hide all elements by default */
  text-align: center;
  margin-bottom: 60px;
  margin-right: 15px;
}
.box-header{
    color: #4D2E85;
    padding-top: 30px;
    font-weight: 600;
}
.box-content{
    padding: 15px 30px;
    min-height: 180px;
}



.box-bt{
    background: rgb(255 255 255 / 0%);
    color: #4d2e84;
    padding: 5px 10px;
    font-size: 1vw;
    font-weight: 400;
    border: solid #4d2e84 2px;
    border-radius: 10px;
}

.box-bt:hover {
    color: #f0a92e !important;
}

#PRODUCT .box-bt{
    background: rgb(255 255 255 / 0%);
    color: #4d2e84;
    padding: 5px 10px;
    font-size: 1vw;
    font-weight: 400;
    border: solid #4d2e84 2px;
    border-radius: 10px;
   
}

#PRODUCT .box-bt:hover {
    color: #f0a92e !important;
     border: solid #f0a92e 2px;
}





#institute .btn .box-btt{
    background: #F0A51E;
    color: white !important;
   padding: 2px 0px;
width:115%;
    border: solid #F0A51E 2px;
    border-radius: 10px;
}

#institute .btn .box-btt:hover {
     border: solid #F0A51E 2px;
    color: #F0A51E !important;
     background: transparent;
}
/* Clear floats after rows */ 
.row:after {
  content: "";
  display: table;
  clear: both;
}


/* The "show" class is added to the filtered elements */
.show {
  display: block;
  z-index: 100;
}

/* Style the buttons */
.btn1 {
 outline: none;
    padding: 0 26px;
    background-color: rgb(255 255 255 / 0%);
    cursor: pointer;
    border: solid #ffffff78 1px;
    border-radius: 50%;
    margin: 46px 33px 0 80px;
    font-size: 36px;
    color: #ffffffc7;
}

.btn1:hover {
  background-color: #ddd;
}

.btn1.active {
  background-color: #666;
  color: white;
}

.wrapper  span:after  {
content: "Everything";
    animation: spin 8s linear infinite;
    color: #F0A51E;
    font-size: 30px;
    font-weight: 700;
    
    letter-spacing: -0.5px;
    padding: 0;
    margin: 0;
    font-family: 'Prompt-Regular';
    position: relative;
    margin-bottom: 80px;
    margin-top: 100px;}
/*
@keyframes  spin  {
  10% { content:"Assets"; }
  20% { content:"Network"; }
  30% { content:" Data"; }
  40% { content:"Users"; }
  50% { content:"Resources"; }
  60% { content: "System"; }
 70% { content: "Web Application"; }
  80% { content: "Communications"; }
} */
    
 a {
     color: #1f1f1f;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}
 h1, h2, h3, h4, h5, h6 {
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #111111;
     margin: 0 
}
 h1 {
     font-size: 24px 
}
 h2 {
     font-size: 24px 
}
 h3 {
     font-size: 18px 
}
 h4 {
     font-size: 16px 
}
 h5 {
     font-size: 14px 
}
 h6 {
     font-size: 13px 
}
 *, *::after, *::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #212121;
     text-decoration: none!important;
     opacity: 1 
}
 button:focus {
     outline: none;
}
 ul, li, ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}
 p {
     margin: 0px;
     font-weight: 300;
     font-size: 17px;
     line-height: 30px;
}
 a {
     color: #222222;
     text-decoration: none;
     outline: none !important;
}
/* a, .btn {*/
/*     text-decoration: none !important;*/
/*     outline: none !important;*/
/*     -webkit-transition: all .3s ease-in-out;*/
/*     -moz-transition: all .3s ease-in-out;*/
/*     -ms-transition: all .3s ease-in-out;*/
/*     -o-transition: all .3s ease-in-out;*/
/*     transition: all .3s ease-in-out;*/
/*}*/

.overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(21,12,3,.65);
    opacity: 0;
    transition: ease all 0.25s;
}
.main_bt.transparent {
    background: transparent;
    font-size: 31%;
    border-color: #fff;
    color: #fff;
    cursor: pointer;
    margin-left: 0%;
    margin-top: 2%;
}

 img {
     max-width: 100%;
     height: auto;
}

.logo img{max-width: 50%;
        padding-left: 4%;

}
.logoTI img{max-width: 50%;
        padding-left: 4%;

}

 :focus {
     outline: 0;
}

 button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}
 .full {
     float: left;
     width: 100%;
}
 .layout_padding {
     padding-top: 7%;

}

 .full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


 .main_bt2 {
/*background: rgb(255 255 255 / 0%);*/
    color: #fff;
    padding: 5px 44px 5px 37px;
    /*float: left;*/
    font-size: 1vw;
    font-weight: 400;
    border: solid #ffffff 2px;
    border-radius: 17px;
    /*margin-right: 30px;*/
    cursor: pointer !important;

}
.layout_padding {

    padding-top: 4px;
}
.promoted_sectipon{
     width: 100%;
     float: left;
     background-image: linear-gradient(to bottom right, #4D2E85, #1a0052);
     height: auto;
     padding: 3% 10%;
}

.promoted_sectipon img{
    padding-bottom: 15%;
}


.promoted_sectipon .row{
  justify-content: center;
}
 a.readmore_bt {
     color: #fff;
     font-weight: 300;
     text-decoration: underline !important;
}


/*---------------------------- preloader area ----------------------------*/
 .loader_bg {
     position: fixed;
     z-index: 9999999;
     background: #fff;
     width: 100%;
     height: 100%;
}
 .loader {
     height: 100%;
     width: 100%;
     position: absolute;
     left: 0;
     top: 0;
     display: flex;
     justify-content: center;
     align-items: center;
}
 .loader img {
     width: 280px;
}
/*---------------------------- scroll to top area ----------------------------*/
 
 .text_align_center {
     text-align: center;
}

#align_center{
     text-align: center;
}

/*--------------------------------------------------------------------- header area ---------------------------------------------------------------------*/
 .header {
         position: absolute;
         z-index: 9999;
         width: 100%;
    opacity: 0.9;
     padding: 10px 0px;}
 .logo {
     float: left;
}
.header .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 27px;
    margin-right: auto;
    margin-left: 0;
    }
 nav.main-menu {
/*     float: right;
*/     margin-left: 0;
position: absolute;
    bottom: 0;}


 .menu-area-main li:hover a, .menu-area-main li:focus a {
     color: #F0A51E;
}


 .menu-area-main li a.active {
     color: #F0A51E !important;
}





 .main-menu ul > li nth:child(5) a {
     padding-right: 0px;
}
 
.mean-last {
        float: right;
    position: inherit;
    display: inline-block;
    vertical-align: middle;
    padding-top: 10px; /* 20 */
}

 .header-search {
     padding: 3px 0px;
}
 .header-search form {
     position: relative;
     -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
}
 .header-search .btn-group.bootstrap-select {
     position: absolute;
     left: 0px;
     top: 0px;
}
 .header-search input {
     width: 100%;
     min-height: 45px;
     border-radius: 0px;
     border: none;
     padding-left: 15px;
     border: 1px solid #e0e7ed;
}
 .header-search form .search-btn {
     position: absolute;
     right: 0;
     top: 0;
     border: 0;
     color: #fff;
     font-size: 20px;
     padding: 4px 15px;
     border-radius: 0px;
     background-color: #38c8a8;
     cursor: pointer;
}
 .header-search form .search-btn:hover {
     background: #111111;
}
 .header2 {
         z-index: 9999;
         width: 100%;
    opacity: 0.9;
     padding: 2px 0px;}

.header2 .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 27px;
    margin-right: auto;
    margin-left: 0;
    }


 .header2-search {
     padding: 3px 0px;
}
 .header2-search form {
     position: relative;
     -webkit-box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
     box-shadow: 0px 1px 10px -1px rgba(0, 0, 0, 0.2);
}
 .header2-search .btn-group.bootstrap-select {
     position: absolute;
     left: 0px;
     top: 0px;
}
 .header2-search input {
     width: 100%;
     min-height: 45px;
     border-radius: 0px;
     border: none;
     padding-left: 15px;
     border: 1px solid #e0e7ed;
}
 .header2-search form .search-btn {
     position: absolute;
     right: 0;
     top: 0;
     border: 0;
     color: #fff;
     font-size: 20px;
     padding: 4px 15px;
     border-radius: 0px;
     background-color: #38c8a8;
     cursor: pointer;
}
 .header2-search form .search-btn:hover {
     background: #111111;
}

.network {
    width: 80%;
    padding-top: 25px;
    padding-bottom: 15px;
    z-index: 8888;
    position: absolute;
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: -10px;
    border: solid white 1px;
    background: white;
    box-shadow: 0px 0px 8px #cccccc75;
}

 .main-menu ul {
     margin: 0;
     list-style-type: none;
}
.headercolor > li a{
    
  color:#4D2E85;
}
.headercolor2 > li a{
    
  color:#FFF;
}
 .main-menu ul>li {
     display: inline-block;
     position: relative;
}
 .main-menu ul > li a {
         padding: 7px 18px;
    line-height: 20px;
    font-size: 12px;
    display: block;
    font-weight: 500;
    text-transform: uppercase;
}


 .main-menu li:hover a {
     color: #F0A51E;
}
 .main-menu li:focus a {
     color: #F0A51E;
}
 .main-menu ul li:last-child a {
     padding-right: 0;
}
 .sub-down li {
     background: #ffffff;
}

 .main-menu ul>li .sub-down li a {
     color: #114c7d;
     font-size: 15px;
     text-transform: capitalize;
     font-weight: 300;
     padding: 12px 5px;
     position: relative;
     border-bottom: solid #eee 1px;
}
}
 .main-menu ul>li .sub-down li a::before {
}
 .main-menu ul>li .sub-down li a:hover {
     color: #111111;
}
 .main-menu ul>li .sub-down li a:hover::before {
}
 .main-menu ul li:first-child {
     margin-left: 0;
}
 .main-menu ul>li>ul {
     opacity: 0;
     position: absolute;
     text-align: left;
     top: 100%;
     -webkit-transform: scaleY(0);
     transform: scaleY(0);
     -webkit-transform-origin: 0 0 0;
     transform-origin: 0 0 0;
     -webkit-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     visibility: hidden;
     width: 240px;
     z-index: 999;
     background: #fff;
     -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
     box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
 .main-menu>ul>li:hover>ul {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     visibility: visible;
     opacity: 1;
}
 .main-menu ul>li>ul>li {
     margin: 0px;
     position: relative;
     display: block;
}
 .main-menu ul>li>ul>li:hover>ul {
     -webkit-transform: scaleY(1);
     transform: scaleY(1);
     visibility: visible;
     opacity: 1;
     left: 100%;
     top: 10px;
}
 .main-menu ul>li>ul>li>a {
     background: none !important;
}
 .mean-container .mean-nav {
     margin-top: 0px;
     position: absolute;
     top: 100%;
}
 .main-menu ul>li {
     position: inherit;
     display: inline-block;
     vertical-align: middle;
}
 .main-menu ul>li:nth-child (6) {
     padding-right: 0px;
}
 .nav>li {
     position: inherit;
     display: inline-block;
     vertical-align: middle;
}
 .img-responsive {
     max-width: 100%;
}

/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/



.shadow-effect3 {
      
     text-align: center;
   background: transparent;
  box-shadow: 1px 1px 20px rgba(0,0,0,.1);
  padding:5%;
  border-radius: 25px;
  
 


    margin-bottom:-6%;
 }

    #test-list3 .shadow-effect3 p {
         color: #2c2b27;
    
    font-size: 1.4vw;
    font-family:Prompt-SemiBold;
  }
  
 
 #test-list3 .ite {
      margin: 10px ;
     text-align: center;
     padding: 50px;
     width: 100%;
     opacity: .5;
     -webkit-transform: scale3d(0.8, 0.8, 1);
     transform: scale3d(0.8, 0.8, 1);
     transition: all 0.1s ease-in-out;
    
 }
 #test-list3 .owl-item.active.center .ite {
   text-align: center;
     opacity: 1;
     -webkit-transform: scale3d(1.0, 1.0, 1);
     transform: scale3d(1.0, 1.0, 1);
 }
 
  #test-list3 .owl-item.active.center .ite .shadow-effect3 p{
 color: #f0a51e;
  font-size: 1.1vw;
  
 }
  #test-list3 .owl-item.active.center .ite .shadow-effect{

background: #f9f9f9;
 }

 
 #test-list3.owl-carousel .owl-dots .owl-dot.active span,
#test-list3.owl-carousel .owl-dots .owl-dot:hover span {
    border: 1px solid #4d2e85;
    border-radius: 25px;
     background: #4d2e85;
    
     height: 13px;
     width:13px;
     

     
  
 }
#test-list3.owl-carousel .owl-dots{
 
 display: inline-block;
 width: 100%;
 text-align: center;
 
}
#test-list3.owl-carousel .owl-dots .owl-dot{
     background: #fff;
 display: inline-block;
}
 #test-list3.owl-carousel .owl-dots .owl-dot span {
     margin-left:7px;
     margin-right:7px;
     border: 1px solid #4d2e85;
     background: #fff;
     display: inline-block;
     height: 13px;
     border-radius: 25px;

     -webkit-transform-origin: 50% 50% 0;
             transform-origin: 50% 50% 0;
     transition: all 250ms ease-out 0s;
     width: 13px;
      
 }
 

 .top-banner-slider .heroslider {
     margin: 0px;
     padding: 0px;
     border: none;
     position: relative;
     border-radius: 0;
}
 .swiper-overlay {
     height: 100%;
     position: relative;
}
 .swiper-overlay {
     background: rgba(0, 0, 0, 0.5);
     content: "";
     width: 100%;
     height: 100%;
     left: 0px;
     top: 0px;
}
 .heroslider .container {
     position: relative;
     height: 100%;
     padding-left: 0;
     padding-right: 0;
     z-index: 5;
}
 .swiper-container {
     width: 100%;
     height: 100%;
}
 .heroslider .slider-01 {
     width: 100%;
     background-image: url(../images/slider-01.jpg);
     background-size: cover;
     background-position: center;
}
 .heroslider .slider-02 {
     width: 100%;
     background-image: url(../images/slider-02.jpg);
     background-size: cover;
     background-position: center;
}
 .heroslider .slider-03 {
     width: 100%;
     background-image: url(../images/slider-03.jpg);
     background-size: cover;
     background-position: center;
}
 .heroslider .slides li {
     height: 600px;
}
 .top-banner-slider .heroslider .slides li::before {
     content: "";
     position: absolute;
     background: rgba(0, 0, 0, 0.4);
     height: 100%;
     width: 100%;
     left: 0px;
     top: 0px;
}
 .top-banner-slider .flex_caption3 {
     position: absolute;
     z-index: 30;
     left: 0;
     right: 0;
     bottom: 50px;
     margin: 0 -15px;
     display: flex;
}
 a.slide_banner {
     position: relative;
     display: inline-block;
     margin: 0 12px 0 15px;
}
 .slide1_banner1 {
     width: 570px;
}
 .slide1_banner2 {
     width: 270px;
}
 .slide1_banner3 {
     width: 270px;
}
 .top-banner-slider .flex_caption1 {
     text-align: center;
     position: absolute;
     z-index: 30;
     left: 0;
     right: 0;
     margin: 0 auto;
     top: 31%;
     max-width: 720px;
     width: 100%;
     text-transform: uppercase;
     color: #333;
}
 .top-banner-slider .flex_caption1 .title1 {
     font-size: 36px;
     font-weight: 300;
     color: #ffffff;
}
 .top-banner-slider .flex_caption1 .title2 {
     font-size: 60px;
     font-weight: 900;
     color: #ffffff;
}
 .top-banner-slider .flex_caption2 {
     text-align: center;
}
 .top-banner-slider .flex_caption2 {
     position: absolute;
     z-index: 30;
     left: 0;
     top: 20%;
     display: table;
     width: 177px;
     height: 177px;
     background-color: #242424;
}
 .top-banner-slider .flex_caption2 .middle {
     display: table-cell;
     vertical-align: middle;
     text-transform: uppercase;
     text-align: center;
     font-weight: 700;
     line-height: 31px;
     font-size: 26px;
     color: #fff;
     transition: all 0.1s ease-in-out;
     -webkit-transition: all 0.1s ease-in-out;
}
 .top-banner-slider .flex_caption2 .middle:hover {
     background: #38c8a8;
}
 .top-banner-slider .flex_caption2 span {
     display: block;
     font-weight: 100;
     line-height: 36px;
     font-size: 34px;
}
 a.slide_banner::before {
     content: '';
     position: absolute;
     left: 0;
     top: 0;
     right: 0;
     bottom: 0;
     opacity: 0;
     border: 2px solid #ffffff;
     transition: all 0.1s ease-in-out;
     -webkit-transition: all 0.1s ease-in-out;
}
 a.slide_banner:hover::before {
     left: -7px;
     top: -7px;
     right: -7px;
     bottom: -7px;
     opacity: 1;
}
 .flex-control-nav {
     background: #38c8a8;
     bottom: 0px;
     position: relative;
}
 .flex-control-nav li {
     line-height: 10px;
}
 .flex-control-paging li a {
     background: rgba(255, 255, 255, 1);
     border: 2px solid #ffffff;
}
 .flex-control-paging li a.flex-active {
     border: 2px solid #ffffff;
}
 .flex-direction-nav a {
     background: #111111;
     text-align: center;
}
 .heroslider:hover .flex-direction-nav .flex-prev:hover {
     background: #38c8a8;
}
 .heroslider:hover .flex-direction-nav .flex-next:hover {
     background: #38c8a8;
}
 .flex-direction-nav a::before {
     color: #ffffff;
}
 .top-banner-slider .swiper-pagination {
     padding: 10px 0px;
}
 .heroslider .swiper-pagination {
     bottom: 0px;
     background: #38c8a8;
}
 .heroslider .swiper-pagination .swiper-pagination-bullet-active {
     background: #fff;
}
 .heroslider .swiper-pagination::before {
     content: "";
     width: 22px;
     height: 22px;
     position: absolute;
     left: -10px;
     top: 4px;
     z-index: -1;
     background: #e12d4f;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .heroslider .swiper-pagination::after {
     content: "";
     width: 22px;
     height: 22px;
     position: absolute;
     right: -10px;
     top: 4px;
     z-index: -1;
     background: #e12d4f;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 .heroslider .swiper-pagination.swiper-pagination-bullets-dynamic {
     overflow: visible;
     width: 110px !important;
}
 .heroslider .swiper-pagination .swiper-pagination-bullet {
     opacity: 1;
}
 input[type="checkbox"].styled:checked+label:after, input[type="radio"].styled:checked+label:after {
     font-family: 'Prompt-Regular';
     content: "\f00c";
}
 input[type="checkbox"] .styled:checked+label::before, input[type="radio"] .styled:checked+label::before {
     color: #fff;
}
 input[type="checkbox"] .styled:checked+label::after, input[type="radio"] .styled:checked+label::after {
     color: #fff;
}

/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

 
 .Coach {
     background-color: rgb(255 255 255 / 0%);
}
.promoted_text{
    color: #fff;
    line-height: 60px;
    /*padding-top: 4%;*/
    text-align: center;
    font-size: 24px;
    
}
 .Coach .titlepage {
     text-align: center;
     padding-bottom: 5px;
}
 .Coach .titlepage h2 {
     line-height: 60px;
     font-size: 19px;
     color:black;
     font-weight: bolder;
}
/* .need {
    color: #120f0f;
     font-weight: normal;
}*/
 .Coach .titlepage span {
       line-height: 99px;
    font-size: 52px;
    color: #F0A51E;
}
 .Coach .tow-box {
     background-color: #fff;
}
 .mrgn-top {
    margin-top: 60px;
}
 .Coach .tow-box i {
     padding-right: 34px;
     float: left;
}
 .Coach .tow-box i img {
     float: left;
}
 .Coach .tow-box p {
    font-size: 27px;
     line-height: 34px;
     color: #151108;
}
.images_main {
    width: 100%;
    float: left;
    margin-top: 4px;
    margin-bottom: 1%;
    text-align: center;
    
}

    
 .Coach .read-more a{
padding: 8px 0px;
    background-color:rgb(255 255 255 / 81%);
    color: #f0a51e;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    width: 145px;
    text-align: center;
    border: solid #f0a51e 4px;
    border-radius: 40px;
}

.Coach .read-more2 {
padding: 5px 0px;
    background-color:#ffffff;
    color: #f0a51e; 
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    /*display: flex;*/
    justify-content: center;
    width: 135px;
    text-align: center;
    border: solid #f0a51e 4px;
    border-radius: 40px;
}
.Coach .read-more3 {
padding: 5px 0px;
    background-color:#ffffff;
    color: red; 
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    margin: 0 auto;
    /*display: flex;*/
    justify-content: center;
    width: 135px;
    text-align: center;
    border: solid red 2px;
    border-radius: 10px;
}

.heading_main {
    float: left;
    display: flex;
    margin-bottom: 3%;
    width: 100%;
    justify-content: center;
    padding: 1%;
    font-weight: 800;
}
.text_align_center {
    text-align: center;
}
.news_blog1 {
    position: relative;
    
    /* min-height: 185px; */
    text-align: center;
    margin: -7% 10% 12%;
    width: 90%;
}
.full {
    float: left;
    width: 100%;
}

.pattren{
width: 90%;
    height: 102%;
    margin-top: -25%;
    margin-left: 34%;
}
.pattren2{
/*width: 47%; height: 100%; margin-top: -26%; margin-left: 52%;*/
    width: 70%;
    height: 80%;
    margin-top: -17%;
    margin-left: 30%;
    position: absolute;
}
.white_fonts p,
.white_fonts h1,
.white_fonts h2,
.white_fonts h3,
.white_fonts h4,
.white_fonts h5,
.white_fonts h6,
.white_fonts ul,
.white_fonts ul li,
.white_fonts ul li a,
.white_fonts ul i,
.white_fonts .post_info i,
.white_fonts div,
.white_fonts a.read_more {
	color: #fff !important;
}

 .Coach .read-more a:hover {
    background-color: #f0a51e;
    color: #ffff;
}


.Coach a:hover {
       background-color: #f0a51e;
    color: #ffff;
}

.Coach .titlepage .read-more3 a:hover {
       background-color: red;
    color: #ffff;
} 

.img_bg {

 
   background-image: url(../images/Institute-01.png); 
      height: auto;
   /*padding: 20px 0;*/
    background-size: 100%;
    background-repeat: no-repeat;
        width: 100%;
    float: left;
}




 .contact_form {
     background: #114c7d;
     padding: 45px;
}
 .Contact .titlepage3 {
     padding-bottom: 15px;
}
 .Contact .titlepage3 h2 {
    font-size: 48px;
    line-height: 61px;
    color: #4d2e85;
    padding-bottom: 0px;
    font-weight: bold;
    text-align: center;
}
 .send-btn {
     font-size: 26px;
     border: #f0a51e solid 2px;
     padding: 16px 70px;
     background-color: #fff;
     color: #f0a51e;
     border-radius: 40px;
     margin: 0 auto;
}
 .send-btn:hover {
     background-color: #F0A51E;
     border: #F0A51E solid 2px;
     color: #fff;
}
.textarea {
     margin-bottom: 20px;
     padding: 35px 19px;
     color: #655f5f !important;
     width: 100%;
     border: #b1b0b0 solid 1px;
     border-radius: 40px;
     padding-top: 73px;
}
/* .form-control {*/
/*     border: #b1b0b0 solid 1px;*/
/*     margin-bottom: 37px;*/
/*     border-radius: inherit;*/
/*     padding: 25px 19px;*/
/*     color: #cfcece;*/
/*     border-radius: 40px;*/
/*}*/
/* .form-control:focus, .form-control:hover {*/
/*     border: #b1b0b0 solid 1px !important;*/
/*}*/
 .gray_bg {
     background:rgb(241,242,242, 0.4);
    padding-bottom:3%;
}
 .guaranteed figure {
    margin: 0;
}
 .guaranteed figure img {
    width: 25%
}
 .pdn-right {
    padding-right: 0px;
}
 .get {
    padding: 6px 10%;
    /*padding-bottom: 44px;*/
}
 .get h2 {
     
    line-height: 49px;
    font-size: 26px;
}
 .white {
    color: #fff;
}
 .get p {
    color: #4D2E85;
     font-size: 20px;
     line-height: 30px;
}
/* .get a {
     padding: 20px 0px;
     background-color: #000;
     color: #fff;
     width: 201px;
     display: inline-block;
     text-align: center;
     text-transform: inherit;
     margin-top: 30px;
}
 .get a:hover {
    color: #14120f;
     background-color: #fff;
} */

 .carousel-control-next {
     left: 0px;
     bottom: 109px;
}
 .carousel-control-prev {
     bottom: 68px;
     bottom: 0;
}





 .pdn-top-30 {
    padding-top: 30px;
}
 ul.location_icon {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
 ul.location_icon li {
     float: left;
     height: 40px;
     color: #fff;
     display: flex;
 /*flex-wrap: wrap;*/
     align-items: center;
}
 ul.location_icon li img {
    padding-right: 10px;
    max-width: 17%;
    height: auto;
}
 ul.location_icon span {
    font-size: 17px;
     font-weight: 400;
}
 ul.socil_link {
     list-style: none;
     margin: 0;
     padding: 0;
     width: 100%;
     float: left;
}
 ul.socil_link li {
     float: left;
     padding-right: 22%;
     height: 70px;
     margin: 0 -1px 0 0;
     text-align: center;
     display: flex;
     justify-content: center;
     align-items: center;
}

ul.location_icon2 li img{
max-width: 10%;
    padding-right: 3%;
}
 .slider{
  width:800px;
  margin:20px auto;
  text-align: center;
  padding:50px;
  color:white;
  .parent-slide{padding:15px;}
  img{display: block;margin:auto;}
}
.MultiCarousel { float: left; overflow: hidden; padding: 15px; /* width: 100%; */ position:relative; margin-left: 10% }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px; background:#fff; color:#666; box-shadow: 0px 0px 8px #dee2e6;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { left: 46px; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
        


