
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Regular.woff2') format('woff2'),
  url('../fonts/Montserrat-Regular.woff') format('woff'),
  url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Montserrat-Light.woff2') format('woff2'),
  url('../fonts/Montserrat-Light.woff') format('woff'),
  url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
body {
  font-family: 'Montserrat';
  font-size: 14px;
  line-height: 24px;
  color: #323233;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  -webkit-animation: fadein 4s;
  -moz-animation: fadein 4s;
  -ms-animation: fadein 4s;
  -o-animation: fadein 4s;
  animation: fadein 4s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  color: #0eacf3;
  font-size: 13px;
  text-decoration: none;
}

a:hover {
  color: #098eca;
  text-decoration: none;
}

a, .nav-tabs > li > a {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover {
  text-decoration: none;
}

a:hover, .nav-tabs > li > a:hover, .btn {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

a:focus {
  outline: none;
}

h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin: 10px 0px;
}

li {
  line-height: 20px;
}

p {
  font-size: 14px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

h1,
h2 {
  line-height: 35px;
}

h1 {
  font-size: 32px;
  line-height: 40px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

.clear {
  clear: both;
}

.center, .center-responsive img, .center img, .center-responsive img img, .center-responsive {
  text-align: center;
}

.center-responsive img {
  margin: 0px auto;
}

.position-relative {
  position: relative;
}

.cn_item i {
  display: inline-block;
  margin-right: 0px;
  margin-top: 0px;
  padding: 0px;
  position: relative;
  text-align: center;
  top: 0;
  vertical-align: middle;
}

.text-primary {
  color: #5d5d5d;
}

.text-secondary {
  color: #4b4b4b;
}

.transition-all, .client-image, #back-top a, #arrowdown .btn-primary {
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}



.float-right-right {
  float: right;
}

.full-width-float, .float-left-left {
  float: left;
}

.full-width-inblocks {
  display: inline-block;
}

.full-width-blocks {
  display: block;
}

.full-width-float, .full-width-inblocks, .full-width-blocks {
  width: 100%;
}

.white-color {
  color: #fff;
}

.blue-color {
  color: #09bce8 !important;
}

.red-color {
  color: #f05154 !important;
}

.btn-info {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
  border: 2px solid #fff;
}

.btn-info.focus, .btn-info:focus {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #df3b3e;
  border-color: #df3b3e;
}

.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
  background-color: #df3b3e;
  border-color: #df3b3e;
  color: #fff;
}

.btn-primary {
  background-color: #0facf3;
  border-color: #0facf3;
  color: #fff;
}

.btn-primary.focus, .btn-primary:focus {
  background-color: #098eca;
  border-color: #098eca;
  color: #fff;
}

.btn-primary:hover {
  background-color: #098eca;
  border-color: #098eca;
  color: #fff;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
  background-color: #098eca;
  border-color: #098eca;
  color: #fff;
}

.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
  background-color: #098eca;
  border-color: #098eca;
  color: #fff;
}

.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary.focus[disabled], .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
  background-color: #098eca;
  border-color: #098eca;
}

.btn-default {
  background-color: #fff;
  border-color: #959595;
  color: #000000;
}



/*
=======================================================================
	header
=======================================================================
*/


.header-top-nav {
  background: transparent;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 99;
  transition: top 0.2s ease-in-out 0s;
  -webkit-transition: top 0.2s ease-in-out 0s;
}

.navbar-nav {
  margin: 0px 0 0;
  width: 100%;
  text-align: right;
}

.navbar-nav > li {
  margin-left: 0px;
  margin-right: 0px;
  float: none;
  display: inline-block;
  padding: 15px 15px;
}

