@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:400,500,600,700&display=swap");
* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #ccc;
  font-family: 'Open Sans', sans-serif;
}

img {
  max-width: 100%;
}

input:focus, textarea:focus, select:focus {
  outline: none;
}

a, a:hover {
  text-decoration: none;
}

ul {
  margin: 0;
}

li, ol {
  list-style: none;
}

button:focus {
  outline: none;
}

.no-pad {
  padding: 0;
}

@media (min-width: 1700px) {
  .container {
    max-width: 1422px;
  }
  .banner-part .main-banner .owl-dots {
    max-width: 1422px;
  }
}

header {
  position: relative;
  z-index: 99;
}

header .top-part {
  background: #005a9c;
  height: 73px;
}

header .top-part a {
  font-size: 20px;
  color: #fff;
  line-height: 73px;
}

header .top-part form {
  position: absolute;
  top: 13px;
  right: 40px;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .top-part form input[type="text"] {
  width: 577px;
  height: 48px;
  border-radius: 2px;
  border: 1px solid rgba(191, 214, 230, 0.36);
  background-color: rgba(16, 37, 53, 0.36);
  color: #fff;
  padding: 0 15px;
  /* Style for "search" */
  opacity: 0.69;
  font-size: 16px;
  font-weight: 400;
}

header .top-part form input[type="submit"] {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(191, 214, 230, 0.36);
  background: url(../images/search.png);
  background-repeat: no-repeat;
  background-position: center;
  border-left: none;
}

header .top-part form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}

header .top-part form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}

header .top-part form :-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}

header .top-part form :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}

header .top-part .src-but a.close-but {
  display: inline-block;
  display: none;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .top-part .src-but.show-form a.sec-icon {
  opacity: 0;
  visibility: hidden;
}

header .top-part .src-but.show-form form {
  opacity: 1;
  visibility: visible;
}

header .top-part .src-but.show-form a.close-but {
  display: inline-block;
}

.menu-part {
  background-color: #102535;
  height: 135px;
  border-bottom: 6px solid #d30001;
}

.menu-part div#navigation ul li {
  display: inline-block;
}

.menu-part div#navigation ul li a {
  display: table;
  color: #ffffff;
  font-size: 19px;
  font-weight: 600;
  line-height: 135px;
  margin-left: 36px;
}

.banner-part {
  position: relative;
}

.banner-part .banner_text {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background: rgba(0, 0, 0, 0.41);
}

.banner-part .banner_text h2 {
  color: #ffffff;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}

.banner-part .banner_text p {
  height: 87px;
  color: #ffffff;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1.12px;
  line-height: 41px;
}

.banner-part .banner_text p span {
  display: table;
}

.banner-part .banner_text a {
  display: none;
}

.banner-part .banner_text a.play-icon {
  display: none;
}

.banner-part .main-banner .owl-stage-outer {
  z-index: 999999;
}

.banner-part .main-banner .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  right: 0;
  padding: 0 15px;
  z-index: 999999;
}

.banner-part .main-banner .owl-dots button.owl-dot {
  margin-right: 10px;
}

.banner-part .main-banner .owl-dots span {
  display: table;
  width: 15px;
  height: 15px;
  border: 3px solid #ffffff;
  border-radius: 50%;
}

.banner-part .main-banner .owl-nav button.owl-prev {
  top: 0;
  left: 4%;
  height: 100%;
  position: absolute;
  z-index: 9999999;
}

.banner-part .main-banner .owl-nav button.owl-prev span {
  width: 44px;
  height: 82px;
  color: transparent;
  display: table;
  background: url(../images/arrow2.png);
}

.banner-part .main-banner .owl-nav button.owl-next {
  top: 0;
  right: 4%;
  height: 100%;
  position: absolute;
  z-index: 9999999;
}

.banner-part .main-banner .owl-nav button.owl-next span {
  width: 44px;
  height: 82px;
  color: transparent;
  display: table;
  background: url(../images/arrow1.png);
}

section.body-cont1 {
  padding: 60px 0;
}

section.body-cont1 h2 {
  color: #102535;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 1.61px;
/*   text-transform: uppercase; */
  margin: 0 0 25px;
}

