/*

Breezed Template

https://templatemo.com/tm-543-breezed

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900");
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

@font-face {
    font-family: 'code_nextextrabold';
    src: url(../fonts/code-next-extrabold-webfont.woff2) format('woff2'),
         url(../fonts/code-next-extrabold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  /* font-family: 'Raleway', sans-serif; */
  font-family: 'Poppins';
  font-weight: 400;
  /* background-color: #fff; */
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
  line-height: 25px;
  color: #777;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  /* background: #fff; */
  font-family: 'Poppins', sans-serif !important;
}

::selection {
  background: #5fb759;
  color: #fff;
}

::-moz-selection {
  background: #5fb759;
  color: #fff;
}

@media (max-width: 991px) {
  html, body {
    overflow-x: hidden;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

a.main-stroked-button {
  font-size: 13px;
  border-radius: 25px;
  padding: 11px 25px;
  background-color: transparent;
  border: 2px solid #1dc2ce;
  text-transform: uppercase;
  color: #1dc2ce;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-stroked-button:hover {
  background-color: #1dc2ce;
  color: #fff;
}

a.main-filled-button {
  font-size: 13px;
  border-radius: 4px;
  padding: 13px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #1dd3b0;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-filled-button:hover {
  color: #000;
  background-color: #fff;
}

a.main-button-icon {
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #1dc2ce;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.main-button-icon:hover i {
  padding-left: 5px;
}

button.main-button {
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 13px;
  border-radius: 25px;
  padding: 10px 25px;
  background-color: #fff;
  text-transform: uppercase;
  color: #5fb759;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button:hover {
  color: #fff;
  background-color: #5fb759;
}

button.main-button-icon {
  border: none;
  outline: none;
  font-size: 13px;
  border-radius: 25px;
  padding: 13px 25px;
  background-color: #5fb759;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

button.main-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

button.main-button-icon:hover i {
  padding-left: 5px;
}

a.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: #5fb759;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}


.section-heading h6 {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.section-heading h2 {
  font-size: 32px;
  font-weight: 800;
  letter-spacing: 1px;
  margin-top: 20px;
  margin-bottom: 0px;
}


/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #fff;
  height: 85px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #334290!important;
}

.background-header .main-nav .nav li:hover a {
  color: #243d8f!important;
}

.background-header .nav li a.active {
  color: #243d8f!important;
}

.header-area {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 80px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  box-shadow: 0px 3px 6px 3px rgb(0 0 0 / 15%);
}

.header-area .main-nav {
  min-height: 80px;
  background: transparent;
}

.header-area .main-nav .logo {
  line-height: 80px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}


.header-area .main-nav .nav {
  float: right;
  margin-top: 27px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

.header-area .main-nav .nav .search-icon {
  float: right;
  margin-left: 15px;
}

.header-area .main-nav .nav .search-icon a {
  
  color: #fff;
  /* width: 40px;
  height: 40px;
  display: inline-block; */
  text-align: center;
  line-height: 40px;
  padding:8px 30px;
  border-radius:4px;
  font-weight:bold;
  border:1px solid #fff;
}



@media (max-width: 767px) {
  .header-area .main-nav .nav .search-icon {
    float: none;
    text-align: center;
    width: 100%;
    background-color: #1dd3b0;
    margin-left: 0px;
	text-align: left;
    text-indent: 25px;
	padding: 8px 0px 8px 0px;
	border: 1px solid #fff;
  }
}

.header-area .main-nav .nav .search-icon a:hover {
  opacity: 1;
  color: #000!important;
}

.header-area .main-nav .nav li a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #1dc2ce;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 0px;
 
}

.header-area .main-nav .nav li a {
  color: #334290;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #334290!important;
  opacity: 1;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #334290!important;
  opacity: 1;
}

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 35px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #334290;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #334290;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 40px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #fff;
  color: #7a7a7a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  border-bottom: 1px solid #f5f5f5;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #334290!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 23px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #1e1e1e;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #1e1e1e;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #1e1e1e;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #1e1e1e;
}

.header-area.header-sticky {
  min-height: 80px;
  background-color: #FFF;
      margin-top: 34px;
  
}

.header-area.header-sticky .nav {
  margin-top: 20px !important;
}

.header-area.header-sticky .nav li a.active {
  color: #5fb759;
}
.top_header{
	position: fixed;
    top: 0;
    background: #E9C834;
    width: 100%;
	color:#334290;
	z-index: 1;
	padding:5px;
}
.top_headerblue{
	position: fixed;
    top: 0;
    background: #1AC4D8;
    width: 100%;
	color:#FFF;
	z-index: 1;
	padding:5px;
}
.contact_header{font-size:12px; padding-top: 3px;}
.contact_headerblue{font-size:12px; padding-top: 3px;}
.toplink{border: 1px solid; font-size:12px; padding: 0px 5px;}
.contact_header a, .socialIcons_header a, .post-social-network a {
    color: #334290 !important;
    text-decoration: none;
    background-color: transparent;
}

.contact_headerblue a, .socialIcons_headerblue a, .post-social-networkblue a {
    color: #FFF !important;
    text-decoration: none;
    background-color: transparent;
}

.socialIcons_header{margin:0 auto; text-align:right;}
.socialIcons_headerblue{margin:0 auto; text-align:right;}

.iconstyle {font-size: 10px; padding: 2px;color:#334290; font-weight: 500}
.iconstyleblue {font-size: 10px; padding: 2px;color:#FFF; font-weight: 500}
.h3header{color: #334290; text-align: center; font-size:30px; padding:10px; margin-top:5%;}

/*.h3headerteam{color: #334290; text-align: center; font-size:30px; padding:10px; margin-top:19%;overflow-y: scroll;
    scroll-behavior: smooth;}*/

.h3headerblue{color: #FFF; text-align: center; font-size:30px; padding:10px; margin-top:3%; margin-bottom:10px;}
.headercontent{color: #334290;font-size: 18px; padding-bottom:20px;}
.ourteam{margin:0 auto; text-align:center;}
.maintopspace{height:115px;}
.image
{
    max-width: 65%;
    border-radius: 50%;
}
.teamname{color: #334290;text-align: center;}

.footerfull-image{
	
    height: 175px;
    background: #f6eb13;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
    color: #186aa5;
    background: linear-gradient(145deg, rgba(246,235,19,1) 0%, rgba(225,214,0,1) 100%);
    box-shadow: 0 2px 28px 0 rgb(0 0 0 / 6%);
}
.testimonialshead{text-align:left;font-size: 18px;color:#334290; margin-top: 20px; font-weight: 600;}
.inputboxstyle{width: 100%; height: 50%; border: 1px solid #ccc;}
.inputbtn{color:#fff; width: 100%;border-radius: 4px; background:#334290; border:0px; padding:5px;}
.inputbtnblue{color:#fff; width: 100%;border-radius: 20px; border:0px; padding:5px; background: linear-gradient(45deg, purple, skyblue);}
.centerposition{margin:0 auto; text-align:center;}
.img-skills{padding-bottom:20px; max-width: 100%;}
.pbluefont {
    font-size: 14px;
    line-height: 25px;
    color: #fff;
}
.img-video{width:100%;}
.textleftfont{text-align:left !important; padding-left:0px}
.endrollbtn{background: #e9c834;
    padding: 7px 20px;
    border-radius: 3px;
    text-align: left;
    float: left;
    margin: 15px 15px 15px 0px;
	color:#FFF;
	}
/*************************************************************/
.taps{
    background: #fff;
    /* height:560px; */
    margin-bottom: auto;
	padding-top:3%;
}
.tap{
	margin:3% 0 0 0;
    background: #334290;
}
.tap .box1{
	margin-bottom:50px;
}
.tap .box1 img{
	border-radius:53px 55px 0 0;
	width: 100%;
}
.tap .box1 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 60px 55px;
	padding:30px 20px;
}
.tap .box1 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.tap .box1 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.tap .box1 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.tap .box1 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.tap .box1 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}
/**********************************************************/
.banner
{
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #334290;
    font-weight: 700;
    margin-bottom: 10px;
	padding-top:4%;
    }
.bannersub
{
    font-size: 23px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin-top: 4px;
    margin-bottom: 1rem;
	padding-top:2%;
}
.bannerbtn
{
    background: #FFCF35;
    color: #000;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
	margin-top:5%;

}
/***********************************************************************************************************/

.corporate-program
{
    font-size: 30px;
    text-transform: uppercase;
    text-align: center;
    color: #334290;
    font-weight: 700;
    margin-bottom: 10px;
	padding-top: 10%;
}
.cor-prog 
{
     font-size: 23px;
    font-weight: 600;
    color: #000;
    text-align: left;
    margin-top: 4px;
    margin-bottom: 1rem;
}
.corporate 
{
    font-size: 20px;
    text-align: left;
    font-weight: 500;
    color: #000;
}
.head1
{
    margin-top: 6px;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 14px;
    color: #000;
    text-align: left;
}
.contact
{
    background: #FFCF35;
    color: #000;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px; 
	float: right;
    margin-right: 272px;

}
/**************************************************/

.about{
	/*background:url(../images/about_bg.jpg) center center no-repeat;*/
	background:#FFF;
	width:100%;
	height:auto;
}
.about .commontop p{
	margin:0 0 24px;
}
.about .commontop hr{
	margin:0 0 50px;
}
.about .des{
	margin:0 0 50px;
	color: #686868;
}
.about .btn-primary{
	background:#334290;
	border:1px solid #334290;
	width:317px;
} 
.vision
{
    color: #707070;
    font-weight: 500;
    font-size: 13px;
}
.abouthead
{
    color: #334290;
    font-weight: 600;
}
.responsive-prog{width:100%;}
.threeimg{border-radius:40px; width:100%; margin-top:15px;}
.imgget{width:80%; padding: 50px;}
.catmargin{padding-top:2%;}
/*************************************************/


.bloggs-news{
	/*background:url(../images/blog_bg.jpg) center center no-repeat;*/
	height:800px;
}
.blog-news{
	margin:10% 0 0 0;
}
.blog-news .boxnews{
	margin-bottom:50px;
}
.blog-news .boxnews img{
	border-radius:4px 4px 0 0;
	width:100%;
}
.blog-news .boxnews .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 4px 4px;
	padding:30px 20px;
}
.blog-news .boxnews .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.blog-news .boxnews .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.blog-news .boxnews .caption .des{
	    color: #000;
    margin: 0 0 15px;
    font-weight: 700;
}
.blog-news .boxnews .caption .btn-post{
	/*border:1px solid #D6F8D8;*/
	color: green;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
    margin-left: 1%;
}
.blog-news .boxnews .caption .btn-post:hover{
	
	color:green;
}

.img-news
{
    margin-top: 10px;
    padding-bottom: 10px;
    width:100%;
}



/**************************************************************************************/


/*------------------------------------------------------------------------Agriculture-------------------------------------*/
/*.agri .boxes3
{
        margin-bottom: -196px;
    padding-right: 11%;
    
    margin-left: 0%;
    margin-right: 1%;
}*/


.agri{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
    height:1400px;
    margin-bottom: auto;
}
.agri{
	margin:3% 0 0 0;
    padding-top: 19%;
}
.agri .boxes1{
	margin-bottom:-196px;
}
.agri .boxes1 img{
	border-radius:43px 42px 0 0;
}
.agri .boxes1 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.agri .boxes1 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.agri .boxes1 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.agri .boxes1 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.agri .boxes1 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.agri .boxes1 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}

/*----------------------------------Boxes2----------------------------*/

.agri{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
    height:1400px;
    margin-bottom: auto;
}
.agri{
	margin:3% 0 0 0;
    padding-top: 19%;
}
.agri .boxes2{
	margin-bottom:-196px;
}
.agri .boxes2 img{
	border-radius:43px 42px 0 0;
}
.agri .boxes2 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.agri .boxes2 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.agri .boxes2 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.agri .boxes2 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.agri .boxes2 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.agri .boxes2 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}

/*----------------------------------Boxes3----------------------------*/

.agri{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
    height:1400px;
    margin-bottom: auto;
}
.agri{
	margin:3% 0 0 0;
    padding-top: 19%;
}
.agri .boxes3{
	margin-bottom:-196px;
}
.agri .boxes3 img{
	border-radius:43px 42px 0 0;
}
.agri .boxes3 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.agri .boxes3 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.agri .boxes3 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.agri .boxes3 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.agri .boxes3 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.agri .boxes3 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}

/*----------------------------------Boxes4----------------------------*/

.agri{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
 height: 1419px;
    margin-bottom: auto;
}
.agri{
	margin:3% 0 0 0;
    padding-top: 19%;
    margin-top: -2%;
}
.agri .boxes4{
	margin-bottom:-196px;
}
.agri .boxes4 img{
	border-radius:43px 42px 0 0;
}
.agri .boxes4 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.agri .boxes4 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.agri .boxes4 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.agri .boxes4 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.agri .boxes4 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.agri .boxes4 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}
/*-----------------------------------------------------boxes closed------------------------------------*/
.top-header-agri
{
    background: #1AC4D8;
    padding-top: 2%;
    /*padding-bottom: 1%;*/
}
/*.container-mainagri
{
    position: relative;
    background: url(../images/bg-agri.png);
    background-color:#fff;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 227px 0 220px;
     margin-bottom: -15%;
    border-color: #707070;
    border-radius: 15px;
    padding-top: 0%;
}*/
.containeragri
{
    position: relative;
    background: url(../images/bg-agri.png);
    background-color:#fff;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    
}

.agriculture
{
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.agri1 {
    margin-top: 14px;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: left;
    margin-left: 20%;
}

.enterprise1 {
    margin-top: 14px;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: left;
    /*margin-left: 20%;*/
}

.request
{
    background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: linear-gradient(45deg, purple, skyblue);
    color: #fff;
    border-radius: 22px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    margin-left: 20%;
}

.request1
{
    background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%) !important;
    background: linear-gradient(45deg, purple, skyblue) !important;
    color: #fff !important;
    border-radius: 22px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-left: 45% !important;
    
}
.btn-primary-agri
{
     background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: linear-gradient(45deg, purple, skyblue);
    color: #fff;
    border-radius: 22px;
    padding: 2px 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.container-agri
{
   background:#113051;
    height:540px;
    margin-bottom: auto;  
}
.list-unstyled
{
   font-size:35px; 
    padding:10px; 
    color:#fff; 
}

.touch
{
    color:#fff;font-size: 16px; 
}
.touch1
{
    font-weight: 700; 
    color:#fff;
    font-size: 17px;
}
.responsive-progagri
{
    margin-top: 20%;
	width:95%;
}

/*-------------------------------------------retail---------------------------------------*/

/*----------------------------------------------------------------------Retail-------------------------------------*/

.retailpadding{padding-left: 10%;}
.retail{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
    /* height:1400px; */
    margin-bottom: auto;
}

.retail .boxes-ret1{
	margin-bottom:50px;
}
.retail .boxes-ret1 img{
	border-radius:43px 42px 0 0;
	width: 100%;
}
.retail .boxes-ret1 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.retail .boxes-ret1 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.retail .boxes-ret1 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.retail .boxes-ret1 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.retail .boxes-ret1 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.retail .boxes-ret1 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}
/*------------------------boxes retail1 closed---------------------------*/
.retail{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
    /* height:1400px; */
    margin-bottom: auto;
}

.retail .boxes-ret2{
	margin-bottom:50px;
}
.retail .boxes-ret2 img{
	border-radius:43px 42px 0 0;
	width: 100%;
}
.retail .boxes-ret2 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.retail .boxes-ret2 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.retail .boxes-ret2 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.retail .boxes-ret2 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.retail .boxes-ret2 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.retail .boxes-ret2 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}
/*---------------------------boxes retail2 closed-------------------------*/
.retail{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
    /* height:1400px; */
    margin-bottom: auto;
}

.retail .boxes-ret3{
	margin-bottom:0px;
}
.retail .boxes-ret3 img{
	border-radius:43px 42px 0 0;
	width: 100%;
}
.retail .boxes-ret3 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.retail .boxes-ret3 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.retail .boxes-ret3 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.retail .boxes-ret3 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.retail .boxes-ret3 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.retail .boxes-ret3 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}
/*----------------------------------------boxesretail3 closed------------------*/
.retail{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background:#113051;
   /* height: 1419px; */
    margin-bottom: auto;
}
.retail{
	padding-bottom:5%;
	padding-top: 19%;
}
.retail .boxes-ret4{
	margin-bottom:0px;
}
.retail .boxes-ret4 img{
	border-radius:43px 42px 0 0;
	width: 100%;
}
.retail .boxes-ret4 .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 38px 35px;
	padding:30px 20px;
}
.retail .boxes-ret4 .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.retail .boxes-ret4 .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.retail .boxes-ret4 .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.retail .boxes-ret4 .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.retail .boxes-ret4 .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}

.agricontent{
	padding-bottom:5%;
	padding-top: 5% !important;
}
/*--------------------------------------Boxes-retail closed------------------------------------*/
.top-header-retail
{
    background: #1AC4D8;
    padding-top: 2%;
    /*padding-bottom: 1%;*/
}
.containermain-retail
{
    position: relative;
    background: url(../images/bg1-retail.png);
    background-color:#fff;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 227px 0 220px;
     margin-bottom: -15%;
    border-color: #707070;
    border-radius: 0px;
    padding-top: 0%;
}
.header-nav8-retail {
    padding: 4px 0;
    /*background: rgba(255,255,255,0.9) !important;*/
}

.agriculture
{
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 28%;
    margin-left: 20%;
}

.agriculturenew
{
    font-size: 30px;
    text-transform: capitalize;
    text-align: left;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15%;
    /*margin-left: 13%;*/
}

.agri1 {
    margin-top: 14px;
    margin-bottom: 2rem;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    text-align: left;
    /*margin-left: 20%;*/
}
.request
{
    background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: linear-gradient(45deg, purple, skyblue);
    color: #fff;
    border-radius: 22px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    /*margin-left: 20%;*/
}
.btn-primary-agri
{
     background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%);
    background: linear-gradient(45deg, purple, skyblue);
    color: #fff;
    border-radius: 22px;
    padding: 2px 15px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.container-agri
{
   background:#113051;
    height:540px;
    margin-bottom: auto;  
}

/*------------------------------------------------------------------ Enterprise -------------------------------------------------------------------*/
   
.container-mainenterprise
{
    position: relative;
    background: url(../images/ep-background.png);
    background-color: #fff;
    min-height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 227px 0 220px;
    margin-bottom: -15%;
    border-color: #707070;
    border-radius: 0px;
    padding-top: 0%
}

.ep-team
{
    margin-top: 9%;
    color: #186AA5;
    font-weight: 600;
    
}
.teamp
{
    color: #186AA5;  text-align: center;
}
.container-ep
{
    background: #113051;
    height: 540px;
    margin-bottom: auto;
}
.team-eppage
{
    font-size: 22px;
    font-weight: 600;
    margin-left: 14%;
    color: #186AA5;
    text-align: center;
}
.btn-ep
{
  color: #113051;
    width: 139px;
    font-size: 14px;
    height: 40px;
    text-align: left;
    font-weight: 600;
    margin-left: 1%;
    }
.main-blog
{
    background: #113051;
    width: 100%;
    height: auto;
}
.skills-blog
{
    text-align: center;
    padding-top: 5%;
    padding-bottom: 3%;
    font-weight: 600;
    font-size: 35px;
    color: #fff;
}
.responsive-blog{width:100%;}
.responsive-blog1{width:82%;}

.taps{
	/*background:url(../images/background.png) center center no-repeat;*/
	
    background: #fff;
    /* height:560px; */
    margin-bottom: auto;
}
.tap{
	margin:0;
    background:#113051;
	padding-top:3%;
}
.tap .boxep{
	margin-bottom:50px;
}
.tap .boxep img{
	border-radius:53px 55px 0 0;
	width: 100%;
}
.tap .boxep .caption{
	background:#fff;
	border:1px solid #E5E5E5;
	border-top:0;
	border-radius:0 0 60px 55px;
	padding:30px 20px;
}
.tap .boxep .caption h4{
	font-size:18px;
	font-weight:600;
	color:#000;
	margin:0 0 10px;
}
.tap .boxep .caption .text{
	font-size:14px;
	font-weight:400;
	color:#B2B2B2;
	margin:0 0 15px;
}
.tap .boxep .caption .des{
	color:#757575;
	margin:0 0 15px;
}
.tap .boxep .caption .btn-primary{
	border:1px solid #e5e5e5;
	color:#000;
	width:139px;
	font-size:14px;
	height:40px;
}
.tap .boxep .caption .btn-primary:hover{
	border:1px solid #4173B8;
	color:#fff;
}

.container-home
{
    background: #334290;
    padding-top: -10%;
    padding-left: 10%;
}


/*********************************************************************************/



@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
    
    .contact
{
    background: #FFCF35;
    color: #000;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px; 
	float: right;
    margin-right: 115px;
    margin-bottom: 25px;
}
    .about .btn-primary {
    background: #334290;
    border: 1px solid #334290;
    width: 200px;
}
    
    .request1
{
    background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%) !important;
    background: linear-gradient(45deg, purple, skyblue) !important;
    color: #fff !important;
    border-radius: 22px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-left: 40% !important;
    
}

}

