*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

@m@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
/*    font-family: "Poppins", sans-serif;*/
    font-family: "Open Sans", sans-serif;
    color: #333;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
  scroll-behavior: smooth;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
    color: #000;
    text-decoration: none;
     transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
a:hover {
    color: #a6a6a6;
}
.wrapper {
    max-width: 1280px;
    width: 90%;
    margin: auto;
}
.split {
    clear: both;
}
.error {
    font-size: 12px;
    display: block;
    padding: 8px 0px;
    color: #f01313;
}
.extext {
    letter-spacing: 4px;
    font-size: 12px;
    color: #999 !important;
    text-transform: uppercase;
}
.tcenter {
    text-align: center;
}
.fheader {
    background: rgba(255,255,255,1) !important;
    box-shadow: 0px 1px 2px #ccc !important;
    backdrop-filter: blur(10px);
    width: 100%;
    height: 50px;
    position: fixed;
    z-index: 999;
}

.fheader .logo {
    position: absolute;
    width: 166px;
    top: 10px;
}
.fheader nav {
    padding: 5px 0px;
}
.fheader nav ul li {
  margin: 0px 0px;
}
.fheader nav ul li a {
    font-size: 15px;
    padding: 11px;
}

.fheader .booksesssion {
    position: absolute;
    width: 266px;
    top: 16px;
    right: 0px;
}
.fheader .booksesssion a {
    background-color: #0071BC;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
     font-family: "Open Sans", sans-serif;
    letter-spacing: 0.85px;
    padding: 8px 16px;
    border-radius: 10px;
}


.fheader nav ul ul li a {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 10px;
  text-transform: capitalize;
 
}

header {
    width: 100%;
    height: 100px;
    background-color: #fff;
    position: fixed;
    z-index: 9999;
}

nav {
    width: 100%;
    height: auto;
    text-align: center;
    padding: 25px 0px;
}
nav ul {
    width: auto;
}
nav ul li {
    display: inline-block;
    margin: 5px 0px;
}
nav ul li:hover > a {
    color: #0071BC !important;
     border-left: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #fff;
    background-color: #fff;
    border-radius: 8px 8px 0px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 777;
}

nav ul li a {
    color: #092972;
    font-size: 16px;
    font-weight: 400;
     font-family: "Open Sans", sans-serif;
    letter-spacing: 0.5px;
    padding: 10px 15px;
    display: block;
    border: solid 1px #fff;
 
}
nav ul li a:hover {
    color: #0071BC !important;
    border: solid 1px #ccc;
 
}
nav ul li:hover ul {
  display: block;
}
nav ul ul {
  display: none;
  width: 300px;
  position: absolute;
  z-index: 9999;
  text-align: left;
  background: #fff;
  border-radius: 0px 0px 8px 8px;
  padding: 8px;
  box-sizing: border-box;
     border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-right: solid 1px #ccc;
  margin-top: -1px;
}

nav ul ul li  {
  display: block;
    line-height: 20px;
    margin: 0px;
}
nav ul ul li a {
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 10px;
  text-transform: capitalize;
  font-weight: 500;
     border: none;
    box-sizing: border-box;
}
nav ul ul li a span {
    border-bottom: solid 1px #ccc !important;
    display: block;
    float: left;
    width: 20px;
    margin-left: -10px;
    margin-top: 10px;
    margin-right: 10px;
}
nav ul ul li::before {
    content: "";
    border-left: solid 1px #ccc !important;
    display: block;
    float: left;
    height: 40px;
} 
nav ul li ul li a:hover {
    border: none;
    box-sizing: border-box;
    margin-left: 5px;
/*
  background-color: #f1f1f1;
  border-radius: 8px;
*/
  color: #666666 !important;
}

.logo {
    position: absolute;
    width: 266px;
    top: 25px;
    
}
.logo img {
    width: 100%;
}
.booksesssion {
    position: absolute;
    width: 266px;
    top: 42px;
    right: 0px;
}
.booksesssion a {
    background-color: #0071BC;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
     font-family: "Open Sans", sans-serif;
    letter-spacing: 0.85px;
    padding: 10px 20px;
    border-radius: 12px;
}
.booksesssion a:hover {
    background-color: #244181;
    color: #fff;
    
}

#mainscreen {
    width: 100%;
    height: 100%;
    background-color: #092972;
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
}

.mainheading {
  height: auto;
  width: 950px;
  position: absolute;
 
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  left: 50%;
  top: 50%;
    text-align: center;
}


.mainheading h1 {
    color: rgba(255,255,255,1);
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 500;
      line-height: 58px;
    margin-bottom: 20px;
}
.mainheading h4 {
    color: rgba(255,255,255,0.9);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: .85px;
    line-height: 25px;
}
.mlink {
    background-color: #fff;
    color: #092972;
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.85px;
    padding: 10px 20px;
    border-radius: 12px;
    margin: 5px;
    border: solid 1px #fff;
}
:hover.mlink {
    background-color: #041d56;
    color: #fff;
}
.mlinkd {
    background-color: #092972;
    color: rgba(255,255,255,1);
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.85px;
    padding: 10px 20px;
    border-radius: 12px;
    margin: 5px;
    border: solid 1px #fff;
}
:hover.mlinkd {
    background-color: #041d56;
    color: rgba(255,255,255,0.7);
    border: solid 1px #0071BC;
}

.pvideo {
    width: 1006px;
    margin: -222px auto 50px auto;
    box-shadow: 0 5px 25px #666;
    border-radius: 20px;
    position: relative;
    z-index: 666;
}
.arthrosamidvideo {
    width: 100%;
    height: 565px;
    border-radius: 20px;
        position: relative;
    z-index: 666;
}
#trusted {
   
    padding: 25px 0px;
