.toy-load-more-wrapper {
	padding: 24px 0 8px;
}

.toy-load-more-btn {
	background: linear-gradient(135deg, #d9b169, #b97a25);
	border: none;
	color: #1a1a1a;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding: 12px 32px;
	border-radius: 999px;
	box-shadow: 0 8px 18px rgba(0,0,0,0.15);
	transition: transform 0.2s ease, box-shadow 0.3s ease, background 0.3s ease;
	position: relative;
	min-width: 220px;
}

.toy-load-more-btn:hover:not([disabled]) {
	transform: translateY(-2px);
	box-shadow: 0 12px 24px rgba(0,0,0,0.2);
	background: linear-gradient(135deg, #e2bf77, #cc8c32);
}

.toy-load-more-btn:focus {
	outline: none;
	box-shadow: 0 0 0 3px rgba(217,177,105,0.35);
}

.toy-load-more-btn.is-loading {
	opacity: 0.75;
	cursor: wait;
}

.toy-load-more-label {
	display: inline-block;
	margin-right: 10px;
}

.toy-load-more-icon {
	display: inline-block;
	font-size: 15px;
	transition: transform 0.2s ease;
}

.toy-load-more-btn:hover:not([disabled]) .toy-load-more-icon {
	transform: translateY(2px);
}

.toy-info-block {
	margin-top: 40px;
	background: linear-gradient(135deg, rgba(0,0,0,0.85), rgba(0,0,0,0.75));
	color: #f2e6d3;
	padding: 30px 40px;
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.25);
	line-height: 1.7;
}

.toy-info-block h3 {
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: #d9b169;
	margin-top: 30px;
}

.toy-info-block h3:first-child {
	margin-top: 0;
}

.toy-info-block p {
	margin-bottom: 18px;
}

.toy-info-columns {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 20px 30px;
	margin-top: 20px;
}

.toy-info-card {
	background: rgba(255,255,255,0.05);
	border-radius: 14px;
	padding: 20px;
	border: 1px solid rgba(217,177,105,0.2);
}

.toy-info-card h4 {
	font-size: 18px;
	margin-bottom: 12px;
	color: #f7dcb2;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.toy-info-points {
	columns: 2;
	column-gap: 40px;
	margin-top: 15px;
}

.toy-info-points li {
	list-style: none;
	margin-bottom: 8px;
	position: relative;
	padding-left: 18px;
}

.toy-info-points li::before {
	content: '\2022';
	color: #d9b169;
	position: absolute;
	left: 0;
	top: 0;
}

.toy-info-note {
	margin-top: 25px;
	font-style: italic;
	color: #e8cf9a;
}

@media (max-width: 991px) {
	.toy-info-columns {
		grid-template-columns: 1fr;
	}
	.toy-info-block {
		padding: 24px 28px;
	}
}

@media (max-width: 575px) {
	.toy-info-points {
		columns: 1;
	}
	.toy-load-more-btn {
		width: 100%;
	}
}
*{ 
	font-family:'Helvetica';
}
.text-center img {
	display: inline-block;
}

header {
	padding: 0px;
}
.header-top {
    padding: 32px 0px;
    background-color: #000;
}
header .mainmenu {
	float: left;
	padding-top: 20px;
}
.header-logo {
    text-align: center;
}
header .mainmenu ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
header .mainmenu ul li {
    padding: 0px 10px;
}
header .mainmenu ul li:last-child {
	padding-right: 0px !important;
}
/*************SUB MENU*************/
.mainmenu .sub-menu {list-style: outside none none;  min-width: 250px;  padding: 0;  position: absolute;  z-index: 1000;  display:none;}
.mainmenu li:last-child:hover .sub-menu {right: 0;}
.mainmenu li:hover .sub-menu{ display:block; }
.mainmenu .sub-menu li{padding:0px !important;}
.mainmenu .sub-menu li a { background-color: #fff;  display: block;  padding: 10px 15px !important;  text-align: left; color: #000 !important;  text-decoration: none;  transition: all 1s ease-in-out 0s;}
.mainmenu .sub-menu li a:hover { background:#fff !important; padding-left:25px; color: #000 !important;}
.col-md-5ths {
	width: 20%;
	float: left;
}

/*******MAIN MENU*********/
header .mainmenu .navbar {
	margin: 0px;
	padding: 0px;
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
  margin: 0px;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
header .mainmenu .navbar-nav a.active, header .mainmenu .navbar-nav a:focus, header .mainmenu .navbar-nav a:hover {
    background: none;
    color: #d9b169;
    background-image: url('img/others/strip.png');
    background-position: bottom;
    background-repeat: no-repeat;
    padding-bottom: 5px;
}
.header-btn a {
    background-color: #d9b169;
    padding: 5px 50px 5px 20px;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
    text-transform: uppercase;
    background-image: url('img/others/left-arrow.png');
    background-repeat: no-repeat;
    background-position: 90px;
    font-size: 14px;
}

header .header-bottom {
	position: relative;
}


header .header-bottom .item  img {
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}
header .header-bottom .banner-contents {
	position: absolute;
	left: 0;
	right: 0;
	top: 20%;
	width: 100%;
}
.banner-img img {
    width: 70% !important;
    position: relative;
    right: -240px !important;
    margin-top: -100px;
}
header .banner-contents h3 {
	font-size: 80px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
header .banner-contents h4 {
	font-size: 40px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
header .banner-contents h5 {
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
}
.banner-contents p {
    font-size: 30px;
    color: #fff;
    line-height: 1.7;
    padding-top: 20px;
    text-transform: uppercase;
    background-image: url('img/others/quotes-img.png');
    background-repeat: no-repeat;
    background-position: left 13px;
    background-size: 2%;
    font-weight: 700;
}
.banner-contents p span {
    color: transparent;
    padding-right: 10px;
}
.banner-contents a {
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 2px solid #e7b6d7;
	background-color: #e7b6d7;
	padding: 10px 30px;
}
/*********** CAROUSEL NAV***********/
header .header-bottom .owl-prev {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-left-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	left: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom .owl-next {
	background-color: rgba(0, 0, 0, 0) !important;
	background-image: url("img/icons/banner-right-arrow.png") !important;
	background-repeat: no-repeat !important;
	background-position: 0 0;
	margin:0px !important;
	display: inline-block;
	height: 64px;
	right: 5%;
	position: absolute;
	text-indent: -99999px;
	top: 45%;
	width: 33px;
	outline: none !important;
	opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
header .header-bottom:hover .owl-prev {
	opacity: 1;
	left: 2%;
}
header .header-bottom:hover .owl-next {
	opacity: 1;
	right: 2%;
}

/**********CAROUSEL DOTS***************/
header .header-bottom .owl-theme .owl-controls {
    margin-top: 0;
}
header .header-bottom .owl-dots {
	bottom: 35%;
	left: 0;
	position: absolute;
	right: 0;
}
header .header-bottom .owl-theme .owl-dots .owl-dot span {
	background-color: #d9b169;
}
header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    border-radius: 30px !important;
    border: 2px solid #d9b169;
    background-color: #b23a06;
    width: 15px;
    height: 15px;
}
.banner-shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -587px;
    z-index: 9;
}
.banner-shape1 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -7px;
    z-index: 9;
	
}

.banner-shapes {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
}

.news-cont-wrap {
    background-color: #fff;
    padding: 10px;    
    box-shadow: 0px 0px 6px #d6d6d6;
    -webkit-box-shadow: 0px 0px 6px #d6d6d6;
    -moz-box-shadow: 0px 0px 6px #d6d6d6;
    -ms-box-shadow: 0px 0px 6px #d6d6d6;
}
.news-section {
    background-image: url('img/others/bg-img2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 400px 0px 0px;
    /* background-color: #fcfcfc; */
}

.team-of-the {
    padding: 10px 0px 10px 0px;
    background-color: #eeeeee;
    border-radius: 90px;
    margin: 20px 0px;
    box-shadow: 0px 0px 6px #b4abab;
    -webkit-box-shadow: 0px 0px 6px #b4abab;
    -moz-box-shadow: 0px 0px 6px #b4abab;
    -ms-box-shadow: 0px 0px 6px #b4abab;
}
.news-contents {
    padding: 20px;
}
.news-contents h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.news-contents h4 {
    font-size: 18px;
    font-weight: 500;
    color: #b53b06;
    background-image: url('img/others/clock-img.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 20px;
    text-transform: uppercase;
}
.news-contents p {
    font-size: 17px;
    font-weight: 400;
}
.news-contents a {
    text-transform: uppercase;
    font-size: 16px;
    color: #b53b06;
    font-weight: 600;
    text-decoration: underline;
    background-image: url('img/others/learn-arrow.png');
    background-repeat: no-repeat;
    background-position: 97%;
    padding-right: 40px;
}
.our-heading {
    padding: 0px 0px 60px;
}
.heading h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
.news-wrap {
    padding: 40px 0px;
}
/*.nav-wrapper ul {
    background-color: #291d0f;
}*/
.nav-wrapper {
    background-color: #291d0f;
    padding: 12px 0px;
    border-radius: 50px;
}
.nav-wrapper ul li a.active {
    position: relative;
    background-color: #ba8e37;
    color: #fff;
    padding: 6px 15px;
    border-radius: 25px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
}
.nav-wrapper ul li {
    padding-right: 25px;
    overflow: hidden;
}
.team-icon {
    text-align: left;
}
.nav-wrapper ul li a {
    font-size: 18px;
    padding: 6px 10px;
    background-color: transparent;
    color: #fff;
    font-weight: 500;
    border-radius: 30px;
    text-decoration: none;
    vertical-align: middle;
}
.team-of-the {
    padding: 30px 0px 30px 0px;
    background-color: #ba8e37;
    border-radius: 90px;
    margin: 20px 0px;
}
.team-of-the.clor-2 {
    background: linear-gradient(
        -72deg,
        #dedede,
        #ffffff 16%,
        #dedede 21%,
        #ffffff 24%,
        #aaaaaa 27%,
        #dedede 36%,
        #ffffff 45%,
        #cccccc 60%,
        #dedede 72%,
        #ffffff 80%,
        #dedede 84%,
        #a1a1a1);
    padding: 30px 0px 30px 0px;
    
}
.our-section {
    background-color: #f5f5f5;
    padding: 70px 0px;
}
.team-of-the.clor-3 {
    background: linear-gradient(
        -72deg,
        #ca7345,
        #ffdeca 16%,
        #ca7345 21%,
        #ffdeca 24%,
        #a14521 27%,
        #ca7345 36%,
        #ffdeca 45%,
        #ffdeca 60%,
        #ca7345 72%,
        #ffdeca 80%,
        #ca7345 84%,
        #732100
      );
      padding: 30px 0px 30px 0px;
}
.team-of-the {
    padding: 10px 0px 10px 0px;
    background-color: #eeeeee;
    border-radius: 90px;
    margin: 20px 0px;
    box-shadow: 0px 0px 6px #c2bbbb;
    -webkit-box-shadow: 0px 0px 6px #c2bbbb;
    -moz-box-shadow: 0px 0px 6px #c2bbbb;
    -ms-box-shadow: 0px 0px 6px #c2bbbb;
}
.team-of-the.clor-1 {
    background: linear-gradient(-72deg, #bf953f,#fcf6ba,#b38728,#fbf5b7,#aa771c);
    padding: 30px 0px 30px 0px;
}
.team-of-the.clor-2 h3 {
    color: #fff;
}

.team-contents h3 {
    font-size:20px;
    font-weight: 700;
    color: #000;
}
.team-contents {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.team-pts h3 {
    font-size: 16px;
    color: #cd7f32;
    padding: 10px;
}
.team-icon img {
    width: 30%;
}
.team-num h3 {
    font-size: 40px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
    margin: auto;
}
.team-of-the.clor-1 .team-num h3 {
    color: #fff;
}
.team-of-the.clor-3 .team-num h3 {
    color: #fff;
}
.team-cont-wrap1 p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}
.team-of-the.clor-1 .team-contents h3 {
    color: #fff;
}
.team-of-the.clor-1 .team-contents p {
    color: #fff;
}
.team-of-the.clor-1 .team-pts h3{
    color: #000;
}
.team-of-the.clor-2 .team-contents h3 {
    color: #fff;
}
.team-of-the.clor-2 .team-contents p {
    color: #fff;
}
.team-of-the.clor-2 .team-pts h3{
    color: #000;
}
.team-of-the.clor-3 .team-contents h3 {
    color: #fff;
}
.team-of-the.clor-3 .team-contents p {
    color: #fff;
}
.team-of-the.clor-3 .team-pts h3{
    color: #000;
}
.nav-tabs {
    border-bottom: none !important;
}
.contact-wrap {
    padding-top: 50px;
}
.test-contents {
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0px 0px 6px #d6d6d6;
    -webkit-box-shadow: 0px 0px 6px #d6d6d6;
    -moz-box-shadow: 0px 0px 6px #d6d6d6;
    -ms-box-shadow: 0px 0px 6px #d6d6d6;
    border: 1px solid #cecece;
    margin: 0px 5px;
    border-radius: 5px;
}
.test-section {
    background-image: url('img/others/bg-img1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 70px 0px 450px;
}
.footer-shape {
    position: absolute;
    left: 0;
    right: 0;
    top: -544px;
    z-index: 9;
}

.footer-section {
    position: relative;
    padding: 110px 0px 0px;
    background-color: #050808;
}
.input-group input {
    color: #000;
    font-size: 14px;
    padding: 10px 15px;
}
.input-group-prepend span {
    background-color: #b53b06;
    padding: 0px 30px;
    border: none;
}
span#basic-addon1 {
    border-radius: 6px;
}
input.form-control.fc {
    margin-right: -3px;
}
.footer-logo a img {
    padding-bottom: 20px;
}
.search-input {
    padding-bottom: 30px;
}
.input-group-prepend span a{
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	border-right: 10px;
}
.footer-wrap h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
}
.footer-wrap ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    font-weight: 400;
}
.search-input {
    padding-bottom: 30px;
    width: 94%;
}
.footer-wrap ul li {
    padding-bottom: 20px;
}
.footer-contact ul li {
	background-repeat: no-repeat;
	padding-left: 35px;
	background-position: left 3px;
	padding-bottom: 20px;
}
.footer-contact ul li.location {
	background-image: url(img/others/cont-3.png);
}
.footer-contact ul li.phone {
	background-image: url(img/others/cont-1.png);
}	
.footer-contact ul li.mail {
	background-image: url(img/others/cont-2.png);
}
.social-icons ul li a i {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding-top: 9px;
    text-align: center;
    background-color: transparent;
    border: 2px solid #fff;
}
.social-icons ul li a {
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.social-icons ul li {
	padding-right: 8px;
}
.copy-cont p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 0px;
}
.copy-cont {
    padding: 20px 0px;
    border-top: 1px solid #4b4b4b;
}

.contact-cont {
    padding-left: 100px;
}
.contact-cont ul li {
    background-repeat: no-repeat;
    padding-left: 65px;
    background-position: left 13px;
    padding-bottom: 30px;
}
.contact-cont ul li.location {
	background-image: url(img/others/map-icon.png);
}
.contact-cont ul li.phone {
	background-image: url(img/others/pho-icon.png);
}	
.contact-cont ul li.mail {
	background-image: url(img/others/mes-icon.png);
}
.addrs {
    padding: 30px 0px 0px;
}
.contact-section {
    padding-bottom: 550px;
}
.contact-cont-wrap h4 {
    font-size: 18px;
    color: #d19220;
    font-weight: 600;
    text-transform: uppercase;
    padding-top: 30px;
}
.contact-cont-wrap {
    padding-bottom: 50px;
}
.contact-cont-wrap {
    padding-bottom: 50px;
}
.contact-cont h4 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.addrs ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.addrs ul li a span{
    color: #000;
    font-weight: 400;
}
.social-icons.contact h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
}
.social-icons.contact ul li {
    padding-left: 5px;
    background-position: left 13px;
}
.social-icons.contact ul li a i {
    color: #d9b169;
    border: 2px solid #d9b169;
}
.social-icons.contact ul {
    padding: 15px 0px 0px;
    margin: 0px;
}
.regi-info h4 {
    text-transform: capitalize !important;
    color: #393838 !important;
}
.regi-info h5 {
    font-size: 18px;
    color: #d9b169;
    font-weight: 400;
    padding: 20px 0px;
}
.regi-info p {
    font-size: 18px;
    color: #282828;
    font-weight: 400;
}
.addrs ul li a span {
    font-weight: 400;
    color: #000;
}
.check-info input.c2 {
    accent-color: #ce2537;
}
.check-info input.c1 {
    accent-color: #16620a;
}
.check-info ul li:first-child {
    padding-right: 40px;
}
.check-info {
    padding: 10px 20px;
    margin-bottom: 30px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #d5d9dd;
}
.check-info label {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.check-info p {
    color: #000;
    font-size: 18px;
    font-weight: 400;
}
.sign-up-btn a {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #d9b169;
    padding: 10px 30px;
}

.sign-up-btn {
    padding-top: 30px;
}
.contact-wrap input {
    padding: 20px 10px;
    font-size: 18px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #d5d9dd;
    color: #3a3a3a;
    font-weight: 500;
}
.contact-wrap .form-control::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact-wrap .form-control::-moz-placeholder {
  color: #000;
  opacity: 1;
}

.contact-wrap .form-control::-ms-input-placeholder {
  color: #000;
  opacity: 1;
}

.contact-wrap .form-control::placeholder {
  color: #000;
  opacity: 1;
}
.check-info.le-hi {
    line-height: 40px;
}
.contact-section.sign-up {
    padding: 30px 0px 0px 0px !important;
}
.test-section1 {
    padding: 100px 0px 450px;
}


.team-cont.team.heading {
    padding-bottom: 100px;
}
.team-section {
    padding: 70px 0px;
}
.team-section {
    padding: 70px 0px;
}
/*.team-img{	
    background-image: url('img/others/team-bg-img.png');
    background-repeat: no-repeat;
    background-position: center;
}*/

.team-year-section {
    padding-bottom: 500px;
}
.team-cont p {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    text-align: justify;
}
.nav-wrapper1 ul li a{
    padding: 10px 30px;
    background-color: transparent;
    margin-left: 40px;
    border-radius: 5px;
    border: 2px solid #d3d3d3;
}
.nav-wrapper1 a {
    color: #000;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
}
.nav-wrapper1 a.active {
    color: #fff;
}
.nav-wrapper1 ul li a.active{
	background-color: #b53b06;
}
.id-table-cont tr th {
    padding: 15px 0px;
    font-size: 18px;
    background-color: #d9b169;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}
.nav-wrapper1 {
    padding-bottom: 50px;
}
.id-table-cont table {
    width: 100% !important;
    margin: auto !important;
}
.id-table-cont tr td {
    padding: 20px 0px;
    font-size: 18px;
    border-right: 2px solid #d3d3d3;
    text-align: center;
    color: #000;
    font-family: 'Lato';
    font-weight: 400;
}
.team-cont-wrap {
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    padding-top: 45px;
}
.more-btn {
    background-color: #d9b169;
    padding: 20px 0px;
}
.more-btn a{
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}
.event-section {
    padding: 70px 0px 450px;
}
.even-table-cont table tr th {
    padding: 20px 0px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #d9b169;
}
.even-table-cont table {
    width: 100%;
}
.even-table-cont {
    border: 2px solid #cdcdcd;
    text-align: center;
}
th.th1 {
    width: 45% !important;
}
td.th1 {
    width: 40% !important;
    padding: 20px 0px;
}
table.table1 {
    background-color: #f5f5f5;
}
.even-table-cont tr td a{
	font-size: 18px;
	color: #fff;
    padding: 10px 20px !important;
    background-color: #b53b06;
    border-radius: 5px;
    text-decoration: none;
}
.even-table-cont a{
	font-size: 18px;
	color: #fff;
    padding: 10px 20px !important;
    background-color: #b53b06;
    border-radius: 5px;
    text-decoration: none;
}
.even-table-cont tr td {
    border-right: 2px solid #cdcdcd;
    font-size: 16px;
    color: #000;
    font-family: 'Lato';
    font-weight: 400;
}
.even-table-cont tr td:last-child {
    border-right: none;
    width: 20%;
}
.more-btn h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
}
td.th2 {
    width: 23%;
}
.banner-info.tefo h3 {
    font-size: 54px;
}


/*RESPONSIVE*/
@media screen and (max-width: 2880px) {
	
	.banner-shape {
	    bottom: -427px;
	}
	.footer-shape {
	    top: -444px;
	}
	.footer-section {
	    padding: 60px 0px 0px;
	}
	.contact-section {
	    padding-bottom: 450px;
	}
	.top-fixer{
		margin-top: 330px;
	}

}

@media screen and (max-width: 1920px) {
	.banner-shape {
	    bottom: -287px;
	}
	.news-section {
	    padding: 220px 0px 50px;
	}
	.footer-shape {
	    top: -304px;
	}
	.test-section {
	    padding: 70px 0px 330px;
	}
	.header-top {
	    padding: 17px 0px;
	    background-color: #000;
	}
	header .header-bottom .owl-dots {
	    bottom: 15%;
	}
	.contact-section {
	    padding-bottom: 350px;
	}
	.banner-img img {
	    right: -130px !important;
	}
	.top-fixer{
		margin-top: 220px;
	}

}
@media screen and (max-width: 1680px) {
	.header-top {
	    padding: 20px 0px;
	    background-color: #000;
	}
	.banner-shape {
	    bottom: -247px;
	}
	.footer-shape {
	    top: -254px;
	}
	.test-section1 {
	    padding: 100px 0px 320px;
	}
	.team-year-section {
	    padding-bottom: 380px;
	}
	.event-section {
	    padding: 70px 0px 320px;
	}
	.top-fixer{
		margin-top: 190px;
	}

}

@media screen and (max-width: 1600px) {

	
	header .mainmenu ul li a {
	    font-size: 15px;
	}
	.top-fixer{
		margin-top: 180px;
	}
}

@media screen and (max-width: 1440px) {

	
	.banner-shape {
	    bottom: -3px;
	}
	.footer-shape {
	    top: -224px;
	}
	.test-section {
	    padding: 70px 0px 180px;
	}
	.banner-shape {
	    bottom: -213px;
	}
	.banner-img img {
	    width: 60% !important;
	}
	.contact-section {
	    padding-bottom: 300px;
	}
	.addrs {
	    padding: 15px 0px 0px !important;
	}
	
	.team-year-section {
	    padding-bottom: 300px;
	}
	.top-fixer{
		margin-top: 160px;
	}

}

@media screen and (max-width: 1366px) {

	
	.banner-shape {
	    bottom: -3px;
	}
	.top-fixer{
		margin-top: 155px;
	}
		
}

@media screen and (min-width: 1100px) and (max-width: 1280px) {
	.banner-img img {
	    width: 26%;
	}
	.banner-img img {
	    width: 70% !important;
	    right: -130px !important;
	    margin-top: -150px;
	}
	header .mainmenu ul li a {
	    font-size: 16px;
	}
	.banner-shape {
	    bottom: -214px;
	}
	.footer-shape {
	    top: -204px;
	}
	.banner-shape1 {
    bottom: -20px;
	}
	header .header-bottom .banner-contents {
    top: 30%;
	}	
	.contact-section {
	    padding-bottom: 250px;
	}
	.banner-contents p {
	    background-size: 4%;
	}
	.top-fixer{
		margin-top: 145px;
	}
	
}
@media screen and (max-width: 1279px) {
	
	header .mainmenu ul li a {
	    font-size: 15px;
	}
	header .mainmenu ul li {
	    padding: 0px 6px !important;
	}
	
	.banner-img img {
	    width: 25%;
	}
	header .banner-contents h4 {
	    font-size: 20px;
	}
	header .banner-contents h3 {
	    font-size: 43px;
	}
	.banner-contents p {
	    font-size: 18px;
	    background-position: left 16px;
	    background-size: 3%;
	}
	header .mainmenu ul li a {
	    font-size: 14px;
	}
	header .mainmenu {
	    padding-top: 10px;
	}
	
	.banner-img img {
	    width: 50% !important;
	    right: -130px !important;
	}
	.news-contents h3 {
	    font-size: 15px;
	}
	.nav-wrapper ul li {
	    padding-right: 28px;
	}
	.nav-wrapper ul li a.active {
	    padding: 4px 12px;
	    border-radius: 20px;
	    display: inline-block;
	    vertical-align: middle;
	}
	.nav-wrapper {
	    padding: 10px 0px;
	}
	.team-of-the.clor-1 {
	    padding: 10px 0px 10px 0px;
	}
	.team-num h3 {
	    font-size: 40px;
	}
	.team-contents h3 {
	    font-size: 20px;
	}
	.team-cont-wrap1 p {
	    font-size: 16px;
	}
	.team-pts h3 {
	    font-size: 22px;
	}
	.team-of-the.clor-2 {
	    padding: 10px 0px 10px 0px;
	}
	.team-of-the.clor-3 {
		padding: 10px 0px 10px 0px;
	}
	.team-of-the {
 	   padding: 10px 0px 10px 0px;
 	}
 	.footer-wrap h3 {
	    font-size: 16px;
	}
	
	.footer-wrap ul li a {
	    font-size: 16px;
	}
	.header-top {
	    padding: 17px 0px;
	}
	.banner-shape {
	    bottom: -153px;
	}
	.footer-shape {
	    top: -154px;
	}
	.test-section {
	    padding: 70px 0px 200px;
	}
	.heading h3 {
	    font-size: 22px;
	}
	.contact-cont-wrap h4 {
	    font-size: 15px;
	    padding-top: 20px;
	}
	.contact-cont ul li {
	    padding-left: 60px;
	    background-position: left 10px;
	    padding-bottom: 15px;
	    background-size: 15%;
	}
	.contact-cont h4 {
	    font-size: 17px;
	}
	.contact-cont-wrap {
	    padding-bottom: 18px;
	}
	
	.contact-wrap input {
	    padding: 15px 10px;
	    font-size: 16px;
	}
	.check-info label {
	    font-size: 16px;
	}
	.check-info p {
	    font-size: 16px;
	}
	.check-info.le-hi {
	    line-height: 48px;
	}
	.check-info {
	    padding: 15px 10px;
	}
	.sign-up-btn a {
	    font-size: 16px;
	}
	.test-section1 {
	    padding: 60px 0px 230px;
	}
	.contact-cont {
	    padding-left: 30px;
	}
	.contact-cont ul li {
	    padding-left: 60px;
	    background-position: left 7px;
	    padding-bottom: 15px;
	    background-size: 11%;
	}
	.addrs ul li a {
	    font-size: 16px;
	}
	.social-icons.contact h3 {
	    font-size: 16px;
	}
	.contact-section {
	    padding-bottom: 250px;
	}
	.team-cont p {
	    font-size: 15px;
	}
	.even-table-cont table tr th {
	    padding: 15px 0px;
	    font-size: 16px;
	}
	.more-btn h4 {
	    font-size: 16px;
	}
	.more-btn {
	    padding: 15px 0px;
	}
	.even-table-cont tr td {
	    font-size: 16px;
	}
	.even-table-cont tr td a {
	    font-size: 16px;
	    padding: 10px !important
	}
	.top-fixer{
		margin-top: 145px;
	}
}
@media screen and (max-width: 1180px) {
	.banner-shape {
	    bottom: -184px;
	}
	.footer-shape {
	    top: -162px;
	}
	.test-section {
	    padding: 70px 0px 240px;
	}
	.top-fixer{
		margin-top: 135px;
	}
}

@media screen and (max-width: 1024px) {
	.banner-shape {
		    bottom: -164px;
	}
	header .header-bottom .banner-contents {
	    top: 35%;
	}
	.banner-img img {
	    width: 50% !important;
	    right: -210px !important;
	}
	.top-fixer{
		margin-top: 115px;
	}
}

@media screen and (max-width: 1023px) {
	.col-md-5ths {
		width: 20%;
		float: left;
	}
	header .mainmenu ul li {
	    padding: 0px 7px !important;
	}
	header .mainmenu ul li a {
	    font-size: 13px;
	}
	
	.banner-contents p {
	    background-size: 5%;
	}
	header .banner-contents h3 {
	    font-size: 35px;
	}
	.header-top {
	    padding: 10px 0px;
	}
	.news-contents h3 {
	    font-size: 13px;
	}
	.news-contents h4 {
	    font-size: 13px;
	    background-size: 7%;
	}
	.news-contents p {
	    font-size: 13px;
	}
	.news-contents a {
	    font-size: 13px;
	    background-position: 82%;
	    background-size: 10%;
	}
	.news-section {
	    padding: 20px 0px;
	}
	.our-section {
	    padding: 30px 0px;
	}
	.heading h3 {
	    font-size: 22px;
	}
	.our-heading {
	    padding: 0px 0px 30px;
	}
	.nav-wrapper ul li a.active {
	    padding: 4px 12px;
	    border-radius: 20px;
	    display: inline-block;
	    vertical-align: middle;
	}
	.nav-wrapper ul li a {
	    font-size: 16px;
	    padding: 4px 10px;
	    vertical-align: middle;
	}
	.nav-wrapper {
	    padding: 7px 0px;
	}
	.team-num h3 {
	    font-size: 30px;
	    padding: 10px 0px !important;
	}
	.team-of-the {
	    padding: 10px 0px 0px 0px;
	}
	.team-contents h3 {
	    font-size: 17px;
	}
	.team-cont-wrap1 p {
	    font-size: 14px;
	}
	.team-pts h3 {
	    font-size: 18px;
	}
	.test-contents {
	    margin: 0px 15px;
	}
	.banner-shape {
	    bottom: -123px;
	}
	.news-section {
	    padding: 100px 0px 30px;
	}
	.footer-shape {
	    top: -114px;
	}
	.contact-cont {
	    padding-left: 20px;
	}
	.check-info.le-hi {
	    line-height: 32px;
	}
	.test-section1 {
	    padding: 60px 0px 180px;
	}
	.contact-section {
		padding-bottom: 250px;
	}
	.contact-cont ul li {
	    padding-left: 50px;
	}
	.id-table-cont tr td {
	    font-size: 15px;
	}
	.more-btn a {
	    font-size: 16px;
	}
	.id-table-cont tr th {
	    font-size: 16px;
	}
	.nav-wrapper1 ul li a {
	    margin-left: 10px;
	}
	.team-img {
	    padding-top: 60px;
	}
	.team-cont.team.heading {
	    padding-bottom: 50px;
	}
	.event-section {
	    padding: 70px 0px 200px;
	}
	.banner-img img {
	    width: 50% !important;
	    right: -160px !important;
	}
}


@media screen and (max-width: 767px) {
	header .header-logo {
	    text-align: center;
	}
	.header-top {
	    padding: 10px 0px;
	 
	}
    .team-icon {
        text-align: center;
    }
	.team-section {
	    padding: 15px 0px 0px;
	}
	.test-section {
	    padding: 70px 0px 130px;
	}
	
	header .header-logo img {
		display: inline-block;
	}
	header .mainmenu .navbar {
	  margin: 0;
	  padding: 0;
	}
	.icon-bar {
		background-color: #fff;
		border-radius: 1px;
		display: block;
		height: 2px;
		width: 22px;
	}
	.icon-bar + .icon-bar {
		margin-top: 4px;
	}
	button:focus {
		outline: none;
	}
	.navbar-toggler {
	  background-color: transparent;
	  background-image: none;
	  border-radius: 0;
	  padding: 9px 10px;
	}
	.navbar-dark .navbar-toggler {
	  border: medium none;
	}
	header .header-top .mainmenu ul li {
	  margin-bottom: 10px;
	}
	header .header-top .mainmenu ul li .sub-menu li {
	  margin-bottom: 0px;
	}
	.mainmenu li:last-child:hover .sub-menu {
		right: auto;
	}
	header .mainmenu {
		float: none;
		padding-top: 0px;
	}
	.navbar-dark .navbar-brand {
	    width: 40%;
	}
	header .header-bottom .banner-contents {
	    top: 12%;
	}
	.banner-img img {
	    width: 35% !important;
	    right: -330px !important;
	    margin-top: -140px;
	}
	.banner-contents p {
	    background-size: 3%;
	}
	.news-contents h4 {
	    font-size: 13px;
	    background-size: 3%;
	    background-position: 40%;
	}
	.news-wrap {
	    padding: 40px 0px;
	    text-align: center;
	}
	.news-cont-wrap{
		margin: 10px;
	}
	.nav-wrapper ul li a {
	    font-size: 14px;
	    padding: 10px;
	}
	.nav-wrapper {
	    padding: 5px 0px;
	}
	.team-of-the {
	    text-align: center;
	}
	.team-of-the {
	    text-align: center;
	    width: auto;
	    margin: 10px 10px;
	}
	.social-icons ul li a i {
	    font-size: 18px;
	}
	.banner-shape {
	    bottom: -103px;
	}
	.footer-shape {
	    top: -94px;
	}
	.footer-logo a img {
	    width: 40%;
	}
	.input-group-prepend span a {
	    font-size: 66%;
	}
	header .header-bottom  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	    width: 12px;
	    height: 12px;
	}
	.banner-contents.cont {
	    top: 120px !important;
	}
	.test-section1 {
	    padding: 60px 0px 150px;
	}
	.contact-wrap input {
	    padding: 10px;
	    font-size: 14px;
	}
	.contact-cont {
	    padding-left: 0px !important;
	    padding-top: 40px !important;
	}
	.contact-cont ul li {
	    padding-left: 60px;
	    background-size: 10%;
	}
	.contact-section {
		padding-bottom: 150px;
	}
	.addrs ul li a {
	    font-size: 15px;
	}
	.contact-cont-wrap {
		text-align: center;
	}
	.banner-info.tefo h3 {
		font-size: 23px !important;
	}
	.team-img {
	    padding-top: 0px;
	}
	.nav-wrapper1 ul li a {
 	   padding: 10px 10px;
 	}
	.team-cont {
	    padding: 50px 0px;
	    text-align: center;
	}
	.nav-wrapper1 a {
	    font-size: 14px;
	}
	.id-table-cont tr th {
	    font-size: 14px;
	}
	.id-table-cont tr th {
		font-size: 14px;
	}
	.more-btn {
	    padding: 10px 0px;
	}
	.team-year-section {
	    padding-bottom: 150px;
	}
	.even-table-cont tr td {
	    font-size: 13px;
	    padding: 5px;
	}
	.even-table-cont tr td a {
		font-size: 12px;
		padding: 4px !important;
	}
	.even-table-cont table tr th {
	    padding: 10px 0px;
	    font-size: 14px;
	}
	.more-btn h4 {
	    font-size: 14px;
	    margin: 0px;
	}
	.footer-logo.ftlogo {
	    text-align: center;
	}
	.top-fixer{
		margin-top: 88px;
	}
}
@media screen and (max-width: 480px) {
	
	header .banner-contents h4 {
	    font-size: 15px;
	}
	header .banner-contents h3 {
	    font-size: 25px;
	}
	.banner-contents p {
	    background-size: 3%;
	    padding: 0px;
	    background-position: left 0px;
	}
	.team-of-the {
	    margin: 10px 0px;
	}
	.nav-wrapper ul li {
	    padding-right: 10px;
	}
	.footer-wrap h3 {
	    font-size: 14px;
	}
	.footer-wrap ul li a {
	    font-size: 14px;
	}
	.copy-cont p {
	    font-size: 13px;
	}
	.footer-shape {
	    top: -68px;
	}
	.test-section {
	    padding: 70px 0px 90px;
	}
	.banner-shape {
	    bottom: -73px;
	}
	.footer-logo a img {
	    width: 60%;
	}
	header .header-bottom .banner-contents {
	    top: 23%;
	}
	.banner-contents p {
	    font-size: 15px;
	}
	.banner-contents.cont {
	    top: 65px !important;
	}
	.banner-img img {
	    top: 40px;
	}
	.banner-img img {
	    width: 25% !important;
	    right: -295px !important;
	    margin-top: -140px;
	}
	.contact-cont-wrap h4 {
		font-size: 13px;
	}
	.heading h3 {
		font-size: 20px;
	}
	.contact-cont ul li {
	    padding-left: 40px;
	}
	.team-cont-wrap {
	    padding-top: 30px;
	}
	.nav-wrapper1 ul li a {
	    padding: 6px;
	}
	.nav-wrapper1 a {
		font-size: 12px;
	}
	.nav-wrapper1 {
		padding-bottom: 30px;
	}
	.even-table-cont tr td a {
	    font-size: 10px;
	}
	.top-fixer{
		margin-top: 55px;
	}
}

@media screen and (max-width: 428px) {
	.even-table-cont tr td a {
	    font-size: 8px;
	}
  .news-contents h4 {
        font-size: 13px;
        background-size: 3%;
        background-position: 36%;
    }
}

@media screen and (max-width: 414px) {
	
	
	header .banner-contents h4 {
	    font-size: 10px;
	}
	header .banner-contents h3 {
	    font-size: 20px;
	}
	.banner-contents p {
	    font-size: 13px;
	    background-position: left 16px;
	    background-size: 3%;
	}
	.nav-wrapper ul li {
	    padding-right: 3px !important;
	}
	.footer-shape {
	    top: -58px;
	}
	.banner-shape {
	    bottom: -53px;
	}
	header .header-bottom .owl-dots {
	    bottom: 10%;
	}
	.banner-img img {
	    width: 26% !important;
	    right: -231px !important;
	    margin-top: -150px !important;
	}
	
	.contact-section {
	    padding-bottom: 100px;
	}
	.nav-wrapper1 ul li a {
	    padding: 6px !important;
	}
	.nav-wrapper1 ul li a {
		margin-left: 5px;
	}
	.even-table-cont tr td a {
	    font-size: 7px;
	}
	.even-table-cont tr td {
	    font-size: 10px;
	}
	.more-btn h4 {
	    font-size: 12px;
	 
	}
	.even-table-cont table tr th {
	    font-size: 12px;
	}
	.banner-info.tefo h3 {
		font-size: 24px !important;
	}
	.event-section {
	    padding: 30px 0px 100px;
	}
	.banner-info.tefo h3 {
	    font-size: 18px !important;
	}

}
@media screen and (max-width: 387px) {
		.nav-wrapper ul li a {
	    font-size: 14px;
	    padding: 5px;
	}
	.nav-wrapper ul li a {
	    font-size: 13px;
	    padding: 5px;
	}
	.banner-img img {
	    width: 31% !important;
	    right: -195px !important;
	    margin-top: -110px;
	}
	.banner-contents p {
	    font-size: 13px;
	    background-position: left 0px;
	    background-size: 3%;
	}
	.banner-contents.cont {
	    top: 45px !important;
	}
	.banner-img img {
	    width: 26% !important;
	    right: -233px !important;
	    margin-top: -110px !important;
	}
	.nav-wrapper1 ul li a {
	    padding: 5px !important;
	    margin-left: 3px;
	}
	.nav-wrapper1 a {
	    font-size: 10px;
	}
	.team-cont-wrap {
	    padding-top: 20px;
	}
	.nav-wrapper1 {
		padding-bottom: 20px;
	}
	.id-table-cont tr td {
	    font-size: 13px;
	}
	.id-table-cont tr th {
	    font-size: 12px;
	}
	.team-cont {
	    padding: 20px 0px;
	}
	.team-section {
	    padding: 30px 0px;
	}
	.team-year-section {
	    padding-bottom: 100px;
	}
	.more-btn {
	    padding: 8px 0px;
	}
	.more-btn a {
	    font-size: 14px;
	}
}
@media screen and (max-width: 375px) {
	.news-contents h4 {
	    font-size: 13px;
	    background-size: 5%;
	    background-position: 27%;
	}
	.even-table-cont tr td:last-child {
	    border-right: none;
	    width: 20%;
	    padding: 0px;
	}
	.top-fixer{
		margin-top: 45px;
	}
}
@media screen and (max-width: 360px) {

	.footer-shape {
	    top: -52px;
	}
	.banner-img img {
	    width: 30% !important;
	    right: -233px !important;
	    margin-top: -110px !important;
	}
	
}
@media screen and (max-width: 320px) {
	.banner-img img {
	    width: 27% !important;
	    right: -211px !important;
	    margin-top: -120px !important;
	}
	.even-table-cont tr td {
	    font-size: 8px;
	}
}