@media (max-width: 767px) {
    
    .contact
{
    background: #FFCF35;
    color: #000;
    border-radius: 3px;
    padding: 10px 20px;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px; 
	float: right;
    margin-right: 115px;
    margin-bottom: 25px;

}
    .request1
{
    background-color: linear-gradient (rgba(213, 15, 61, 0.6), rgba(13, 17, 198, 0.69) 100%) !important;
    background: linear-gradient(45deg, purple, skyblue) !important;
    color: #fff !important;
    border-radius: 22px !important;
    padding: 10px 20px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 15px !important;
    margin-left: 30% !important;
    
}

    .about .btn-primary {
    background: #334290;
    border: 1px solid #334290;
    width: 250px;
}
    
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #334290!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    background-color: #fff !important;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
	text-align: left;
    text-indent: 25px;
  }
  .header-area.header-sticky .nav {
    margin-top: 80px !important;
	background: #f7f7f7;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #334290 !important;
	text-align: left;
    text-indent: 25px;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #000!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
  
  
 .header-area.header-sticky {
    min-height: 80px;
    background-color: #FFF;
    margin-top: 45px;
}
.top_header {
    position: fixed;
    top: 0;
    background: #E9C834;
    width: 100%;
    color: #334290;
    z-index: 1;
    padding: 0px;
    height: 45px;
} 
  .contact_header{font-size:10px; padding-top: 3px; text-align: center;}
.toplink{border: 1px solid;
    padding: 0px 5px;}
.contact_header a, .socialIcons_header a {
    color: #334290 !important;
    text-decoration: none;
    background-color: transparent;
}
.socialIcons_header {
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    padding-top: 3px;
}
.maintopspace{height:130px !important;}


.retailpadding{padding-left:15px !important;}

}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}