background: #F6F6F6;
background: linear-gradient(0deg, rgba(246, 246, 246, 1) 0%, rgba(255, 255, 255, 1) 100%);

}
#trusted h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    color: #333333;
    letter-spacing: 0.85px;
    margin: 0 0 35px 0px;
    font-family: "Poppins", sans-serif;
}
/*
#trusted ul {
    width: auto;
}
#trusted ul li {
    width: 20%;
    float: left;
    text-align: center;
}
*/
#expertise {
    width: 100%;
    padding: 75px 0px;
}
#expertise h2 {
    font-size: 33px;
    color: #0071BC;
    font-weight: 500;
    letter-spacing: 0.85px;
    margin: 0 0 18px 0px;
    font-family: "Poppins", sans-serif;
}
#expertise h2::before {
    content: "";
    border-top: solid 4px #0071BC;
    display: block;
    width: 140px;
    padding: 5px 0px;
}
#expertise p {
    font-size: 17px;
    color: #333;
    font-weight: 400;
    margin: 0 0 18px 0px;
    line-height: 26px;
}
#expertise .whalf {
    width: 100%;
}
#expertise ul {
    width: auto;
    margin: 40px 0 0 0px;
}
#expertise ul li {
    width: 32.3%;
    margin: 0.5%;
    border: solid 2px #333;
    border-radius: 15px;
    float: left;
}
.artopside {
    float: right;
    font-size: 30px;
    margin: 20px;
    transform: rotate(-40deg);
    font-weight: 100 !important;
}
#expertise ul li .padbox {
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
}
#expertise ul li .boxcbg {
    background-color: #333;
    padding: 12px 12px 10px 12px;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 0px 0px 12px 12px;
}
#expertise ul li h3 {
    font-size: 20px;
    margin: 0 0 20px 0px;
    color: #333;
    line-height: 30px;
    font-weight: 600;
}
#expertise ul li p {
    font-size: 13px;
    margin: 0 0 10px 0px;
    line-height: 20px;
    color: #616161;
    height: 160px;
}
#expertise ul li span {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    float: left;
    letter-spacing: 0.50px
}
#expertise ul li .sblink {
    font-size: 12px;
    color: #333;
    float: right;
    background-color: #fff;
    padding: 10px 12px;
    display: block;
    border-radius: 8px;
    font-weight: 700;
}
.colbox_blue {
    border: solid 2px #0071BC !Important;
    background-color: #F4F7FE !Important;
}
.bctext {
    color: #0071BC !Important;
}
.boxbg_blue {
    background-color: #0071BC !Important;
}

.colbox_green {
    border: solid 2px #937B43 !Important;
    background-color: #FCF3DE !Important;
}
.gctext {
    color: #937B43 !Important;
}
.boxbg_green {
    background-color: #937B43 !Important;
}

.colbox_lgray {
    border: solid 2px #3A7472 !Important;
    background-color: #F7EDEE !Important;
}
.lgctext {
    color: #3A7472 !Important;
}
.boxbg_lgray {
    background-color: #3A7472 !Important;
}



#jouney {
    width: 100%;
    padding: 50px 0px;
    background-color: #092972;
}
#jouney h2 {
    color: rgba(255,255,255,1);
    font-family: "Poppins", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 58px;
    margin: 0 0 20px 0px;
    text-align: center;
}
#jouney img {
    max-width: 1200px;
    width: 100%;
}
#started {
    width: 100%;
    padding: 50px 0px 65px 0px;
    background-color: #031d57;
    text-align: center;
}
#started h2 {
    color: rgba(255,255,255,1);
    font-family: "Poppins", sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 58px;
    margin: 0 0 20px 0px;
}
#started p {
    color: rgba(255,255,255,0.9);
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 40px;
    letter-spacing: .85px;
    line-height: 25px;
}
.ccontent {
    max-width: 1200px;
    width: 95%;
    margin: auto;
}
#sstories {
    width: 100%;
    padding: 50px 0px;
}
.lefts {
    float: left;
    width: 30%;
}
.lefts img {
    width: 100%;
}
.centers {
    width: 30%;
    margin: 0 5%;
    text-align: center;
    float: left;
    padding: 15% 0px 5% 0px;
}
.centers span {
    font-size: 30px;
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.centers h3 {
    font-size: 75px;
    display: block;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    margin: 10px 0 0 0px;
}
.centers h4 {
    font-size: 22px;
    display: block;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.85px;
    margin: 10px 0 10px 0px;
}
.centers p {
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.75px;
    margin: 10px 0 20px 0px;
}
.over {
    margin: 0 0 20px 0px;
}
.rights {
    float: right;
    width: 30%;
}
.rights img {
    width: 100%;
}

.butlinkd {
    background-color: #323232;
    color: rgba(255,255,255,1);
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.85px;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 5px;
    border: solid 1px #fff;
    display: inline-block;
}
:hover.butlinkd {
    background-color: #041d56;
    color: rgba(255,255,255,0.7);
    border: solid 1px #0071BC;
}
.butlinkdef {
    color: #323232;
    font-size: 15px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.85px;
    padding: 15px 20px;
    border-radius: 12px;
    margin: 5px;
    display: inline-block;
}
:hover.butlinkdef {
    color: #666;
    text-decoration: underline;
}
.hpodcast {
    float: left;
    width: 50%;
    background-color: #000;
}
.hpodcast img {
    width: 100%;
    opacity: 0.7;
}
.hpodcast span {
    position: absolute;
    background-color: #ff0000;
    padding: 10px 20px;
    border-radius: 25px;
    z-index: 222;
    margin: 20px 0 0 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
}
.contentblock {
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: -180px;
    color: #fff;
    background-image: url('../imgs/topshadow.png');
    background-repeat: repeat-x;
    padding-bottom: 52px;
    box-sizing: border-box;
}
.contentblock h6 {
    font-size: 15px;
    letter-spacing: 0.85px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    margin: 5px 0 5px 0px;
}
.contentblock h2 {
    font-size: 40px;
    letter-spacing: 0.85px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin: 5px 0 10px 0px;
    text-transform: uppercase;
}
.butlinkbor {
    color: rgba(255,255,255,1);
    font-size: 15px;
    font-weight: 600;
    font-family: "Poppins", sans-serif;
    letter-spacing: 0.85px;
    padding: 12px 25px;
    border-radius: 12px;
    margin: 5px;
    border: solid 1px #fff;
    display: inline-block;   
}
:hover.butlinkbor {
    color: rgba(255,255,255,1);
    background: rgba(0,0,0,0.5);
    border: solid 1px rgba(255,255,255,0.1);
}
.hblog {
    float: left;
    width: 50%;
    background-color: #000;
}
.hblog span {
    position: absolute;
    background-color: #ff0000;
    padding: 10px 20px;
    border-radius: 25px;
    z-index: 222;
    margin: 20px 0 0 20px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    
}
.hblog img {
    width: 100%;
    opacity: 0.7;
}
@keyframes threed {
	0% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	25% {
		-webkit-transform: rotateY(180deg);
		opacity: 1;
	}
	50% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	75% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
    100% {
		-webkit-transform: rotateY(0deg);
		opacity: 1;
	}
	
}

.midlovebg img {
  animation: 5s threed;
  animation-iteration-count: infinite;
}


#ams1 {	
	visibility:hidden;
}
.ams1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams2 {	
	visibility:hidden;
}
.ams2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams3 {	
	visibility:hidden;
}
.ams3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1.5s;
	
	-webkit-animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams4 {	
	visibility:hidden;
}
.ams4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2s;
	
	-webkit-animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#ams5 {	
	visibility:hidden;
}
.ams5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2.5s;
	
	-webkit-animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus1 {	
	visibility:hidden;
}
.sus1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus2 {	
	visibility:hidden;
}
.sus2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus3 {	
	visibility:hidden;
}
.sus3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1.5s;
	
	-webkit-animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus4 {	
	visibility:hidden;
}
.sus4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2s;
	
	-webkit-animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#sus5 {	
	visibility:hidden;
}
.sus5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2.5s;
	
	-webkit-animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}