.navbar-nav > li > a {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  padding: 0px 0px 5px 0px;
  text-transform: uppercase;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

.nav > li > a:focus, .nav > li > a:hover, .nav > li.active > a:hover, .nav > li.active > a {
  background-color: transparent;
  color: #fff;
}
.navbar-nav > li > .btn {
  padding: 8px 16px !important;
  border-radius: 35px;

}
.navbar-nav > li > .btn-primary {
  background-color: #0facf3 !important;
  border-color: #0facf3;
  color: #fff;
}

.navbar-nav > li > .btn-primary.focus, .navbar-nav > li > .btn-primary:focus {
  background-color: #098eca !important;
  border-color:#098eca;
  color: #fff;
}

.navbar-nav > li > .btn-primary:hover {
  background-color: #098eca !important;
  border-color: #098eca;
  color: #fff;
}
.navbar-nav .move-social-top {
  position: relative;
  top: 24px;
}

.logo {
  float: left;
  left: 40px;
  position: absolute;
  top: 26px;
  z-index: 100;
}


#slide-overlay, #slide-overlay2 {
  display: none;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}

#sidebar {
  background: rgba(15,172,243,.8);
  width: 237px;
  height: 100%;
  position: fixed;
  right: 0px;
  overflow-y: auto;
  top: 0;
  z-index: 9999;
  opacity: 0;
  filter: alpha(opacity=0);
  transform: translate3d(268px, 0px, 0px);
  -webkit-transform: translate3d(268px, 0px, 0px);
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}

#menu-trigger {
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 99;
  cursor: pointer;
}


.c-menu {
  position: relative;
}

.menu-list .logo {
  float: left;
  left: 48px;
  position: absolute;
  top: 12px;
}
.menu-list .logo img {
  margin: 0px !important;
}

.slide-on-hover {
  display: block;
  position: relative;
  top: 90px;
}

.slide-on-hover > li {
  position: relative;
  margin: 0px 20px;
  line-height: 12px;
}

.slide-on-hover > li > a {
  font-family: 'Montserrat';
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  padding: 15px 0px;
  text-transform: uppercase;
  display: block;
}

.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus {
  color: #fff;
}

.slide-on-hover > li.active > a {
  color: #fff;
}
.slide-on-hover > li > .btn {
  padding: 8px 16px !important;
  border-radius: 35px;
  letter-spacing: -1px;
}
#sidebar.toggled {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
}

#close-trigger {
  cursor: pointer;
  float: right;
  padding-top: 13px;
  position: absolute;
  right: 13px;
  z-index: 11;
}
@media (max-width: 767px) {
  .logo {
    left: 50%;
    position: absolute;
    top: 14px;
    margin-left: -35px;
  }
  .logo img {
    margin: 0px auto;
    width: 80px;
  }
}
@media (min-width: 768px) {
  #menu-trigger {
    display: none;
  }
}
/*
=======================================================================
	header end
=======================================================================
*/
/*
=======================================================================
	menu-fix
=======================================================================
*/
#nav-toggle .tooltip-inner {

  background-color:rgba(15,172,243,.8);
}
#nav-toggle .tooltip.left .tooltip-arrow {
  border-left-color:rgba(15,172,243,.8);
}
#nav-toggle .tooltip-inner {
  max-width: 300px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  white-space: nowrap;
}
#nav-toggle .navbar-nav > li {
  display: block;
  padding: 0px;
  text-align: center;
  width: 12px;
}

