

@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-thin-webfont.woff2') format('woff2'),
  url('../fonts/poppins-thin-webfont.woff') format('woff');
  font-weight: 200;
  font-style: normal;

}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-light-webfont.woff2') format('woff2'),
  url('../fonts/poppins-light-webfont.woff') format('woff');
  font-weight: 300;
  font-style: normal;

}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-regular-webfont.woff2') format('woff2'),
  url('../fonts/poppins-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;

}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-medium-webfont.woff2') format('woff2'),
  url('../fonts/poppins-medium-webfont.woff') format('woff');
  font-weight: 500;
  font-style: normal;

}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-semibold-webfont.woff2') format('woff2'),
  url('../fonts/poppins-semibold-webfont.woff') format('woff');
  font-weight: 600;
  font-style: normal;

}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-bold-webfont.woff2') format('woff2'),
  url('../fonts/poppins-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;

}
@font-face {
  font-family: 'poppins';
  src: url('../fonts/poppins-extrabold-webfont.woff2') format('woff2'),
  url('../fonts/poppins-extrabold-webfont.woff') format('woff');
  font-weight: 900;
  font-style: normal;

}
body {
  font-family: 'poppins';
  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: #3693d8;
  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;
  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, .full-width-img {
  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: #3693d8;
  border-color: #3693d8;
  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
=======================================================================
*/


.logo {
  float: left;
  left: 40px;
  position: absolute;
  top: 46px;
  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: rgb(255, 255, 255, .95);
    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;
	box-shadow: 0px 10px 10px rgb(0, 0, 0, .11);
}

#menu-trigger {
  position: fixed;
  right: 20px;
  top: 50px;
  z-index: 1023;
  cursor: pointer;
  background: rgba(45, 97, 104, 0.66);
  padding: 10px;
}


.c-menu {
  position: relative;
}

.menu-list .logo {
  float: left;
  left: 18px;
  position: absolute;
  top: 20px;
  margin: 0px;
}
.menu-list .logo img {
  margin: 0px !important;
  width: 130px;
}

.slide-on-hover {
  display: block;
  position: relative;
  top: 80px;
}

.slide-on-hover > li {
  position: relative;
  margin: 0px 20px;
  line-height: 12px;
}

.slide-on-hover > li > a {
  font-weight: 300;
  color: #000;
  font-size: 16px;
  padding: 19px 0px;
  text-transform: uppercase;
  display: block;
}

.slide-on-hover > li > a:hover, .slide-on-hover > li > a:focus {
  color: #000;
}

.slide-on-hover > li.active > a {
  color: #000;
}
.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: 22px;
  position: absolute;
  right: 13px;
  z-index: 1024;
}
@media (max-width: 767px) {
  .logo {
    left: 0;
    position: absolute;
    top: 35px;
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .logo img {
    margin: 0px auto;
	width: 150px;
  }
  #menu-trigger {
    top: 28px;
    right: 10px;
  }
  #menu-trigger img {
    width: 30px;
}
}

/*
=======================================================================
	header end
=======================================================================
*/

/*
=======================================================================
	main-home
=======================================================================
*/
.main-home {
  background-image: url("../images/home-banner-bg.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 span, .color-text-main .btn, .color-text-main p {
  color: #999999;
}
.color-text-main span, .color-text-main p {
  font-family: "Times New Roman";
}
.color-text-main h1 {
  font-size: 68px;
  line-height: 68px;
  font-weight: 600;
  color: #fff;
  margin: 18px 0px 10px;
}
.color-text-main span {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}
.color-text-main p {
  font-family: "Times New Roman";
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  margin-bottom: 0px;
  position: relative;
  left: 0px;
}
.color-text-main .btn {
  border-radius: 35px;
  font-size: 18px;
  padding: 17px 35px;
  font-weight: 300;
}
.center-well {
  width: 49%;
  margin: 0px auto;
}


@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%;
  }

  .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;
  }

  .main-home {
    background-position:80% 100%;

  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-home {
    background-position:80% 100%;

  }
}

