/*@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i|Roboto+Slab:300,400,700&display=swap');*/

@import url("https://fonts.googleapis.com/css?family=Blinker&display=swap");

body {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Blinker", sans-serif;
  /*font-family: roboto slab,times new roman,Times,serif;*/
}
body a {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}
body a:focus,
a:hover {
  text-decoration: none;
}
input[type="button"],
input[type="submit"] {
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
ul {
  margin: 0;
  padding: 0;
}
label {
  margin: 0;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
/*-- //Reset-Code --*/

/*-- header --*/

.header-logo {
  border-right: 1px solid #ccc;
}
.header-logo a img {
  /* padding: 0px 40px; */
  padding: 5px;
  height: 100px;
}
.conf-contact ul li {
  display: inline-block;
  padding: 17px 10px;
  font-size: 15px;
  letter-spacing: 1px;
}
.conf-social ul li {
  display: inline-block;
  margin: 10px 5px 5px 5px;
}
.conf-social ul li a i {
  padding: 8px 8px;
  letter-spacing: 1px;
  background: #529a05;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 20px;
  color: #fff;
}
.conf-social ul li a i:hover {
  background: #000;
  color: #fff;
}
/*-- //header --*/

/*-- banner --*/

.banner1 {
  background: url(../images/banner.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  min-height: 300px;
}
/*-- nav --*/
.navbar-default {
  background: none;
  border: none;
}
.navbar {
  margin-bottom: 0;
}
.navbar-brand {
  padding: 0px 0 0;
  font-size: 1em;
  line-height: 45px;
  font-weight: 600;
}
.navbar-brand span {
  /*Color: #f53753;
   Color: #fff; */
}
/*----navbar-nav----*/
.top-nav ul li a {
  color: #202242;
  padding: 0.2em 1em;
  font-size: 1.05em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  font-weight: 500;
}
.top-nav ul li.active a,
.top-nav ul li a:hover {
  color: #ffe13e;
}
.logo a {
  display: block;
}
/* top-nav */
.top-nav:before,
.top-nav:after {
  content: " ";
  display: table;
}
.top-nav:after {
  clear: both;
}
nav {
  position: relative;
  /*margin: 2.4% 0 0 5.5%;*/
}
nav ul {
  padding: 0;
  float: left;
  margin: 0.5em 0;
}
nav a {
  color: #fff;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}

.navbar-nav > li > a {
  padding: 10px 14px;
  font-size: 1.1em;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  border: 2px solid rgba(74, 73, 73, 0.04);
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffe13e !important;
  background: none !important;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffe13e !important;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  color: #202242 !important;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  color: #202242 !important;
  background: none !important;
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #202242 !important;
  font-size: 0.9em;
}
.navbar-default .navbar-brand {
  color: #fff !important;
  margin: 0.1em 0 0.1em 2em;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 27px;
  color: #fff;
}
.navbar-inverse {
  background: none !important;
  border: none !important;
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 !important;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border: none !important;
  background: none !important;
}
.navbar-default .navbar-nav > li > a {
  margin-right: 10px;
}
.navbar-default .navbar-nav > li > a {
  color: #fff;
}
.navbar-nav {
  margin: 0.2em !important;
}
.navbar {
  border-radius: 0px;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffe13e !important;
  background: none !important;
  border: 2px solid #f53753;
}
.navbar-right {
  float: left !important;
  margin-left: 14em !important;
  margin: 0.3em;
}
.navbar {
  position: absolute;
  min-height: 0;
  background: rgba(0, 0, 0, 0.46);
  margin: 0 !important;
  padding-top: 0 !important;
  border: none;
  margin-left: 0% !important;
  z-index: 999;
  width: 100%;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #fff;
  background: none !important;
  border: 2px solid #f53753;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background: none !important;
  border: 2px solid #f53753;
  border: 2px solid #fff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: cyan;
  background: none !important;
  border: 2px solid #fff;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 120px !important;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: rgba(82, 89, 99, 0.48);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0px !important;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #f53753;
  text-decoration: none;
  background-color: #212121;
}
/*-- //nav --*/
/*-- social-icons --*/
ul.top-links li {
  margin-right: 10px;
  display: inline-block;
}
ul.top-links {
  float: right !important;
  margin-right: 4em;
}
ul.top-links {
  float: right !important;
  margin-right: 4em;
  position: absolute;
  z-index: 999;
  right: 0;
  top: 2%;
}
ul.top-links li a i.fa {
  color: #f53753;
  color: #000;
  font-size: 15px;
  background: #fff;
  padding: 0.7em 0;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  line-height: 10px;
  text-align: center;
  transition: all 0.5s ease-in-out;
  -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;
}
ul.top-links li a i.fa:hover {
  color: #fff;
}
i.fa.fa-facebook:hover {
  background: #3b5998;
}
i.fa.fa-twitter:hover {
  background: #1da1f2;
}
i.fa.fa-linkedin:hover {
  background: #00a0dc;
}
i.fa.fa-google-plus:hover {
  background: #dd4b39;
}
/*-- //social-icons --*/
/*--slider--*/
/* #slider2,
#slider3 {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0 auto;
}
.rslides_tabs li:first-child {
  margin-left: 0;
}
.rslides_tabs .rslides_here a {
  background: rgba(255,255,255,.1);
  color: #fff;
  font-weight: bold;
}
.events {
  list-style: none;
}
.callbacks_container {
  position: relative;
  float: left;
  width: 100%;
}
.callbacks {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.callbacks li {
  position: absolute;
  width: 100%;
}
.callbacks img {
  position: relative;
  z-index: 1;
  height: auto;
  border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    bottom:-35%;
    left: 0;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    width:32px;
    height:32px;
    background: transparent url("../images/left.png") no-repeat left top;
}
 .callbacks_nav:hover{
  	opacity: 0.5;
  }
.callbacks_nav.next {
  left: auto;
   background: transparent url("../images/right.png") no-repeat right top;
      left:51%;
 }
 .callbacks_nav.prev {
	right: auto;
	background-position:left top;
	    left: 46%;
}
#slider3-pager a {
  display: inline-block;
}
#slider3-pager span{
  float: left;
}
#slider3-pager span{
	width:100px;
	height:15px;
	background:#fff;
	display:inline-block;
	border-radius:30em;
	opacity:0.6;
}
#slider3-pager .rslides_here a {
  background: #FFF;
  border-radius:30em;
  opacity:1;
}
#slider3-pager a {
  padding: 0;
}
#slider3-pager li{
	display:inline-block;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display:none;
  width: 100%;
  left: 0;
  top: 0;
}
.rslides li{
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  height: auto;
  border: 0;
  }
.callbacks_tabs{
       list-style: none;
    position: absolute;
    bottom: -39%;
    left: 42%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
	font-weight:600;
}
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}
/*----*/
/* .callbacks_tabs a{
 visibility: hidden;
}
.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 12px;
    width: 12px;
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}
.callbacks_here a:after{
	background: #f53753;
    border: 1px solid #f53753;
    height:1px;
    width:40px;
    border-radius: 0;
}
/*----*/
/*.w3l_banner_info{
    margin:7em auto 0;
    text-align: center;
}

.w3l_banner_info h4 {
      font-size: 6em;
    line-height: 1.5em;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    letter-spacing: 4px;
        border-top: 6px solid #fff;
    border-left: 6px solid #fff;
    width: 60%;
    margin: 0 auto;
    padding-top: 25px;
}
.w3l_banner_info h4 span{
	display: block;
    font-size: 2em;
    padding: .4em .5em;

	color:#fff;
}
.w3l_banner_info p {
    color: #f53753;
    font-size: 1.2em;
    text-transform: uppercase;
   letter-spacing: 11px;
   margin-bottom:1.5em;
}
.w3l_banner_info h4 i{
	display: block;
    font-style: normal;
    padding: .4em .5em;
    color: #212121;
    width: 22%;
}
a.read{
	font-size:1.1em;
	color:#333;
	background:#fff;
	padding:0.6em 2em;
}
/* Underline From Center */
/* .hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #f53753;
  height:5px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
} 
/*-- //banner --*/
.banner-heading {
  width: 50%;
  margin: 10em auto 5em;
  padding: 1em;
}
.banner-heading h3 {
  text-transform: capitalize;
  text-align: center;
  font-size: 3em;
  color: #fff;
  line-height: 1.4em;
  font-weight: 600 !important;
  letter-spacing: 0.05em;
}
.banner-heading p {
  color: #ccc;
  text-align: center;
  margin: 1em 0;
  font-size: 1em;
  line-height: 1.8em;
}
.more a {
  text-transform: capitalize;
  color: #fff;
  font-size: 1em;
  border: 2px solid #ff5722;
  padding: 0.4em 1em;
  background: #ff5722;
}
.more a:hover {
  background-color: #00d0ff;
  border-color: #00d0ff;
}
.more {
  margin: 2em 0;
  text-align: center;
}
.banner-grids {
  margin-top: 8em;
  position: absolute;
  top: 55%;
  left: 200px;
  z-index: 999;
}
.banner-grid1,
.banner-grid2,
.banner-grid3 {
  border-radius: 8px;
  margin-right: 1em;
  width: 31.33%;
}
.banner-grid1:hover,
.banner-grid2:hover,
.banner-grid3:hover {
  background: rgba(0, 0, 0, 0.44);
}
.banner-grid2 {
  background: rgb(19, 42, 99);
  background: rgba(19, 42, 99, 0.79);
  color: #fff;
  transition: 1s all;
}
.banner-grid1 {
  background: #4caf50;
  background: rgba(76, 175, 80, 0.79);
  color: #fff;
  transition: 1s all;
}
.banner-grid1 a,
.banner-grid2 a,
.banner-grid3 a {
  color: #fff;
}
.banner-grid3 {
  background: brown;
  background: rgba(165, 42, 42, 0.79);
  color: #fff;
  transition: 1s all;
}
.banner-grid1 h3,
.banner-grid2 h3,
.banner-grid3 h3 {
  font-size: 1.3em;
  line-height: 1.4em;
  /*color: #bdbdbd; */
  padding: 1em 1em 2em;
  font-weight: normal;
}
.banner-grid1 h4,
.banner-grid2 h4,
.banner-grid3 h4 {
  font-size: 1em;
  padding: 0 1.5em 1.2em;
  color: #fff;
}
.flexslider-info {
  margin: 0em !important;
}

/*-- gallery --*/
.w3l_gallery_grid li {
  display: inline-block;
  float: left;
  width: 32.33%;
  padding: 1%;
}
.box {
  position: relative;
  overflow: hidden;
}
.gallery p {
  letter-spacing: 0.5px;
  color: #383636;
  margin-top: 10px;
  line-height: 28px;
}
.box .topic-place-date {
  position: absolute;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  padding: 1em;
  width: 100%;
  text-shadow: 1px 1px #2d2d2c;
}
.topic-place-date .left-place img {
  width: 45px;
  height: 27px;
  border-radius: unset;
  position: unset;
  margin-right: 10px;
}
.topic-place-date .left-place {
  float: left;
}
.topic-place-date .right-date {
  float: right;
}
.box .topic-conf {
  /*position: absolute;*/
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  padding: 1em;
  width: 100%;
  /* margin-top: 3em; */
  line-height: 25px;
  text-shadow: 1px 1px #2d2d2c;
}
.box .conf-date {
  /*position: absolute;*/
  font-size: 19px;
  /* font-weight: 600; */
  color: #fff;
  letter-spacing: 2px;
  /*padding: 1em;*/
  width: 100%;
  text-align: center;
  /*bottom: 4em;*/
  text-shadow: 1px 1px #2d2d2c;
}
.box .conf-count {
  /*position: absolute;*/
  font-size: 19px;
  /* font-weight: 600; */
  color: #fff;
  letter-spacing: 2px;
  padding: 1em;
  width: 100%;
  text-align: center;
  bottom: 2em;
  text-shadow: 1px 1px #2d2d2c;
}
.topic-content {
  /*position: absolute;*/
  bottom: 0;
  left: 1.8em;
  background: #202121f2;
  padding: 0.5em 1em;
  width: 85%;
}
.topic-content .conf-about {
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  padding: 2px 0px;
}
.box img {
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.conf-box-info {
  width: 100%;
  float: left;
  height: 216px;
  background: hsla(0, 0%, 25%, 0.86);
  position: absolute;
  border-radius: 10px;
}
.box .overbox {
  background-color: hsla(0, 0%, 11%, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  padding: 1em 2em 2em;
}
.box,
.box .overbox {
  height: 216px;
}
.box:hover .conf-box-info {
  display: none;
}
.box:hover .overbox {
  opacity: 1;
}

.box .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
}
.title {
  color: #fff;
  padding: 0em 1em;
}
.box .topic-conf {
  font-size: 15px;
  text-transform: uppercase;
  /*opacity: 0;*/
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.left-conf {
  float: left;
}
.right-conf {
  float: right;
}
.box:hover .title,
.box:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.overbox .left-conf img {
  width: 45px;
  height: 27px;
  border-radius: unset;
  position: unset;
  margin-right: 10px;
}
.box .tagline {
  font-size: 14px;
  line-height: 1.6em;
  /* opacity: 0; */
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  /* margin: 40px 0 0 0; */
  color: #fff;
  letter-spacing: 1px;
  padding: 2em 1em;
}
.box .topic-contry {
  font-size: 14px;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  padding: 1em;
  color: #fff;
  letter-spacing: 1px;
}
.box .view-conf {
  font-size: 14px;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  /* margin: 15px 0 20px 0; */
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #447b08;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  background: #529a05;
  margin: 0em 1em;
}
.box:hover .tagline,
.box:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/*-- //gallery --*/

/* about */
.about {
  background: url(../images/about-bg1.jpg) no-repeat;
  background-size: cover;
}
.w3l_head {
  letter-spacing: 1px;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  color: #2b2b2b;
  border-bottom: double 4px #529a054d;
  padding: 10px 20px;
  width: fit-content;
  /* text-align: -webkit-match-parent; */
  margin: auto;
  padding-top: 38px;
}
.section-header {
  position: relative;
  text-align: center;
  margin-bottom: 25px;
}
.section-header h2 {
  color: #2b2b2b;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1.3px;
  margin-top: 15px;
  border-bottom: double 4px #529a054d;
  padding: 10px 20px;
  width: fit-content;
  text-align: center;
  margin: auto;
  display: block;
}
.about-conf .heading h2 {
  color: #fff;
}
.about-conf {
  background: #00000085;
  padding: 2em;
}
.about-conf p {
  color: #fff;
  line-height: 25px;
  margin: 10px 0px;
}
.gridicon i.fa {
  font-size: 25px;
  border: 1px dotted #292928;
  width: 55px;
  height: 50px;
  text-align: center;
  line-height: 2em;
  color: #529a05;
  background: #fff;
}
.gridtext h4 {
  color: #ffffff;
  margin: 0.6em 0 0.6em 0;
  font-size: 21px;
  letter-spacing: 1.5px;
  text-shadow: 2px 2px #2d2d2c;
}
.gridtext p {
  color: #999;
  font-size: 1em;
  line-height: 1.8em;
}
.about-left-grids h3 {
  color: #000;
  font-weight: 600;
}

.gridicon {
  width: 20%;
  float: left;
}

.gridtext {
  margin: 1em 1em;
  width: 100%;
  float: left;
}
.about-right img {
  width: 100%;
}
/* //about */

/*-- Stats --*/

.stats {
  width: 100%;
  background: #fff;
}
.associates ul li {
  display: inline-block;
  margin: 15px 13px;
}
.associates ul li a img {
  width: 256px;
  border: 1px solid #e0dfdf;
  padding: 3px;
  box-shadow: 3px 3px 5px rgb(92 154 29);
  height: 100px;
  object-fit: contain;
}

/*-- //Stats --*/

/*-- Team --*/
.membership {
  background: url(../images/memories-bg.jpg) no-repeat;
  background-size: cover;
  padding: 3em 0em;
}
.teamw3agile h3 {
  color: #fff;
  text-align: center;
  font-size: 3em;
  text-transform: uppercase;
}

.teamw3agile-grids {
  text-align: center;
  padding: 3em;
  background: #f1efefd4;
}
.teamw3agile-grids p {
  line-height: 25px;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-top: 20px;
}
.view-more {
  background: #4b8c06;
  display: grid;
  padding: 6px 15px;
  color: #fff;
  letter-spacing: 1px;
  border-radius: 5px;
  /* margin-top: 15px; */
  text-align: center;
  margin: 15px auto;
  width: 130px;
}

/*-- //Team --*/
/* news */
.news,
.gallery,
.stats,
.about,
.teamw3agile,
.contact {
  padding: 3em 0;
}

.teamw3agile {
  background: url(../images/team3.jpg) no-repeat 0px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-attachment: fixed;
}
.news img {
  vertical-align: middle;
  width: 100%;
  position: relative;
  border: 1px solid #d1d1d1;
}
.news-grid1 h3 {
  font-size: 1.4em;
  margin: 2em 0 0.5em;
  color: #000;
  text-align: center;
}
.news-grid1 p {
  font-size: 1em;
  color: #999;
  line-height: 1.8em;
  text-align: center;
}
.absolute .p1 {
  color: #fff;
}
.absolute {
  position: absolute;
  top: 16.5em;
  left: 2em;
  background: #1cd3f1;
  padding: 0.5em 1em;
  width: 85%;
}
.absolute-right {
  float: right;
}
.absolute-left {
  float: left;
}
p.left {
  float: left;
  margin-right: 1em;
  color: #fff;
}
p.right {
  float: right;
  color: #fff;
}
.span1 {
  color: #fff;
}
/* //news */

/*--contact--*/
input#name,
input#phone,
input#email {
  height: 50px;
}
input#name:focus,
input#phone:focus,
input#email:focus,
textarea#message:focus {
  box-shadow: none;
  border-bottom: 2px solid #000;
}
.form-control {
  box-shadow: none;
}
.form-control:focus {
  border: none;
}
.login-pad form input[type="text"],
.login-pad form input[type="email"] {
  border: none;
  border-bottom: 2px solid #000;
  margin: 0 0 24px 0;
  width: 100%;
  padding: 10px 10px;
  font-size: 14px;
  outline: none;
  color: #000;
  border-radius: 0;
  font-weight: 600;
}
.login-pad textarea {
  margin: 16px 0;
  resize: none;
  width: 100%;
  color: #000;
  font-size: 14px;
  outline: none;
  padding: 10px 10px;
  border: none;
  border-bottom: 2px solid #000;
  height: 120px;
  -webkit-appearance: none;
  border-radius: 0px;
  font-weight: 600;
  margin-top: 15px;
}
.login-pad button.btn.btn-primary {
  font-size: 1em;
  text-align: center;
  font-weight: normal;
  color: #fff;
  padding: 10px 20px;
  border-radius: 0;
  display: block;
  margin-top: 25px;
  background-color: #ff5722;
  border-color: #ff5722;
  outline: none;
  transition: all 0.5s ease-in-out;
  -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;
  letter-spacing: 1px;
}
.login-pad button.btn.btn-primary:hover {
  background-color: #00d0ff;
  border-color: #00d0ff;
}
.map-home iframe {
  margin-top: 50px;
  width: 100%;
  min-height: 403px;
  outline: none;
  border: none;
}
.map-home h3 {
  font-size: 26px;
  margin-bottom: 25px;
  color: #545454;
  letter-spacing: 1px;
  margin-top: 35px;
  text-align: center;
}
/*--- login --*/
/*--check-box--*/
.login-pad {
  margin: 0em 0em 0 0;
}
.login-pad .checkbox input {
  position: absolute;
  left: -9999px;
}
.login-pad.checkbox i {
  border-color: #fff;
  transition: border-color 0.3s;
  -o-transition: border-color 0.3s;
  -ms-transition: border-color 0.3s;
  -moz-transition: border-color 0.3s;
  -webkit-transition: border-color 0.3s;
}
.login-pad.checkbox i:hover {
  border-color: red;
}
.login-pad i:before {
  background-color: #2da5da;
}
.login-pad .rating label {
  color: #ccc;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}
.login-pad .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.login-pad .checkbox input + i:after {
  content: url(../images/tick.png);
  top: -3px;
  left: 2px;
  width: 15px;
  height: 15px;
}
.login-pad .checkbox {
  float: left;
}
.login-pad .checkbox {
  padding-left: 38px;
  font-size: 14px;
  color: #999;
  cursor: pointer;
  font-weight: 400;
}
.login-pad .checkbox {
  position: relative;
  display: block;
  margin: 0 0 18px 0;
}
.login-pad .checkbox i {
  position: absolute;
  top: 0px;
  left: 5px;
  display: block;
  width: 16px;
  height: 16px;
  outline: none;
  border: 1px solid #969696;
  background: #fff;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
}
.login-pad .checkbox input + i:after {
  position: absolute;
  opacity: 0;
  transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  -ms-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -webkit-transition: opacity 0.1s;
}
.login-pad .checkbox input + i:after {
  color: #2da5da;
}
.login-pad .rating input:checked ~ label {
  color: #2da5da;
}
.login-pad .checkbox input:checked + i:after {
  opacity: 1;
}
.login-pad input[type="submit"] {
  border: none;
  outline: none;
  color: #fff;
  padding: 5px 23px;
  font-size: 20px;
  -webkit-appearance: none;
  background: #000;
}
.login-pad input[type="submit"]:hover {
  background: #8c8700;
  color: #fff;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
}
.map-home h2 {
  font-size: 20px;
  margin-bottom: 25px;
}
/* Set a size for our map container, the Google Map will take up 100% of this container */
#map {
  width: 100%;
  height: 400px;
  margin-top: 70px;
}

.drop-pad p {
  line-height: 1.8em;
  font-size: 1em;
  margin-bottom: 1em;
  color: #999;
}
.sign-gd-two ul li {
  color: #040404;
  margin: 25px 0;
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 400;
  list-style-type: none;
}
.sign-gd-two ul li a {
  color: #464646;
  text-decoration: none;
}
.sign-gd-two ul li a:hover {
  color: #00d0ff;
}
.sign-gd-two ul li i {
  color: cyan;
  margin-right: 10px;
  font-size: 16px;
}
.sign-gd-two ul li {
  margin-bottom: 15px;
}
/*--//check-box--*/
/*--//contact--*/
/*--Map--*/
iframe {
  width: 100%;
  border: none;
  height: 400px;
  outline: none;
}

/*--//Map--*/
/*-- Footer --*/

.footer {
  background-color: #1d1d1d;
  padding: 50px 0;
}

.footer-grid ul li {
  display: block;
  font-size: 13px;
  line-height: 25px;
  color: #999;
}

.footer-grid ul li a.scroll {
  color: #999;
  text-transform: uppercase;
}

.footer-grid ul li a.scroll:hover {
  color: #fff;
}

.footer-grid p {
  color: #999;
  line-height: 25px;
  /*--w3layouts--*/
  /*--agileits--*/
  margin-bottom: 15px;
}

.footer-grid input[type="email"] {
  width: 70%;
  padding: 10px 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-bottom: 2px solid #777;
  outline: none;
}

.footer-grid input[type="submit"] {
  padding: 7px 40px;
  font-size: 14px;
  background-color: #fb3d01;
  border: none;
  letter-spacing: 1px;
  color: #fff;
  float: right;
  margin-top: 10px;
  outline: none;
}

.footer-grid input[type="submit"]:hover {
  background-color: #fff;
  color: #000;
}
.copyright {
  text-align: center;
  background: #000;
  padding: 1em 0;
}

.copyright p {
  color: #999;
  line-height: 25px;
}

.copyright p a {
  color: #ccc;
}

.copyright p a:hover {
  color: #fff;
}

/*-- //Footer --*/
/*-- to-top --*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 20px;
  right: 2%;
  overflow: hidden;
  z-index: 999;
  width: 35px;
  height: 35px;
  border: none;
  text-indent: 100%;
  background: url(../images/top-arrow.png) no-repeat 0px 0px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
}
#toTopHover {
  width: 35px;
  height: 35px;
  display: block;
  overflow: hidden;
  float: right;
  opacity: 0;
  -moz-opacity: 0;
  filter: alpha(opacity=0);
}
/*-- //to-top --*/

/*-- Slider --*/

.slider {
  position: relative;
  padding: 0;
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  float: left;
  width: 100%;
  height: 100%;
  border: 0;
}

a.callbacks_nav {
  display: none;
}

ul.callbacks_tabs {
  /*--w3layouts--*/
  /*--agileits--*/
  position: absolute;
  z-index: 9;
  bottom: 10%;
  left: 47.3%;
}

ul.callbacks_tabs li {
  display: inline-block;
}

.callbacks_tabs a {
  visibility: hidden;
}

.callbacks_tabs a:after {
  content: "\f111";
  font-size: 0;
  visibility: visible;
  display: inline-block;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  background: transparent;
}

.callbacks_here a:after {
  border: 1px solid cyan;
  background: cyan;
}

.layer-agileits {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 4em 0em;
  transition-duration: 2s;
  background: #00000063;
}
.slider-content {
  content: "";
  display: inline-block;
  width: 75%;
  height: 70%;
  left: 0;
  top: 0;
  text-align: left;
  padding: 2em 2em;
  position: absolute;
  border: 6px solid #fff;
  -webkit-clip-path: polygon(0 0, 90% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 90% 0, 75% 100%, 0 100%);
}

.layer-agileits h3 {
  font-size: 25px;
  letter-spacing: 1px;
  color: #fff;
  width: 100%;
}
/*--w3layouts--*/
/*--agileits--*/

.layer-agileits h2 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 800;
  width: 100%;
  padding: 1em 0em;
}
.layer-agileits h4 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
  width: 75%;
}
/*.layer-agileits a {
    position: absolute;
    top: 45%;
	left:46%;
	text-transform: capitalize;
    color: #fff;
    font-size: 0.875em;
	letter-spacing:1px;
    border: 2px solid #FF5722;
    padding: .6em 1.2em;
    background: #FF5722;
	text-transform:uppercase;-
	
}*/
.layer-agileits a:hover {
  background-color: #00d0ff;
  border-color: #00d0ff;
}
/*-- //Slider --*/

@media (max-width: 1920px) {
  .navbar-right {
    margin-left: 30em !important;
  }
  .banner-grids {
    left: 20%;
  }
}
@media (max-width: 1680px) {
  .navbar-right {
    margin-left: 21em !important;
  }
  .banner-grids {
    left: 16%;
  }
}
@media (max-width: 1600px) {
  .navbar-right {
    margin-left: 18em !important;
  }
  .banner-grids {
    left: 14%;
  }
}
@media (max-width: 1440px) {
  .navbar-right {
    margin-left: 12em !important;
  }
  .banner-grids {
    left: 10%;
  }
  .layer p {
    top: 40%;
  }
}
@media (max-width: 1366px) {
  .navbar-right {
    margin-left: 8em !important;
  }
  .banner-grids {
    left: 8%;
  }
}
@media (max-width: 1280px) {
  .navbar-right {
    margin-left: 5em !important;
  }
  .banner-grids {
    left: 6%;
  }
}
@media (max-width: 1080px) {
  .navbar-right {
    margin-left: 2em !important;
  }
  ul.top-links {
    margin-right: 2em;
  }
  .navbar-default .navbar-brand {
    margin: 0.1em 0 0.1em 1em;
  }
  .navbar-default .navbar-nav > li > a {
    margin-right: 2px;
  }
  .layer h3 {
    top: 28%;
    font-size: 2.8em;
  }
  .layer a {
    left: 45%;
  }
  .banner-grid1 h3,
  .banner-grid2 h3,
  .banner-grid3 h3 {
    padding: 1em 0em;
  }
  .banner-grid1 h4,
  .banner-grid2 h4,
  .banner-grid3 h4 {
    padding: 0 0 1em;
  }
  .banner-grid1,
  .banner-grid2,
  .banner-grid3 {
    margin-right: 0.5em;
  }
  .banner-grids {
    top: 50%;
  }
  .layer a {
    padding: 0.4em 1.2em;
  }
  .absolute {
    top: 13.5em;
    left: 1.5em;
  }
  .footer-grid input[type="email"] {
    width: 63%;
  }
  .stats-img i.fa {
    font-size: 4em;
  }
  .numscroller {
    font-size: 34px;
  }
  .news-grid1 h3 {
    line-height: 1.4em;
  }

  .callbacks_tabs a:after {
    height: 12px;
    width: 12px;
  }
  .layer p {
    top: 43%;
  }
  .layer a {
    top: 49%;
  }
}
@media (max-width: 1024px) {
  .navbar-default .navbar-brand {
    margin: 0.1em 0 0.1em 0.5em;
  }
  .navbar-default .navbar-nav > li > a {
    margin-right: 0px;
  }
  ul.top-links {
    margin-right: 1em;
  }
  .banner-grid1 h3,
  .banner-grid2 h3,
  .banner-grid3 h3 {
    font-size: 1.2em;
  }
  .layer h3 {
    font-size: 2.6em;
  }
  .layer a {
    top: 52%;
  }
  ul.callbacks_tabs {
    bottom: 36%;
  }
  .about-left-top,
  .about-left-bottom {
    margin: 2em 0 0 0;
  }
  .heading h2,
  .heading h3,
  .gallery h3,
  .stats h3,
  h3.agileits-title,
  .teamw3agile h3 {
    text-transform: uppercase;
    font-size: 2.5em;
  }
  .about-left-grids h3 {
    font-size: 21px;
  }
  .news,
  .gallery,
  .stats,
  .about,
  .teamw3agile,
  .contact {
    padding: 4em 0;
  }
  .teamw3agile-grid h4 {
    margin-bottom: 10px;
  }
  .banner-grids {
    left: 3%;
  }
  .box .overbox {
    padding: 4em 2em 2em;
  }
  .box,
  .box .overbox {
    height: 190px;
  }
}
@media (max-width: 991px) {
  .navbar-nav > li > a {
    padding: 10px 10px;
  }
  .banner-grids {
    left: 12%;
  }
  .banner-grid1,
  .banner-grid2,
  .banner-grid3 {
    width: 33.33%;
    float: left;
    margin-right: 0;
  }
  .gridtext {
    margin: 0 1em;
    float: left;
    width: 35%;
  }
  .gridicon {
    width: 11%;
    float: left;
  }
  .news-grid1 {
    width: 33.33%;
    float: left;
  }
  .absolute {
    top: 10.5em;
    left: 1.5em;
    padding: 0.3em 0.5em;
    width: 82%;
  }
  .stats-info p {
    font-size: 16px;
  }
  .numscroller {
    font-size: 30px;
  }
  .drop-pad {
    width: 50%;
    float: left;
  }
  .login-pad {
    margin: 0em 0em 0 0;
    width: 50%;
    float: left;
  }
  .map-home h3 {
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 0;
    text-align: center;
  }
  .login-pad textarea {
    height: 100px;
  }
  .sign-gd-two ul li {
    margin: 16px 0;
  }
  .drop-pad ul {
    margin: 2em 0 0 0;
  }
  .sign-gd-two ul li {
    letter-spacing: 0px;
  }
  .footer-grid input[type="submit"] {
    padding: 7px 20px;
  }
  .callbacks_tabs a:after {
    height: 10px;
    width: 10px;
  }
  .teamw3agile-grid {
    width: 50%;
    float: left;
  }
  .w3l_gallery_grid li {
    width: 50%;
    float: left;
  }
  .stats-img i.fa {
    font-size: 3em;
  }
  .layer h3 {
    top: 27%;
  }
  .layer a {
    top: 50%;
    left: 44%;
  }
  ul.callbacks_tabs {
    bottom: 38%;
    left: 47%;
  }
}
@media (max-width: 900px) {
  .navbar-nav > li > a {
    font-size: 1.05em;
  }
  .navbar-right {
    margin-left: 12em !important;
  }
  ul.top-links {
    top: 11%;
    left: 42%;
  }
  .banner-grids {
    top: 47%;
    left: 7%;
  }
  .banner-grid1,
  .banner-grid2,
  .banner-grid3 {
    width: 32.33%;
    float: left;
    margin-right: 1%;
  }
  .layer a {
    left: 44%;
  }
}
@media (max-width: 800px) {
  .news-grid1 {
    width: 50%;
    float: left;
  }
  .absolute {
    top: 16.5em;
    left: 2em;
    padding: 0.5em 1em;
    width: 85%;
  }
  .more {
    margin: 1em 0 3em;
  }
  .heading h2,
  .heading h3,
  .gallery h3,
  .stats h3,
  h3.agileits-title,
  .teamw3agile h3 {
    text-transform: capitalize;
    font-size: 26px;
  }
  iframe {
    height: 350px;
  }
  .navbar-right {
    margin-left: 4em !important;
  }
  .banner-grids {
    left: 3%;
    top: 42%;
  }
  .layer h3 {
    font-size: 2.4em;
    letter-spacing: 4px;
  }
}
@media (max-width: 768px) {
  .banner-grids {
    left: 0%;
  }

  h1 {
    font-size: 28px;
  }
  .layer h3 {
    font-size: 2.4em;
    letter-spacing: 6px;
  }
  .layer a {
    left: 44%;
    top: 46%;
  }
  nav ul {
    margin: 0;
  }
  .navbar-toggle {
    margin-top: 13px;
  }
  .navbar-right {
    margin-left: 6em !important;
  }
  .banner-grid1 h3,
  .banner-grid2 h3,
  .banner-grid3 h3 {
    padding: 0.7em 0em;
  }
  .layer h3 {
    font-size: 2.2em;
    letter-spacing: 4px;
    top: 24%;
  }
  .layer p {
    top: 39%;
  }
}
@media (max-width: 736px) {
  .navbar-toggle {
    position: absolute;
    float: none;
  }
  .navbar-header.navbar-left {
    text-align: center;
  }
  .stats-grid-1,
  .stats-grid-2,
  .stats-grid-3,
  .stats-grid-4 {
    width: 50%;
    float: left;
  }
  .stats-grid-1,
  .stats-grid-2 {
    margin-bottom: 3em;
  }
  .stats-img {
    margin-bottom: 15px;
  }
  .footer-grid-1,
  .footer-grid-2 {
    width: 100%;
    float: left;
    margin-bottom: 2em;
    text-align: center;
  }
  .footer-grid-3 {
    float: left;
    width: 95%;
    text-align: center;
  }
  .banner-grids {
    left: 0%;
  }
  .gridtext {
    width: 34%;
  }
  .absolute {
    top: 15.5em;
  }
  .box,
  .box .overbox {
    height: 221px;
  }
  .banner-grids {
    position: static;
    margin-top: 0;
  }
  .banner-grid1,
  .banner-grid2,
  .banner-grid3 {
    width: 100%;
    float: none;
    margin: 1em 0;
  }
  ul.callbacks_tabs {
    bottom: 50%;
  }
  .layer a {
    top: 60%;
  }
  .layer p {
    top: 52%;
  }
  .layer h3 {
    top: 36%;
  }
  ul.top-links {
    top: 2%;
    left: 73%;
  }
  .navbar-right {
    margin-left: 23em !important;
  }
}
@media (max-width: 667px) {
  .gridtext {
    float: none;
    width: 100%;
    margin: 1em 0;
  }
  .about-left-bottom {
    margin: 0;
  }
  .gridtext h4 {
    font-size: 1.2em;
  }
  .absolute {
    top: 13.5em;
    left: 1.7em;
  }
  .news-grid1 h3 {
    font-size: 1.3em;
    margin: 1em 0 0.5em;
  }
  .news-grid1 {
    width: 70%;
    float: none;
    margin: 0 auto;
  }
  .absolute {
    top: 20em;
    left: 2em;
    width: 87%;
  }
  .box,
  .box .overbox {
    height: 200px;
  }
  .login-pad {
    margin: 2em 0em 0 0;
    width: 100%;
    float: none;
  }
  .drop-pad {
    width: 100%;
    float: none;
  }
  .map-home h3 {
    font-size: 18px;
    margin-bottom: 15px;
    margin-top: 0;
    text-align: center;
    letter-spacing: 0;
  }
  .drop-pad ul {
    margin: 0;
  }
  .teamw3agile-grid {
    width: 100%;
    float: none;
  }
  .layer h3 {
    font-size: 2.2em;
    letter-spacing: 4px;
    top: 30%;
  }
  .layer p {
    top: 48%;
    letter-spacing: 0;
  }
  .layer a {
    left: 43%;
    top: 56%;
  }
  ul.callbacks_tabs {
    bottom: 53%;
  }
  .banner-grids {
    margin-top: 0em;
  }
  ul.top-links {
    top: 4%;
    left: 71%;
  }
  .navbar-right {
    margin-left: 20em !important;
  }
  .box .overbox {
    padding: 5em 2em 2em;
  }
}
@media (max-width: 600px) {
  .gridicon {
    width: 14%;
  }
  .absolute {
    top: 17.5em;
    width: 85%;
  }
  .w3l_gallery_grid li {
    width: 100%;
    float: none;
  }
  .box,
  .box .overbox {
    height: 362px;
  }
  ul.top-links li {
    margin-right: 5px;
    display: inline-block;
  }
  .layer a {
    left: 42%;
    top: 65%;
  }
  .layer p {
    top: 55%;
  }
  .navbar-right {
    margin-left: 18em !important;
  }
  ul.top-links {
    top: 2%;
  }
}
@media (max-width: 568px) {
  .about-left-grids h3 {
    font-size: 19px;
  }
  .news-grid1 {
    width: 80%;
  }
  .absolute {
    top: 19.5em;
    width: 86%;
  }
  .box,
  .box .overbox {
    height: 340px;
  }
  .more {
    margin: 1em 0 2em;
  }
  .banner-grid1,
  .banner-grid2,
  .banner-grid3 {
    padding: 0px 10px;
  }
  .layer h3 {
    font-size: 2em;
    letter-spacing: 3px;
    top: 30%;
  }
  .layer p {
    top: 49%;
  }
  .layer a {
    left: 40%;
    top: 63%;
  }
  ul.callbacks_tabs {
    left: 45.3%;
  }
  .news,
  .gallery,
  .stats,
  .about,
  .teamw3agile,
  .contact {
    padding: 3em 0;
  }
  .about-left-grids,
  .about-right,
  .news-grids,
  .w3layouts_gallery_grids,
  .stats-info,
  .map-home,
  .teamw3agile-grids {
    margin: 2em 0 0;
  }
  .login-pad button.btn.btn-primary {
    font-size: 0.9em;
    padding: 6px 10px;
  }
  .navbar-nav {
    margin: 7.5px -15px !important;
  }
  ul.top-links {
    left: 69%;
  }
}

@media (max-width: 480px) {
  .navbar-toggle {
    left: 48%;
  }
  ul.top-links {
    top: 2%;
    left: 64%;
  }
  .navbar-right {
    margin-left: 14em !important;
  }
  .absolute {
    top: 15.5em;
    left: 1.7em;
  }
  .box,
  .box .overbox {
    height: 283px;
  }
}
@media (max-width: 440px) {
  .gridicon {
    width: 20%;
  }
  .news-grid1 {
    width: 100%;
  }
  .absolute {
    top: 17.5em;
    width: 85%;
  }
  .box,
  .box .overbox {
    height: 257px;
  }
  input#name,
  input#phone,
  input#email {
    height: 40px;
  }
  .copyright {
    padding: 1em;
  }
  .footer-grid p {
    margin-bottom: 0;
  }
  ul.top-links li {
    margin-right: 0px;
  }
  .banner-grid1 h3,
  .banner-grid2 h3,
  .banner-grid3 h3 {
    font-size: 1.2em;
    padding: 0.6em 0em;
    line-height: 1.2em;
  }
  .layer h3 {
    font-size: 2em;
    letter-spacing: 2px;
  }
  .layer a {
    left: 40%;
    top: 50%;
  }
  .login-pad button.btn.btn-primary {
    padding: 7px 12px;
    margin-top: 20px;
  }
  .layer a {
    top: 70%;
  }
  .layer a {
    padding: 0.3em 1em;
    font-size: 0.8em;
    letter-spacing: 0;
  }
  ul.callbacks_tabs {
    left: 43.3%;
    bottom: 54%;
  }
  .callbacks_tabs a:after {
    height: 8px;
    width: 8px;
  }
  ul.top-links {
    top: 2%;
    left: 65%;
  }
  .layer h3 {
    font-size: 1.8em;
    letter-spacing: 1px;
    top: 28%;
  }
  .layer p {
    top: 50%;
  }
  .navbar-right {
    margin-left: 13em !important;
  }
}
@media (max-width: 414px) {
  .navbar {
    position: relative;
    min-height: 0;
    background: #000;
  }
  .navbar-toggle {
    position: absolute;
    float: none;
    top: 0;
    left: 13.5em;
  }
  ul.top-links {
    top: 2%;
    left: 63%;
  }
  .navbar-right {
    margin-left: 11.8em !important;
  }
  .layer h3 {
    top: 13%;
  }
  .layer p {
    top: 37%;
  }
  .layer a {
    top: 56%;
  }
  ul.callbacks_tabs {
    left: 44.3%;
    bottom: 64%;
  }
  .absolute {
    top: 16.5em;
  }
  .box,
  .box .overbox {
    height: 240px;
  }
}
@media (max-width: 384px) {
  .news,
  .gallery,
  .stats,
  .about,
  .teamw3agile,
  .contact {
    padding: 3em 0;
  }
  .about-left-grids,
  .about-right,
  .news-grids,
  .w3layouts_gallery_grids,
  .stats-info,
  .map-home,
  .teamw3agile-grids {
    margin: 2em 0 0;
  }
  .absolute {
    top: 14.5em;
    width: 83%;
  }
  .box,
  .box .overbox {
    height: 221px;
  }
  .login-pad button.btn.btn-primary {
    font-size: 0.9em;
    padding: 6px 12px;
    margin-top: 20px;
  }
  .footer-grid input[type="email"] {
    width: 100%;
  }
  ul.top-links {
    top: 2%;
    left: 31%;
  }
  .navbar-default .navbar-brand {
    margin: 2em 3.6em;
  }
  .navbar-toggle {
    top: 7em;
    left: 11.5em;
  }
  .navbar-right {
    margin-left: 10em !important;
  }
}
@media (max-width: 375px) {
  .box,
  .box .overbox {
    height: 216px;
  }
  .absolute {
    padding: 0.3em 1em;
  }
  .teamw3agile-grid h4 {
    font-size: 24px;
  }
  .navbar-default .navbar-brand {
    margin: 2em 3.5em;
  }
  .layer a {
    top: 63%;
  }
  .layer p {
    top: 39%;
  }
}
@media (max-width: 320px) {
  .gridicon {
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
  }
  .gridtext {
    width: 100%;
    text-align: center;
  }
  .absolute {
    top: 11.5em;
    left: 1.5em;
    width: 85%;
  }
  .box,
  .box .overbox {
    height: 180px;
  }
  .stats-grid-1,
  .stats-grid-2,
  .stats-grid-3,
  .stats-grid-4 {
    width: 100%;
    float: left;
  }
  .stats-grid-3,
  .stats-grid-4 {
    margin-bottom: 3em;
  }
  .stats-info p {
    font-size: 15px;
  }
  .numscroller {
    font-size: 20px;
  }
  .heading h2,
  .heading h3,
  .gallery h3,
  .stats h3,
  h3.agileits-title,
  .teamw3agile h3 {
    text-transform: uppercase;
    font-size: 2em;
  }
  .navbar-default .navbar-brand {
    margin: 1.6em 2.54em;
  }
  ul.top-links {
    left: 28%;
  }
  .navbar-toggle {
    left: 9.5em;
    top: 5.6em;
  }
  .layer h3 {
    top: 5%;
    letter-spacing: 0px;
    font-size: 1.6em;
  }
  .layer p {
    top: 32%;
  }
  .layer a {
    left: 37%;
    top: 61%;
  }
  ul.callbacks_tabs {
    bottom: 68%;
  }
  .footer-grid input[type="submit"] {
    float: none;
  }
  .navbar-right {
    margin-left: 8em !important;
  }
  .box .overbox {
    padding: 4em 2em 2em;
  }
}

/*---testimonial start ---*/

.client-review {
  background-color: #1d1d1d;
  width: auto;
  margin-left: -38rem;
  right: 0;
  position: absolute;
  height: 421px;
  width: 100%;
  top: 0;
  left: 0;
}
.client-review .content_subhead {
  margin-left: 40rem;
  width: 45%;
  padding: 2em;
}
.content_subhead h5 {
  font-weight: 400;
  font-size: 15px;
  line-height: 28px;
  margin-top: -5px;
  margin-bottom: 6px;
}
.content_subhead h2 {
  font-weight: 300;
  font-size: 30px;
  /*line-height: 50px;*/
  padding-bottom: 30px;
  margin-bottom: 0px;
  color: #fff;
}
.content_subhead p {
  color: #fff;
  margin: 0 0 15px;
}
.ps-container {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  letter-spacing: 1px;
  color: #fff;
  background: #fff;
  margin: 3em 0em;
}
.ps-container select {
  display: none;
}
.ps-slides .ps-user-icon {
  width: 33%;
  top: 53px;
}
.ps-slides .ps-user-icon img {
  border: 5px solid #fff;
  padding: 5px;
}
.ps-container > .ps-slidewrapper {
  position: absolute;
  /*width: 50%;*/
}
.detail-testimonial {
  background: #fff;
  padding: 15px;
  height: 270px;
  /*margin-left: -44px;*/
  margin-top: 63px;
}
.ps-container > ps-slidewrapper > div,
.ps-slidewrapper > nav,
.ps-slides > div {
  position: absolute;
}

.ps-header {
  top: 0px;
  left: 0px;
  height: 150px;
  z-index: 1001;
  background: #fff;
}

.ps-header h1 {
  color: #ccc;
  line-height: 150px;
  margin: 0;
  padding: 0 50px;
  font-weight: 200;
  font-size: 14px;
  letter-spacing: 10px;
}

.ps-contentwrapper {
  top: 150px;
  bottom: 0px;
  overflow: hidden;
  z-index: 1000;
}

.ps-content {
  /*background: #fff;*/
  width: 100%;
  height: 100%;
  padding: 50px;
}

.ps-content h2 {
  padding: 0px 15px;
  /* border-right: 1px solid #f2f2f2; */
  /* border-bottom: 1px solid #f2f2f2; */
  letter-spacing: 1px;
  font-size: 26px;
  margin: 0px 0 0px;
  text-align: center;
  font-weight: 700;
  color: #529014;
}
.ps-content h4 {
  padding: 0px 15px;
  /* border-right: 1px solid #f2f2f2; */
  /* border-bottom: 1px solid #f2f2f2; */
  letter-spacing: 0.5px;
  font-size: 17px;
  margin: 10px 0 0px;
  text-align: center;
  font-weight: 600;
  color: #282926;
}
.ps-content p {
  line-height: 23px;
  font-size: 14px;
  letter-spacing: 1px;
  /* word-spacing: 10px; */
  padding: 10px 15px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  color: #383636;
}

.ps-content span.ps-price {
  float: left;
  margin: 10px;
  width: 140px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  color: #fff;
  background: #f7cfc6;
  background: rgba(247, 197, 185, 0.8);
  font-size: 55px;
  font-weight: 200;
}

.ps-content a:last-child {
  font-size: 14px;
  font-weight: 700;
  color: #555;
  letter-spacing: 4px;
  float: right;
  border: 3px solid #555;
  padding: 3px;
  text-indent: 4px;
}

.no-touch .ps-content a:last-child:hover {
  color: #b2d79d;
  border-color: #b2d79d;
}

.ps-content a:last-child:before {
  content: "\53";
  font-family: "icon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  padding-right: 5px;
}

.ps-slidewrapper {
  right: 0px;
  /*top: 12%;*/
  height: 422px;
  overflow: hidden;
}

.ps-slides {
  top: 0px;
  bottom: 80px;
  width: 100%;
}

.ps-slides > div {
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 9999px rgba(179, 157, 250, 0.1);
}

.ps-slidewrapper > nav {
  width: 100%;
  height: 200px;
  bottom: -65px;
  right: 95px;
  z-index: 1000;
}

.ps-slidewrapper > nav > a {
  width: 7%;
  height: 16%;
  position: relative;
  float: right;
  box-shadow: inset 0 0 0 9999px rgba(207, 227, 206, 0.8);
  outline: none;
}

.ps-slidewrapper > nav > a:first-child {
  box-shadow: inset 0 0 0 9999px rgba(233, 217, 141, 0.8);
}

.no-touch .ps-slidewrapper > nav > a {
  -webkit-transition: box-shadow 0.4s ease-in-out;
  -moz-transition: box-shadow 0.4s ease-in-out;
  -ms-transition: box-shadow 0.4s ease-in-out;
  -o-transition: box-shadow 0.4s ease-in-out;
  transition: box-shadow 0.4s ease-in-out;
}

.no-touch .ps-slidewrapper > nav > a:hover {
  box-shadow: inset 0 0 0 9999px rgba(246, 224, 121, 0.1);
}

.no-touch .ps-slidewrapper > nav > a:first-child:hover {
  box-shadow: inset 0 0 0 9999px rgba(249, 15, 15, 0.1);
}

.ps-slidewrapper > nav > a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: 95%;
  left: 135%;
  margin: -20px 0 0 -50px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.ps-slidewrapper > nav > a:first-child:after {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin: -30px 0 0 -50px;
}

.ps-slides > div,
.ps-slidewrapper > nav > a {
  background-color: #529a05;
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: auto 100%;
  -moz-background-size: auto 100%;
  background-size: auto 100%;
}

.ps-move {
  -webkit-transition: top 400ms ease-out;
  -moz-transition: top 400ms ease-out;
  -o-transition: top 400ms ease-out;
  -ms-transition: top 400ms ease-out;
  transition: top 400ms ease-out;
}
.thead-design {
  background-color: #333;
  color: #fff;
  font-size: 18px;
}
.data1 td {
  padding: 18px !important;
}
@media screen and (max-width: 860px) {
  .js .ps-container > ps-slidewrapper {
    width: 100%;
  }

  .js .ps-header {
    height: 50px;
  }

  .js .ps-header h1 {
    line-height: 50px;
    padding: 0px 20px;
    letter-spacing: 4px;
  }

  .js .ps-slides {
    bottom: 320px;
    top: 50px;
  }

  .js .ps-slidewrapper > nav {
    height: 100px;
  }

  .js .ps-contentwrapper {
    top: auto;
    height: 220px;
    bottom: 100px;
  }

  .js .ps-content h2 {
    border-right: none;
    font-size: 18px;
    margin: 10px 0;
    padding-top: 0;
  }

  .js .ps-content span.ps-price {
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 0;
  }

  .js .ps-content p {
    line-height: 20px;
    border: none;
    padding: 5px 10px;
    height: 80px;
    overflow-y: scroll;
  }

  .js .ps-content a:last-child {
    font-size: 13px;
    margin: 10px 20px 0 0;
  }
}

/* ---- socioal-left start here --*/
.social-part {
  padding-bottom: 3em;
}
.facebook {
  margin-top: 0px;
  float: left;
  width: 100%;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6),
    0 0 0px 1px rgba(255, 255, 255, 0.5);
  background: #fff;
  height: 400px;
  padding: 0px 10px;
}
.tit-heading h2 {
  color: #333;
  text-align: center;
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 5px;
  padding: 10px 0px;
}
.twitter {
  float: left;
  width: 100%;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6),
    0 0 0px 1px rgba(255, 255, 255, 0.5);
  background: #fff;
  height: 400px;
  padding: 0px 10px;
}
.you-tube {
  float: left;
  width: 100%;
  box-shadow: 0 0px 3px 0px rgba(0, 0, 0, 0.6),
    0 0 0px 1px rgba(255, 255, 255, 0.5);
  background: #fff;
  height: 281px;
  padding: 0px 10px;
}
.scrollbar {
  float: left;
  height: 340px;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 25px;
  padding: 15px;
}
.scrollbar p {
  padding: 20px 15px;
}
.scrollbar ul li {
  display: block;
}
.force-overflow {
  min-height: 370px;
}

