body {
  padding: 0px;
  margin: 0px;
  list-style: none;
  font: normal 14px/18px 'Roboto', sans-serif;
  color: #000;
}

p {
  padding: 0px;
  margin: 0px;
}

a {
  padding: 0px;
  margin: 0px;
  outline: none;
}

ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

label {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

ul li {
  padding: 0px;
  margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0px;
  margin: 0px;
}

input[type="text"]::-webkit-placeholder {
  opacity: 1;
}

input[type="text"]::-moz-placeholder {
  opacity: 1;
}

input[type="password"]::-webkit-placeholder {
  opacity: 1;
}

input[type="password"]::-moz-placeholder {
  opacity: 1;
}

input[type="search"]::-webkit-placeholder {
  opacity: 1;
}

input[type="search"]::-moz-placeholder {
  opacity: 1;
}

input[type="email"]::-webkit-placeholder {
  opacity: 1;
}

input[type="email"]::-moz-placeholder {
  opacity: 1;
}

input[type="tel"]::-webkit-placeholder {
  opacity: 1;
}

input[type="tel"]::-moz-placeholder {
  opacity: 1;
}

textarea::-moz-placeholder {
  opacity: 1;
}

textarea::-webkit-placeholder {
  opacity: 1;
}

a:hover {
  outline: none !important;
  text-decoration: none;
}

a:active {
  outline: none !important;
  text-decoration: none;
}

a {
  text-decoration: none !important;
}

a,
button,
input[type="submit"] {
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input[type="submit"] {
  cursor: pointer;
  border: 0px;
  outline: none;
  background: none;
}


@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?x6vrqq');
  src: url('../fonts/icomoon.eot?x6vrqq#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?x6vrqq') format('truetype'),
    url('../fonts/icomoon.woff?x6vrqq') format('woff'),
    url('../fonts/icomoon.svg?x6vrqq#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Vector2-svg:before {
  content: "\e905";
}

.icon-Vector:before {
  content: "\e900";
}

.icon-Vector6:before {
  content: "\e901";
}

.icon-Vector5:before {
  content: "\e902";
}

.icon-Vector4:before {
  content: "\e903";
}

.icon-Vector3:before {
  content: "\e904";
}

.icon-Vector1:before {
  content: "\e90a";
}





/*.headersec.fixed, .navbar-brand{
transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
}
.headersec.fixed{position: fixed; top: 0; left: 0; width: 100%; z-index: 999;
-moz-box-shadow: 0 0 8px -5px #333;
-webkit-box-shadow: 0 0 8px -5px #333;
box-shadow: 0 0 8px -5px #333;}


@-webkit-keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0);}
}
@keyframes animationFade{0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);}}
.headersec.fixed{top:0;left:0;right:0;position:fixed;margin:0;z-index:1002;-webkit-animation-name:animationFade;-o-animation-name:animationFade;animation-name:animationFade;-webkit-animation-duration:1s;-o-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-moz-box-shadow:0 0 8px -5px #333;-webkit-box-shadow:0 0 8px -5px #333;box-shadow:0 0 8px -5px #333;}
*/


/*
font-family: 'Comfortaa', cursive;
font-family: 'Roboto', sans-serif;
*/

body {
  background: #231F20;
}


.foterSec {
  width: 100%;
  background: #F8931D;
  padding: 30px 0;
}

.ftrinr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ftrlgo {
  display: inline-block;
}

.ftrlgo img {
  max-width: 100%;
}

.ftrRt {
  width: auto;
  display: inline-flex;
  align-items: center;
}

.ftrRt p {
  color: #fff;
  font: 400 20px/25px 'Roboto', sans-serif;
}

.ftrRt p a {
  color: #fff;
}

.ftrRt p a:hover,
.ftrsocil:hover {
  color: #312C2D;
}

.ftrsocil {
  display: inline-block;
  color: #fff;
  margin-left: 14px;
  font-size: 52px;
}


.loginSec {
  width: 100%;
  padding: 66px 0 15px;
  position: relative;
}

.loginhed {
  text-align: center;
  width: 100%;
}

.loginhed h1 {
  color: #F8931D;
  font: 700 42px/50px 'Comfortaa', cursive;
}

.loginform {
  width: 100%;
}

.frmbx {
  width: 100%;
  margin: 40px 0 0;
}

.frmbx label {
  display: inline-block;
  width: 100%;
  margin: 0 0 11px;
  color: #fff;
  font: 400 17px/20px 'Roboto', sans-serif;
}

.frmbx input[type="text"],
.frmbx input[type="email"] {
  width: 100%;
  border: 1px solid #5A5455;
  height: 66px;
  padding: 0 20px;
  border-radius: 20px;
  outline: none;
  max-width: 450px;
  background: none;
  color: #fff;
  font: 400 15px/20px 'Roboto', sans-serif;
}

.frmsubmt {
  width: 100%;
  text-align: center;
  margin: 50px 0 0;
}

.frmsubmt input[type="submit"] {
  color: #fff;
  border-radius: 20px;
  background: #F8931D;
  padding: 0 33px;
  font: 500 24px/70px 'Roboto', sans-serif;
}

.frmsubmt input[type="submit"]:hover {
  background: #fff;
  color: #F8931D;
}

.loginSec:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: -165px;
  left: 0;
  right: 0;
  background: #312C2D;
  z-index: -1;
}

.headersec {
  width: 100%;
}

.hderinr {
  width: 100%;
  border-bottom: 1px solid #4D4346;
  padding: 22px 0;
}

.hdrlgo {
  width: auto;
}

.hdrlgo img {
  max-width: 100%;
}

.maadeSec {
  width: 100%;
}

.mademain {
  width: 100%;
  max-width: 1980px;
  position: relative;
  margin: 0 auto;
  padding: 115px 0 107px;
}

.videolft {
  width: 100%;
  max-width: 800px;
}

.videopnl {
  position: absolute;
  right: 0;
  top: 190px;
  width: 942px;
  height: 707px;
}

.videopnl iframe {
  width: 100%;
  height: 100%;
  border: 0px;
}



.videolft>h2 {
  color: #F7921C;
  font: 700 42px/50px 'Comfortaa', cursive;
}

.videolft ul {
  width: 100%;
  margin: 50px 0 0;
  display: inline-block;
  position: relative;
}

.videolft .media {
  align-items: center;
}

.videolft .media h5 {
  color: #F7921C;
  font: 600 24px/30px 'Roboto', sans-serif;
}

.videolft .media p {
  color: #B9B9B9;
  font: 400 20px/27px 'Roboto', sans-serif;
  margin: 10px 0 0;
}

.videolft li {
  margin: 0 0 77px;
  position: relative;
}

.videolft li:last-child {
  margin: 0px;
}

.videolft .media>span {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F8931D;
  width: 118px;
  height: 118px;
  border-radius: 100%;
  margin-right: 24px;
  color: #F7921C;
  font-size: 46px;
  background: #231F20;
  position: relative;
}

.videolft ul:before {
  position: absolute;
  content: "";
  top: 10px;
  bottom: 10px;
  left: 59px;
  width: 1.2px;
  background: #F8931D;
  z-index: -1;
}

.videolft .media>span:after {
  position: absolute;
  content: "";
  background: #F8931D;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  left: 50%;
  transform: translateX(-50%);
  bottom: -38.5px;
}

.videolft li:last-child .media>span:after {
  content: none;
}


.panelSec {
  width: 100%;
  padding: 0 0 47px;
}

.panelinr {
  width: 100%;
  position: relative;
}

.panelinr>img {
  max-width: 100%;
  width: 100%;
}

.panelinr:before {
  position: absolute;
  content: "";
  bottom: 0;
  top: 100px;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(35, 31, 32, 0) 0%, #231F20 89.06%);
}

.panelcont {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
}

.pnlcontinr {
  width: 100%;
  padding: 20px;
}

.pnlcontinr p {
  color: #fff;
  margin: 10px 0 0;
  font: 400 22px/30px 'Roboto', sans-serif;
}

.pnlcontinr h4 {
  color: #F7921C;
  font: 600 28px/33px 'Roboto', sans-serif;
  margin: 15px 0 0;
}

.pnlcontinr span {
  color: #F8931D;
  font-size: 56px;
}

.panelcont .row>div {
  flex: inherit;
  max-width: inherit;
  width: auto;
  position: relative;
}

.panelcont .row>div:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 300px;
  background: url(../images/borderline.png) no-repeat 0 0;
  background-size: 100% 100%;
  right: 0;
  bottom: -57px;
}