#inst1 {	
	visibility:hidden;
}
.inst1 {
	animation: 0.1s tba ;
	-webkit-animation: 0.1s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#inst2 {	
	visibility:hidden;
}
.inst2 {
	animation: 0.2s tba ;
	-webkit-animation: 0.2s tba;
    animation-delay: .6s;
	
	-webkit-animation-delay: .6s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#inst3 {	
	visibility:hidden;
}
.inst3 {
	animation: 0.2s tba ;
	-webkit-animation: 0.2s tba;
    animation-delay: .7s;
	
	-webkit-animation-delay: .7s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#inst4 {	
	visibility:hidden;
}
.inst4 {
	animation: 0.2s tba ;
	-webkit-animation: 0.2s tba;
    animation-delay: .8s;
	
	-webkit-animation-delay: .8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#inst5 {	
	visibility:hidden;
}
.inst5 {
	animation: 0.2s tba ;
	-webkit-animation: 0.2s tba;
    animation-delay: .9s;
	
	-webkit-animation-delay: .9s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}



#tba {	
	visibility:hidden;
}
.tba {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#tba1 {	
	visibility:hidden;
}
.tba1 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba2 {	
	visibility:hidden;
}
.tba2 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1s;
	
	-webkit-animation-delay: 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba3 {	
	visibility:hidden;
}
.tba3 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 1.5s;
	
	-webkit-animation-delay: 1.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba4 {	
	visibility:hidden;
}
.tba4 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2s;
	
	-webkit-animation-delay: 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