#style-2::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

#style-2::-webkit-scrollbar-thumb {
  background-color: #504f53;
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0.2) 75%,
    transparent 75%,
    transparent
  );
}

/*--- tab code ---*/

/*-- about --*/

.about-home-parg p {
  letter-spacing: 0.5px;
  color: #383636;
  margin-top: 10px;
  line-height: 28px;
  margin-bottom: 20px;
}
.box-deatl-grid {
  border: 1px solid #d7d7d7;
  padding: 15px;
}
.icon-grid {
  padding: 15px 10px;
}
.icon-grid img {
  width: 100%;
  background: #f0f0f0;
  border-radius: 11px;
  padding: 10px;
}
.abot-box-grid h3 {
  font-size: 19px;
  letter-spacing: 0.5px;
  font-weight: 600;
  color: #4db233;
}
/*-- //about --*/

/*-- gallery --*/

.w3l_gallery_grid li {
  display: inline-block;
  float: left;
  width: 32.33%;
  padding: 1%;
}
.box1 {
  position: relative;
  overflow: hidden;
}
.gallery p {
  letter-spacing: 0.5px;
  color: #383636;
  margin-top: 10px;
  line-height: 28px;
  text-align: justify;
}
.box1 .topic-place-date {
  position: absolute;
  font-size: 16px;
  color: #fff;
  /* letter-spacing: 1px; */
  padding: 1em 0.2em;
  width: 100%;
  text-shadow: 1px 1px #2d2d2c;
}
.topic-place-date .left-place img {
  width: 45px;
  height: 27px;
  border-radius: unset;
  position: unset;
  margin-right: 10px;
}
.topic-place-date .left-place {
  float: left;
}
.topic-place-date .right-date {
  float: right;
}
.box1 .topic-conf {
  position: absolute;
  font-size: 17px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1px;
  padding: 1em;
  width: 100%;
  margin-top: 1.8em;
  line-height: 25px;
  text-shadow: 1px 1px #2d2d2c;
}
.box1 .conf-date {
  position: absolute;
  font-size: 19px;
  /* font-weight: 600; */
  color: #fff;
  letter-spacing: 2px;
  padding: 1em;
  width: 100%;
  text-align: center;
  bottom: 4em;
  text-shadow: 1px 1px #2d2d2c;
}
.box1 .conf-count {
  position: absolute;
  font-size: 19px;
  /* font-weight: 600; */
  color: #fff;
  letter-spacing: 2px;
  padding: 1em;
  width: 100%;
  text-align: center;
  bottom: 2em;
  text-shadow: 1px 1px #2d2d2c;
}
.topic-content-one {
  position: absolute;
  bottom: 0;
  left: 1.8em;
  background: #202121f2;
  padding: 0.5em 1em;
  width: 85%;
}
.topic-content-one .conf-about {
  color: #fff;
  font-size: 17px;
  text-align: center;
  letter-spacing: 1px;
  padding: 2px 0px;
}
.box1 img {
  position: absolute;
  left: 0;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.conf-box-info-one {
  width: 100%;
  float: left;
  height: 216px;
  background: hsla(0, 0%, 25%, 0.86);
  position: absolute;
  border-radius: 10px;
}
.box1 .overbox {
  background-color: hsla(0, 0%, 11%, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  z-index: 100;
  border-radius: 10px;
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  opacity: 0;
  width: 100%;
  padding: 1em 2em 2em;
}
.box1,
.box1 .overbox {
  height: 216px;
}
.box1:hover .conf-box-info-one {
  display: none;
}
.box1:hover .overbox {
  opacity: 1;
}

.box1 .overtext {
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}

.box1 .title {
  font-size: 15px;
  text-transform: uppercase;
  opacity: 0;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.left-conf {
  float: left;
}
.right-conf {
  float: right;
}
.box1:hover .title,
.box1:focus .title {
  opacity: 1;
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}
.overbox .left-conf img {
  width: 45px;
  height: 27px;
  border-radius: unset;
  position: unset;
  margin-right: 10px;
}
.box1 .tagline {
  font-size: 14px;
  line-height: 1.6em;
  opacity: 0;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  margin: 40px 0 0 0;
  color: #fff;
  letter-spacing: 1px;
}
.box1 .topic-contry {
  font-size: 14px;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  margin: 15px 0 20px 0;
  color: #fff;
  letter-spacing: 1px;
}
.box1 .view-conf {
  font-size: 14px;
  transition-delay: 0.1s;
  transition-duration: 0.1s;
  /* margin: 15px 0 20px 0; */
  color: #fff;
  letter-spacing: 1px;
  border: 1px solid #447b08;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  display: inline-block;
  background: #529a05;
}
.box1:hover .tagline,
.box1:focus .tagline {
  opacity: 1;
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}

/*-- //gallery --*/

.banner_upconfernce {
  background-image: url(../images/stick-banner.jpg);
  background-size: cover;
  height: 208px;
  padding: 3%;
  text-align: center;
}
.banner_headings h1 {
  color: #fff;
  font-size: 47px;
}
.banner_headings ul li {
  float: left;
  color: #fff;
  text-decoration: none;
  list-style-type: none;
  margin: 2px;
}
.banner_headings ul li span {
  font-weight: 600;
  color: #ff6a00;
}
.banner_headings li a span:hover {
  color: green;
}
.list_banner_heading {
  margin-left: 40%;
  padding: 2px;
}

.about_upcoming_conference {
  padding: 3em 0 0 0;
}
.about_upcoming_content {
  padding: 2em;
}
.about_upcoming_content .fa {
  color: #257202;
  font-weight: 600;
  font-size: 16px;
  margin: 4px;
}
.about_upcoming_content p {
  padding: 16px;

  line-height: 30px;
  text-align: justify;
}
.about_upcoming_content a {
  color: green;
  font-weight: 600;
}
.about_upcoming_content a:hover {
  color: #095400;
  font-weight: 600;
}
.about_upcoming_conference h2 {
  font-weight: bold;
}

.tab_part {
  width: 100%;
  padding: 10px;
  padding-bottom: 4em;
}
/* Style tab links */
.tablink {
  background-color: #0c6100;
  color: white;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 50%;
  border-right: 1px solid #fff;
  border-bottom: 5px solid #1d1d1d;
}

.tablink:hover {
  background-color: #1d1d1d;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  /*padding: 100px 20px;*/
  height: auto;
  border-bottom: 5px solid #1d1d1d;
}

#Home {
  background-color: #f1f3f1;
}
#News {
  background-color: #f1f3f1;
}
#Contact {
  background-color: #f1f3f1;
}