.panelcont .row>div:last-child:before {
  content: none;
}

.listItem {
  margin-top: 15px;
  content: "";
  /* background: url(../images/line2.png) no-repeat 0 0; */
  background-size: 100% 100%;
  right: 0;
  height: 100%;
}

.ulList li {
  margin-bottom: 25px;
  /* background: url(../images/line2.png) no-repeat 0 0; */

}


.ulList li:last-child {
  margin-bottom: 0px;
}

.ulList li:last-child:before {
  content: none;
}

.panelinr:after {
  position: absolute;
  content: "";
  top: -15px;
  right: -100px;
  width: 136px;
  height: 112px;
  background: url(../images/dotedshape.png) no-repeat 0 0;
}

.media-object {
  flex: 1;
}













@media screen and (min-width:1600px) {

  .container {
    max-width: 1560px;
  }






}


@media (min-width: 1700px) and (max-width: 1799px) {

  .videopnl {
    width: 48%;
  }



}

@media (min-width: 1600px) and (max-width: 1699px) {

  .videopnl {
    width: 48%;
  }

  .videolft {
    max-width: 795px;
  }

  .panelinr::after {
    top: -45px;
    right: -15px;
    background-size: 100px;
    width: 100px;
    height: 84px;
  }




}


@media only screen and (max-width: 1599px) {


  .loginhed h1,
  .videolft>h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .frmbx input[type="text"],
  .frmbx input[type="email"] {
    border-radius: 15px;
    height: 60px;
  }

  .frmsubmt input[type="submit"] {
    font-size: 20px;
    line-height: 60px;
    border-radius: 15px;
    padding: 0 30px;
  }

  .pnlcontinr p {
    font-size: 15px;
    line-height: 22px;
    margin: 8px 0 0;
  }

  .pnlcontinr h4 {
    font-size: 22px;
    line-height: 26px;
    margin: 8px 0 0;
  }

  .pnlcontinr span {
    font-size: 50px;
  }

  .foterSec {
    padding: 25px 0;
  }

  .ftrRt p {
    font-size: 17px;
    line-height: 23px;
  }

  .ftrlgo img {
    width: 150px;
  }

  .ftrsocil {
    font-size: 45px;
  }

  .videolft .media h5 {
    font-size: 20px;
    line-height: 25px;
  }

  .videolft .media p {
    font-size: 16px;
    line-height: 23px;
  }

  .videolft .media>span {
    width: 90px;
    height: 90px;
    margin-right: 20px;
    font-size: 40px;
  }

  .videolft ul::before {
    left: 45px;
  }

  .videolft {
    max-width: 590px;
  }

  .videopnl {
    width: 47%;
    height: 490px;
  }

  .mademain {
    padding: 61px 0 65px;
  }

  .videolft li {
    margin: 0 0 46px;
  }

  .videolft li::before {
    bottom: -23px;
  }

  .videolft li::before {
    width: 440px;
  }

  .hdrlgo img {
    max-width: 190px;
  }

  .panelinr::after {
    top: -45px;
    right: -15px;
    background-size: 100px;
    width: 100px;
    height: 84px;
  }

  .videolft .media>span::after {
    bottom: -28px;
  }

  .frmsubmt {
    margin: 40px 0 0;
  }


}