#tba5 {	
	visibility:hidden;
}
.tba5 {
	animation: 0.5s tba ;
	-webkit-animation: 0.5s tba;
    animation-delay: 2.5s;
	
	-webkit-animation-delay: 2.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
    opacity: 0;
}
@-webkit-keyframes tba {
0% {
    -webkit-transform: translateY(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes tba {
0% {
    transform: translateY(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}
#lsa {	
	visibility:hidden;
}
.lsa {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}

#lsa1 {	
	visibility:hidden;
}
.lsa1 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#lsa2 {	
	visibility:hidden;
}
.lsa2 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
#lsa3 {	
	visibility:hidden;
}
.lsa3 {
	animation: 1s lsa ;
	-webkit-animation: 1s lsa;

    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;	
}
@-webkit-keyframes lsa {
0% {
    -webkit-transform: translateX(-50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes lsa {
0% {
    transform: translateX(-50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}

#rsa {
	visibility:hidden;
}
.rsa {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa1 {
	visibility:hidden;
}
.rsa1 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa2 {
	visibility:hidden;
}
.rsa2 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
#rsa3 {
	visibility:hidden;
}
.rsa3 {
	animation: 1s rsa ;
	-webkit-animation: 1s rsa;
	animation-delay: .5s;
	
	-webkit-animation-delay: .5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
	
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
	visibility:visible !important;
	opacity: 0;
}
@-webkit-keyframes rsa {
0% {
    -webkit-transform: translateX(50%);
	opacity: 0;
}
100% {
    -webkit-transform: translate(0px,0px);
	opacity: 1;
}

}

@keyframes rsa {
0% {
    transform: translateX(50%);
	opacity: 0;
}
100% {
	transform:translate(0px, 0px);
	opacity: 1;
}
}


.hline {
    border-top: solid 1px #ccc;
    margin-bottom: 20px;
}
.taround {
    border-radius: 15px 15px 0 0px;
}
.fpic {
    width: 100%;
}
.rpic {
    float: right;
    margin-left: 15px;
    max-width: 559px;
    width: 100%;
}
.lpic {
    float: left;
    margin-right: 15px;
    max-width: 459px;
    width: 100%;
}
.rpics {
    float: right;
    max-width: 400px;
    width: 33%;
}
.rpics img {
    width: 100%;
}
.shadpic {
    box-shadow: 0 5px 20px #999;
    border-radius: 8px;
}
.cpadl0 {
    float: left;
    width: 67%;
    padding: 0px 33px 0 0px;
    box-sizing: border-box;    
}
.cpadl {
    float: left;
    width: 67%;
    padding: 33px 33px 33px 0px;
    box-sizing: border-box;
}
.lpics {
    float: right;
    width: 50%;
    margin: -440px 30px 0 0px;
    position: relative;
    z-index: 777;
}
.lpics img {
    width: 100%;
}
.cpadr {
    float: right;
    width: 67%;
    padding: 33px;
    box-sizing: border-box;
}
.bhead {
    font-size: 33px !important;
    line-height: 33px !important;
    margin-bottom: 22px !important;
}
.contacttab {
  width: auto;
    margin: 20px 0 0 0px;
}
.contacttab a {
  background-color: #0071BC;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0.85px;
  padding: 8px 16px;
  border-radius: 10px;
}
.contacttab a:hover {
  background-color: #253d83;
  color: #fff;
 
}
.roudpic {
    border-radius: 16px;
    box-shadow: 0 2px 4px #999;
}

.colmleft {
    width: 49%;
    float: left;
}

.colmright {
    width: 49%;
    float: right;
}
.colml {
    width: 30%;
    float: left;
    border: solid 2px #ccc;
    border-radius: 16px;
    padding: 25px;
    box-sizing: border-box;
    height: 340px;
}
.colmm {
    width: 32%;
    float: left;
    margin-left: 4%;
    border: solid 2px #ccc;
    border-radius: 16px;
    padding: 25px;
    box-sizing: border-box;
    height: 340px;
}
.colmr {
    width: 30%;
    float: right;
    border: solid 2px #ccc;
    border-radius: 16px;
    padding: 25px;
    box-sizing: border-box;
    height: 340px;
   
}
.colm1 {
    width: 99%;
    margin: 1% 0.5%;
/*    padding: 20px;*/
    box-sizing: border-box;
    float: left;
}
.colm2 {
    width: 49%;
    margin: 1% 0.5%;
/*    padding: 20px;*/
    box-sizing: border-box;
    float: left;
}
.colm3 {
    width: 32.3%;
    margin: 1% 0.5%;
    float: left;
}
.colm4 {
    width: 24%;
    margin: 0.5%;
    float: left;
}
.mb {
    margin-bottom: 8px;
}
.tcenter {
    text-align: center !important;
}





.whatsapp {
    position: fixed;
    left: 25px;
    bottom: 25px;
    width: 60px;
    z-index: 999;
}
.whatsapp img {
    width: 100%;
}

.topbanner {
    width: 100%;

}
.topbanner img {
    width: 100%;
/*    height: 500px;*/
    padding: 0px;
    box-sizing: border-box;
     object-fit: cover;
}
.topbanner h1 {
    font-size: 40px;
    line-height: 45px;
    margin: 0 0 0px 0px;
    margin-top: -250px;
    position: absolute;
    color: rgba(255,255,255,0.7);
    font-family: "Poppins", sans-serif;
}
.topbanner h1 span {
    color: rgba(255,255,255,1);
    font-weight: 300;
}
.blackbox {
    max-width: 1288px;
    width: 95%;
    margin: auto;
    background-color: rgba(9,41,114,0.9);
    margin-top: -150px;
    position: relative;
    z-index: 666;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 2px 32px #092972;
    backdrop-filter: blur(10px);
}
.blackbox h3 {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0 20px 0px;
}
.blackbox p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0px;
}
.blackbox p a {
  font-size: 18px;
  color: #fff;
}
.stext {
    font-size: 12px !important;
    color: #666;
    font-style: italic;
    padding: 5px 0px;
    display: block;
    line-height: 18px;
}
.blackbox strong {
    color: rgba(255,255,255,1);
}
.blackbox strong span {
    color: rgba(255,255,255,0.7);
}
.blackboxl {
    max-width: 1288px;
    width: 95%;
    margin: auto;
    background-color: rgba(9,41,114,0.9);
    margin-top: -150px;
    position: relative;
    z-index: 666;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    border-radius: 16px;
    box-shadow: 0 2px 32px #092972;
    backdrop-filter: blur(10px);
}
.blackboxl h3 {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 10px 0px;
}
.blackboxl p {
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 20px 0px;
}

.highboxes {
    padding: 25px 0px;
}
.highboxes ul {
   width: auto;
}
.highboxes ul li {
   width: 19%;
    margin: 0.5%;
   float: left;
   text-align: center;
    padding: 60px 20px;
    box-shadow: 0 3px 10px #ddd;
   color: #323232;
}
.highboxes ul li i {
    color: #999;
    font-size: 25px;
}
.highboxes ul li h3 {
    font-size: 25px;
    font-weight: 400;
    margin: 20px 0px;
}
.highboxes ul li span {
    color: #666;
    font-size: 13px;
    display: block;
    font-style: italic;
}
.serindex {
    width: 100%;
    background-color: #e4e9ec;
    padding: 100px 0px 50px 0px;
    margin-top: -50px;
}
.serindex img {
    width: 85%;
}
#ipagec {
    width: 100%;
    padding: 50px 0px;
}
#ipagec h2 {
    font-size: 32px;
    line-height: 38px;
    font-family: "Poppins", sans-serif;
    margin: 0 0 10px 0px;
    font-weight: 600;
}
#ipagec h3 {
    font-size: 20px;
    line-height: 25px;
    font-family: "Poppins", sans-serif;
    margin: 0 0 10px 0px;
    font-weight: 600;
    color: #092972;
}
#ipagec h4 {
    font-size: 18px;
    margin: 0 0 10px 0px;
    font-weight: 700;
    letter-spacing: 0.80px;
}
#ipagec p {
    font-size: 16px;
    margin: 0 0 15px 0px;
    line-height: 26px;
}

#ipagec table {
  border-collapse: collapse;
  width: 100%;
}

#ipagec th, td {
  text-align: left;
  padding: 8px;
}
#ipagec th, td p {
  padding: 0px !important;
  margin: 0px !important;
}
#ipagec tr:nth-child(even){background-color: #f2f2f2}