.tabcontent h2 {
  color: #000000;
  padding: 20px;
  font-weight: 600;
}
.country_name_box {
  border: 1px solid #eee;
  padding: 20px 15px;

  margin-bottom: 30px;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
  border-radius: 20px;
}
.country_name_box img {
  margin-top: 7px;
  height: 36px;
}
.country-content {
  color: #272e38;
  font-size: 16px;

  font-weight: 600;
}
.country-content a {
  color: #0c6100;
  font-size: 15px;
}
.country-content a:hover {
  color: #fb3d01;
}
.box1 .conf-date {
  /*border: 1px solid #eee;*/
  padding: 12px 15px 10px 10px;
  /* padding-bottom: 1em; */
  text-align: center;
  /* margin-bottom: 30px; */
  margin: 16px;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
  border-radius: 20px;
}
.place-confernce-date {
  /* border: 1px solid #eee;*/
  padding: 12px 15px 10px 10px;

  margin: 16px;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
  width: 21%;
  text-align: center;
  border-radius: 20px;
}
.place-confernce-date img {
  margin-top: 14px;
  height: 29px;
}
.place-confernce-date a {
  color: #0c6100;
  font-size: 14px;
  font-weight: 600;
}
.place-confernce-date a:hover {
  color: #272e38;
}
.conferences-venu-sections-place {
  padding-bottom: 2em;
}
.place-confernce-date p {
  color: #272e38;
  font-size: 19px;

  font-weight: 600;
}
.confernce_date_box .conf-date {
  border: 1px solid #eee;
  padding: 12px 15px 10px 10px;
  /* padding-bottom: 1em; */
  text-align: center;
  /* margin-bottom: 30px; */
  margin: 16px;
  box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.16);
  border-radius: 20px;
}
.conf-date .fa {
  color: #000000;
  margin: 6px;
}
.conf-date a {
  color: #0c6100;
  font-size: 17px;
  font-weight: 600;
}
.conf-date a:hover {
  color: #272e38;
}
.conf-date span {
  color: #272e38;
  font-size: 19px;

  font-weight: 600;
}