/*******************************************/
.sub-nav {
  margin-top:20px;
  margin-bottom:20px;
}
.sub-nav .nav li a {
  color: #1e1e1e!important;
  background:#f6eb13;
  padding:8px 25px;
  border-radius:20px;
  font-weight:500;
  margin-right:10px;
}

.sub-nav .nav li:hover a {
  color: #243d8f!important;
}

.sub-nav .nav li a.active {
  color: #243d8f!important;
}

.linkbottomline{width:150px; height:3px; background:#f6eb13; margin-left:30px; margin-top:-12px;}
.linkbottomlinenum{width:250px; height:3px; background:#f6eb13; margin-left:30px; margin-top:-12px;}
.input-lg{border:1px solid #525252 !important;}
.pay{padding-top:40px;}
.formtop{padding-top:40px;}
.partnerlight{font-weight:400!important; font-size:20px!important;}
.titlefont{font-family: 'code_nextextrabold' !important;}

/* 
---------------------------------------------
banner
--------------------------------------------- 
*/
/* ==== Main CSS === */
.img-fill{
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center
}

.img-fill img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  display: inline-block;
  max-width: none;
  background-size:cover;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.Grid1k {
  padding: 0 15px;
  max-width: 1200px;
  margin: auto;
}

.blocks-box,
.slick-slider {
  margin: 0;
  padding: 0!important;
}

.slick-slide {
  float: left /* If RTL Make This Right */ ;
  padding: 0;
}

/* ==== Slider Style === */
.Modern-Slider .item .img-fill{
  height:100vh;
  background:#000;
}

.Modern-Slider .item .info > div{
  display:inline-block!important;
  vertical-align:middle;
}

.Modern-Slider .NextArrow{
  position:absolute;
  top:50%;
  right:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#fff;
  z-index:5;
  outline: none;
}

.Modern-Slider .NextArrow:before{
  content:'\f105';
}

.Modern-Slider .PrevArrow {
  position:absolute;
  top:50%;
  left:30px;
  border:0 none;
  background-color: transparent;
  text-align:center;
  font-size: 36px;
  font-family: 'FontAwesome';
  color:#fff;
  z-index:5;
  outline: none;
}

.Modern-Slider .PrevArrow:before{
  content:'\f104';
}

.scroll-down {
  position: absolute;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 10;
}

.scroll-down a {
  display: inline-block;
  background-color: #5fb759;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  color: #fff;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
}

ul.slick-dots {
  display: none!important;
}

.Modern-Slider .text-content {
  width: 80%;
  position: absolute;
  top: 35%;
  left: 9%;
  /*transform: translate(-80%, -50%);*/
  text-align:left
}

.Modern-Slider .item h3 {
  margin-bottom: 50px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0px;
  color:#fff;
  animation:fadeOutRight 1s both;
}

.Modern-Slider .item h5 {
  margin-bottom: 50px;
  font-size: 45px;
  font-weight: bold;
  letter-spacing: 0px;
  color:#fff;
  overflow:hidden;
  animation:fadeOutLeft 1s both;
  font-family: 'code_nextextrabold';
}

.Modern-Slider .item a {
  margin: 0 5px;
}

.Modern-Slider .item.slick-active h3{
  animation:fadeInDown 1s both 1s;
}

.Modern-Slider .item.slick-active h5{
  animation:fadeInLeft 1s both 1.5s;
}

.Modern-Slider .item.slick-active{
  animation:Slick-FastSwipeIn 1s both;
}

.Modern-Slider .buttons {
  position: relative;
}

.Modern-Slider {background:#000;}




/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}

.bannertable
{

background:#1dc2ce; 
color:#fff;	
border-radius:20px;
border-collapse: collapse;
}
.bannertable tr td
{
padding:10px;
border:2px solid #fff;
font-weight:bold;
text-align:center;
font-size:20px;
}

.mathsbox{box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); margin-top:15px; margin-bottom:15px;}
.mathsnum{width: 65px; font-size:35px; font-weight:bold; padding-left:10px; color:#186aa5; display: inline-grid; vertical-align: -webkit-baseline-middle;}
.mathsline{display: inline-grid; vertical-align: -webkit-baseline-middle; color:#186aa5;}
/*
.bannertable tr:last-child td:first-child {
    border-top-left-radius: 10px;
}

.bannertable tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}
*/

.bannertable tr:first-child td {
  border-top: 0;
}
.bannertable tr td:first-child {
  border-left: 0;
}
.bannertable tr:last-child td {
  border-bottom: 0;
}
.bannertable tr td:last-child {
  border-right: 0;
}
/*
---------------------------------------------
about
---------------------------------------------
*/

#about {
  padding: 120px 0px 0px 0px;
  position: relative;
  z-index: 9;
}

#about .container {
  border-bottom: 5px solid #f7f7f7;
  padding-bottom: 80px;
}

#about .section-heading {
  margin-bottom: 10px;
}

#about .section-heading h6 {
  color: #5fb759;
}