section.body-cont1 p {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 41px;
}

section.body-cont2 {
  background: #102535;
  margin: 60px 0 0;
  padding: 0 0 40px;
}

section.body-cont2 .wrap {
  margin-top: -60px;
  position: relative;
}

section.body-cont2 .wrap img {
  width: 100%;
}

section.body-cont2 .wrap h3 {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: rgba(0, 0, 0, 0.64);
  margin: 0;
  height: auto;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.73px;
  line-height: 72px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont2 .wrap h3 a {
  color: #ffffff;
}

section.body-cont2 .wrap .overlay {
  position: absolute;
  top: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 0, 0, 0.64);
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont2 .wrap .overlay a {
  margin: 0 15px;
  border: 1.5px solid #fff;
  width: 71px;
  height: 71px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 64px;
}

section.body-cont2 .wrap .overlay a img {
  width: auto;
}

section.body-cont2 .wrap:hover .overlay {
  opacity: 1;
}

section.body-cont2 .wrap:hover h3 {
  background: none;
  z-index: 99;
}

section.body-cont2 .eass-sec:first-child .wrap h3 {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont2 .eass-sec:first-child .wrap:hover {
  /*&::before {
					background-color: rgba(0, 0, 0, 0.64);
					content: "";
					width: 100%;
					height: 100%;
					position: absolute;
					-webkit-transition: all 0.5s ease-in-out;
					-moz-transition: all 0.5s ease-in-out;
					-o-transition: all 0.5s ease-in-out;
					transition: all 0.5s ease-in-out;
				}*/
}

section.body-cont2 .eass-sec:first-child .wrap:hover h3 {
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.64);
}

section.body-cont2 .eass-sec:nth-child(2) .wrap h3 {
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

section.body-cont2 .eass-sec:nth-child(2) .wrap:hover h3 {
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(0, 0, 0, 0.64);
}

section.body-cont2 h4 {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.91px;
  margin: 80px 0 46px;
}

section.body-cont2 form {
  position: relative;
}

section.body-cont2 form input[type="text"] {
  width: 100%;
  height: 71px;
  border: 1px solid #707070;
  background-color: #ffffff;
  padding-left: 15px;
  padding-right: 136px;
  color: #333;
  font-size: 22px;
}

section.body-cont2 form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 71px;
  background-color: #d40000;
  border: 1px solid #d40000;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.73px;
  line-height: 41px;
  text-transform: uppercase;
}

section.body-cont2 a.register-but {
  display: table;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 14px 35px;
}

section.body-cont3 {
  padding: 80px 0;
}

section.body-cont3 img {
  width: 100%;
}

section.body-cont3 .img-wrap {
  position: relative;
}

section.body-cont3 .img-wrap span {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  background-color: #d40000;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.56px;
  line-height: 50px;
  text-transform: uppercase;
  padding: 0 30px;
}

section.body-cont3 .decp {
  background-color: #f5f5f5;
  padding: 25px;
}

section.body-cont3 .decp h3 {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.88px;
  line-height: 30px;
  margin: 0 0 30px;
}

section.body-cont3 .decp h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.63px;
  line-height: 29px;
  margin: 0 0 20px;
}

section.body-cont3 .decp p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 21px;
  padding-right: 50px;
  min-height: 65px;
}

section.body-cont3 .decp a {
  display: table;
  height: 43px;
  border: 1px solid #707070;
  text-align: center;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 43px;
  text-transform: uppercase;
  padding: 0 30px;
}

section.body-cont4 {
  background-color: #102535;
  padding: 0 0 40px;
  margin: 60px 0;
}

section.body-cont4 p:first-child {
  margin: auto;
  width: 100%;
}

section.body-cont4 img {
  margin: -60px 0 0;
}

section.body-cont4 p {
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.9px;
  line-height: 33px;
  width: 86%;
  margin: 80px auto 50px;
  text-align: center;
}

section.body-cont4 p span {
  display: table;
  width: 100%;
}

section.body-cont4 a {
  display: table;
  margin: 0 auto;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
  text-transform: uppercase;
  padding: 14px 35px;
}

section.body-cont5 {
  padding: 60px 0 0;
}