.card-box {
  background: #fff;
  margin-bottom: 20px;
  border-radius: 0px;
  padding: 22px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
}

.card-box .btn-deep-orange:hover {
  background-color: #1fb800 !important;
  color: #fff !important;
}
.btn-deep-orange:hover {
  background-color: #1fb800 !important;
  color: #fff !important;
}

.conference-name {
  font-size: 18px;
  font-weight: 600;
  color: #1fb800;
}

.conference-date {
  color: #272e38;
  margin-bottom: 5px;
  font-weight: 600;
}
/* ---- subscribe-footer --*/

.subscribe-footer {
  background: #282927;
}
#subscribe {
  width: 100%;
}
.subscribe-contact-form {
  padding: 29px;
  height: 100px;
  width: 90%;
  margin: auto;
  /* border: 1px solid #173a48;
    box-shadow: 0 0 20px rgba(0,0,0,0.4);*/
}
.subscribe-contact-form .contact-full-name,
.subscribe-contact-form .contact-email {
  width: 71%;
  margin-left: 25px;
  margin-top: 0px;
  float: left;
}
.subscribe-contact-form .contact-full-name input,
.subscribe-contact-form .contact-email input {
  border: solid 1px #eeeeee;
}
.subscribe-contact-form input {
  background: #f9f9f9 !important;
  height: 42px;
}
.contact-submit {
  width: 25%;
  float: right;
}
.subscribe-contact-form .btn {
  font-size: 16px;
  border: 0px;
  padding: 5px 30px !important;
  text-align: center;
  font-weight: 600;
  text-align: center;
  font-weight: 500;
  background: #529a05 !important;
  margin-top: 0px;
  color: #ffffff;
  border-radius: 5px;
  margin-left: 0px;
}

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

