* {
  padding: 0;
  margin: 0
}

.center {
  -ms-flex-align: center !important;
  align-items: center !important;
  display: flex;
}

body {
  font-family: 'Poppins', sans-serif;
  color: #212529;
}

a {
  color: #141414;
  -webkit-transition: all .35s ease-in-out !important;
  -o-transition: all .3s ease-in-out !important;
  -webkit-transition: all .3s ease-in-out !important;
  transition: all .3s ease-in-out !important;
}


@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?76374276');
  src: url('../font/fontello.eot?76374276#iefix') format('embedded-opentype'),
    url('../font/fontello.woff?76374276') format('woff'),
    url('../font/fontello.ttf?76374276') format('truetype'),
    url('../font/fontello.svg?76374276#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

.demo-icon {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* You can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

body h3 {
  color: #1b1c1b;
  font-weight: 600;
  font-size: 36px;
}

body p {
  color: #606060;
  font-size: 14px;
  line-height: 24px;
}


.btn {
  font-size: 14px !important;
  line-height: normal !important;
  padding: 10px 24px !important;
  border-radius: 50px;
  font-weight: 500;
}

.btn img {
  margin-left: 8px;
  height: auto !important;
}

.btn:hover {
  background: #ececec !important;
  border: 1px solid #ececec;
}

.login:hover {
  background: #fff !important;
  border: 1px solid #0765E1;
}



/*header*/
header {
  line-height: 55px;
  background-color: #0963dd;
}

header {
  position: fixed;
  transition: background-color 0.4sease-out;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

header.scroll {
  background: #0963dd;
}

header .logo {
  position: relative;
  z-index: 123;
  float: left;
  width: 200px;
}

header .logo img {
  max-width: 100%;
}

header nav#cssmenu ul {
  float: right;
  margin: 0;
  display: flex;
  align-items: center;
}

header #cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a, #cssmenu #head-mobile {
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

header #cssmenu:after, #cssmenu>ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

header #cssmenu #head-mobile {
  display: none
}

header #cssmenu>ul>li {
  float: left;
}

header #cssmenu>ul>li>a {
  padding: 20px 0px;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  margin-left: 35px;
}

header #cssmenu>ul>li>a:hover {
  color: #173148;
}

header #cssmenu>ul>li:hover, #cssmenu ul li.active:hover, #cssmenu ul li.active, #cssmenu ul li.has-sub.active:hover {
  -webkit-transition: background .3s ease;
  -ms-transition: background .3s ease;
  transition: background .3s ease;
}

header #cssmenu>ul>li.has-sub>a {
  padding-right: 30px
}

header #cssmenu>ul>li.has-sub>a:after {
  position: absolute;
  top: 25px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #0765E1;
  content: ''
}

header #cssmenu>ul>li.has-sub>a:before {
  position: absolute;
  top: 22px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #0765E1;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease;
}

header #cssmenu>ul>li.has-sub:hover>a:before {
  top: 23px;
  height: 0
}

header #cssmenu ul ul {
  position: absolute;
  left: -9999px;
  margin-top: 0;
}

header #cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  background: #333;
  transition: all .25s ease;
}

header #cssmenu li:hover>ul {
  left: auto
}

header #cssmenu li:hover>ul>li {
  height: 35px
}

header #cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}

header #cssmenu ul ul li a {
  border-bottom: 1px solid rgba(150, 150, 150, 0.15);
  padding: 11px 15px;
  width: 230px;
  font-size: 12px;
  text-decoration: none;
  color: #ddd;
  font-weight: 400;
}

header #cssmenu ul ul li:last-child>a, #cssmenu ul ul li.last-item>a {
  border-bottom: 0
}

header #cssmenu ul ul li:hover>a, #cssmenu ul ul li a:hover {
  color: #fff
}

header #cssmenu ul ul li.has-sub>a:after {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: ''
}

header #cssmenu ul ul li.has-sub>a:before {
  position: absolute;
  top: 13px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: '';
  -webkit-transition: all .25s ease;
  -ms-transition: all .25s ease;
  transition: all .25s ease
}