section.body-cont5 h2 {
  color: #102535;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 35px 0;
  margin: 0 0 58px;
}

section.body-cont5 .sec {
  display: table;
  width: 100%;
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 50px;
  padding: 0 0 50px;
}

section.body-cont5 .sec img {
  width: 100%;
}

section.body-cont5 .sec a.vid {
  min-height: 200px;
  overflow: hidden;
  position: relative;
  display: block;
}

section.body-cont5 .sec a.vid img.play_btn {
  width: auto;
  max-width: 70px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.body-cont5 .sec h3 {
  color: #102535;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #ebebeb;
  width: auto;
  display: inline-block;
  padding-bottom: 12px;
  margin: 0 0 22px;
  line-height: 31px;
}

section.body-cont5 .sec h3 .fa {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 20px;
}

section.body-cont5 .sec h3 i.fa.fa-facebook {
  background-color: #3c5a99;
}

section.body-cont5 .sec h3 i.fa.fa-linkedin {
  background-color: #007ab9;
}

section.body-cont5 .sec h3 a {
  color: #102535;
}

section.body-cont5 .sec ul.eve {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}

section.body-cont5 .sec ul.eve li {
  opacity: 0.78;
  color: #bbbbbb;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.39px;
  line-height: 14px;
}

section.body-cont5 .sec ul.eve li span {
  background-color: #102535;
  color: #ffffff;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 4px 14px;
  margin-right: 15px;
  opacity: 1;
}

section.body-cont5 .sec p {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
}

section.body-cont5 .sec ul.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

section.body-cont5 .sec ul.share li {
  color: #102535;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 26px;
}

section.body-cont5 .sec ul.share li img {
  margin-right: 11px;
  width: 18px;
}

section.body-cont5 .sec img.pre-loader {
  max-width: 60px;
  margin: auto;
  display: block;
}

section.body-cont5 .sec a.viwe-all {
  display: table;
  width: 198px;
  height: 47px;
  background-color: #102535;
  margin: 50px auto 0;
  text-align: center;
  line-height: 47px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

section.body-cont6 {
  position: relative;
}

section.body-cont6:before {
  content: "";
  width: 100%;
  height: 73%;
  background: #102535;
  position: absolute;
  bottom: 0;
}

section.body-cont6 h2 {
  color: #102535;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  margin: 0 0 50px;
}

section.body-cont6 h3 {
  color: #ffffff;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.73px;
  line-height: 33px;
  display: inline-block;
  clear: both;
  border-bottom: 1px solid rgba(216, 216, 216, 0.5);
  padding-right: 30px;
  padding-bottom: 15px;
  margin: 18px 0 25px;
}

section.body-cont6 p {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 20px;
}

section.body-cont6 a.read-mor {
  display: table;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0.35px;
  line-height: 13px;
  text-transform: uppercase;
  padding: 7px 15px;
  margin: 30px 0 30px;
}

section.body-cont7 {
  padding: 60px 0;
}

section.body-cont7 h2 {
  color: #102535;
  font-size: 46px;
  font-weight: 700;
  letter-spacing: 1.61px;
  text-transform: uppercase;
  margin: 0 0 45px;
  position: relative;
}

section.body-cont7 h2:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

section.body-cont7 h2 mark {
  padding: 0 32px;
  background-color: #fff;
}

section.body-cont7 p {
  color: #000000;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.9px;
  line-height: 41px;
  margin: 0 0 38px;
}

section.body-cont7 .img-icon {
  position: relative;
}

section.body-cont7 .img-icon:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #e0e0e0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

section.body-cont7 .img-icon img {
  padding: 16px;
  background: #fff;
}

footer {
  background-color: #102535;
  padding: 60px 0;
}

footer ul li a {
  display: table;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.56px;
  margin: 0 0 8px;
  text-decoration: none;
}

footer ul li a:hover {
  color: #fff;
}

footer h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.63px;
  margin: 0 0 25px;
}

footer p {
  margin: 0 0 7px;
  width: 56%;
}

footer a.footer-logo {
  display: table;
  margin: 0 0 30px;
}

footer ul.social {
  margin: 20px 0 10px;
}

footer ul.social li {
  display: inline-block;
}

footer ul.social li a {
  font-size: 30px;
  margin-right: 16px;
}

footer h4 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.49px;
  margin: 0 0 15px;
}