#ipagec th {
  background-color: #092972;
  color: white;
}
.blogposts {
    width: 100%;
}
.blogposts ul {
    width: auto;
}
.blogposts ul li {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    border: dotted 2px #ccc;
    overflow: hidden;
    margin-bottom: 10px;
}
.blogposts ul li img {
    width: 33%;
    float: left;
    margin-right: 2%;
}
.blogposts ul li h3 {
    font-size: 25px !Important;
    font-weight: 400 !Important;
    padding: 10px 0px !Important;
}
.blogposts ul li span {
    font-size: 12px;
    font-weight: 400 !Important;
    letter-spacing: 4px;
    color: #666;
    text-transform: uppercase;
}
.pcvid {
    width: 44%;
    height: 310px;
    float: left;
    margin-right: 2%;
}
.stories {
    width: 100%;
    
}
.stories ul {
    width: auto;
}
.stories ul li {
    width: 100%;
    float: left;
    box-shadow: 0 0px 10px #666;
    background-color: #0d2255;
    margin: 0.5%;
    border-radius: 16px;
}
.leftpic {
    width: 25%;
    float: left;
}
.leftpic img {
    width: 100%;
    height: 410px;
    border-radius: 16px;
    object-fit: cover;
}
.rightcontent {
    width: 75%;
    float: right;
    padding: 60px;
    box-sizing: border-box;
}
.rightcontent span {
    font-size: 50px;
    display: block;
    font-family: "Arial", sans-serif;
    color: #ccc;
    line-height: 15px;
}
.rightcontent p {
    font-size: 20px !important;
    line-height: 30px !important;
    color: #fff;
}
.rightcontent h4 {
    font-size: 25px !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
    color: #fff;
}
.rightcontent h5 {
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 3px !important;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif !important;
    color: #fff;
}
.rightcontent h6 {
    font-size: 16px !important;
    line-height: 18px !important;
    letter-spacing: 1px !important;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif !important;
    color: #fff;
}
.rightpic {
    width: 25%;
    float: right;
}
.rightpic img {
    width: 100%;
}
.leftcontent {
    width: 75%;
    float: left;
    padding: 60px;
    box-sizing: border-box;
}
.leftcontent span {
    font-size: 50px;
    display: block;
    font-family: "Arial", sans-serif;
    color: #ccc;
    line-height: 15px;
}
.leftcontent p {
    font-size: 16px !important;
    line-height: 26px !important;
    font-style: italic;
}
.leftcontent h4 {
    font-size: 25px !important;
    line-height: 25px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    font-weight: 400 !important;
    margin-bottom: 4px !important;
}
.leftcontent h5 {
    font-size: 12px !important;
    line-height: 18px !important;
    letter-spacing: 3px !important;
    font-weight: 300 !important;
    font-family: "Poppins", sans-serif !important;
}
.circlepic {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    object-fit: cover;
    margin-bottom: 10px;
}
.pzero {
    padding: 2px 0px !important;
}
.pzero ul {
    padding: 0px !important;
    margin: 0px !important;
}
#coursebox  {
  width: 100%;
  margin: 25px 0px 25px 0px;
}
#coursebox ul  {
  width: auto;
}
#coursebox ul li {
  width: 19%;
  margin: 0.5%;
  border: solid 2px #0071BC;
  border-radius: 15px;
  float: left;
  height: 320px;
  background-color: #F4F7FE;
}
#coursebox ul li .padbox {
    padding: 20px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
}
#coursebox ul li h3 {
    font-size: 18px;
    margin: 0 0 20px 0px;
    color: #0071BC;
    line-height: 30px;
    font-weight: 600;
}
#coursebox ul li p {
    font-size: 13px;
    margin: 0 0 10px 0px;
    line-height: 20px;
    color: #616161;
   
    text-align: left;
}
.darksec {
    background-color: #323232;
    color: #fff;
    padding: 50px 0px;
}
.etec {
    width: auto;
}
.etec h2 {
    font-size: 24px;
    margin: 0 0 20px 0px;
}
.etec p {
    font-size: 17px;
    margin: 0 0 20px 0px;
    line-height: 27px;
}
.etec ul {
    margin:  0 0 0 20px;
}
.etec ul li {
    font-size: 16px;
    margin: 10px 0 10px 0px;
    line-height: 24px;
    list-style: disc;
}
.etec .whalf {
    width: 50%;
}
/* Style the tab */
.etec .tab {
  overflow: hidden;
    float: left;
    width: 33%;
     border-right: 1px solid #ccc;
}

/* Style the buttons inside the tab */
.etec .tab button {
  background-color: inherit;
  display: block;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 0px;
  transition: 0.3s;
  font-size: 17px;
  width: 100%;
  text-align: left;
  letter-spacing: 0.85px;
  background: none;
  color: rgba(255,255,255,0.7);
}

/* Change background color of buttons on hover */
.etec .tab button:hover {
  color: #fff;
}