@media only screen and (max-width: 1199px) {

  .foterSec {
    padding: 15px 0;
  }

  .ftrlgo img {
    width: 130px;
  }

  .ftrRt p {
    font-size: 16px;
    line-height: 23px;
  }

  .ftrsocil {
    font-size: 40px;
  }

  .frmsubmt input[type="submit"] {
    font-size: 18px;
    line-height: 55px;
    border-radius: 10px;
    padding: 0 25px;
  }

  .frmbx input[type="text"],
  .frmbx input[type="email"] {
    border-radius: 10px;
    height: 55px;
  }

  .loginhed h1,
  .videolft>h2 {
    font-size: 30px;
    line-height: 35px;
  }

  .loginSec {
    padding: 55px 0 15px;
  }

  .hdrlgo img {
    max-width: 160px;
  }

  .hderinr {
    padding: 15px 0;
  }

  .panelcont .row>div.col-sm-6 {
    flex: 0 0 44%;
    max-width: 44%;
  }

  .panelcont .row>div.col-sm-3 {
    flex: 0 0 28%;
    max-width: 28%;
  }

  .pnlcontinr h4 {
    font-size: 20px;
    line-height: 25px;
    margin: 7px 0 0;
  }

  .pnlcontinr {
    padding: 15px;
  }

  .videolft {
    max-width: 435px;
  }

  .videopnl {
    width: 52%;
    height: 440px;
  }



}