header #cssmenu ul ul>li.has-sub:hover>a:before {
  top: 17px;
  height: 0
}

header #cssmenu ul ul li.has-sub:hover, #cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #363636;
}

header #cssmenu ul ul ul li.active a {
  border-left: 1px solid #333
}

header #cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
  border-top: 1px solid #333
}

@media screen and (max-width:991px) {
  header nav {
    width: 100%;
  }

  header #cssmenu {
    width: 100%
  }

  header #cssmenu ul {
    width: 100%;
    display: none;
    position: absolute;
    z-index: 999;
  }

  header #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #0765E1;
    float: left;
    margin-top: 0;
    background: #fff;
  }

  header #cssmenu ul ul li, #cssmenu li:hover>ul>li {
    height: auto
  }

  header #cssmenu ul li a, #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
    padding: 16px;
    margin-left: 0;
    color: #1b1c1b;
    font-size: 14px;
  }

  header #cssmenu>ul>li.has-sub>a:before {
    background: transparent;
  }

  header #cssmenu ul ul li a {
    padding-left: 25px
  }

  header #cssmenu ul ul li {
    background: #1e619d !important;
  }

  header #cssmenu ul ul li:hover {
    background: #363636 !important;
  }

  header #cssmenu ul ul ul li a {
    padding-left: 35px
  }

  header #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }

  header #cssmenu ul ul li:hover>a, #cssmenu ul ul li.active>a {
    color: #fff
  }

  header #cssmenu ul ul, #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left
  }

  header #cssmenu>ul>li.has-sub>a:after, #cssmenu>ul>li.has-sub>a:before, #cssmenu ul ul>li.has-sub>a:after, #cssmenu ul ul>li.has-sub>a:before {
    display: none;
  }

  header #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }

  header .button {
    width: 55px;
    height: 55px;
    position: absolute;
    right: 0;
    top: 6px;
    cursor: pointer;
    z-index: 12399994;
  }

  header .button:after {
    position: absolute;
    top: 22px;
    right: 0px;
    display: block;
    height: 10px;
    width: 30px;
    border-top: 2px solid #0765E1;
    border-bottom: 2px solid #0765E1;
    content: ''
  }

  header .button:before {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    top: 14px;
    right: 0px;
    display: block;
    height: 2px;
    width: 30px;
    background: #0765E1;
    content: ''
  }

  header .button.menu-opened:after {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #0765E1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
  }

  header .button.menu-opened:before {
    top: 23px;
    background: #0765E1;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  header #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #0765E1;
    height: 46px;
    width: 46px;
    cursor: pointer
  }

  header #cssmenu .submenu-button.submenu-opened {
    background: #0765E1;
  }

  header #cssmenu ul ul .submenu-button {
    height: 34px;
    width: 34px
  }

  header #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #0765E1;
    content: ''
  }

  header #cssmenu ul ul .submenu-button:after {
    top: 15px;
    right: 13px
  }

  header #cssmenu .submenu-button.submenu-opened:after {
    background: #fff
  }

  header #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #0765E1;
    content: ''
  }

  header #cssmenu ul ul .submenu-button:before {
    top: 12px;
    right: 16px;
  }

  header #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }

  header #cssmenu ul ul ul li.active a {
    border-left: none;
  }

  header #cssmenu>ul>li.has-sub>ul>li.active>a, #cssmenu>ul ul>li.has-sub>ul>li.active>a {
    border-top: none;
  }

  header .butt {
    margin-top: 20px;
  }
}


/* subscribe */
.subscribe {
  background: url(../images/subscribe-bg.jpg) fixed top center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
}

.subscribe h4 {
  line-height: 38px;
  margin-bottom: 0;
}

.subscribe input {
  border: 1px solid #ced4da;
  background: #fff;
  padding: 10px 20px;
  outline: none;
  margin-left: 10px;
}

.subscribe input[type=email] {
  width: 100%;
}



footer {
  background: url(../images/team-bg.svg) no-repeat top center;
  background-size: cover;
}

footer p {
  color: #fff;
}

footer .logo {
  width: 85%;
}