/* Create an active/current tablink class */
.etec .tab button.active {
  color: #fff;
}
.etec .padbox {
    padding: 0px 20px;
    box-sizing: border-box;
}
/* Style the tab content */
.tcontentarea {
     width: 67%;
    float: left;
}
.etec .tabcontent {
  display: none;
  border-top: none;
}
.etec .tabcontent h3 {
  font-size: 20px !important;
    margin: 0 0 15px 0px !important;
}
.etec .tabcontent p {
  font-size: 16px;
    line-height: 26px;
    margin: 0px 0 15px 0px;
    letter-spacing: .80px;
}
.borleft {
    border-left: 1px solid #ccc;
    box-sizing: border-box;
}
.borno {
    border: none !important;
}
.lightsec {
    background-color: #F5F5F5;
    padding: 50px 0px;
}
.leftpanel {
    width: 49%;
    float: left;
}
.rightpanel {
    width: 49%;
    float: right;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w75 {
    width: 74%;
}
.w24 {
    width: 24%;
}
.hidenew {
  display: none;
}
#valid-msg {
  color: #00c900;
}
.hpara {
    font-size: 16px;
    line-height: 24px;
    color: #004E8A;
    font-weight: 500;
    margin:  0 0 30px 0px;
    
}
.points {
    width: 100%;
   
}
.points ul {
    width: auto;
}
.points ul li {
    margin: 0px 0px 16px 0px;
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: .5px
}
.picon {
    width: 40px;
    color: #666;
    text-align: center;
}
.admintsuccess {
    width: 100%;
    padding: 50px 0px;
    text-align: center;
}
.admintsuccess h2 {
    font-size: 30px;
    font-family: "Poppins", sans-serif;
    color: #323232;
    letter-spacing: .83px;
    font-weight: 600;
    margin-bottom: 10px;
   
}
.admintsuccess h3 {
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    color: #323232;
    letter-spacing: .83px;
    font-weight: 400;
   
}
.admintsuccess ul {
    width: 70%;
    margin: 30px auto;
}
.admintsuccess ul li {
    width: 33%;
    text-align: center;
    padding: 30px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 24px;
    float: left;
}
.admintsuccess ul li span {
    font-size: 50px;
    font-weight: 400;
    display: block;
    padding: 20px 0px;
    color: #004E8A;
    font-family: "Poppins", sans-serif;
}
.as2 {
    width: 49% !important;
    margin: 0.5% !important;
}
.gbg {
    background-color: #f1f1f1 !important;
}
.bright {
    border-right: solid 1px #ccc;
    box-sizing: border-box;
}
.ma {
    margin: auto;
}
.team {
    width: auto;
}
.team h2 {
    font-size: 30px;
    margin: 0 0 20px 0px;
    text-align: center;
}
.team p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0px;
    text-align: center;
}
.team ul {
    width: 90%;
    margin: auto;
}
.team ul li {
    width: 33%;
    float: left;
    padding-left: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    border-left: solid 1px #0071BC;
    height: 150px;
    letter-spacing: 0.5px;
    padding-right: 20px;
}
.pride {
    width: 100%;
    padding: 50px 0px;
}
.pride h2 {
    font-size: 50px;
    font-weight: 600;
    padding: 100px 0px;
    box-sizing: border-box;
    float: left;
    width: 50%;
    line-height: 70px;
}
.wcu {
    float: left;
    width: 50%;
    margin: 25px 0 0 0px;
}
.wcu img {
    width: 85%;
}
.pride .cdiv {
    padding: 60px 0px;
    box-sizing: border-box;
    float: right;
    width: 50%;
}
.pride p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px 0px; 
}
.pride ul  {
    margin: 0 0 0 0px;
    padding: 0px;
}
.pride ul li {
    font-size: 15px;
    line-height: 25px;
    margin: 10px 0 10px 0px; 
    list-style: disc !Important;
}
footer {
    width: 100%;
    min-height: 200px;
    padding: 40px 0px;
    background-color: #323232;
    margin-top: -2px;
}
.botlinks {
    width: 100%;
}
.botlinks ul {
    width: 24%;
    margin: 0.5% 0px;
    float: left;
}

