body {
  font-family: 'Poppins', sans-serif;
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
 h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
 }
img {
  width: 100%;
}
p {
  font-family: 'Poppins', sans-serif;
  color: #0D0D0D;
  font-size: 16px;
  line-height: 24px;
}
a{
  text-decoration: none;
  color:  #0D0D0D;
}
a:hover{
  text-decoration: none;
  color:  #db3069;
}

button:focus{outline: 0px dotted;}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #db3069;
}

/*------------------- header Top -------------------*/
.headerBlk{
  padding: 0;
  margin: 0;
  font-family: 'Roboto', sans-serif;
  background-color: #0D0D0D;
  position: relative;
  left: 0;
  top: 0;
}
.bannerBlk{
  background-color: #0D0D0D;
  opacity: 100%;
}
.headerTop{
  background-color: #db3069;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  padding:14px 0;
  position:absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.dropdown{
  background: transparent;
}
.headerTop a{
  color: #ffffff;
}
.headerTop a i{
  color: #fff;
  padding: 0 5px 0 0;
}

.topMenu{
  padding: 0;
  margin: 0;
}
.topMenu ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.topMenu ul li{
  padding: 0;
  margin: 0;
  display: inline-block;
}
.topMenu ul li a{
  padding: 0 10px;
  margin: 0;
  display:block;
  color: #fff;
}
.topMenu ul li a:hover{
  padding: 0 10px;
  margin: 0;
  display:block;
}

.social{}
.social i{padding: 0 5px;}



/* #Navigation
================================================== */
.navmenu_mobile{display:none;}
.headerNav{
  padding: 0px 0;
  padding-bottom: 20px;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  border-bottom: #504f4f 0px solid;
}

.logo{
  width: 224px;
  height:auto;
  padding: 15px 0 0 0;
}
.logo a{
  color: #db3069;
}
.logo a:hover{
  color: #db3069;
}

.navbar-light .navbar-brand {
    color: #db3069;
}
.navbar-light .navbar-nav .nav-link {
    color: #0D0D0D;
}

.menu{
  padding: 0;
  margin: 30px 0 0 0;
}
.menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.menu ul li
{
    display:inline-block;
    position: relative;
    font-size: 16px;
    font-weight: 300;
}

.menu li ul
{
    display: none;
    text-align: left;
}

.menu ul li a 
{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 5px 25px;
}

.menu ul li a:hover 
{
    color: #db3069;
    text-decoration:none;
    text-decoration: underline;
}
.menu ul li.active a 
{
    color: #db3069;
    text-decoration:none;
}
.menu li:hover ul 
{
    display: block;
    position: absolute;
    width: 220px;
    box-shadow: 6px 8px 7px transparent;
    padding: 10px;
    /*background: #ffff;*/
    z-index: 99;
}
.menu li:hover li a {
    color: #fff;
}
.menu li:hover li a:hover {
    color: #db3069;
    text-decoration: underline;
}
.menu li:hover ul li
{
    float: none;
}

.menu li:hover li a 
{
}  

.menu li:hover li a:hover 
{
   /* color: #e9336c;*/
    text-decoration: underline;
}
.navbar-toggler {
    background-color:#db3069;
    border: 1px solid #db3069;
}

/* #banner
================================================== */
.bannerBlk{
  padding: 0px 0 0px 0;
  margin: 0;
  /*background: url(../images/bannerBg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  object-fit: cover;
}

.bannerInner{
    position: absolute;
    margin: 0 auto;
    top: 140px;
    left: 15%;
    z-index: 999;
}
.bannerInnerHead{
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}
.commonBlk{
  padding: 110px 0 40px 0;
}
.commonBlkHead{
  font-size: 24px;
  color: #0d0d0d;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}


.owl-three .item img{
  width: auto;
}
.bannerBlk .owl-theme .owl-dots {
  text-align: left;
  -webkit-tap-highlight-color: transparent;
}
.bannerBlk .owl-stage-outer {
    padding: 0;
}
.bannerBlk .owl-theme .owl-nav.disabled + .owl-dots {
  position: absolute;
  z-index: 999;
  margin: -40px auto 0;
  width: 100%;
  text-align: center;
}

.bannerBlk .owl-theme .owl-dots .owl-dot span {
    width: 37px;
    height: 6px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}

.blackBg{
  width:60%;
  padding:30px;
  box-sizing: border-box;
  z-index: 9;
  position: absolute;
  top: 150px;
  left: 50px;
  background-color: rgba(0,0,0,0.5);
  border-radius: 10px;
}

.blackBg h5{
  font-size: 30px;
  line-height:40px;
  color: #fff;
  font-weight: normal;
}

.blackBg h1 {
    font-size: 95px;
    line-height: 110px;
    font-weight: 700;
    color: #fff;
    -webkit-text-stroke: 0px #fff;
}

.item .blackBg h5 {
    font-size: 22px;
    line-height: 30px;
    color: #fff;
    padding-top: 10px;
}

.item .blackBg h6 {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 2px;
    color: #fff;
    padding-top: 10px;
}

.callsbtn1{
  border: #fff 2px solid;
  background-color: #db3069;
  color: #fff;
  text-decoration: none;
  padding: 16px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 20px;
  letter-spacing: 1px;
  border-radius:5px;
  cursor:  pointer;
}

.callsbtn1:hover {
    color: #db3069;
    background: transparent;
    border: #db3069 2px solid;
}

.bannerBlk a {
  color: #fff;
}

.bannerBlk a:hover{
  color: #db3069;
}

.callsbtn{
  border: #fff 2px solid;
  background-color: #0d0d0d;
  color: #fff;
  text-decoration: none;
  padding: 16px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 20px;
  letter-spacing: 1px;
  border-radius:5px;
}
.callsbtn:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.callsbtn:hover {
    color: #0d0d0d;
    background: transparent;
    border: #0d0d0d 2px solid;
}
.callsbtn:hover:after{
  width: 100%;
}

/*------------------- icon box -------------------*/
.iconBlk{
  padding: 150px;
  margin: 0;
}
.iconBlk .whiteBox{
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.iconBlk .whiteBox .whiteBoxBlk{
  padding:56px;
  margin: 0 auto;
  background-color: #fff;
  position:absolute;
  left: 0;
  top: -50px;
  z-index: 999999;
  box-shadow: 0px 13px 20px 4px #cbcbcb;
  width: 100%;
}

.iconBlk .text18{
  font-weight: bold;
    color: #1B2D43;
    font-size: 18px;
    line-height: 24px;
}

.iconBlk span{
  font-weight: bold;
    color: #1B2D43;
    font-size: 16px;
    text-transform: uppercase;
}

.iconBlk img {
    width: 80px;
    border-radius: 5%
}

/*------------------- icon box -------------------*/




/*------------------- about us -------------------*/
/**/

.aboutBlk{
  padding: 110px 0;
  margin: 0;
}

.aboutImgBlk{
  padding: 0;
  margin: 0 auto;
  width: 100%;
  /*text-align: center;*/
}
.aboutImgBlk p{
  color: #0d0d0d;
  padding:0 26px;
}
.aboutImgBlk p a{
  color: #db3069;
}
.aboutImgBlk p a:hover{
  color: #006df4;
}
.about{}
.about h3{
  color: #db3069;
  font-size: 36px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 7px;
  width: 100%;
  text-align: center;
  font-family: 'Roboto Slab', serif;
  text-transform: uppercase;
}
.aboutImgBlk img{
  box-shadow: 0px 6px 12px #a3a3a3;
  border-radius: 5px 5px 0 0 ;
}

.about h3::after{
  content: '';
  padding-top: 20px;
  border-bottom: 4px solid #db3069;
  width: 81px;
  display: block;
  margin: 0 auto;
}
.aboutImg{
  padding: 10px 25px;
  margin: 0;
  height: auto;
  background: #fff;
}
.aboutImg h4{
  color: #db3069;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;  
  margin: 43px auto 15px;
}

.aboutbtn{
  border: #006df4 2px solid;
  color: #fff;
  text-decoration: none;
  padding: 12px 30px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1px;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 0px;
  background: #006df4;
}
.aboutbtn:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.aboutbtn:hover{
  color: #006df4;
  background: #fff;
  border: #006df4 2px solid;
}
.aboutbtn:hover:after{
  width: 100%;
}

   /*----stata conference-----*/
.stata-conferrence {
    background-image: url("../Images/Home%20page/about26.png");
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 450px;
    margin-top: 10px;
}

.stata-conferrence h1{
  margin-top: 150px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 44px;
  font-weight: 700;
}
.stata-conferrence h2{
  color: #fff;
  text-transform: capitalize;
  font-weight: 36px;
  font-weight: 500;
}

.stata-conferrence h3{
  color: #fff;
  text-transform: capitalize;
  font-weight: 48px;
  font-weight: bold;
}

.stata-conferrence h4{
  color: #fff;
  text-transform: capitalize;
  font-weight: 46px;
}

.stata-conferrence h5{
  color: #fff;
  text-transform: uppercase;
  font-weight: 32px;
}


.padtop90{
  padding-top: 90px;
}

.whiteBox{
  background-color: #fff;
  box-shadow: 0px 0px 15px 2px #0b1a0b;
  width: 349px;
}
.getintouch_head{
  background-image: url(../images/home-contact.jpg);
  background-repeat: no-repeat;
  padding: 30px 0 56px 0;
  text-align: center;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 1px;
}
.getintouch_body{
  padding: 0 25px 25px 25px;
}
.getintouch_body form{}
.getintouch_body form input[type=name]{
  padding:0 5px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #0d0d0d;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  line-height: 45px;
}
.getintouch_body form input[type=phone]{
  padding:0 5px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #0d0d0d;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  line-height: 45px;
}
.getintouch_body form input[type=email]{
  padding:0 5px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #232323;
  width: 100%;
  background: #fff;
  border-radius: 3px;
  line-height: 45px;
}
.getintouch_body form input:focus{
  outline: none;
}
.getintouch_body form textarea{
  padding:0 5px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #6f7d59;
  width: 100%;
  height: 110px;
  background: #fff;
  border-radius: 3px;
  line-height: 45px;
}
.getintouch_body form textarea:focus{
  outline: none;
}
.getintouch_body form button{
  padding: 5px 20px;
  margin: 0 0 0px 0;
  border:#0071f2 2px solid;
  color: #fff;
  background: #0071f2;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 3px;
}
.getintouch_body form button:hover{
  border:#0071f2 2px solid;
  color: #0071f2;
  background: #fff;
}

.padtop90{
  top: -150px;
}


/*------------------- services -------------------*/
.serviceBlk{
  padding: 80px 0;
  background-repeat: no-repeat;
  background: url(../images/serviceBg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.textwhite{
  padding: 20px 0 0 0;
  font-size: 15px;
  color: #fff;
}

.footerBlk .media i{ padding: 0 10px 0 0; color: #fff; }
.servicebtn{
  border: #1B2D43 2px solid;
  border-radius: 10rem;
  background: #1B2D43;
  color: #fff;
  text-decoration: none;
  padding: 5px 25px;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 20px;
}
.servicebtn:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  transition: all 0.5s ease 0s;
}
.servicebtn:hover{
  color: #128001;
  background:transparent;
  border: #128001 2px solid;
}
.servicebtn:hover:after{
  width: 100%;
}



/*------------------- projects -------------------*/
.projectsBlk{
  padding: 90px 0 115px 0;
  margin: 0;
}
.projectsBlk .owl-dots {
    display: none;
}
.projectsBlk .item{
    margin: 0 15px;
    text-align: center;
    border-top:#ffffff 13px solid;
    border-bottom:#ffffff 13px solid;

    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}
.projectsBlk .item:hover{
    border-top:#267000 13px solid;
    border-bottom:#267000 13px solid;
}
.projectsBlk .item img {
  background-color: #000;
}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9999;
}
.projectsBlk .item img:hover {
  opacity: 0.;
  background-color: #000;
}

.projectsBlk .item:hover .middle {
  opacity: 0.9;
  background-color: #000;
}
.projectsBlk .item .middleText { 
  display:none;
  }
.projectsBlk .item:hover .middleText {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  color: white;
  font-size: 16px;
  padding: 50px 20px;
  width: 160px;
  font-weight: 600;
  text-transform:uppercase;
  background: rgba(0, 0, 0, 0.8);
  opacity:1;
  overflow: hidden;
}
.middleText a {
  color: white;
}
.middleText a:hover {
  color: white;
}
.text i {
  font-size: 26px;
}
.projectsBlk .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
.projectsBlk .owl-carousel .owl-nav button.owl-prev{
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*top: 120px;*/
    top: 40%;
    left: 12%;
    position: absolute;
    z-index: 999;
}
.projectsBlk .owl-carousel .owl-nav button.owl-next{
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*top: 120px;*/
    top: 40%;
    right: 12%;
    position: absolute;
    z-index: 999;
}
.projectsBlk .owl-carousel .owl-nav button.owl-prev span{
  background-color: #c4c5c4;
  padding: 8px 28px;
  font-size: 40px;
  z-index: 999;
}
.projectsBlk .owl-carousel .owl-nav button.owl-next span{
  background-color: #c4c5c4;
  padding: 8px 28px;
  font-size: 40px;
  z-index: 999;
}
.mfp-counter {display: none;}




/*------comming soon------*/
.comming-soon{
  margin: 150px 0px 0px 0px;
}
.comming-soon p{
    font-size: 30px;
    color: #0d0d0d;
    font-weight: bold;
    text-align: center;
    margin: 90px;
    text-transform: uppercase;
}

.circular{
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 1px 2px 32px 5px rgba(0,0,0,0.43);
-webkit-box-shadow: 1px 2px 32px 5px rgba(0,0,0,0.43);
-moz-box-shadow: 1px 2px 32px 5px rgba(0,0,0,0.43);
display: block;
    margin-left: auto;
    margin-right: auto;
}

.circular img {
  width: 100%;
  height: auto;
  text-align: center;
}

.comming-soon h1 {
    font-size: 20px;
    color: #0d0d0d;
    margin-top: 35px;
    text-transform: uppercase;
    font-weight: 700;
}

.comming-soon h5{
  font-size: 16px;
  color: #9C9990;
  margin-bottom: 50px;
  margin-left: 15px;
  margin-right: 15px;
}

/*----keep informed------*/
.keep-informed{
  margin-top: 150px;
  margin-bottom: 80px;
}
.keep-informed img{
  background-size: cover;
  text-align: center;
  box-shadow: 0px 1px 8px 0px rgba(0,0,0,0.75);
}

.text-block {
  position: relative;
  bottom: 65px;
  text-align: center;
  background-color: rgba(255,255,255,0.7);
}

.keep-informed h4{
  text-transform: uppercase;
  font-weight: 700;
  font-size: 22px;
  color: #0d0d0d;
  margin-bottom: -0px;
  padding: 5px 0 0 0;
}
.keep-informed h5{
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  color: #0d0d0d;
  padding: 0 0 5px 0;
}
.keep-informed div.col-md-4 {
  padding-right: 8px;
  padding-left: 8px;
  margin-bottom: -50px;
}

.keep-informed h1{
  color: #000c1a;
  font-weight: bold;
  font-size: 44px;
  margin-top: 55px;
  text-transform: capitalize;
}
.keep-informed p{
  color: #0d0d0d;
  font-weight: 300;
  font-size: 16px;
}

/*------meeting group------*/
.previous-user{
  background-image:url("../images/groupBg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 550px;
  margin-top: 150px !important;
}

.groupMeet img{
  height:600px;
  margin-top: -30px;
  box-shadow: 0px 1px 32px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 1px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 32px 0px rgba(0,0,0,0.75);
}
.previous-user h1{
  font-size: 48px;
  color: #fff;
  font-weight: bold;
  padding-top: 45px;
}

.previous-user p{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  margin-top: 30px;
}

.previous-user h5{
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.previous-user ul li:before {    
    font-family: 'FontAwesome';
    content: '\f058';
    margin:0 5px 0 -15px;
    color: #fff;
}
.previous-user a:before {    
    font-family: 'FontAwesome';
  /*  content: '\f058';*/
    margin:0 5px 0 -40px;
    color: #fff;
}
.previous-user a{
  color: #fff;
}
.previous-user a:hover{
  color: #db3069;
}
.previous-user ul li {
    color: #fff;
    list-style: none;
    margin-left: -25px;
    line-height: 30px;
    font-weight: 400;
    text-transform: capitalize;
}

/*-----------testimonial-----*/
.testmonials_blk{
  padding:130px 0 100px 0;
  line-height: 0;
  background-color: #000c1a;
}

.testWhiteBox{
  background-color: #fff;
  padding:0 8px 30px 0;
  /*box-shadow:0px 16px 11px 1px #0e2f18;*/
  min-height: 255px;
}

/*.testi_img{
  padding: 0;
  margin: 0;
}*/
/*.testi_img img{
  border:#c5c5c5 2px solid;
}*/
/*.testi_head{
  text-transform: uppercase;
  color: #282828;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}*/
/*.testi_sub{
  color: #282828;
  font-size: 13px;
  line-height: 15px;
}*/
.testmonials_blk .greenTxt36{
  color: #fff;
  font-size: 24px;
  font-weight:bold;
  text-transform: capitalize;
  line-height: 25px;
}
.testmonials_blk .testi_head{
  color: #263a4f;
  font-weight:bold;
  font-size: 18px;
}
.testmonials_blk span{
  color: #8d9aa8;
  font-weight:bold;
  font-size: 14px;
}
/*.testmonials_blk .mt-5{
   margin-top: 100px !important;
}*/
/*-----major sponsors-------*/
.major-sponsors p{
  font-size: 30px;
    color: #000;
    font-weight: bold;
    text-align: center;
    margin: 50px;
}
.major-sponsors{
  margin: 0 0 50px 0;
}
.sponsors{
  width: 300px;
  object-fit: cover;
}
/*-----key suppoters----*/
.key-support{
  margin-top: 100px;
}
.key-iconBlk{
  padding: 0;
  margin: 0;
}
.key-support .key-iconBlk .whiteBox{
  padding: 20px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  width: 100%;
}
.key-support .key-iconBlk .whiteBox .whiteBoxBlk{
  padding:56px;
  margin: 0 auto;
  background-color: #0071f2;
  position:absolute;
  left: 0;
  top: -50px;
  z-index: 999999;
  width: 100%;
  border-radius: 3px;
}
.support{
  color: #ffffff;
  font-size: 36px;
  line-height:26px;
  font-weight: 700;
  text-transform: uppercase;
}
.support-1{
  color: #ffffff;
  font-size: 22px;
  line-height:16px;
  font-weight: 500;
  line-height: 25px;
}
/*------------------- footer -------------------*/
.footerBlk{
  background-image:url("../images/footer_bg.jpg");
  padding: 50px 0 0 0;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer_logo{
  width:195px;
  height:50px;
}

.footertextwhite{
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.footertextwhite a{
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.footertextwhite :hover{
  color: #db3069;
}

.footerLink{
   padding: 0;
   margin: 0;
}
.footerLink ul{
  list-style: none; 
  padding: 0;
  margin: 0; 
  display:inline-grid;
}
.footerLink ul li{
  padding: 2px 0;
  margin: 0; 
  display:block;
  clear: both;
}
.footerLink ul li a{
  color: #ffffff;
  padding: 0;
  margin: 0; 
  font-size: 16px;
  transition: all 0.7s ease 0s;
}
.footerLink ul li a:hover{
  color: #ffffff;
}
.social{
  padding: 0;
  margin: 30px auto;
}
.social a{
 color: #fff;
 font-size: 24px;
 text-align: center;
}



/*------------------- service pages -------------------*/
/*------------------- service pages -------------------*/
.serviceHeading{
  color: #222;
  font-size: 20px;
  font-weight: 700;
  margin: 10px 0;
}
.serviceHeading p{
  margin:0 0 15px 0;
  font-size: 16px;
  font-weight: 400;
}
.serviceHeading3{
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 300;
  margin: 80px 0 10px 0;
}
.serviceHeading3 span{
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
}
.serviceHeading3::after
{
    content: '';
    padding: 15px 0;
    border-bottom: 5px solid #fff;
    width: 73px;
    display: block;
}


/*------------------- groth -------------------*/
/*------------------- groth -------------------*/
.welcome_bg{
  padding: 190px 0 195px 0;
  background-repeat: no-repeat;
  background: url(../images/welcome_bg.jpg) no-repeat center center; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.about_bg{
  padding: 0px 0 100px 0;
}
.about_bg img {
    box-shadow: 0px 10px 20px #a3a3a3;
    border-radius: 5px;
}
.about_bg img{
  height: 500px;
  margin-top: 15px;
}

.about_bg h3{
  color: #db3069;
  font-size: 85px;
  line-height: 70px;
  font-weight: 700;
  padding:60px 0 15px 0;
}

.text-mask {
    background: url(https://www.surveydesign.com.au/nimages/sdas/resources_banner.svg);
    background-position: -780px -100px;
    background-size: 500%;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}


.blogBg{
  background-color: #00397f;
  position: relative;
}
.blogImg{
}
.blogText{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  writing-mode: vertical-lr;
  text-orientation: mixed;
  transform: rotate(180deg);
  vertical-align: middle;
  text-align: center;
  position: absolute;
  right: 18px;
  word-spacing: 2px;
  letter-spacing: 1.5px;
}
.blogText2{
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  word-spacing: 2px;
  letter-spacing: 1.5px;
  padding: 15px 0 0 0;
}
.blogText2 p{
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 0 0;
}

/**/

.contBox{ padding:0 80px; }

/******************/

.grayBg2{
  padding-top:15px;
  padding-bottom: 15px;
}
.grayBg2 p{
  color: #fff;
}
.grayBg2 p a{
  color: #fff;
  font-weight: 500;
}
.grayBg2 p a:hover{
  color: #65aaff;
}
.grayBg2 p a i{
  color: #fff;
  padding-left: 10px;
  line-height: 18px;
}
.grayBg2 p a i:hover{
  color: #65aaff;
}


/*****resolves*******/

.revolves{
  padding: 168px 0 138px 0;
}

.revolvesHeading{
  color: #282828;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0 40px 0;
}
.revolvesHeading span{
  color: #282828;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.revolvesHeading::after
{
    content: '';
    padding: 10px 0;
    border-bottom: 5px solid #282828;
    width: 73px;
    display: block;
}

/*****free*******/

.freeComputer{
  padding: 130px 0 110px 0;
  background: #840001;
}
.freeComputerHeading{
  color: #fff;
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0 40px 0;
}
.freeComputerHeading span{
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}
.freeComputerHeading::after
{
    content: '';
    padding: 10px 0;
    border-bottom: 5px solid #fff;
    width: 73px;
    display: block;
}
.freeComputer p{
  color: #fff;
}
.freeComputer p a{
  color: #fff;
}

/*****visa*******/

.visa{
  padding: 110px 0 110px 0;
}
.visaHeading{
  color: #00397f;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0 10px 0;
}
.visaHeading a{
  color: #dc0002;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  margin: 10px 0 10px 0;
  text-decoration: underline;
}

.footerBlk h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #fff;
  padding-bottom: 15px;
}
/*.footerBlk h6::after
{
    content: '';
    padding-top: 12px;
    border-bottom: 3px solid #fff;
    width: 40px;
    display: block;
}*/


/********/
.shadowBox{
  border: #d7d7d7 1px solid;
  background: #fff;
  box-shadow: 0px 0px 5px 3px #d7d7d7;
  padding:40px 20px;
}
.visa2{
  width: 240px;
}
.brochure{
  width: 744px;
}

.BrochureLink{
}
.BrochureLink ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.BrochureLink ul li{
  padding: 5px 0;
  margin: 0;
}
.BrochureLink ul li a{
  color: #000000;
  text-decoration: none;
}
.BrochureLink ul li a:hover{
  color: #006df4;
}

.newsletter{}
.newsletter form{
  padding: 0;
  margin: 0;
}
.newsletter form input[type="text"]{
  padding: 6px 20px;
  margin: 0;
  border: #233963 1px solid;
  background-color: #233963;
  color: #fff;
}
.newsletter form button{
  padding: 10px 18px;
  margin: 10px 0 0 0;
  border: #233963 1px solid;
  background-color: #0071f2;
  color: #fff;
  font-weight: 700;
}
.liberting{
  width: 268px;
}

.copy-right .text-white{
  margin: 15px;
}

/*-------program page-----------*/
.about_banner{
    padding: 0;
    margin: 0;
    position: relative;
    object-fit: cover;
}

.about_bannerText {
    padding: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 50%;
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
}

.program-body{
  background-color: #fff;
}
.program-body .col-md-4{
   margin: 50px 0 0 0;
}

.sugm-2015-description{
background-color: #fff;
padding-bottom: 25px;
}
.sugm-2015-description .mt-5{
  margin-bottom: 25px;
}

table {
  border-collapse: separate;
  width: 100%;
  table-layout: fixed;
  border-spacing: 20px
}

td, th {
  border: solid;
  border-color: #608CB4;
  text-align: left;
  padding: 20px;
  font-size: 15px;
  vertical-align: top;
  color: #ffffff;
  font-size: 12px;
}

tr{
  background-color: #13365E;
}

.archive-callsbtn{
  border: #fff 2px solid;
  background-color: #608CB4;
  color: #fff;
  text-decoration: none;
  padding: 10px 20px;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
  margin-top: 20px;
  letter-spacing: 1px;
  border-radius:5px;
  cursor:  pointer;
}

.archive-callsbtn:hover {
    color: #fff;
    background: transparent;
    border: #fff 2px solid;
}

.sugm-2015-description h2{
 /* margin:0 auto;*/
  font-size: 30px;
  font-weight: 800;
  padding-top: 25px;
 text-align: center;
}

.sugm-2015-description h3 {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sugm-2015-description h4 {
    margin: 0 auto;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.sugm-2015-description ul li a{
  color: #fff;
}

.sugm-2015-description ul {
  list-style: none;
}

.sugm-2015-description ul li::before {
  content: "\2022";
  color: #fff; 
  font-weight: bold; 
  display: inline-block;
  width: 1em; 
  margin-left: -1em; 
}

.sugm-2015-details{
  background-color: #fff;
}
.sugm-2015-details h2 {
    margin: 0 auto;
    font-size: 30px;
    font-weight: 800;
    /* margin-top: 50px; */
}
.sugm-2015-details h4 {
    margin: 0 auto;
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
}
.Stata-User-Group h2{
  font-weight: 800;
  padding-top: 25px;
}
.Stata-User-Group h4{
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}
.stata-user-group h2{
  font-weight: 25px
  font-weight:700;
}

.Stata-User-Group{
  background-color: #fff;
}
.ocenia-description {
  background-color: #ffffff;
  padding-top: 50px;
}
.ocenia-description h3 {
  font-size: 25px;
    font-weight: 500;
}


.ocenia-description-table{
  background-color: #ffff;
  /*margin: -10px;*/
    padding-top: 25px;
    padding-bottom: 25px;
}
.ocenia-description h2{
  text-align: center;
  font-weight: 800;
  font-size: 30px;
  width: 100%;
}

.ocenia-description-table h2 {
    text-align: center;
    font-weight: 800;
    font-size: 23px;
    width: 100%;
    margin: 45px 0 45px 0;
}

.Stata-User-Group table tbody tr td span {
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}
.Stata-User-Group h5{
font-weight: 800;
    font-size: 23px;
    width: 100%;
    padding: 15px 0 15px 0;
}
.Stata-User-Group h3{
font-weight: 500;
    font-size: 20px;
    padding: 15px 0 15px 0;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    display: none !important;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    margin-bottom: 15px !important;
}

/*---------spaekers page-----------*/
.speakers{
  background-color: #fff;
}

.speakers h2{
      font-size: 28px;
    font-weight: 700;
    padding-top: 25px;
}
.speakers h3{
      font-size: 20px;
    font-weight: 500;
}
.speakers a{
    color: #007bff;
}
.speakers ul li{
  text-align: start;
}
.speakers-body{
  padding-top: 50px;
  background-color: #ffffff;
  margin-top: -16px;
  padding-bottom: 25px;
}
.speakers-body h2{
font-size: 30px;
font-weight: 800;
}
.speaker-img{
  /*border: 1px solid #ddd;
  border-radius: 4px;*/
  padding: 5px;
  width: 400px;
}

/*.speaker-img:hover{
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}*/

.speakers-2016{
  background-color: #fff;
  margin-top: -16px;
  padding-top: 25px;
  padding-bottom: 25px;
}

.keynote a{
  font-size: 25px;
  font-weight: 800;
  text-align: center;
  margin-top: 25px;
}

.stata-user{
  font-size: 30px;
font-weight: 800;
}

.gwin-nayuk ul li{
  text-align: start;
}

.commitee-2019{
  background-color: #fff;
  padding-bottom: 25px;
}
.commitee-2019 h2{
  font-size: 30px;
    font-weight: bold;
}

.committee-2017{
  background-color: #ffffff;
  padding-bottom: 25px;
}
.committee-2017 h2{
    font-weight: 700;
    font-size: 30px;
  }
  .committee-2016{
  background-color: #ffffff;
  padding-bottom: 25px;
}
.committee-2016 h2{
    font-weight: 700;
    font-size: 30px;
  }
  .speakers-2016 a{
    color: #007bff;
  }

  .speakers-2017{
    background-color: #fff;
    margin-top: -16px;
  }

  .speakers-2017 a{
    color: #007bff;
  }
  .speakers-2019{
    background-color: #fff;
    margin-top: -16px;
    padding-top: 25px;
  }
/*----contact us-----*/

.contact_section{
  background-color: #fff;
}
.contact_section a{
  color: #0071f2;
}

.contactpage{
  padding: 0;
  margin: 0 0 20px 0;
}
.contactpage form{
  padding: 0;
  margin: 0;
  display: block;
}
.contactpage form input[type=name]{
  padding: 4px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #232323;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  line-height: 40px;
}
.contactpage form input[type=phone]{
  padding: 4px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #232323;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  line-height: 40px;
}
.contactpage form input[type=email]{
  padding: 4px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #232323;
  width: 100%;
  display: inline-block;
  background: #fff;
  border-radius: 3px;
  line-height: 40px;
}
.contactpage form textarea{
  padding: 20px 20px 20px 4px;
  margin: 0 0 10px 0;
  border:#aeaeae 1px solid;
  color: #6f7d59;
  width: 100%;
  height: 110px;
  background: #fff;
  border-radius: 3px;
}
.contactpage form button{
  padding: 13px;
  margin: 0 0 10px 0;
  border: #233963 1px solid;
  background-color: #0071f2;
  color: #fff;
  font-size: 20px;
  border-radius: 5px;
}
.contactpage form button:hover{
  border:#0071f2 2px solid;
  color: #0071f2;
  background: #fff;
}
.greenTxt36{
  font-size: 25px;
    font-weight: bold;
    color: #0071f2;
}

/*------call for paper-------*/
.Call-for-papers{
  background-color: #fff;
  padding: 50px 0;
}
.Call-for-papers h2{
  font-size: 17px;
  font-weight: 800;
}

.Call-for-papers .text-center{
    font-size: 25px;
    font-weight: 700;
    padding: 30px 0 50px 0;
}

.guidelines{
  background-color: #fff;
  padding: 50px 0;
}

.guidelines h2{
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
}

.application-form{
 background-color: #fff;
 padding: 50px 0; 
}


.testbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: inherit;
  padding: 20px;
}

.submit-button{
  border-radius: 4px;
  padding: 13px 30px;
  font-size: 16px;
  border: #233963 1px solid;
  background-color: #0071f2;
  color: #fff;
  font-weight: 700;
}

.submit-button:hover{
  border-radius: 4px;
  padding: 13px 30px;
  font-size: 16px;
  border: #0071f2 1px solid;
  background-color: #fff;
  color: #0071f2;
  font-weight: 700;
}

.application-form h2{
  font-size: 25px;
    text-align: center;
    font-weight: 600;
    text-decoration: underline;
    padding: 0px 0px 25px 0px;
    text-transform: uppercase;
}

.program-body h4{
  color: #0071f2;
  padding: 25px 0;
}

.major-sponsors img{
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.major-sponsors img:hover {
  -ms-transform: scale(1.5); /* IE 9 */
  -webkit-transform: scale(1.5); /* Safari 3-8 */
  transform: scale(1.5); 
}

.comming-soon img{
  transition: transform .5s, filter 1.5s ease-in-out;
  filter: grayscale(100%);
}

.comming-soon img:hover {
  filter: grayscale(0);
  transform: scale(1.1);
}

#particles-js{
  height: 20vh;
}

.reg-popup{
  background-color: #fff;
}

.reg-bg{
  background-color: #e4e7eb;
  padding: 15px 15px 15px 15px;
}

.reg-bg h2{
    font-weight: 900;
    font-size: 17px;
}

.reg-bg p{
    font-size: 14px;
}

.sci-committee{
   background-color: #fff;
}

.sci-committee h3{
  font-size: 22px;
    font-weight: 700;
}

.sci-committee p{
  font-size: 15px;
  text-align: justify;
}
.sci-committee img{
  width: 100%;
    height: auto;
    max-height: 350px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid #ccc;
    box-shadow: 0 8px 0px #007bff;
    }

.about_bann{
  background-color: #fff;
}

.about_bann h2{
  font-size: 28px;
    font-weight: bold;
}
.about_bann h3{
  font-size: 22px;
    font-weight: 600;
}

.about_bann h4{
  font-size: 18px;
}

.about_bann .col-md-8{
  margin-top: 30px;
}

.fa-map-marker-alt:before {
    content: "\f3c5";
    padding: 0 10px 0 0;
}
.fa-phone:before {
    content: "\f095";
    padding: 0 10px 0 0;
}

.fa-envelope:before {
    content: "\f0e0";
    padding: 0 10px 0 0;
}

/*-------2022 html PAGE-------*/

.banner2022 h3{
  font-weight: bold;
  font-size: 35px;
}

.submitpaper2022{
  background-image:url("../images/groupBg.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 350px;
  margin-top: 150px !important;
}

.submitpaper2022 h6 {
    font-size:28px;
    color: #fff;
    width: 100%;
    padding: 25% 0 25% 0;
}
.submit2022{
    font-size:30px;
    color: #fff;
    width: 100%;
    padding: 15% 0 15% 0;
}
/*.button2022 {
  text-decoration: none;
  background-color: #EEEEEE;
  color: #333333;
  padding: 2px 6px 2px 6px;
  border-top: 1px solid #CCCCCC;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  border-left: 1px solid #CCCCCC;
  border-radius: 10px;
  font-size: 30px;
  text-transform: uppercase;
}*/


.submit2022 a {
  text-decoration: none;
  border: 3px solid #fff;
  color: transparent;
  padding: 20px 50px;
  font-size: 28px;
  font-family: sans-serif;
  letter-spacing: 5px;
  transition: all 0.5s;
  position: relative;
}
.submit2022 a:before {
  content: "Submit";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0d0d0d;
  background: #fff;
  font-size: 28px;
  top: 0;
  left: 100%;
  font-family: sans-serif;
  letter-spacing: 5px;
  transition: all 1s;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scale(0) rotatey(0);
  opacity: 0;
}
.submit2022 a:hover:before {
  transform: scale(1) rotatey(360deg);
  left: 0;
  opacity: 1;
}
.submit2022 a:after {
  content: "Submit";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #0d0d0d;
  font-size: 28px;
  top: 0;
  left: 0;
  font-family: sans-serif;
  transition: all 1s;
  height: 100%;
  width: 100%;
  position: absolute;
  transform: scale(1) rotatey(0);
  opacity: 1;
}
.submit2022 a:hover:after {
  transform: scale(0) rotatey(360deg);
  left: -100%;
  opacity: 0;
}

.programme2022 h4{
  text-align: center;
    font-size: 27px;
    font-weight: 700;
    color: #0d0d0d;
    padding-top: 65px;
}

.sugm-2015-description table tr td span{
  font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
}

.sugm-2015-description table tr td sup{
  font-size: 12px;
    font-weight: 400;
}

section.Stata-User-Group.text-center {
    padding-bottom: 25px;
}

.agenda td, th {  
    font-size: 16px;
    border-radius: 10px;
    text-align: center;
    color: #0d0d0d;
    font-weight: 500;
    vertical-align: middle;
    background-color:#fff;
    border: solid #db3069 3px;
}

.agenda .room2 {
  background-color:#fff;
  border-color: #EAEBED;
}

.agenda th {
  font-weight: 600;
  border: none; 
  background-color: #EAEBED;
}

.agenda [colspan="2"] {
  background-color:#db3069;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
}

.agenda table {
  border-collapse: separate;
  margin-bottom: 30px;
}

.agenda a {
  color:#0d0d0d;
}


.headline {
  margin-top: 30px;
  text-align: center;
}

.caveat {
  text-align: center;
  margin-bottom: 15px;
}

.navsugm {
        width: 100%;
      }