/*-- sponor-confrnce-icon --*/

.sponor-confrnce-icon {
  width: 100%;
  clear: both;
  padding: 3em 0em;
}
.sponor-confrnce-icon ul li {
  display: inline-block;
  margin: 10px 10px;
  width: min-content;
  border: 1px solid #e0dfdf;
  padding: 5px 5px;
}
.sponor-confrnce-icon ul li a img {
  width: 128px;
  padding: 0px;
  height: 136px;
}

.sponor-confrnce-icon ul li:hover {
  background: #f2f3f2;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.6),
    0 0 0px 1px rgba(255, 255, 255, 0.5);
}
/*-- //sponor-confrnce-icon --*/
.about-confrnce-parg1 ul li {
  padding: 5px 0px;
  margin-left: 2em;
}

@media screen and (min-width: 300px) and (max-width: 589px) {
  .w3l_gallery_grid li {
    width: 100%;
  }
  .box .topic-conf {
    font-size: 15px;
  }
  .box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .box img {
    height: 100%;
  }
  .conf-box-info {
    height: 100%;
  }
  .ps-slides .ps-user-icon img {
    display: none;
  }
  .ps-container > .ps-slidewrapper {
    width: 95%;
    left: 0px;
  }
  .ps-container {
    margin: 0em 0em;
    height: 420px;
  }
  .associates ul li {
    width: auto;
    float: none;
  }
  .associates ul li a img {
    width: 100%;
  }
  .gridtext {
    float: left;
    width: 100%;
  }
  .twitter {
    margin-top: 1em;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 590px) and (max-width: 767px) {
  .w3l_gallery_grid li {
    width: 50%;
  }
  .box,
  .box .overbox {
    height: 200px;
  }
  .box .topic-conf {
    font-size: 15px;
  }
  .box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .box img {
    height: 100%;
  }
  .conf-box-info {
    height: 100%;
  }
  .ps-slides .ps-user-icon img {
    display: none;
  }
  .ps-container > .ps-slidewrapper {
    width: 95%;
    left: 0px;
  }
  .ps-container {
    margin: 0em 0em;
  }
  .gridtext {
    float: left;
    width: 100%;
  }
  .associates ul li {
    width: 43%;
    float: left;
  }
  .associates ul li a img {
    width: 100%;
  }
  .twitter {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .client-review {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .header-logo {
    width: 20%;
    float: left;
    margin-top: 7px;
  }
  .header-conf {
    width: 80%;
    float: left;
  }
  .conf-contact {
    width: 70%;
    float: left;
  }
  .conf-contact ul li {
    padding: 17px 4px;
  }
  .conf-social {
    width: 30%;
    float: left;
  }
  .conf-social ul li {
    margin: 10px 0px 5px 0px;
  }
  .conf-social ul li a i {
    padding: 8px 6px;
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .box,
  .box .overbox {
    height: 200px;
  }
  .box .topic-conf {
    font-size: 15px;
    line-height: 21px;
  }
  .box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .box img {
    height: 100%;
  }
  .gridtext {
    margin: 0.5em 1em;
    width: 45%;
  }
  .gridicon {
    width: 21%;
  }
  .associates ul li {
    width: 29%;
    float: left;
  }
  .associates ul li a img {
    width: 100%;
  }
  .client-review {
    height: 100%;
    margin-left: 0rem;
    width: 50%;
  }
  .client-review .content_subhead {
    margin-left: 0rem;
    width: 100%;
  }
  .ps-container > .ps-slidewrapper {
    width: 50%;
  }
  .ps-slides .ps-user-icon {
    width: 40%;
    float: left;
  }
  .detail-testimonial {
    margin-left: 33%;
    width: 63%;
  }
  .facebook {
    width: 32%;
  }
  .twitter {
    width: 32%;
    margin: 0px 13px;
  }
  .you-tube {
    width: 32%;
  }
}

@media screen and (min-width: 1001px) and (max-width: 1199px) {
  .header-logo {
    width: 20%;
    float: left;
    margin-top: 7px;
  }
  .header-conf {
    width: 80%;
    float: left;
  }
  .conf-contact {
    width: 70%;
    float: left;
  }
  .conf-contact ul li {
    padding: 17px 4px;
  }
  .conf-social {
    width: 30%;
    float: left;
  }

  .box,
  .box .overbox {
    height: 200px;
  }
  .box .topic-conf {
    font-size: 15px;
    line-height: 21px;
  }
  .box .conf-date {
    font-size: 17px;
    letter-spacing: 1px;
  }
  .box img {
    height: 100%;
  }
  .gridtext {
    margin: 0.5em 0em;
    width: 100%;
  }
  .gridicon {
    width: 21%;
  }
  .gridtext h4 {
    letter-spacing: 1px;
  }
  .associates ul li {
    width: 30%;
    float: left;
  }
  .associates ul li a img {
    width: 100%;
  }
  .client-review {
    height: 100%;
    margin-left: 0rem;
    width: 50%;
  }
  .client-review .content_subhead {
    margin-left: 0rem;
    width: 100%;
  }
  .ps-container > .ps-slidewrapper {
    width: 50%;
  }
  .ps-slides .ps-user-icon {
    width: 40%;
    float: left;
  }
  .detail-testimonial {
    margin-left: 0%;
    width: 100%;
    margin-top: -34px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1320px) {
  .conf-social ul li {
    margin: 10px 3px 5px 3px;
  }
}
.w3layouts_gallery_grids {
  width: 100%;
  float: left;
  margin-bottom: 2em;
}
.about-content table {
  width: 100%;
  float: left;
}
.about-content table tr {
  width: 31.33%;
  float: left;
  padding: 10px 20px;
  margin: 10px;
  box-shadow: 0 0 2px rgb(0 0 0 / 31%);
  background: #fff;
  height: 330px;
}
.about-content table tr td {
  width: 100%;
  float: left;
}
.about-content table tr td a {
  text-align: center;
  word-break: break-all;
  width: 100%;
  float: left;
}
.about-content table tr td img {
  width: 48%;
  height: 200px;
  margin: auto;
  display: block;
  /* float: left; */
}
.about-content table tr td h5 {
  width: 100%;
  float: left;
  margin: 10px 0px;
  line-height: 23px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}
.footer-grid-3 a img {
  width: 100%;
  float: right;
  background: #ffffffa6;
  padding: 13px;
  border-radius: 5px;
}

/*--- committee start here ---*/

.commtt-page {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #e2e0e0;
  box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
  margin-bottom: 10px;
  float: left;
  word-break: break-all;
  height: 205px;
  /* overflow-x: hidden; */
  /* margin-bottom: 8px; */
  overflow: hidden;
}
.commtt-img img {
  width: 100%;
  height: 175px;
  margin: 10px 0px;
}
.commtt-page .cont_adv {
  /*width: 56%;
    float: left;*/
  margin: 10px 0px;
  line-height: 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #333;
}
.cont_adv h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 3px 0px;
  border-bottom: 1px solid #e8e2e2;
  padding-bottom: 10px;
  color: #0d005b;
  letter-spacing: 1px;
  text-align: center;
}
.cont_adv p {
  line-height: 20px;
  font-size: 14px;
  margin: 0px;
  text-align: left;
  color: #333;
}
/*--- committee end here ---*/
.associates {
  width: 1200px;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
  .slider {
    min-width: 308px !important;
    height: 132px !important;
    margin-top: 155px;
  }
  .about-sec {
    text-align: justify;
  }
  .associates ul li a img {
    width: 100% !important;
  }
  .testimonial-inner {
    padding: 0px;
  }
  .ps-slidewrapper > nav > a {
    width: 15%;
    height: 29%;
    margin-top: -6px;
  }
  .testimonial-inner {
    padding: 0px !important;
  }
  .her-menu {
    display: none !important;
  }
  .conf-contact ul li {
    padding: 3px !important;
  }
  .header-logo a img {
    padding: 0px 11px !important;
    margin-top: 10px;
    height: 57px !important;
    margin: 5px auto;
  }
  .button {
    top: -10px !important;
  }
  .associates {
      width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .box-deatl-grid {
    height: 160px;
  }
}
.table-hover > tbody > tr:hover {
  background-color: #64b50e61;
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .icon-grid {
        padding: 0px;
        text-align: center;
    }
    .icon-grid img {
        width: auto;
        background: #f0f0f0;
        border-radius: 11px;
        padding: 10px;
        height: 100px;
    }
    .abot-box-grid{
        text-align: center;
    }
    ul {
      text-align: center;
    }
    .detail-testimonial {
      padding: 5px;
      height: auto;
      margin-left: 0;
      margin-top: 0px;
    }
    .ps-slidewrapper > nav {
      width: 100%;
      height: 200px;
      bottom: -30px;
      right: 118px;
      z-index: 1000;
    }
    .ps-slidewrapper {
      height: 370px;
    }
    .footer-grid-3 a img {
      width: 50%;
      float: none;
      padding: 10px;
      border-radius: 5px;
      margin: 10px auto;
    }
    .w3l_head {
      padding-top: 45px;
    }
    .awardimg{
      width: 100%;
    }
    .about-content table tr {
      width: 100%;
      height: auto;
    }
    .sponor-confrnce-icon ul li a img {
      width: auto;
      height: 130px;
    }
    .conf-social{
      display: none;
    }
}
.abt-con ul li{
  margin-left: 30px !important;
}