.botlinks ul h3 {
    font-size: 20px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
}
.botlinks ul li {
    width: auto;
    padding: 5px 0px;
    margin: 5px 20px;
    list-style: disc;
    color: rgba(255,255,255,1);
}
.botlinks ul li a {
    color: rgba(255,255,255,1);
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
}
.botlinks ul li a:hover {
    color: rgba(255,255,255,0.5);
}
.botlinks ul li span {
    color: rgba(255,255,255,1);
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 15px;
    display: block;
   
}
.botlinks ul  a {
    color: rgba(255,255,255,1);
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 22px;
    padding: 5px 10px;
}
.tright {
    text-align: right;
}
.hlink {
    width: auto;
}
.hlink a {
    font-size: 18px !important;
    line-height: 22px;
    font-weight: 400 !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    color: #333 !important;
}
.botlogo {
    margin-top: 0px;
    width: 160px;
}
.botlogo img {
    width: 100%;
}
.socialbot {
    width: 100%;
    padding: 10px 0px;
}
.socialbot img {
    width: 40px;
}
.copyright {
    width: 100%;
    background-color: #323232;
    padding: 15px;
    text-align: center;
    color: rgba(255,255,255,0.8);
    font-size: 14px;
    letter-spacing: 0.5px;
}
.copyright a {
    color: rgba(255,255,255,1);
    font-size: 14px;
}
.top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 60px;
    z-index: 999;
    border-radius: 4px;
    background: rgba(0,0,0,0.8);
    text-align: center;
    line-height: 40px;
    display: none;
}
.top a {
    font-size: 30px;
    color: rgba(255,255,255,0.7);
    display: block;
    padding-bottom: 5px;
    
}
.top a:hover {
    font-size: 50px;
    opacity: 0.5;
}
.mobbar {
    display: none;
}
.closebar {
    display: none;
}
.fgroup {
    width: 100%;
    margin-bottom: 8px;
}
.fgroup span {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    padding: 6px 0px;
    display: block;
}
.fgroup input[type="text"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="text"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="email"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="tel"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="tel"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup input[type="file"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup input[type="file"]:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup select {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
}
.fgroup select:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup textarea {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #333;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background-color: #fff;
    resize: none;
    height: 100px;
    margin-bottom: 10px;
}
.fgroup textarea:focus {
    border: solid 1px #ddd;
    background-color: #f7f7f7;
}
.fgroup button {
    padding: 6px 24px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #ccc;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
     background-color: #666;
    cursor: pointer; 
}
.fgroup button:hover {
     background-color: #333;
}
.dfgroup {
    width: 100%;
    margin-bottom: 8px;
}
.dfgroup input[type="email"] {
    width: 100%;
    padding: 8px 12px;
    box-sizing: border-box;
    border: none;
    outline: none;
    border: solid 1px #fff;
    color: #fff;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
     background: none;
    border-radius: 15px;
}
.dfgroup input[type="email"]:focus {
    border: solid 1px #ddd;
    color: #ddd;
}
.dfgroup button {
  background-color: #fff;
  color: #323232;
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.85px;
  padding: 8px 20px;
  border-radius: 50px;
  margin: 5px;
  border: solid 1px #fff;
    cursor: pointer;
}
.dfgroup button:hover {
  background-color: #323232;
  color: #fff;
  border: solid 1px #fff;
}

@media screen and (max-width: 1366px) {
.logo {
  position: absolute;
  width: 140px;
  top: 20px;
}    
nav ul li a {
  font-size: 15px;
  padding: 15px 10px;
}
.mainheading {
  position: absolute;
  top: 25%;
}    
.accred {
  width: 25%;
  padding-top: 22px;
}    
.accred img {
  padding: 0px 10px;
  width: 30%
}    
.accredcertfimid {
  width: 50%;
}    
.certi {
  width: 25%;
    padding-top: 20px;
}    
.certi img {
  padding: 20px 10px;
  width: 40%;
}    
.botlogo {
  margin-top: 0px;
  width: 110px;
}    
}

@media screen and (max-width: 750px) {
.fheader .mobbar {
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: -10px;
    padding: 9.6px 16px !important;
    font-size: 16px !important;
}    
.mobbar {
    display: block;
    float: right;
    margin-left: 5px;
    margin-top: -11px;
    padding: 9.5px 16px !important;
    font-size: 19px !important;
}   
.closebar {
    display: none;
    position: fixed;
    color: #fff;
    font-size: 25px;
    padding: 6px 8px;
    box-sizing: border-box;
    top: 15px;
    right: 20px;
    z-index: 999;
    background: #a6a6a6;
    border-radius: 100px;
}      
    
header {
  width: 100%;
  height: auto;
}
.imainheading {
  position: absolute;
  top: 25%;
  text-align: center;
  width: 100%;
  left: 0;
}    
.fheader .logo {
  position: absolute;
  width: 160px;
  top: 10px;
  padding: 0px;
}    
  .logo {
    width: 163px;
    background-color: #fff;
    padding: 4px;
    border-radius: 8px;
  }   
.topbar {
  display: none;
}  
    
nav {
  width: 100%;
  height: 100%;
  text-align: left;
  background: rgba(255,255,255,0.9) !Important;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 888;
  backdrop-filter: blur(10px);
  padding: 10px;
  box-sizing: border-box;
  display: none;
}    
.fheader nav ul {
  width: auto;
  background: #f7f7f7;
}    
nav ul li {
  display: block;
}    
   
nav ul li a {
  font-size: 14px;
}  
    
nav ul li a i {
  float: right;
}    
nav ul ul {
  display: block;
  width: 100%;
  position: relative;
  background: #f7f7f7;
  border-radius: 8px;
    padding: 2px;
}    
nav ul ul li a {
  font-size: 14px;
  letter-spacing: 0.3px;
  padding: 6px;
  text-transform: capitalize;
  font-weight: 500;
  border: none;
  box-sizing: border-box;
}    
.fheader nav ul ul li a {
  font-size: 13px;
  letter-spacing: 0.3px;
  padding: 7px;
  text-transform: capitalize;
}    
.fheader .booksesssion {
  position: absolute;
  width: auto;
  top: 16px;
  right: 10px;
}    
.blackbox {
  margin-top: -25px;
}    
.blackboxl {
  margin-top: -25px;
}    
.topbanner h1 {
  font-size: 20px;
  line-height: 25px;
  margin-top: -60px;
}    
.etec .tab {
  overflow: hidden;
  float: none;
  width: 100%;
  border-right: none;
  border-bottom: 1px solid #ccc;
}    
.tcontentarea {
  width: 100%;
  float: none;
}    
.etec .padbox {
  padding: 20px 0px;
  box-sizing: border-box;
}    
.leftpanel {
  width: 100%;
  float: none;
  margin-bottom: 50px;
    text-align: center;
}    
.rightpanel {
  width: 100%;
  float: none;
}    
.w75 {
  width: 100%;
}    
.wcu {
  float: none;
  width: 100%;
  margin: 25px 0 0 0px;
  text-align: center;
} 
    
.pride .cdiv {
  padding: 20px 0px;
  box-sizing: border-box;
  float: none;
  width: 90%;
  margin: auto;
}    
.admintsuccess ul li {
  width: 100%;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 24px;
  float: none;
}    
.bright {
  border-right: none;
  border-bottom: solid 1px #ccc;
  box-sizing: border-box;
}    
#coursebox ul li {
  width: 100%;
  margin: 1.5% 0px;;
  border: solid 2px #0071BC;
  border-radius: 15px;
  float: none;
  height: auto;
  background-color: #F4F7FE;
}    
.etec .whalf {
  width: 100%;
}    
.team ul li {
  width: 100%;
  float: none;
  padding-left: 0px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  border-left: none;
  border-bottom: solid 1px #0071BC;
  height: auto;
  letter-spacing: 0.5px;
  padding-right: 0px;
  padding: 20px 0px;
}    
.as2 {
  width: 100% !important;
  margin: 1.5% 0px !important;
}    
.stories ul li {
  width: 100%;
  float: none;
  box-shadow: 0 0px 10px #666;
  background-color: #0d2255;
  margin: 2.5% 0px;
  border-radius: 16px;
}    
.leftpic {
  width: 100%;
  float: none;
}    
.rightcontent {
  width: 100%;
  float: none;
  padding: 40px;
  box-sizing: border-box;
}    
.blogposts ul li img {
  width: 100%;
  float: none;
  margin-right: 0%;
  margin-bottom: 2%;
}    
.blogposts ul li span {
  font-size: 10px;
  letter-spacing: 1px;
}    
.rpic {
  float: none;
  margin-left: 0px;
  max-width: 559px;
  width: 100%;
  margin-bottom: 15px;
}    
#ipagec h2 {
  font-size: 25px;
  line-height: 35px;
  font-family: "Poppins", sans-serif;
  margin: 0 0 10px 0px;
  font-weight: 500;
}    
.pcvid {
  width: 100%;
  height: 175px;
  float: none;
  margin-right: none;
  margin-bottom: 2%;    
}    
.colml {
  width: 100%;
  float: none;
  border: solid 2px #ccc;
  border-radius: 16px;
  padding: 15px;
  box-sizing: border-box;
  height: auto;
}    
.colmm {
    width: 100%;
    float: none;
    margin-left: 0%;
    margin-top: 4%;
    margin-bottom: 4%;
    border: solid 2px #ccc;
    border-radius: 16px;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
}
.colmr {
    width: 100%;
    float: none;
    border: solid 2px #ccc;
    border-radius: 16px;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
   
}    
.booksesssion {
    position: absolute;
    width: auto;
    top: 30px;
    right: 20px;
}  
.booksesssion span {
  display: none;
}    
.mainheading {
  position: absolute;
  top: 50%;
  width: 90%;
  
}    
.mainheading h4 {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: center;
    line-height: 24px;
}    
.mainheading h1 {
  font-size: 30px;
    line-height: 40px;
  font-weight: 700;
  text-align: center;    
}    
.accredcertfi {
  width: 100%;
  padding: 20px 20px;
  bottom: 180px;
  left: 0px;
}    
.accred {
  float: none;
  width: 100%;
  text-align: center;
    margin-bottom: 20px;
}    
.accred img {
  padding: 0px 5px;
  width: 75px;
    height: auto;
} 
.accredcertfimid {
  width: 100%;
  text-align: center;
  float: none;
}    
.accredcertfimid h2 {
  font-size: 20px;
  font-weight: 400;
  padding: 20px 10px;
  display: inline-block;
}    
.certi {
  float: none;
  width: 100%;
  text-align: center;
}    
.certi img {
  padding: 0px 5px;
  width: 100px;
    height: auto;
}    
.whatsapp {
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 50px;
  z-index: 999;
}    
#aboutbg {
  padding-bottom: 40px;
}    
.privatelabel {
  width: 100%;
  float: none;
  min-height: auto;
  margin: -143px 0 0 0px;
}    
#expertise ul li {
  width: 100%;
  margin: 1.5% 0px;
  border: solid 2px #333;
  border-radius: 15px;
  float: none;
}    
#started h2 {
  color: rgba(255,255,255,1);
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 20px 0px;
}    
.milestones {
  width: 100%;
  float: none;
  min-height: auto;
  margin: 10px 0 0 0%;
}    
.infrastructure {
  width: 100%;
  float: none;
  min-height: auto;
  margin: 10px 0 0 0%;
}    
.director {
  float: none;
  width: 100%;
  margin: 2% 0 2% 0px;
  text-align: center;
}   
.director img {
  width: 75%;
  border-radius: 100px;
}   
.directordesk {
  float: none;
  width: 100%;
  padding: 20px 0px 0 0px;
}    
.directordesk h3 {
  text-align: center;
}  
.directordesk h2 {
  text-align: center;
}    
.directordesk p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}    
#ipage {
    width: 100%;
    background-color: #f7f7f7;
    padding-bottom: 50px;
    padding-top: 50px;
}   
    