@media only screen and (max-width: 991px) {

  .videopnl {
    width: 100%;
    height: 440px;
    position: static;
  }

  .videolft {
    max-width: 100%;
    margin: 25px 0 0;
  }

  .videolft ul {
    margin: 40px 0 0;
  }

  .mademain {
    padding: 55px 0;
  }

  .panelinr::after {
    top: -50px;
    right: -25px;
    background-size: 80px;
    width: 80px;
    height: 67px;
  }

  .panelcont {
    position: static;
  }

  .pnlcontinr {
    padding: 0px;
  }

  .pnlcontinr h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 7px 0 0;
  }

  .pnlcontinr span {
    font-size: 45px;
  }

  .panelSec {
    padding: 0 0 40px;
  }

  .panelcont .row>div.col-sm-6 {
    flex: 0 0 36%;
    max-width: 36%;
  }

  .panelcont .row>div.col-sm-3 {
    flex: 0 0 32%;
    max-width: 32%;
  }

  .pnlcontinr {
    margin: 15px 0 0;
  }

  .panelcont .row>div::before {
    height: 185px;
    bottom: -40px;
  }

  .loginSec {
    padding: 40px 0 15px;
  }


}


@media only screen and (max-width: 767px) {

  .ftrinr {
    justify-content: center;
    flex-wrap: wrap;
  }

  .ftrRt {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 13px 0 0;
  }

  .panelinr::after {
    top: -30px;
    right: -20px;
    background-size: 50px;
    width: 50px;
    height: 43px;
  }

  .mademain {
    padding: 40px 0;
  }

  .hdrlgo img {
    max-width: 140px;
  }

  .videopnl {
    height: 370px;
  }

  .loginform .row>div.col-sm-4 {
    max-width: 50%;
    flex: 0 0 50%;
  }

  .panelcont .row>div.col-sm-6,
  .panelcont .row>div.col-sm-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .panelcont .row>div::before {
    content: none;
  }

  .pnlcontinr {
    margin: 20px 0 0;
  }



}


@media only screen and (max-width: 575px) {

  .loginhed h1,
  .videolft>h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .videolft .media>span {
    width: 75px;
    height: 75px;
    margin-right: 15px;
    font-size: 32px;
  }

  .videolft .media p {
    font-size: 15px;
    line-height: 22px;
    margin: 6px 0 0;
  }

  .videolft ul::before {
    left: 38px;
  }

  .panelinr::after {
    top: -20px;
    right: -10px;
    background-size: 40px;
    width: 40px;
    height: 35px;
  }

  .videopnl {
    height: 345px;
  }

}


@media only screen and (max-width: 480px) {

  .loginform .row>div.col-sm-4 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .frmbx {
    margin: 20px 0 0;
  }

  .frmbx input[type="text"],
  .frmbx input[type="email"] {
    border-radius: 5px;
    height: 50px;
  }

  .frmsubmt input[type="submit"] {
    font-size: 16px;
    line-height: 50px;
    border-radius: 5px;
    padding: 0 20px;
  }

  .frmsubmt {
    margin: 30px 0 0;
  }

  .panelcont .row>div.col-sm-6,
  .panelcont .row>div.col-sm-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .loginSec::before {
    bottom: -70px;
  }

  .ftrRt p {
    font-size: 13px;
    line-height: 20px;
  }

  .ftrsocil {
    font-size: 30px;
    margin-left: 10px;
  }

  .ftrlgo img {
    width: 115px;
  }

  .videopnl {
    height: 280px;
  }


}