footer ul.copy-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer ul.copy-sec li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin-right: 14px;
  margin-bottom: 0;
  display: table;
  width: 100%;
  line-height: 23px;
  padding-left: 14px;
}

footer ul.copy-sec li:first-child a {
  padding: 0;
}

a.chat-icon {
  position: fixed;
  bottom: 30px;
  right: 100px;
  z-index: 9999;
}

section.body-cont2.assist .wrap:hover h3 {
  background: rgba(0, 0, 0, 0.64);
}

section.inner-page {
  background: #f8f8f8;
  padding: 0 0 50px;
}

section.inner-page .page-title h1 { 
  height: auto;
  background-color: #102535;
  line-height: 165px;
  margin: -100px 0 0;
  font-family: 'Oswald', sans-serif;
  color: #ffffff;
  font-size: 70px;
  font-weight: 700;
  letter-spacing: 3.52px;
  text-transform: uppercase;
  padding: 0 40px;
}

section.inner-page .contact-page .wrap {
  width: 100%;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  margin: 15px 0 0;
  padding: 25px;
	overflow:auto;
}

section.inner-page .contact-page .wrap label {
  display: block;
  color: #102535;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.63px;
  margin: 0 0 5px;
}

section.inner-page .contact-page .wrap input:not([type="submit"]), section.inner-page .contact-page .wrap textarea {
  width: 100%;
  height: 69px;
  border: 1px solid #bebebe;
  background-color: #ffffff;
  margin: 0 0 25px;
  padding: 15px;
  color: #333;
  font-size: 18px;
}

section.inner-page .contact-page .wrap textarea {
  height: 195px;
}

section.inner-page .contact-page .wrap input[type="submit"] {
  float: right;
  width: 181px;
  height: 69px;
  background-color: #d30001;
  border: none;
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.81px;
  line-height: 25px;
  text-transform: uppercase;
}

.side-bar {
  margin: 56px 0 0;
}

.side-bar ul li {
  margin: 0 0 4px;
}

.side-bar ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  background-color: #f5f5f5;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.56px;
  line-height: 25px;
  padding: 25px 25px;
  padding-right: 15;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
	position:relative;
}

.side-bar ul li a i{
	
	position: absolute;
right: 20px;
top: 30px;
}

.mob-side-bar ul li a{
	position:relative;
}

.mob-side-bar ul li a i{
	position: absolute;
right: 20px;
top: 20px;
}

.side-bar ul li a:hover {
  background: #102535;
  color: #fff;
}

.side-bar ul li.active {
  border-left: 6px solid #d30001;
}

.side-bar ul li.active ul.sub-menu {
  height: auto !important;
  -webkit-transition: max-height 0.25s ease-in;
  transition: max-height 0.25s ease-in;
}

.side-bar li ul.sub-menu {
    height: 0;
    -webkit-transition: max-height 0.15s ease-out;
    transition: max-height 0.15s ease-out;
    overflow: hidden;
}

.side-bar ul.sub-menu li {
  margin: 0;
  border-top: 2px solid #eaeaea;
}

section.inner-page.resources-page {
  background: #fff;
}

section.inner-page.resources-page .resources-section {
  margin-top: 56px;
}

section.inner-page.resources-page .resources-section h3 {
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.49px;
  line-height: 24px;
  position: relative;
  margin: 0 0 15px;
}