/*
=======================================================================
	main-home end
=======================================================================
*/


/*
=======================================================================
	stepde-section
=======================================================================
*/
.stepde-section  {
  background-image: url(../images/stepde-section.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.stepde-content-left {
  background-image: url(../images/businessheading-bg.jpg);
  min-height: 660px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
}
.content-detail-stepde {
  position: absolute;
  right: 70px;
  top: 13%;
  width: 365px;
}
.content-detail-stepde .lint-hr {
  background: #3693d8;
  height: 3px;
  border-radius: 3px;
  width: 100px;
}
.content-detail-stepde h1 {
  font-size: 38px;
  line-height: 40px;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 70px;
}
.content-detail-stepde .fact-stepde span {
  color: #fff;
  display: block;
  line-height: 35px;

}
.content-detail-stepde .fact-stepde span:first-child {
  font-size: 66px;
  font-weight: 300;
}
.content-detail-stepde .fact-stepde span:last-child {
  font-size: 16px;
  font-family: "Times New Roman";
}
.step-detail {
  padding-left: 30px;
  padding-top: 40px;
}
.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: 29px;
  color: #2c446e;
  position: absolute;
  left: 20px;
  top: 29px;
  z-index: 11;
  font-family: arial;
}
.c-gray {
  color: #9e9e9e !important;
}
.step-detail .pt-line::after {
  content: "";
  position: absolute;
}

.step-detail .pt-line::after {
  background-image: url(../images/circle-border-bg.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  top: 5px;
  left: 0px;
  width: 61px;
  height: 61px;
}
.step-detail .ptb-title {
  font-size: 27px;
  font-weight: 400;
  margin-bottom: 8px;
  color: #1e2559;
}
.step-detail .pt-body {
  padding-left: 30px;
}
.step-detail .pt-body p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #999999;
  font-family: "Times New Roman";
}
.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: 767px) {
  .stepde-content-left {
    min-height: auto !important;
    background-image: none;
    padding: 0px;
  }
  .content-detail-stepde {
    left: 0px;
    right: auto;
    width: 100%;
    padding: 0px 25px;
    top: 20%;
  }
  .step-detail {
    margin-bottom: 30px;
  }
}
@media (max-width: 479px) {

  .step-detail {
    margin-bottom: 50px;
    padding-left: 20px;
  }
  .step-detail .pt-body {
    padding-left: 20px;
  }
  .step-detail .ptb-title {
    font-size: 24px;
  }
  .step-detail .pt-body p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (max-width: 414px) {
  .content-detail-stepde h1 {
    font-size: 32px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 55px;
  }
  .content-detail-stepde .fact-stepde span:first-child {
    font-size: 50px;
  }
  .content-detail-stepde .fact-stepde span:last-child {
    font-size: 13px;
  }
  .step-detail .p-timeline {
    margin-bottom: 41px;
  }
}
@media (max-width: 359px) {
  .content-detail-stepde h1 {
    font-size: 28px;
    line-height: 32px;
    margin-top: 30px;
    margin-bottom: 35px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .stepde-content-left {
    min-height: 560px;
  }
  .content-detail-stepde {
    left: 70px;
    right: auto;
  }
  .step-detail {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) {
.step-detail {
  padding-left: 60px;
  padding-top: 120px;
}
}
@media (min-width: 1600px) {
  .step-detail .pt-body p {
    font-size: 18px;
    line-height: 24px;
  }
}
/*
=======================================================================
	stepde-section end
=======================================================================
*/

/*
=======================================================================
	ser-rvg-section
=======================================================================
*/
.content-ser-center {
  position: relative;
  top:0px;
  left: 0px;
}

.ser-thumb-hm, .ser-back-hm, .ser-back-hm2 {
  float: left;
  position: relative;
}
.ser-thumb-hm .link-a {
        color: #3693d8;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    display: inline-block;
}
.ser-thumb-hm, .ser-back-hm, .ser-back-hm2, .ser-back-hm-content {
  height: 260px;
}
.ser-thumb-hm, .ser-back-hm, .ser-back-hm2{
  background-position: center top;
  background-repeat: no-repeat;
  background-size:cover ;
}
.ser-thumb-hm, .ser-back-hm {
  width: 33.3333333%;
}
.ser-back-hm2 {
  width: 66.66677777%;
}
.overlay-cont {
  height: 0%;
  content: '';
  position: absolute;
  left: 0px;
  background: rgba(46, 98, 105, 0.90);
  width: 100%;
  top: 0px;
  opacity: 0;
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
  z-index: 2;
}
.grouprvg-icon-center {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 100%;
  opacity: 0;
  position: relative;
  z-index: 3;

}
.grouprvg-con {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.ser-back-hm:hover .overlay-cont, .ser-back-hm2:hover .overlay-cont ,
.ser-back-hm:hover .grouprvg-icon-center, .ser-back-hm2:hover .grouprvg-icon-center {
  opacity: 1;
}
.ser-back-hm:hover .overlay-cont, .ser-back-hm2:hover .overlay-cont {
  height: 100%;
}
.ser-touch-content-full {
  margin-bottom: 10px;
}
.play-icon-center {
  display: table;
  width: 100%;
  text-align: center;
  min-height: 100%;
}

.ser-back-hm-content {
  display: table;
  width: 100%;
  min-height: 100%;
  padding: 0px 15px;
  background: #f9f9f9;
}
.ser-back-hm-content-center {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.ser-back-hm-content h4 {
  font-size: 26px;
  margin: 0px 0px 15px;
  color: #1e224f;
  position: relative;
  line-height: 46px;
}
.ser-back-hm-content h4:after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  background: #3693d8;
  left: 0px;
  top: 100%;
}
.ser-back-hm-content p {
  font-size: 16px;
  color: #636363;
  font-family: "Times New Roman";
  line-height: 20px;
}
.ser-back-color-content2 {
  background: #1a2d4f;
}
.ser-back-color-content2 h4 {
  color: #fff;
}
.ser-back-color-content2 p {
  color: #999999;
}
.rvg-group-list {
  margin-top: 0px;
}
.rvg-group-list li {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
}
.rvg-group-list li:last-child {
  margin-right: 0px;
}
.custome-carousel-default {
    margin-bottom: 60px;
    margin-top: 80px;
}
.custome-carousel-default .owl-theme .owl-nav  div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  background: transparent;
  filter: Alpha(Opacity=100);
  opacity: .9;
  border-radius: 0px;
  height: 80px;
}
.custome-carousel-default .owl-theme .owl-nav div:hover {
  filter: Alpha(Opacity=100);
  opacity: .9;
}
.custome-carousel-default .owl-theme .owl-nav [class*='owl-']:hover {
  background: rgba(0,0,0,.66);
}

.custome-carousel-default .owl-theme .owl-nav  .owl-prev {
  padding-right: 8px;
  background: rgba(0,0,0,.45);
  padding-left: 0px;
}
.custome-carousel-default .owl-theme .owl-nav  .owl-next {
  padding-right: 0px;
  background: rgba(0,0,0,.45);
  padding-left: 8px;
}
.custome-carousel-default .owl-nav .owl-prev, .custome-carousel-default .owl-nav .owl-next {
  position: absolute;
  top: 22px;
  z-index: 44;
}
.custome-carousel-default .owl-nav .owl-prev {
  left: -15px;
}
.custome-carousel-default .owl-nav .owl-next {
  right: -15px;
}
.custome-carousel-default .owl-theme .owl-nav  .owl-prev img,
.custome-carousel-default .owl-theme .owl-nav  .owl-next img{
  position: relative;
  top: 35%;

}
.item-show {
  position: relative;
}
.custome-carousel-default .owl-carousel .owl-item .item-show img {
  width: auto;
  margin: 0px auto;
}
.show-popver-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.show-popver-bg:after{
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.21);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.show-popover {
  padding: 10px;
  transform: scale(1);
  transition: all 0.5s ease;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  text-align: center;
  z-index: 3;

}
.show-popover-content {
  display: table-cell;
  vertical-align: middle;
}
.logo-popover-outer {
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 4;
  margin: 2px;
}
.logo-popover {
  width: 36px;
  height: 36px;
  padding: 3px;
  border-radius: 100%;
  opacity: 0;
  transition: all 0.5s ease;
  background: rgb(255, 255, 255);
  transform: scale(.5);
  display: table;
}

.logo-popover-img1 {
  display: table-cell;
  vertical-align: middle;
}
.item-show:hover .show-popover {
  display:table;
  transform: scale(1.1);
  opacity: 1;
}
.item-show:hover .show-popover .logo-popover  {
  opacity: 1;
  transform: scale(1);

}
@media (max-width: 991px) {
.ser-thumb-hm, .ser-back-hm, .ser-back-hm2, .ser-back-hm-content {
    height: 330px;
}
}
@media (max-width: 767px) {
  .ser-thumb-hm, .ser-back-hm, .ser-back-hm2 {
    width: 100%;
  }
  .ser-thumb-hm, .ser-back-hm, .ser-back-hm2, .ser-back-hm-content {
    height: 260px;
}
  .ser-back-hm-content h4 {
    font-size: 42px;
    line-height: 48px;
  }
  .rvg-group-list {
    margin-top: 10px;
  }
  .custome-carousel-default {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .logo-all-carousel {
    padding: 0px;
  }
  .custome-carousel-default .owl-theme .owl-nav {
    display: none;
  }
  .ser-back-hm:hover .overlay-cont, .ser-back-hm2:hover .overlay-cont ,
  .ser-back-hm:hover .grouprvg-icon-center, .ser-back-hm2:hover .grouprvg-icon-center {
    opacity: 1;
  }

}
@media (max-width: 414px) {
  .ser-back-hm-content h4 {
    font-size: 31px;
    line-height: 37px;
  }
}
@media (max-width: 320px) {

  .ser-thumb-hm, .ser-back-hm, .ser-back-hm2, .ser-back-hm-content {
    height: 220px;
  }
  .ser-back-hm-content h4 {
    font-size: 25px;
    line-height: 30px;
  }
  .ser-back-hm-content span {
    font-size: 14px;
    line-height: 12px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .ser-back-hm-content h4 {
    font-size: 26px;
    line-height: 37px;
  }
  .rvg-group-list {
    margin-top: 10px;
  }
  .custome-carousel-default {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .logo-all-carousel {
    padding: 0px;
  }
  .custome-carousel-default .owl-theme .owl-nav {
    display: none;
  }

}
@media (min-width: 992px) and (max-width: 1199px) {

  .custome-carousel-default {
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .logo-all-carousel {
    padding: 0px;
  }
  .custome-carousel-default .owl-theme .owl-nav {
    display: none;
  }

}
@media (min-width: 992px) {
 
  .custome-carousel-default .owl-nav .owl-prev, .custome-carousel-default .owl-nav .owl-next {
    top: 9px;
  }
  .custome-carousel-default .owl-theme .owl-nav  div {
    height: 131px;
  }
  .logo-popover {
    width: 70px;
    height: 70px;
  }

}
@media (min-width: 1280px) {
  .ser-back-hm-content {
    padding: 0px 42px;
  }

  .ser-rvg-section .move-rvg-sec {
    padding-left: 25px;
    padding-right: 60px;
}

  .content-ser-center {
    left: 10px;
  }

  .rvg-group-list {
    margin-top: 50px;
  }

  .rvg-group-list li {
    margin-bottom: 10px;
  }

  .show-popover-content {
    position: relative;
    top: -8px;
  }
}
@media (min-width: 1600px) {
  .ser-thumb-hm, .ser-back-hm, .ser-back-hm2, .ser-back-hm-content {
    height: 376px;
  }

  .ser-back-hm-content {
    padding: 0px 130px;
  }
  .rvg-group-list li {
    margin-right: 88px;
  }
  .rvg-group-list li.rvggroup-5 {
    margin-left: -40px;
    margin-right: -10px;
  }
  .show-popover-content {
     top: -18px;
   }
}
/*
=======================================================================
	ser-rvg-section end
=======================================================================
*/
/*
=======================================================================
	footer
=======================================================================
*/

.footer-top {
  background: #f9f9f9;
}
.footer-copyright {
  background: #222222;
  border-top:1px solid #434343;
}
.footer-top {
  padding: 30px 0px 30px;
}
.footer-copyright {
  padding: 40px 0px 40px;
}
.whatsapp-animat {
    position: fixed;
    right: 10px;
    bottom: 100px;
    z-index: 100;
}
.footer-section h1 {
     font-size: 32px;
    font-weight: 600;
    line-height: 35px;
    color: #fff;
    margin-bottom: 0px;
}
.footer-section p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 0px;
  color: #3693d8;
}
.footer-section a {
  color: #0eacf3;
  font-size: 12px;
}
.backtop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  background: rgb(54, 147, 216,.75);
  width: 60px;
  height: 60px;
  z-index: 888;
  display: inline-block;
  border-radius: 100%;
  line-height: 54px;
  text-align: center;
  display: none;
}
.list-footer, .list-footer > li {
  display: inline-block;
  width: 100%;
}

.list-footer > li {
  color: #636363;
  font-size: 13px;
  line-height: 32px;
  font-weight: 400;
}

.list-footer > li > a, .list-footer > a {
  display: inline-block;
  font-size: 12px;
  color: #aaaaaa;
  font-weight: 400;
}

.list-footer > a {
  margin: 0 22px;
}


.logo-footer {
  margin-bottom: 33px;
}
.footer-section .title-main-text h2, .footer-section .title-main-text p {
  color: #636363;
}
.footer-section .title-main-text p {
  margin-bottom: 40px;
}
.title-main-text h2 {
  font-size: 32px;
  color: #1e224f;
  font-weight: 700;
  text-transform: uppercase;
}
.footer-section .title-main-text h2 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .footer-top, .footer-copyright {
    padding: 20px 0px 20px;
  }
  .footer-section .title-main-text h2 {
    margin-bottom: 30px;
  }
  .footer-section h1 {
    font-size: 30px;
  }
  .footer-section p {
    font-size: 14px;

  }
  .backtop {
    bottom: 20px;
    right: 15px;
    background: rgb(54, 147, 216,.75);
    width: 40px;
    height: 40px;
    line-height: 34px;

}
.backtop img {    
    width: 20px;

}
}

/*
=======================================================================
	footer end
=======================================================================
*/
/*
=======================================================================
	contact-section
=======================================================================
*/
.title-main-text h2{
  color: #fff;
}
.title-main-text h2 {
  font-size: 32px;
  font-weight: 700;

}
.title-main-text p {
  font-size: 18px;
  font-weight: 400;
  font-family: "Times New Roman";
  line-height: 24px;
  color: #acacac;

}
.banner-contact {
  /*background-image: url("../images/success-bg.jpg");*/
  background-image: url("../images/photo-1462899006636-339e08d1844e.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
  background-attachment: fixed;
}
.contact-section {
 padding-top: 100px;
  padding-bottom: 100px;
}

.cn-form {
  margin-top: 40px;
}

.cn-form .form-control {
  display: block;
  width: 100%;
  height: 48px;
  padding: 12px 16px;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #fff;
  border-radius: 25px;
  box-shadow: none;

}
.cn-form .form-control:focus {
  border-color:#fff;
  outline:0;
  box-shadow:none
}
.cn-form .form-control::-moz-placeholder {
  color:#636363;
  opacity:1
}
.cn-form .form-control:-ms-input-placeholder {
  color:#636363
}
.cn-form .form-control::-webkit-input-placeholder {
  color:#636363
}
.cn-form .form-margin-bottom {
  margin-bottom: 17px;
}
.cn-form .btn {
  display: inline-block;
  padding: 13px 59px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  border-radius: 35px;
}
.float-off {
  float: none !important;
}
@media (max-width: 479px){
  .contact-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .title-main-text p {
    line-height: 25px;
	font-size: 16px;
  }
  .title-main-text h2 {
    font-size: 28px;
}
  .cn-form .btn {
    width: 100%;
  }
  .cn-form .form-control {
    font-size: 14px;
  }
}
@media (min-width: 992px){
  .cn-form .col-md-3 {
    padding-left: 8px;
    padding-right: 8px;
  }
}
/*
=======================================================================
	contact-section end
=======================================================================
*/
.th-section {
	background-image: url(../images/bg-th.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
	padding-bottom:120px;
}
.padd-main-heading {
    padding-top: 90px;
    padding-bottom: 30px;
}


.heading-main h3 {
    font-size: 30px;
    margin: 0px 0px 15px;
    color: #222222;
    position: relative;
    line-height: 46px;
	font-weight:900;
}
.heading-main h3 span {
    color: #3693d8;
}
.heading-main p {
    font-size: 16px;
    color: #464646;
    font-family: "Times New Roman";
    line-height: 30px;
}
.heading-main .link-a {
    color: #3693d8;
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
    display: inline-block;
}
.arromore {
    background: url(../images/arromore.png) 0px 0px no-repeat;
    width: 5px;
    height: 8px;
    margin-right: 10px;
    top: -3px !important;
}
.th-mpsec {
	background-image: url(../images/bg-mmp.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 70px;
    margin-top: 70px;
    padding-bottom: 80px;
}
.th-mp {
    padding-top: 20px;
}

.th-mp.heading-main p {
    width: 74%;
}
@media (max-width: 991px){
.th-section {
    padding-bottom: 80px;
}	
.th-mpsec {
    margin-top: 50px;
	padding-top: 0px;
    padding-bottom: 0px;
	background-image: none;
}
.th-mp {
	padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
}
.th-mp.heading-main p {
    width: 100%;
}
}
@media (max-width: 767px){
.padd-main-heading {
    padding-top: 50px;
}
.th-section {
    
    padding-bottom: 50px;
}
.padd-off-thimg {
	    padding: 0px;
}
}
@media (min-width: 1600px){
.th-mpsec {
    padding-top: 108px;
    padding-bottom: 120px;
}
}
.thbg-section {
	background-image: url(../images/th-tran-bg.jpg);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 107px;
    padding-bottom: 70px;
}
.thbg-section .ln-sp {
    margin-right: 10px;
}
.th-logo {
    margin-bottom: 30px;
    margin-top: 20px;
}
.th-out-in {
    padding-left: 50px;
}
.thbg-section .heading-main h4 {
    font-size: 26px;
    color: #222222;
    font-weight: 300;
    line-height: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.vr-tt-line {
    height: 2px;
    background: #3693d8;
    width: 52px;
    display: inline-block;
}
.thbg-section .heading-main p {
    margin-top: 12px;
}
ul.thlist-1 {
    margin-top: 30px;
}
.thlist-1 li {
    padding-left: 28px;
    font-size: 16px;
    color: #464646;
    font-family: "Times New Roman";
    line-height: 24px;
    background: url(../images/aro-bl.png) 0px 3px no-repeat;
    margin-bottom: 20px;
}
.th-serv-content {
    background: #fff;
    box-shadow: 0px 4px 4px rgb(0, 0, 0, .05);
    margin-bottom: 35px;
}
.th-serv-content .th-de-cn {
    padding: 20px 20px 40px;
}
.th-serv-content h5 {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0px;
}

.th-serv-second {    
    margin-top: 35px;
}
.th-serv-content .link-a {
    color: #3693d8;
    font-size: 14px;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
@media (max-width: 991px){
.thbg-section {
    background-position: left center;
    padding-top: 37px;
    padding-bottom: 0px;
}
.th-out-in {
    padding-left: 15px;
    margin-top: 30px;
}
.thbg-section .heading-main h4 {
    font-size: 23px;
    line-height: 33px;
}
.th-serv-second {
    margin-top: 0px;
}
}
@media (min-width: 1200px){
.thbg-section .container {
	width: 1230px;
}
}