footer .content a {
  font-size: 14px;
  color: #fff;
  line-height: 34px;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

footer .content a:hover {
  color: #080753;
}

footer .content .social a {
  font-size: 16px;
  margin-right: 20px;
}

footer .content .bot-link a {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  font-weight: 400;
  margin-right: 40px;
}

footer .bot a {
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}

footer .bot p {
  font-size: 14px;
  color: #fff;
}

footer hr {
  margin: 2rem 0;
  color: #fff;
}

footer .ad {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
}

footer .su-he {
  color: #fff;
  font-weight: 500;
}

footer .content span {
  font-size: 12px;
  color: #b4b4b4;
}



/*inner banner*/
.inner-banner {
  padding: 12rem 0 6rem 0;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: repeat;
  background-attachment: scroll;
  width: 100%;
  z-index: 1;
}

.inner-banner .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(7, 101, 225);
  z-index: -1;
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 0;
  left: 30px;
  z-index: 99;
  font-size: 40px;
  border: none;
  outline: none;
  color: #00a94f;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  background: none;
}








@media only screen and (min-width : 1920px) and (max-width : 2560px) {}

@media only screen and (min-width : 1600px) and (max-width : 1919px) {}

@media only screen and (min-width : 1440px) and (max-width : 1599px) {}

@media only screen and (min-width : 1366px) and (max-width : 1439px) {}

@media only screen and (min-width : 1280px) and (max-width : 1365px) {

  body h3 {
    font-size: 38px;
  }



}

@media only screen and (min-width : 1200px) and (max-width : 1279px) {

  body h3 {
    font-size: 34px;
  }

}

@media only screen and (min-width : 1024px) and (max-width : 1199px) {
  header .logo {
    width: 180px;
  }

  header #cssmenu>ul>li>a {
    margin-left: 20px;
    font-size: 13px;
  }

  body h3 {
    font-size: 28px;
  }

  .subscribe h4 {
    line-height: 30px;
    font-size: 20px;
  }




}

@media only screen and (min-width : 768px) and (max-width :1023px) {
  header #cssmenu .btn {
    border-radius: 0;
    text-align: left;
    padding: 10px 16px !important;
  }

  header .login {
    background: #FF0000;
  }

  header nav#cssmenu ul {
    display: inherit;
  }

  .subscribe h4 {
    line-height: 34px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  .subscribe input {
    margin-left: 0px;
    margin-right: 10px;
  }

  body h3 {
    font-size: 30px;
  }

  .py-5 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .pb-5 {
    padding-bottom: 4rem !important;
  }

  .pt-5 {
    padding-bottom: 4rem !important;
  }

  .w-sm-20 {
    width: 25% !important;
  }

  footer .content .bot-link {
    margin-top: 20px;
  }

  footer .content .bot-link a {
    margin-right: 30px;
  }



}

@media only screen and (min-width : 150px) and (max-width : 767px) {
  header {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header .logo {
    width: 180px;
  }

  header .center {
    display: block !important;
  }

  header #cssmenu .btn {
    border-radius: 0;
    text-align: left;
    padding: 10px 16px !important;
    border: 0;
  }

  header nav#cssmenu ul {
    display: inherit;
  }

  .subscribe input {
    margin-left: 0;
  }

  .subscribe h4 {
    line-height: 34px;
    margin-bottom: 30px;
    font-size: 20px;
  }

  footer .content .bot-link {
    margin-top: 20px;
  }

  footer .content .bot-link a {
    margin-right: 20px;
    font-size: 12px;
  }

  body h3 {
    font-size: 26px;
    font-weight: 500;
  }

  .py-5 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .pb-5 {
    padding-bottom: 3.5rem !important;
  }

  .pt-4 {
    padding-top: 3rem !important;
  }

  .pt-3 {
    padding-top: 2rem !important;
  }

  footer .content h5 {
    margin-bottom: 5px;
    margin-top: 20px;
  }

  footer .content .form-control {
    margin-top: 20px;
  }


}

@media only screen and (max-width : 375px) {}

@media only screen and (max-width : 360px) {
  .subscribe h4 {
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 18px;
  }


}

@media only screen and (max-width : 320px) {}