section.inner-page.resources-page .resources-section h3:before {
  content: "";
  width: 100%;
  height: 1.5px;
  background: rgba(112, 112, 112, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

section.inner-page.resources-page .resources-section h3 mark {
  background: #fff;
  position: relative;
  padding: 0;
  padding-right: 15px;
}

section.inner-page.resources-page .resources-section a.add-vid {
  display: table;
  width: 190px;
  height: 68px;
  background-color: #d30001;
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.81px;
  line-height: 68px;
  text-transform: uppercase;
  text-align: center;
}

section.inner-page.resources-page .resources-section .embed-responsive {
  margin: 0 0 35px;
}

.serc-area {
  width: 100%;
  height: 199px;
  background-color: #f8f8f8;
  margin: 0 0 50px;
  padding: 50px;
}

.serc-area form {
  font-size: 0;
  position: relative;
}

.serc-area input[type="text"] {
  width: 100%;
  padding: 20px;
  border: 1px solid #bebebe;
  background-color: #ffffff;
  color: #333;
  font-size: 18px;
}

.serc-area button {
  width: 181px;
  padding: 20px;
  background-color: #d30001;
  color: #ffffff;
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.81px;
  line-height: 25px;
  text-transform: uppercase;
  border: 1px solid #d30001;
  position: absolute;
  top: 0;
  right: 0;
}

.serc-area img {
  margin-right: 13px;
}

.serc-area p {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.56px;
  color: #000000;
  margin: 8px 0;
}

.serc-area p a {
  color: #0091ff;
  text-decoration: underline;
}

.src-secp h4 {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.63px;
  font-weight: 400;
  border-bottom: 1.2px solid rgba(112, 112, 112, 0.5);
  padding: 0 0 15px;
  margin: 0 0 50px;
}

.src-secp h3 a {
  color: #102535;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: 0.73px;
  text-decoration: underline;
  margin: 0 0 20px;
  display: table;
}

.src-secp p {
  color: #000000;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.63px;
}

.src-secp a.more {
  color: #000000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.42px;
  margin: 0 0 35px;
  display: table;
  width: 41%;
}

img.mob-view {
  display: none;
}

.row.for-mobile {
  display: none;
}

section.body-cont5 ul.mob-event {
  display: none;
}

.mobile-search {
  display: none;
}

.mobile-head-sec {
  display: none;
}

a.more {
  display: none;
}

ul.page-nation {
  display: none;
}

@media (min-width: 1300px) and (max-width: 1699px) {
  section.body-cont5 .sec h3 .fa {
    float: left;
    margin-right: 15px;
  }
  footer ul li a {
    font-size: 13px;
  }
  .banner-part .banner_text h2 {
    font-size: 70px;
  }
  .banner-part .banner_text p {
    font-size: 25px;
    line-height: 32px;
  }
  .banner-part .main-banner .owl-nav button.owl-prev {
    left: 2%;
  }
  .banner-part .main-banner .owl-nav button.owl-next {
    right: 2%;
  }
  .banner-part .main-banner .owl-dots {
    padding: 0 30px;
  }
  footer ul.copy-sec li a {
    margin-right: 11px;
  }
  footer ul.social li a {
    font-size: 22px;
    margin-right: 12px;
  }
  footer p {
    width: 78%;
  }
  section.body-cont3 .decp h4 {
    font-size: 15px;
  }
  section.body-cont3 .decp p {
    padding-right: 0;
  }
  section.body-cont5 .sec h3 {
    font-size: 24px;
  }
  footer h3 {
    font-size: 16px;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  section.body-cont2 .wrap h3 {
    font-size: 18px;
  }
  .banner-part .banner_text h2 {
    font-size: 70px;
  }
  .banner-part .banner_text p {
    font-size: 26px;
    line-height: 35px;
  }
  .banner-part .main-banner .owl-nav button.owl-prev {
    left: 1%;
  }
  .banner-part .main-banner .owl-nav button.owl-prev span {
    width: 30px;
    height: 50px;
    background-size: cover;
  }
  .banner-part .main-banner .owl-nav button.owl-next {
    right: 1%;
  }
  .banner-part .main-banner .owl-nav button.owl-next span {
    width: 30px;
    height: 50px;
    background-size: cover;
  }
  .banner-part .main-banner .owl-dots {
    padding: 0 25px;
  }
  section.body-cont3 .decp h4 {
    font-size: 15px;
  }
  section.body-cont3 .decp p {
    padding-right: 0;
  }
  section.body-cont5 .sec h3 {
    font-size: 24px;
  }
  footer ul.copy-sec li a {
    margin-right: 10px;
  }
  footer p {
    width: 76%;
  }
  footer ul.social li a {
    font-size: 22px;
  }
}

.con-titel {
  display: none;
}

.resources-ser-mob {
  display: block;
}

.mob-titel {
  display: none;
}

.mob-side-bar {
  display: none;
}

.eass-sec .mob-overlay {
  display: none;
}

.post-search {
  display: none;
}

.seek-sec {
  background: #000;
  padding: 5px 0;
}

.seek-sec img {
  width: 135px;
}


#event-info-new-info{
            padding:50px 0px;
        }
        
        #image-size-cover{
            height: 180px;
            margin-bottom: 20px;
            overflow: hidden;
        }
        
        #image-size-cover img{
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        #event-info-new-info h5{
            color: #a8b0b6;
            font-weight: normal;
            margin-bottom: 20px;
        }
        
        #event-info-new-info h5 a{