#about .service-item {
  margin-top: 30px;
}

#about .service-item img {
  float: left;
  margin-right: 15px;
  width: 46px;
  height: 46px;
}

#about .service-item h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  line-height: 46px;
}

#about a.main-button-icon {
  display: inline-block;
  margin-top: 60px;
}

#about .right-text-content {
  margin-top: 40px;
}

#about .right-text-content p {
  font-size: 16px;
  line-height: 27px;
  color: #777;
}


/*
---------------------------------------------
features
---------------------------------------------
*/

#features {
  padding-top: 80px;
  padding-bottom: 70px;
}

#features .features-item {
  margin-bottom: 50px;
}

.features-item .features-icon {
  float: left;
}

#features .features-content {
  margin-left: 75px;
}

.features-item .features-content h4 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.25px;
  margin-bottom: 15px;
}

.features-item .features-content p {
  margin-bottom: 15px;
}



/*
---------------------------------------------
subscribe
---------------------------------------------
*/

#subscribe {
  padding: 80px 0px;
  background-image: url(../images/slide-02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#subscribe .section-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 25px;
}

#subscribe p {
  text-align: center;
  font-size: 16px;
  line-height: 27px;
  color: #fff;
  margin-bottom: 40px;
}

#subscribe input {
  width: 100%;
  height: 38px;
  border-radius: 19px;
  border: 1px solid #fff;
  background-color: transparent;
  padding: 0px 20px;
  font-size: 13px;
  color: #fff;
  outline: none;
}