#nav-toggle .navbar-nav > li > a {
  line-height: 24px;
}
.menu-fix {
  position: fixed;
  right: 63px;
  top:50%;
  z-index: 1000;
  margin-top: -90px;
}
#nav-toggle .active .circle-o, #nav-toggle li:hover .circle-o {
  background: transparent;
  width: 12px;
  height: 12px;
  border: 2px solid #17CEF0;
}
#nav-toggle li:first-child.active .circle-o {
  border: 2px solid #fff;
}
.circle-o {
  line-height: 40px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #848786;
  background-color: #848786;
  -webkit-transition: all 300ms ease 0s;
  -moz-transition: all 300ms ease 0s;
  -ms-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
@media (min-width: 768px) and (max-width: 1279px) {
  .menu-fix {
    right: 40px;
  }
}




/*
=======================================================================
	menu-fix end
=======================================================================
*/
/*
=======================================================================
	main-home
=======================================================================
*/
.main-home {
  background-image: url("../images/landing-img1.jpg");
  background-attachment: fixed;
  height: 100vh;
  min-height: 100%;
  background-size: cover !important;
  display: table;
  background-position: center top;
  width: 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
.main-home::before {
  background: rgba(15,172,243,.17);
  position: absolute;
  content:" ";
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:0;
}

.landing-slider {
  background-image: url("../images/landing-img1.jpg");
  background-position: center top;
}
.bannercontent {
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 1;
}

.color-text-main, .color-text-main h1, .color-text-main .btn, .color-text-main p {
  color: #fff;
}
.color-text-main h1 {
  font-size: 58px;
  line-height: 54px;
  margin-bottom: 18px;
}
.color-text-main p {
  font-size: 18px;
  font-weight: 300;
  line-height: 32px;
  margin-bottom: 25px;
  position: relative;
  left: 15px;
}
.color-text-main .btn {
  border-radius: 35px;
  font-size: 18px;
  padding: 17px 35px;
  font-weight: 300;
}
.center-well {
  width: 49%;
  margin: 0px auto;
}
.down-scroll {
  position: absolute;
  bottom: 40px;
  left: 49%;
  right: 50%;
  -webkit-animation: bounce 3000ms infinite;
  animation: bounce 3000ms infinite;
}

@media (max-width: 479px) {
  .color-text-main h1 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 23px;
  }
  .color-text-main p {
    font-size: 18px;
    left: 0px;
    line-height: 28px;
  }
  .color-text-main .btn {
    font-size: 14px;
  }
  .home-main-text {
    padding-bottom: 10%;
    padding-top: 15%;
  }
  .down-scroll {
    left: 50%;
    bottom: 18px;
    margin-left: -15px;
  }
  .main-home {
    background-position:75% 100%;

  }

}
@media (min-width: 480px) and (max-width: 767px) {
  .home-main-text {
    padding-bottom: 10%;
    padding-top: 15%;
  }
  .color-text-main h1 {
    font-size: 33px;
    line-height: 37px;
    margin-bottom: 23px;
  }
  .color-text-main p {
    font-size: 17px;
    left: 0px;
    line-height: 25px;
  }
  .color-text-main .btn {
    font-size: 16px;
  }
  .down-scroll {
    left: 50%;
    bottom: 18px;
    margin-left: -15px;
  }
  .main-home {
    background-position:80% 100%;

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-home {
    background-position:80% 100%;

  }
}

/*
=======================================================================
	main-home end
=======================================================================
*/
/*
=======================================================================
	title-main-text
=======================================================================
*/
.color-primary {
  color: #0facf3;
}
.padd-top-main {
  padding-top: 135px;
}
.title-main-text span {
  font-size: 18px;

}
.title-main-text h2 {
  font-size: 30px;
  color: #374c83;
  margin-bottom: 30px;
  margin-top: 18px;

}
.title-main-text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 36px;
  color: #7d7d7d;

}
@media (max-width: 479px) {
  .title-main-text h2 {
    font-size: 27px;
  }
}
/*
=======================================================================
	title-main-text end
=======================================================================
*/
/*
=======================================================================
	main-section
=======================================================================
*/
.main-section {
  padding-top: 132px;
}
.hor-mar-topbot {
  margin-top:98px ;
  margin-bottom:48px ;
}
.service-section {
  text-align: center;
  margin-bottom: 124px;

}
.service-section {
  text-align: center;

}
.service-section h3 {
  font-size: 18px;
  margin: 20px 0px;
}
.service-section p {
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 10px;
  color: #7f8c8d;
  width: 93%;
}
@media (max-width: 767px) {
  .service-section {
    text-align: center;
    margin-bottom:80px;

  }
  .service-section p {
    width: 100%;
  }

}
@media (min-width: 768px) and (max-width: 991px) {
  .main-section {
    padding-top: 132px;
    padding-bottom: 47px;
  }
  .service-section {
    margin-bottom:80px;

  }
  .service-section p {
    width: 100%;
  }
}
/*
=======================================================================
	main-section end
=======================================================================
*/
/*
=======================================================================
	stepde-section
=======================================================================
*/
.stepde-section {
  padding-top: 150px;
}


.step-detail h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #364d83;
}
.step-detail .p-timeline {
  position: relative;
  padding-left: 64px;
  margin-bottom: 61px;
}
.step-detail .pt-line {
  position: absolute;
  left: 0;
  top: 0;
  height: 80%;
  line-height: 14px;
}
.step-detail .title-text-in {
  font-size: 15px;
  color: #889293;
  position: absolute;
  left: 8px;
  top:12px;
  z-index: 11;
}
.c-gray {
  color: #9e9e9e !important;
}
.step-detail .pt-line::before, .pt-line::after {
  content: "";
  position: absolute;
}
.step-detail .pt-line::before {
  width: 1px;
  height: calc(100% + 63px);
  background: #d6e0e4;
  top: 30px;
  right: -13px;
}
.step-detail .pt-line::after {
  top: 5px;
  right: -26px;
  width: 28px;
  height: 28px;
  border: 2px solid #d6e0e4;
  border-radius: 50%;
  background: #fff;
}
.step-detail .ptb-title {

  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  color: #0facf3;

}
.step-detail .pt-body p {
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
  margin-bottom: 10px;
  color: #7f8c8d;
}
.step-detail .p-timeline-last .pt-line::before {
  height: calc(100% + 13px);
}
.step-detail .p-timeline-last.p-timeline {
  margin-bottom: 0px;
}
@media (max-width: 479px) {
  .stepde-section {
    padding-top: 85px;
  }
  .step-detail {
    margin-bottom: 50px;
  }
  .step-detail h3 {
    font-size: 27px;
    margin-bottom: 40px;
    line-height: 35px;
  }
  .step-detail .p-timeline {
    position: relative;
    padding-left: 54px;
    margin-bottom: 55px;
  }
  .step-detail .ptb-title {
    font-size: 15px;
    line-height: 24px;
  }
  .step-detail .pt-body p {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .step-detail {
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .step-detail {
    margin-bottom: 30px;

  }
}
/*
=======================================================================
	stepde-section end
=======================================================================
*/
/*
=======================================================================
	makesmart-section
=======================================================================
*/
.makesmart-section {
  padding-top: 117px;
}
.smart-section {
  margin-top: 58px;
  margin-bottom: 130px;
}
.smart-section .text-smart-round {
  border-radius: 100%;
  width: 42px;
  height: 42px;
  border: 1px solid #0facf3;
  display: inline-block;
  margin: 48px 0px 20px;
}
.smart-section .text-smart-round span {
  color: #0facf3;
  line-height: 39px;
  font-size: 22px;
  font-weight: 300;
}
.smart-section h3 {
  font-size: 20px;
  margin-top: 0px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .smart-section {
    margin-bottom: 90px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .makesmart-section {
    padding-top: 117px;
    padding-bottom: 50px;
  }
  .smart-section {
    margin-bottom: 60px;
  }
}
/*
=======================================================================
	makesmart-section end
=======================================================================
*/
/*
=======================================================================
	feature-fe-section end
=======================================================================
*/
.feature-fe-section {
  padding-top: 97px;
  background: #fbfbfb;
  padding-bottom: 36px;

}
.mar-feature-main {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 88px;
  padding-bottom: 111px;
  background: #fbfbfb;
}
.mar-feature-main img {
  width: 100%;
}
.feature-2-services {
  margin-bottom: 76px;

}
.feature-2-services .media > .pull-left {
  padding-right: 20px;
}
.feature-2-services h3 {
  color: #374c83;
  font-size: 18px;
  margin-top: 0px;

}
.feature-2-services p {
  color: #7f8c8d;
  font-size: 14px;
  font-weight: 300;

}
@media (max-width: 479px) {
  .feature-fe-section {
    padding-bottom: 20px;

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .feature-fe-section {
    padding-bottom: 0px;

  }
}

/*
=======================================================================
	feature-fe-section end
=======================================================================
*/
/*
=======================================================================
	advance-section
=======================================================================
*/
.advance-section {
  padding-top: 100px;
  background: #f8fcff;
  padding-bottom: 113px;
}
.pad-top-hor {
  padding-top: 38px;
}

.advance-detail h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #364d83;
  margin-top: 0px;
  margin-bottom: 25px;
}
.advance-detail .p-timeline {
  position: relative;
  padding-left: 64px;
  margin-bottom: 0px;
}
.advance-detail .pt-line {
   position: absolute;
   left: 0;
   top: 12px;
   height: 100%;
   line-height: 14px;
 }
.advance-detail .p-timeline:last-child .pt-line {
  height: 70%;
}
.advance-detail .title-text-in {
  position: absolute;
  left: 10px;
  top: 6px;
  z-index: 11;
  width: 6px;
  height: 6px;
  background: #54c4f7;
  border-radius: 100%;
}

.advance-detail .pt-line::before, .advance-detail .pt-line::after {
  content: "";
  position: absolute;
}
.advance-detail .pt-line::before {
  width: 1px;
  height: calc(100% + 63px);
  background: #d6e0e4;
  top: 12px;
  right: -13px;
}
.advance-detail .pt-line::after {
  top: 5px;
  right: -17px;
  width: 8px;
  height: 8px;
  border: 1px solid #17aff3;
  border-radius: 50%;
  background: #f8fcff;
}
.advance-detail .pt-line1::after {
  top: 0px;
  right: -22px;
  width: 18px !important;
  height: 18px !important;
  border: 2px solid #d6e0e4;
}
.advance-detail .ptb-title {

  font-size: 15px;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 0px;
  color: #7f8c8d;

}

.advance-detail .p-timeline:last-child .pt-line::before {
  height: calc(100% + 0px);
}

.advance-detail-tabs .nav-tabs {
  border-bottom: transparent;
  margin: 0px 15px 20px;
}
.advance-detail-tabs .nav-tabs > li {
  float: left;
  margin-bottom: 0px;
  margin-right: 10px;
}
.advance-detail-tabs .nav-tabs > li > a {
  margin-right: 2px;
  position: relative;
  display: block;
  border-radius: 35px;
  font-size: 16px;
  color: #0facf3;
  padding: 5px 15px;
}
.advance-detail-tabs .nav-tabs > li.active > a, .advance-detail-tabs .nav-tabs > li.active > a:focus, .advance-detail-tabs .nav-tabs > li.active > a:hover {
  color: #fff !important;
  cursor: default;
  border: 1px solid #0facf3;
  background-color: #0facf3 !important;
}
.advance-detail-tabs .nav-tabs > li > a:hover {
  border-color:#0facf3;
}
@media (max-width: 479px) {
  .advance-detail h3 {
    font-size: 27px;
    margin-top: 40px;
  }
  .advance-detail .p-timeline {
    position: relative;
    padding-left: 40px;
    margin-bottom: 0px;
  }
  .advance-detail .pt-line {
    top: 4px;
  }
  .advance-detail .ptb-title {
    font-size: 15px;
  }
  .advance-detail .pt-body p {
    font-size: 15px;
    line-height: 32px;
  }
  .advance-detail-tabs .nav-tabs > li {
    margin-bottom: 10px;
  }
  .advance-detail-tabs .nav-tabs > li > a {
    font-size: 14px;
    padding: 5px 12px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .advance-detail h3 {
    margin-top: 40px;
  }
  .advance-detail-tabs .nav-tabs > li {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .advance-detail {
    margin-top: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .advance-detail-tabs .nav-tabs > li > a {
    font-size: 15px;
  }
}

/*
=======================================================================
	advance end
=======================================================================
*/
/*
=======================================================================
	footer
=======================================================================
*/
.footer-section {
  background: #282c2f none repeat scroll 0 0;
  color: #fff;
  padding-bottom: 62px;
  padding-top: 68px;
}


.footer-section h4 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 24px;
  margin-top: 18px;
  position: relative;
}
.footer-section p {
  color: #fff;
  font-size: 13px;
  margin-bottom: 26px;
  font-weight: 300;
}
.footer-section .hr-style {
  border-top: 1px dashed #31363a;
  width: 60%;
  text-align: left;
  float: left;
  margin-top: 12px;

}
.play-inon a {
  float: left;
  margin: 0px 25px 0px 0px;

}

.list-footer, .list-footer > li {
  display: inline-block;
  width: 100%;
}

.list-footer > li {
  color: #aaaaaa;
  font-size: 12px;
  line-height: 32px;
  font-weight: 400;
}

.list-footer > li > a, .list-footer > a {
  display: inline-block;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 400;
}
.comingson {
  color: #aaaaaa !important;
}
.list-footer > a {
  margin: 0 22px;
}

.list-footer > li:hover, .list-footer > li > a:hover, .list-footer > a:hover {
  color: #fff;
}

.logo-footer {
  margin-bottom: 33px;
}


.copyright {
  background: #282c2f;
  border-top: 1px solid #31363a;
  padding: 20px 0px 10px;
}
.copyright p {
  font-size: 12px;
  font-weight: normal;
  line-height: 30px;
  margin-bottom: 10px;
  font-weight: 300;
  color: #aaaaaa;
}
.copyright a {
  color: #0eacf3;
  font-size: 12px;
}
.social-icon a {
  float: left;
  margin: 0px 20px 0px 0px;

}
/*
=======================================================================
	footer end
=======================================================================
*/
/*
=======================================================================
	contact-section
=======================================================================
*/
.banner-contact {
  background-image: url("../images/banner-contact.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.contact-section {
 padding-top: 123px;
  padding-bottom: 100px;
}
.cn-form-center {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.cn-form {
  margin-top: 40px;
}
.cn-form .form-control {
  display:block;
  width:100%;
  height:65px;
  padding:12px 15px;
  font-weight: 300;
  font-size:16px;
  line-height:1.42857143;
  color:#374c83;
  background-color:#fff;
  background-image:none;
  border:1px solid #d6e0e4;
  border-radius:0px;
  box-shadow:none;

}
.cn-form .form-control:focus {
  border-color:#d6e0e4;
  outline:0;
  box-shadow:none
}
.cn-form .form-control::-moz-placeholder {
  color:#374c83;
  opacity:1
}
.cn-form .form-control:-ms-input-placeholder {
  color:#374c83
}
.cn-form .form-control::-webkit-input-placeholder {
  color:#374c83
}
.cn-form .form-margin-bottom {
  margin-bottom: 17px;
}

.cn-form .form-group {
  margin-bottom: 0px;
}
.cn-form .btn {
  display: inline-block;
  padding: 14px 59px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  border-radius: 35px;
  text-transform: uppercase;
}
.float-off {
  float: none !important;
}
@media (max-width: 767px) {
  .cn-form-center {
    width: 100%;
  }
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }

  .cn-form .form-group {
    margin-bottom: 17px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cn-form .form-margin-bottom {
    margin-bottom: 0px;
  }

  .cn-form .form-group {
    margin-bottom: 17px;
  }
}
/*
=======================================================================
	contact-section end
=======================================================================
*/