.ithumb {
  float: none;
  margin-left: 0px;
  border-radius: 16px;
  margin-top: -260px;
  background-color: #fff;
  padding: 10px;
  box-sizing: border-box;
    width: 100%
}   
.itsd ul li {
  width: 100%;
  float: none;
  border: dotted 1px #999;
  box-sizing: border-box;
  height: 380px;
  padding: 30px;
    margin-bottom: 25px;
}    
.contentbar {
    width: 100%;
/*    min-height: 400px;*/
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 1px 3px #ccc;
    position: relative;
    z-index: 777;
    float: none;
    padding: 20px;
}   
.colmleft {
    width: 100%;
    float: none;
}
.colmright {
    width: 100%;
    float: none;
}   
.colm2 {
    width: 100%;
    margin: 4% 0%;
    float: none;
    padding-bottom: 5px;
}
.colm3 {
    width: 100%;
    margin: 4% 0%;
    float: none;
    box-shadow: 0 5px 5px rgba(9,41,114,0.1);
    padding: 20px;
    box-sizing: border-box;
}    
.menwear {
  width: 100%;
  float: none;
  margin: 20px 0 20px 0px;
  padding: 10px;
  text-align: center;
}    
.womenwear {
  width: 100%;
  float: none;
  min-height: 400px;
  margin: 20px 0 20px 0px;
  padding: 10px;
  text-align: center;
}    
.men {
  display: none;
} 
.women {
  display: none;
}     
.infraw {
  width: 100%;
}    
.brandslogos ul li {
  display: block;
}    
.grid figure {
  position: relative;
  float: none;
  margin: 10px 0%;
  max-height: auto;
  width: 100%;
}    
.botlinks {
  width: 100%;
  text-align: center;
}    
.botlinks ul {
  width: 100%;
  margin: 2.5% 0px;
  float: none;
}    
.mlink {
  padding: 10px 15px;
  background-color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
    display: block;
    margin-bottom: 10px;
}        
.mlinkd {
  background-color: #092972;
  color: rgba(255,255,255,1);
  font-size: 15px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.85px;
  padding: 10px 20px;
  border-radius: 12px;
  margin: 5px;
  border: solid 1px #fff;
  display: block;
}    
.lefts {
  float: none;
  width: 100%;
  text-align: center;
}   
.lefts img {
  width: 75%;
}    
.centers {
  width: 100%;
  margin: 5% 0;
  text-align: center;
  float: none;
  padding: 15% 0px 5% 0px;
}    
.rights {
  float: none;
  width: 100%;
  text-align: center;
}    
.rights img {
  width: 75%;
}     
.hpodcast {
  float: none;
  width: 100%;
  background-color: #000;
}    
.hblog {
  float: none;
  width: 100%;
  background-color: #000;
}    
.contentblock h2 {
  font-size: 30px;
  letter-spacing: 0.85px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin: 5px 0 10px 0px;
  text-transform: uppercase;
}    
.botlogo {
 margin-top: 0px;
    text-align: center;
    width: 100%;
}
.botlogo img {
  width: 100px;
}  
.tright {
  text-align: center;
}    
.stats {
  padding: 20px;
}    
.stats ul li {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 50px;
}  
.qualityclothing {
  width: 100%;
  padding: 0px 40px;
  margin: 0px 0px;
  
}    
.midlovebg img {
    width: 100%;
  margin-bottom: 50px;
}    
.brandlove {
  padding: 0px 0px;
}    
.tsd ul li {
  width: 100%;
  float: none;
  border: dotted 1px #999;
  box-sizing: border-box;
  height: 380px;
  padding: 30px;
}    
.leftcurve {
  border-radius: 0px;
}    
.prodcat ul li {
  width: 100%;
  float: left;
  margin: 0.1% 0px;
}    
.rightcurve {
  border-radius: 0px;
}    
.process ul li {
  width: 100%;
  float: none;
  text-align: center;
  margin-bottom: 25px;
  padding: 20px;
  box-sizing: border-box;
}    
.sustein ul li {
  width: 100%;
  float: none;
  padding: 20px;
  box-sizing: border-box;
}   
.botlinks ul li {

  list-style: none;
 
}    
}