.subscribe-form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.subscribe-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

.subscribe-form ::placeholder {
  color: #fff;
}

@media (max-width: 767px) {
  #subscribe fieldset {
    text-align: center;
    margin-bottom: 20px;
  }
}

/*
--------------------------------------------
testimonials
--------------------------------------------
*/
#testimonials {
  margin-top: 120px;
  padding: 80px 0px;
  padding: 120px 0px;
  background-image: url(../images/slide-03.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#testimonials .section-heading {
  text-align: center;
  color: #fff;
  margin-bottom: 60px;
}

#testimonials .item {
  position: relative;
  text-align: center;
}

#testimonials .item h4 {
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 1px;
  margin-top: 22px;
  margin-bottom: 7px;
}


#testimonials .item span {
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#testimonials .item .member-thumb {
  position: relative;
}

#testimonials .item .hover-effect {
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.95);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

#testimonials .item .hover-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

#testimonials .item:hover .hover-effect {
  opacity: 1;
  visibility: visible;
}

#testimonials .item .hover-effect ul li {
  display: inline-block;
  margin: 0px 5px;
}

#testimonials .item .hover-effect ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #5fb759;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

#testimonials .item .hover-effect ul li a:hover {
  color: #fff;
  background-color: #5fb759;
}

#testimonials .owl-carousel {
  padding-bottom: 60px;
}