/*             text-decoration: underline; */
			    color: #102535;
    font-weight: bold;
    font-size: 19px;
        }
        
        #event-info-new-info ul{
            margin-bottom: 0;
        }
        
        #event-info-new-info ul li{
            display: inline-block;
            margin-right: 10px;
        }
        
        #event-info-new-info
        
        #event-info-new-info ul li p{
            color:#696969;
        }
        
        .blue-background-custom{
            background:#102535;
            color:#fff;
            text-transform: uppercase;
            font-size: 14px;
            padding: 6px 15px;
            font-weight: bold;
    margin-bottom: 6px;
/*     display: block; */
        }
        
        .blue-background-custom-outline{
            border:1px solid #102535;
            color: #102535;
            text-transform: uppercase;
            font-size: 14px;
            padding: 6px 15px;
            font-weight: bold;
        }
        
        .blue-background-custom:hover{
            color: #fff;
            text-decoration: underline;
        }
        
        .leadings-custom{
            color: #696969;
            font-size: 14px;
/*             line-height: 25px; */
			margin-bottom:3px;
        }
        
        .socail-list-info a{
            color: #102535;
            margin-right: 15px;
        }
        
        #event-info-new-info h2 {
            color: #102535;
            font-size: 46px;
            font-weight: 700;
            letter-spacing: 1.61px;
            text-transform: uppercase;
            margin: 0 0 25px;
        }
        
        .list-events-information{
            margin:30px 0px;
            border-bottom: 1px solid #ddd;
            padding-bottom: 30px;
        }
        
        .line-height-custom{
            margin:30px 0px;
        }

@media(max-width:550px){
	.list-events-information {
    margin: 30px 0px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0px 3px 5px rgba(0,0,0,0.25);
    border-radius: 4px;
    padding-bottom: 30px;
}
	.list-events-information .col-sm-8{
		padding: 0px 40px 10px 40px;
	}
	#event-info-new-info h5 a {
    text-decoration: none;
    font-weight: bold;
    color: #102535;
}
}

#event-info-new-info .description {
  color: #000;
  padding-bottom: 20px;
}

.sub-menu p{
	margin-bottom:2px;
}

.sub-menu p a{
	    padding: 10px 30px !important;
}

.jssocials-shares a, .jssocials-shares .jssocials-share-label{
	color:#fff !important;
}


/* .col-md-3:last-child .overlay {
    visibility: hidden;
} */

/* modal style */
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
/*   visibility: hidden; */
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}


.search_update_list{
word-break: break-all !important;
}


section.inner-page .contact-page .wrap #cntctfrm_contact_form {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}
#sharing .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-50px);
    transform: translate(0,50px);
}
 div#sharing {
    opacity: 1;
} 

#errors-pages{
	
margin-top: 8%;
	margin-bottom:8%;
}

#errors-pages h1{
	font-size:3rem;
	font-weight:bold;
	letter-spacing:1px;
	color:#262626;
}

#errors-pages p{
	font-size:18px;
	color:#696969
}

#errors-pages a{
	padding: 10px 40px;
}

.position-absoluteing{
	position: absolute;
	height: 30px;
	right: 10px;
	font-size: 15px;
	color:#333;
	background:#fff;
	width: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	top: 10px;
}

/* .fade:not(.show){
	opacity:1 !Important;
} */

/* #cntctfrm_thanks{
	color: #000;
    font-weight: bold;
    font-size: 30px;
    text-align: center;
} */


/*# sourceMappingURL=style.css.map */