.owl-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.owl-dots .owl-dot {
  outline: none;
  height: 10px;
}

.owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
  outline: none;
  -webkit-transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}

.owl-dots .active span {
  width: 10px;
  height: 10px;
  margin-bottom: -1px;
}





/* 
---------------------------------------------
contact
--------------------------------------------- 
*/

#contact-us .section-heading {
  margin-bottom: 50px;
}

#contact-us .section-heading h6 {
  color: #5fb759;
}

#contact-us .left-text-content ul li {
  margin-bottom: 30px;
}

#contact-us .left-text-content ul li {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

#contact-us .left-text-content ul li img {
  margin-right: 15px;
}

#contact-us {
  padding: 120px 0px;
  background-image: url(../images/dotted-map-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
}

#contact {
  margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
  color: #7a7a7a;
  font-size: 15px;
  border: 1px solid #ddd;
  background-color: #fff;
  width: 100%;
  height: 46px;
  outline: none;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 30px;
}

.contact-form textarea {
  height: 150px;
  resize: none;
  padding: 20px;
}

.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #7a7a7a;
}

.contact-form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7a7a7a;
}

.contact-form ::placeholder {
  color: #7a7a7a;
}





/* 
---------------------------------------------
footer
--------------------------------------------- 
*/

footer {
  padding: 40px 0px;
  background: #f6eb13;
  font-size: 16px;
  line-height:35px;
  font-weight:bold;
  color:#186aa5;
  background: linear-gradient(145deg, rgba(246,235,19,1) 0%, rgba(225,214,0,1) 100%);
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
}
.footermoney{margin:0 auto; text-align:center;}
.footermoney p{margin:0 auto; text-align:center; font-size: 16px;
  line-height:35px;
  font-weight:bold;
  color:#186aa5;}
footer .left-text-content p {
  color: #fff;
  font-size: 18px;
}

footer .left-text-content a {
  color: #fff;
}

footer .right-text-content {
  float: right;
}

footer .right-text-content p {
  color: #fff;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
}

footer .right-text-content ul li {
  display: inline-block;
}

footer .right-text-content ul li a {
  width: 32px;
  height: 32px;
  display: inline-block;
  text-align: center;
  line-height: 32px;
  font-size: 14px;
  background-color: #fff;
  border-radius: 50%;
  color: #5fb759;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

footer .right-text-content ul li a:hover {
  background-color: #5fb759;
  color: #fff;
}

@media (max-width: 992px) {
  footer .left-text-content p {
    text-align: center;
    margin-bottom: 30px;
  }
  footer .right-text-content {
    float: none;
    text-align: center;
  }
}



/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/
#preloader {
  overflow: hidden;
  background-image: linear-gradient(145deg, #fff 0%, #fff 100%);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: fixed;
  z-index: 99999;
  color: #fff;
}

#preloader .jumper {
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  margin: auto;
  width: 50px;
  height: 50px;
}

#preloader .jumper > div {
  background-color: #fff;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  opacity: 0;
  width: 50px;
  height: 50px;
  -webkit-animation: jumper 1s 0s linear infinite;
  animation: jumper 1s 0s linear infinite;
}

#preloader .jumper > div:nth-child(2) {
  -webkit-animation-delay: 0.33333s;
  animation-delay: 0.33333s;
}

#preloader .jumper > div:nth-child(3) {
  -webkit-animation-delay: 0.66666s;
  animation-delay: 0.66666s;
}

@-webkit-keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

@keyframes jumper {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  5% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




/* 
---------------------------------------------
search
--------------------------------------------- 
*/

#search {
  z-index: 9999;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  -moz-transform: translate(0px, -100%) scale(0, 0);
  -o-transform: translate(0px, -100%) scale(0, 0);
  -ms-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
  opacity: 0;
}
#search input {
  position: absolute;
  top: 50%;
  width: 100%;
  color: white;
  background: rgba(0, 0, 0, 0);
  font-size: 60px;
  font-weight: 300;
  text-align: center;
  border: 0px;
  margin: 0px auto;
  margin-top: -51px;
  padding-left: 30px;
  /* padding-right: 30px; */
  outline: none;
}
#search .main-button {
  color: #fff;
  position: absolute;
  text-transform: uppercase;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  padding: 11px 25px;
  letter-spacing: 1px;
  transform: translateX(-15%);
  top: 50%;
  left: 50%;
  margin-top: 61px;
  margin-left: -45px;
  background-color: #5fb759;
  border: black;
}
#search .close {
  border-radius: 50%;
  position: fixed;
  top: 15px;
  right: 15px;
  color: #fff;
  background-color: #5fb759;
  outline: none;
  opacity: 1;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 28px;
}
#search.open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  -moz-transform: translate(0px, 0px) scale(1, 1);
  -o-transform: translate(0px, 0px) scale(1, 1);
  -ms-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
}




/* 
---------------------------------------------
portfolio
--------------------------------------------- 
*/

#projects .filters {
  margin-top: 50px;
}
#projects .filters ul {
  padding: 0;
}
#projects .filters ul li {
  list-style: none;
  display: block;
  padding: 15px 0px;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  color: #9a9a9a;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#projects .filters ul li.active,
#projects .filters ul li:hover {
  color: #5fb759;
}
#projects .filters-content {
  margin-top: 50px;
}
#projects .filters-content .show {
  opacity: 1;
  visibility: visible;
  transition: all 350ms;
}
#projects .filters-content .hide {
  opacity: 0;
  visibility: hidden;
  transition: all 350ms;
}

#projects .filters-content .all {
  margin-bottom: 30px;
}

#projects .filters-content .item {
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#projects .filters-content .item:hover {
  opacity: 0.75;
}
#projects .filters-content .item .p-inner {
  padding: 20px 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
#projects .filters-content .item .p-inner h5 {
  font-size: 15px;
}
#projects .filters-content .item .p-inner .cat {
  font-size: 13px;
}
#projects .filters-content .item img {
  width: 100%;
}

#projects {
  padding-top: 120px;
}

#projects .section-heading {
  margin-bottom: 60px;
}

#projects .section-heading h6 {
  color: #5fb759;
}


@media (max-width: 992px) {
  #projects .filters ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 0px;
  }
  #projects .section-heading {
    margin-bottom: 0px;
  }
}

/*******************************************************************************/

	.containermtmain {margin-top:100px;}
       .service-box{
            position: relative;
            overflow: hidden;
            margin-bottom:10px;
            perspective:1000px;
            -webkit-perspective:1000px;
        }
        .service-icon{
            width: 100%;
            height: 250px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
        }

        .service-content{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1;
            opacity: 0;
            width: 100%;
            height: 220px;
            padding: 20px;
            text-align: center;
            transition: all .5s ease;
            background-color: #474747;
            backface-visibility:hidden;
            transform-style: preserve-3d;
            -webkit-transform: translateY(110px) rotateX(-90deg);
            -moz-transform: translateY(110px) rotateX(-90deg);
            -ms-transform: translateY(110px) rotateX(-90deg);
            -o-transform: translateY(110px) rotateX(-90deg);
            transform: translateY(110px) rotateX(-90deg);
        }
        .service-box .service-icon .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .service-box .service-icon .front-content i {
            font-size: 40px;
            color: #186aa5;
            font-weight: normal;
        }

        .service-box .service-icon .front-content h3 {
            font-size: 15px;
            color: #186aa5;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
		.service-box h4 {
            font-size: 17px;
            color: #186aa5;
            text-align: left;
            margin-top: 15px;
			margin-bottom: 15px;
            text-transform: uppercase;
			font-weight: bold;
        }
		.service-box .service-icon .front-content h6 {
            font-size: 12px;
            color: #186aa5;
            text-align: center;
            margin-bottom: 15px;
            text-transform: uppercase;
        }
        .service-box .service-content h3 {
            font-size: 15px;
            font-weight: 700;
            color: #186aa5;
            margin-bottom:10px;
            text-transform: uppercase;
        }
        .service-box .service-content p {
            font-size: 13px;
            color: #186aa5;
            margin:0;
        }
        .yellow{background-color: #f5f19d;}
        .blue{background-color: #e8eff7;}
        /* .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        } */
		.iconbox{width:100px; height:100px; border-radius:50%;border:2px solid #186aa5; margin:0 auto; padding:15px;}
/***************************************************************************/
.knowing-box{
		position: relative;
		overflow: hidden;
		padding-top: 30px;
		margin-bottom:10px;
		perspective:1000px;
		-webkit-perspective:1000px;
		
	}
.knowing-videobox{
		position: relative;
		overflow: hidden;
		padding-top: 5px;
		margin-bottom:5px;
		perspective:1000px;
		-webkit-perspective:1000px;
		
	}
.knowing-box .front-content{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
			border: 1px solid #186aa5;
			width: 100%;
		height: 150px;
        }
	.knowing-box .front-contentquiz{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
			width: 100%;
			height: 180px;
        }
	.knowing-box .front-contentvideo{
            position: relative;
            top:80px;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
			width: 100%;
        }
	.knowing-box .knowing-icon .front-content i {
            font-size: 60px;
            color: #186aa5;
            font-weight: normal;
        }
	.knowing-icon{
		width: 100%;
		padding: 20px;
		text-align: center;
		transition: all .5s ease;
	}
.knowing-iconv{
		width: 100%;
		padding: 10px 20px;
		text-align: center;
		transition: all .5s ease;
	}
	.knowing-box h3, .knowing-videobox h3 {
            font-size: 15px;
            font-weight: 500;
            color: #186aa5;
            margin-bottom:10px;
            text-transform: uppercase;
			padding-top:10px;
        }
	h3.h3rightside {
            font-size: 15px;
            font-weight: 500;
            color: #186aa5;
            margin-bottom:30px;
            text-transform: uppercase;
			padding-top:10px;
        }
        .knowing-box  p, .knowing-videobox p {
            font-size: 13px;
            color: #186aa5;
            margin:0 auto;
			padding-top:10px;
			font-weight: 700;
        }
	.knowing-box .iconbox{
		width:70px; 
		height:70px; 
		border-radius:50%;
		border:2px solid #186aa5; 
		margin:0 auto; 
		padding:5px; 
		margin-top:-40px;
		background:#e8eff7;
		}
	.knowing-box .imgbox{
		margin:0 auto; 
		padding:5px; 
		}
	.acquirep{
		font-size:15px !important; 
		font-weight:400 !important; 
		color:186aa5!important;
		padding:0px !important;
		margin-top:-10px !important;
		}
	.videocontent{
		color: #186aa5; 
	margin:0 auto; 
	text-align:left; 
	}
.linerighticon{width:4px; height:100vh; background:#186aa5; margin:0 auto; text-align:center;}
/*********************************************************/

.tabmainbody{
 margin:20px 10px !important; padding-top:20px !important; box-shadow: 0 0 5px rgb(0 0 0 / 30%); border-radius: 10px;
}
.tabs-wrapper {
 border-top: 4px solid #fff; margin:20px 10px !important;
}
.tab-body-wrapper h1{
	font-size:24px; 
	font-weight:bold; 
	color: #186aa5; 
	margin:0 auto; 
	text-align:left; 
	line-height:40px;
	margin-top:25px;
	}
.tab-body-wrapper h2{
	font-size:24px; 
	font-weight:bold; 
	color: #186aa5; 
	margin:0 auto; 
	text-align:center; 
	line-height:40px;
	margin-top:25px;
	}
.tabs-wrapper input[type=radio] {
  display: none;
}
.tabs-wrapper label {
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  color: #4a4a4a;
  width: 20%;
  /* height: 3em; */
  background: #fff;
  text-align: center;
  line-height: 3em;
  font-size:16px;
  font-weight:bold;
  border-bottom: 4px solid #fff;
}
@media screen and (max-width: 1600px) {
  .tabs-wrapper label {
    width: 15%;
  }
}
@media screen and (max-width: 900px) {
  .tabs-wrapper label {
    width: 20%;
  }
}
@media screen and (max-width: 600px) {
  .tabs-wrapper label {
    width: 100%;
    display: block;
    /*border-bottom: 2px solid #4D4C47;*/
  }
 .sub-nav ul li {
    margin-top: 20px !important;
}
.linkbottomlinenum, .linerighticon, .linerighticonimg{display:none;}
}
.tabs-wrapper label:last-of-type {
  border-bottom: none;
}
.tabs-wrapper label:hover {
  background: #fff;
}
.tabs-wrapper input[type=radio]:checked + label {
  /* background: #B8B63E; */
  color: #186aa5;
  border-bottom: 4px solid #186aa5;
}
.tabs-wrapper .tab-body {
  position: absolute;
  top: -9999px;
  opacity: 0;
  padding: 10px;
  transition: opacity 0.5s ease-in;
}
@media screen and (max-width: 600px) {
  .tabs-wrapper {
    margin: 0;
  }
}

.tab-body-wrapper {
  background: #fff;
  border-top: #ccc 1px solid;
  margin-top:-8px;
}
@media screen and (max-width: 600px) {
  .tab-body-wrapper {
    border: none;
  }
}
@media screen and (max-width: 600px) {
	.Modern-Slider .text-content {
    width: 80%;
    position: absolute;
    top: 25%;
    left: 9%;
    /* transform: translate(-80%, -50%); */
    text-align: left;
}
  .Modern-Slider .item h5 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    overflow: hidden;
    animation: fadeOutLeft 1s both;
    font-family: 'code_nextextrabold';
  }
  .bannertable tr td
{
font-size:13px;
}
.Modern-Slider .item a {
    margin: 0 auto;
    display: inline-block;
	margin-top: 20px;
    margin-left: 18%;
}
}

#tab1:checked ~ .tab-body-wrapper #tab-body-1, #tab2:checked ~ .tab-body-wrapper #tab-body-2, #tab3:checked ~ .tab-body-wrapper #tab-body-3, #tab4:checked ~ .tab-body-wrapper #tab-body-4 {
  position: relative;
  top: 0px;
  opacity: 1;
}














