
/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #ffffff;
  font-family: 'Poppins', ChopinScript Medium;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #292929;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #b8a07e;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #01233c;
  color: #fff;
}

::selection {
  background: #01233c;
  color: #fff;
}

section.rg_section_part {
    width: 100%;
    float: left;
    padding: 50px 0px 50px 0px;
}

section.rg_section_ban_part {
    width: 100%;
    float: left;
    padding: 0px 0px 50px 0px;
}

section.rg_section_foot_part {
    width: 100%;
    float: left;
}

.contact-btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.contact-btn:hover, .contact-btn:focus {
    transition: 1s all;
    color: #fff;
    background-color: #00aeef;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #b8a07e;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav#main-nav {
  position: fixed;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
}

nav#main-nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav#main-nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #999999;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

.logo a p {
    float: left;
    font-size: 20px;
    font-weight: bold;
    margin: 17px 0px 0 0;
    padding: 0;
    color: #1b9cfc;
}
ul.nav.navbar-nav.menu {
    float: right;
}
.logo img {
  width: 100px;
  height: 50px;
}
ul.nav.navbar-nav.menu li a:hover {
    background: #1b9cfc;
}
.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #afafaf;
}

/*----------------------------------------------------------------------------------*/
/* header
/*-----------------------------------------------------------------------------------*/

#rg_header {
  background: url("../images/home-bg.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}


#rg_header .rg_header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.rg_header-content h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.rg_header-content p {
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.rg_header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.rg_header-content .list-social li i {
  color: #fff;
  font-size: 15px;
}

/*-----------------------------------------------------------------------------------*/
/*  Aout-us
/*-----------------------------------------------------------------------------------*/

#about {
  width: 100%;
  height: auto;
  background: #ffffff;
}

#about .div-img-bg {
    padding-top: 30px;
    border: 27px solid #f3f3f3;
}


#about .div-img-bg .about-img img {
    width: 110%;
    box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
    margin-bottom: -57px;
    margin-left: 50px;
    margin-top: 10px;
    height: 400px;
}

#about .about-descr .separator {
    max-width: 100%;
    text-align: justify;
    line-height: 28px;
    margin: 5px 0;
}
/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 80px;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #b8a07e;
  line-height: 44px;
}


.services-carousel  .owl-stage-outer {
  overflow: hidden;
}

.services-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.services-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px !important;
  height: 12px !important;
  border-radius: 50%;
  border: 0;
  padding: 0 !important;
  background-color: #ddd;
  cursor: pointer;
}

.services-carousel .owl-dot.active {
  background-color: #b8a07e;
}

.owl-nav {
  display: none;
}


/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  position: relative;
  padding-bottom: 50px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
  min-height: 260px;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Journal
/*-----------------------------------------------------------------------------------*/

#journal,  #journal-blog {
  height: auto;
  width: 100%;
  background: #f7f7f7;
  padding-bottom: 60px;
  position: relative;
}

#journal-blog {
  background: #fff;
  padding-bottom: 30px;
}

#journal .journal-block {
  display: inline-block;
  height: auto;
  width: 100%;
}

#journal .journal-block .journal-info {
  position: relative;
}

.journal-block .journal-info img {
  max-width: 100%;
}

.journal-block .journal-info .journal-txt {
  padding: 25px 0px;
  position: relative;
}

.journal-block .journal-info .journal-txt h4 a {
  display: block;
  font-size: 19px;
  line-height: 24px;
  margin: 0 0 13px 0;
  font-weight: 500;
  color: #292929;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt h4 a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.journal-block .journal-info .journal-txt p {
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
  background-color: #f7f7f7;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
    background: #01233c;
    padding-top: 50px;
    padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #b8a07e;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  letter-spacing: 0.1em;
  margin-top: 0;
}

.credits {
  font-size: 13px;
}



/* ------------------  Gallery Section ------------------ */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700");
@import url(css/bootstrap.min.css);
@import url(css/animate.css);
@import url(css/default-assets/classy-nav.css);
@import url(css/owl.carousel.min.css);
@import url(css/magnific-popup.css);
@import url(css/font-awesome.min.css);
@import url(css/default-assets/themify-icons.css);
@import url(css/style.css);

/* -------------------------------------------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0; }

body {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  z-index: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #252525;
  line-height: 1.3;
  font-weight: 600; }

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
  font-weight: 500; }

li {
  list-style: none; }

p {
  line-height: 1;
}

img {
  width: 100%;
  height: auto; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0; }

.bg-overlay {
  position: relative;
  z-index: 1; }
  .bg-overlay::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.4); }

.bg-img {
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }

.jarallax {
  position: relative;
  z-index: 0; }
  .jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    font-family: 'object-fit: cover';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  position: fixed;
  z-index: 100;
  color: #ffffff;
  right: 20px;
  text-align: center;
  padding-right: 0;
  width: 100%;
  top: 20px;
  width: 30px;
  background: #fc6060;
  height: 30px;
  line-height: 30px; }

img.mfp-img {
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15); }

button.mfp-close,
button.mfp-arrow {
  background: #fc6060; }

.mfp-bottom-bar {
  display: none !important; }

.mfp-bg {
  background-color: #000000; }

.bg-transparent {
  background-color: transparent !important; }

.bg-gray {
  background-color: #f7f7f7 !important; }

textarea:focus,
input:focus {
  outline: none; }

textarea:invalid,
input:invalid,
textarea:required,
input:required {
  box-shadow: none !important; }

.border {
  border-color: #ebebeb; }

.mfp-arrow-left::after {
  border-right-color: transparent; }

.mfp-arrow-left::before {
  border-right-color: #ffffff; }

.mfp-arrow-right::after {
  border-left-color: transparent; }

.mfp-arrow-right::before {
  border-left-color: #ffffff; }

/* -------------------------------------------------------------------------------------------------------------- */

.mt-15 {
  margin-top: 15px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-100 {
  margin-top: 100px; }

.mt-150 {
  margin-top: 150px; }

.mr-15 {
  margin-right: 15px; }

.mr-30 {
  margin-right: 30px; }

.mr-50 {
  margin-right: 50px; }

.mr-100 {
  margin-right: 100px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-100 {
  margin-bottom: 100px; }

.ml-15 {
  margin-left: 15px; }

.ml-30 {
  margin-left: 30px; }

.ml-50 {
  margin-left: 50px; }

.ml-100 {
  margin-left: 100px; }

.pt-50 {
  padding-top: 50px !important; }

.section-padding-0-80 {
  padding-top: 0;
  padding-bottom: 80px; }

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0; }

.section-padding-80-50 {
  padding-top: 80px;
  padding-bottom: 50px; }

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

/* -------------------------------------------------------------------------------------------------------------- */

.rg-portfolio-area {
  position: relative;
  z-index: 1; }
  .rg-portfolio-area .container-fluid {
    padding-right: 10%;
    padding-left: 10%; }
   
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .rg-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%
        } 
        p.rg_profile_part2 {
            left: 550px !important;
        }
    }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .rg-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%;
        }
        p.rg_profile_part2 {
            left: 440px !important;
        }
    }
    @media only screen and (max-width: 767px) {
      .rg-portfolio-area .container-fluid {
        padding-right: 5%;
        padding-left: 5%;
        }
        p.rg_profile_part {
            right: 110px !important;
        }
        p.rg_profile_part2 {
            left: -110px !important;
        }
        li.timeline-inverted > p::before {
            display: none !important;
        }
        li > p::before {
            display: none !important;
        }
    }

.rg-projects-menu {
  position: relative;
  z-index: 1;
  margin-bottom: 40px; }
  .rg-projects-menu .portfolio-menu .btn {
    position: relative;
    z-index: 1;
    padding: 0;
    border: 0;
    background-color: transparent;
    font-size: 20px;
    font-weight: 600;
    border-radius: 0;
    margin: 0 25px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    box-shadow: none; 
    color: #afafaf;}
    @media only screen and (max-width: 767px) {
      .rg-projects-menu .portfolio-menu .btn {
        font-size: 14px;
        margin: 0 5px; } }
    .rg-projects-menu .portfolio-menu .btn::after {
      -webkit-transition-duration: 500ms;
      -o-transition-duration: 500ms;
      transition-duration: 500ms;
      position: absolute;
      width: 0%;
      height: 3px;
      background-color: #00aeef;
      content: '';
      bottom: -5px;
      left: 0;
      right: 0;
      z-index: 1; }
    .rg-projects-menu .portfolio-menu .btn.active::after {
      width: 100%; }

.single-portfolio-content {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
  overflow: hidden; 
  border-radius: 7px;
}
  .single-portfolio-content img {
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms; }
  .single-portfolio-content .hover-content {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    z-index: 10; }
    .single-portfolio-content .hover-content a {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: 0;
      margin-left: -26px;
      z-index: 100;
      display: inline-block;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      background-color: #fc6060;
      text-align: center;
      line-height: 52px;
      font-size: 30px;
      color: #ffffff; }
      .single-portfolio-content .hover-content a:hover, .single-portfolio-content .hover-content a:focus {
        background-color: #000000; }
  .single-portfolio-content:hover img, .single-portfolio-content:focus img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }
  .single-portfolio-content:hover .hover-content, .single-portfolio-content:focus .hover-content {
    opacity: 1;
    visibility: visible; }
    .single-portfolio-content:hover .hover-content a, .single-portfolio-content:focus .hover-content a {
      margin-top: -26px; }


/* --------------- Profile ---------------- */
section.rg_section_part.timeline_part {
  /*background-color: #f3f3f338;
  margin-top: 50px;*/
}
section.rg_section_part.rg_table_section {
   background-color: #f3f3f338; 
    margin-top: 50px; 
}
.timeline {
  list-style: none;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #e4e4e4;
  left: 50%;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 220px;
  position: relative;
  width: 50%;
  float: left;
  clear: left;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 88%;
  float: left;
  border: 1px solid #d4d4d4;
  /*border-radius: 2px;*/
  /*padding: 20px;*/
  position: relative;
  background-color: #fafafa;
}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li > .timeline-badge {
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 72px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 15px;
  right: -36px;
  background-color: #36baff;
  z-index: 100;
  border-radius: 50%;
  border: 8px solid #c1e9ff;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline-badge > a {
  color: #C5C7C5 !important;
}
.timeline-badge a:hover {
  color: #000 !important;
}
.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p, .timeline-body > ul, .timeline-body > h6 {
    padding: 0px 10px;
    margin: 0;
    line-height: 28px;
}
.timeline-body > p + p {
  margin-top: 5px;
}

.timeline-footer > a{
    cursor: pointer;
    text-decoration: none;
}
.tooltip{

    position:absolute;
    z-index:1020;
    display:block;
    visibility:visible;
    padding:5px;
    font-size:11px;
    opacity:0;
    filter:alpha(opacity=0);
    
}
.tooltip.in{
    /*opacity:0;
    filter:alpha(opacity=80);*/
    
}
.tooltip.top{
    margin-top:-2px;
}
.tooltip.right{
    margin-left:2px;
}
.tooltip.bottom{
    margin-top:2px;
}
.tooltip.left{
    margin-left:-2px;
}
.tooltip.top .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.left .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.bottom .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip.right .tooltip-arrow{
    bottom:0;
    left:0;
    margin-left:0;
    border-left:0 solid transparent;
    border-right:5px solid transparent;
    border-top:0 solid #000;
}
.tooltip-inner{
    width:200px;
    padding:3px 8px;
    color:#fff;
    text-align:center;
    text-decoration:none;
    background-color:#313131;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.tooltip-arrow{
    position:absolute;
    width:0;
    height:0;
}
.timeline > li.timeline-inverted{
  float: right; 
  clear: right;
  margin-top: 70px;
  margin-bottom: 170px;
}
.timeline > li:nth-child(2){
  margin-top: 280px;
}
.timeline > li.timeline-inverted > .timeline-badge{
  left: -36px;
}

@media (max-width: 992px) {
  .rg-timeline-heading p {
      font-size: 14px !important;
  }
  .timeline-body p {
      font-size: 14px;
  }
  .rg_about_section p.rg_main_head{
    margin-top: 87px;
  }
}

@media (max-width: 490px) {
  .rg-timeline-heading p {
      font-size: 12px;
  }
  .timeline-body p {
      font-size: 12px;
  }
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li {
      margin-bottom: 20px;
      position: relative;
      width:100%;
      float: left;
      clear: left;
    }
    ul.timeline > li > .timeline-panel {
        width: calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: -webkit-calc(100% - 100px);
    }

    ul.timeline > li > .timeline-badge {
        left: 5px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
    
.timeline > li.timeline-inverted{
  float: left; 
  clear: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.timeline > li.timeline-inverted > .timeline-badge{
  left: 5px;
}

.timeline > li:nth-child(2) {
    margin-top: 20px;
}

}

.rg-timeline-heading {
    width: 100%;
    float: left;
    padding: 0 10px;
}

p.rg_profile_heading {
    width: 100%;
    float: left;
    font-weight: 600;
}

p.rg_profile_part {
    color: #212121;
    position: relative;
    right: 190px;
    font-size: 16px;
    margin: auto;
    top: 43px;
    font-weight: bold;
}

p.rg_profile_part2 {
    color: #212121;
    position: relative;
    left: 640px;
    font-size: 16px;
    margin: auto;
    top: 43px;
    font-weight: bold;
}

.timeline-body p {
    max-height: 120px;
    overflow-y: scroll;
    text-align: justify;
}

.rg_time_head_color {
    font-size: 18px;
    margin: 10px 0;
}

li.timeline-inverted > p::before {
    content: "";
    display: block;
    background-color: #212121;
    width: 30px;
    height: 2px;
    position: relative;
    left: 110px;
    top: 8px;
}

li > p::before {
    content: "";
    display: block;
    background-color: #212121;
    width: 30px;
    height: 2px;
    position: relative;
    right: 40px;
    top: 8px;
}

li.clearfix {
    margin-bottom: 0;
}
/* *********** Progress Bar *********** */

.progress{
    height: 5px;
    background: #e6e6e6;
    border-radius: 0;
    box-shadow: none;
    overflow: visible;
}
.progress .progress-bar{
    box-shadow: none;
    position: relative;
    -webkit-animation: animate-positive 2s;
    animation: animate-positive 2s;
}
.progress .progress-bar:after{
    content: "";
    display: block;
    border: 15px solid transparent;
    border-bottom: 21px solid transparent;
    position: absolute;
    top: -26px;
    right: -12px;
}
.progress .progress-value{
    font-size: 15px;
    font-weight: bold;
    position: absolute;
    top: -40px;
    right: 0;
}
/*.progress.pink .progress-bar:after{
    border-bottom-color: #ec008c;
}
.progress.green .progress-bar:after{
    border-bottom-color: #39b54a;
}
.progress.violet .progress-bar:after{
    border-bottom-color: #8f00f3;
}
.progress.brown .progress-bar:after{
    border-bottom-color: #9c0132;
}
.progress.orange .progress-bar:after{
    border-bottom-color: #f38f00;
}*/
@-webkit-keyframes animate-positive{
    0% { width: 0; }
}
@keyframes animate-positive{
    0% { width: 0; }
}

/* *********** Progress Bar *********** */

/* --------------- Profile ---------------- */


/* --------------------------- Services -------------------- */

.serviceBox{
  margin: 0 15px;
  position: relative;
}

.service-icon {
    width: 25%;
    float: left;
}

.serviceBox:after {
    content: '';
    height: 12px;
    width: 12px;
    background-color: #fff;
    border: 2px solid #898989;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    bottom: 5px;
}

.rg_vertical_line {
    width: 2px;
    height: 130px;
    border-left: 2px solid;
    position: relative;
    left: 30px;
}

.serviceBox .service-content{
  padding: 0 20px 15px;
}

.rg_services_content {
    padding-top: 50px;
    padding-bottom: 75px;
}

.serviceBox .title{
  color: #FE214A;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.serviceBox .description{
  font-size: 15px;
  text-align: justify;
  line-height: 28px;
  margin: 0;
}
.serviceBox.pink:after{
  border-color: #FF7BD1;
}

@media only screen and (max-width:1200px){
  .serviceBox{
    margin: 0;
  }
}
@media only screen and (max-width:990px){
  .serviceBox{
    margin: 0 0 40px;
  }
}

.rg_services_bg {
  background-image: url("../images/bg.jpg");
  background-color: #cccccc; 
  height: 400px; 
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; 
  background-attachment: fixed;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
}

svg.banner_social_icons {
    width: 25px;
    height: 25px;
    fill: white;
}

svg.footer_social_icons {
    fill: white;
}






.ico_bg {
    width: 65px;
    height: 65px;
    border-radius: 50px;
    padding-top: 17px;
}

.ico_bg_fb{
  background-color: #3b5998;
}

.ico_bg_gl{
  background-color: #dc4e41;
}

.ico_bg_ln{
  background-color: #0077b5;
}

.ico_bg_tr{
  background-color: #55acee;
}

.ico_bg_yt{
  background-color: #b31217;
}

.ico_bg_vm{
  background-color: #1ab7ae;
}

hr.rg_footer_line {
  border: 1px solid #36baff3b;
}

p.rg_position {
  font-size: 14px;
  color: #36baff;
}

p.rg_name {
  font-size: 17px;
  font-weight: 600;
  color: white;
  margin-bottom: 10px;
}

.rg_contact {
  font-size: 14px;
  color: white;
}

p.rg_mob {
  color: white;
  margin-bottom: 10px;
}

p.rg_email {
  color: white;
}

span.rg_email_id:hover, a.rg_mysite:hover {
    color: #36baff;
    transition: 2s all;
}

a.rg_mysite {
  text-transform: uppercase;
  color: white;
}

p.rg_main_head {
    font-weight: 800;
    color: #1b9cfc;
    letter-spacing: 6px;
    font-size: 16px;
    margin: 0 0 10px 0;
}

.timeline_part .rg_heading_part, .rg_portfolio_section .rg_heading_part {
    text-align: center;
}

p.rg_sub_head {
    font-family: ChopinScript Medium;
    font-size: 30px;
    color: #01233c;
    margin: 0px 0 15px 0;
}

button.rg_btn_portfolio {
    margin: auto;
    padding: 10px;
    border: 2px solid #01233c;
    background-color: white;
    color: #01233c;
    font-family: Poppins;
    font-weight: 600;
    cursor: pointer;
}

button.rg_btn_portfolio:hover, button.rg_resume_btn:hover {
  background-color: #01233c;
  color: white;
  transition: 2s all;
}

button.rg_resume_btn {
    padding: 10.5px 40px;
    border: 2px solid #01233c;
    background-color: white;
    font-size: 14px;
    font-family: Poppins;
    font-weight: 600;
    cursor: pointer;
}



div#profile nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#272e38;
    border-radius:0;

}
div#profile nav > div a.nav-item.nav-link,
div#profile nav > div a.nav-item.nav-link.active
{
  border: none;
    padding: 18px 25px;
    color:#fff;
    background:#272e38;
    border-radius:0;
}

div#profile nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -60px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #e74c3c ;
}
.tab-content{
   /* box-shadow: 10px 5px 10px 5px #0000004f;
  background: #fdfdfd;*/
    line-height: 25px;
    border: 1px solid #ddd;
    border-top:5px solid #1b9cfc;
    border-bottom:5px solid #1b9cfc;
    padding:30px 25px;
    max-height: 450px;
    overflow-y: scroll;
}

div#profile nav > div a.nav-item.nav-link:hover,
div#profile nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #e74c3c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}


table.table.table-hover {
    color: #a699a6;
}
.antable {
    height: 600px;
    overflow-y: scroll;
}
div#table .rg_heading_part p {
    text-align: center;
}
div#about .rg_heading_part , div#about .about-descr {
    padding-left: 15px;
}
nav.navbar.navbar-inverse.navbar-fixed-top.menusec {
    background: white !important;
    /*border-color: white !important;*/
}
nav.navbar.navbar-inverse.menusec {
    display: none;
}

.tab-content h3 {
    color: #1b9cfc;
}
.tab-content h4 {
    color: #000;
    font-style: italic;
    font-size: 16px;
    margin-top: 5px;
}
.tab-content p {
    margin: 15px 0px;
    line-height: 30px;
}
ul.nav.nav-tabs li a:hover {
    background: #cde2f3 !important;
    color: black !important;
    border-radius: 0px !important;
    border-color: #1b9cfc !important;
}

.boxshadow {
    padding: 40px;
    background: #1b9cfc;
    color: white;
   /* box-shadow: -9px 0 17px -3px rgb(31 73 125 / 80%) inset;*/
}
section.rg_section_part.rg_box_section .col-md-4 {
    padding: 0px !important;
}
.boxshadow.box1 {
    background: #1b9cfceb;
}
.boxshadow.box2 {
    background: #168fe8;
}
.boxshadow.box3 {
    background: #1b9cfcb5;
}
.boxshadow.box4 {
    background: #1b9cfc;
}
.boxshadow.box5 {
    background: #1b9cfc70;
}
.boxshadow p {
    color: #fff;
}
section.rg_section_part.rg_box_section .rg_heading_part p {
    text-align: center;
}
i.fa.fa-angle-right {
    margin-right: 5px;
    color: #fff;
}
nav.navbar.navbar-inverse.menusec.navbar-fixed-top {
    animation: smoothScroll 1s forwards;
    border: none !important;
    box-shadow: 2px 0px 6px 2px #0000005e !important;
    padding: 10px 0px;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    color: #fcfcfc;
    cursor: default;
    background-color: #1b9cfc;
    border: 1px solid #1b9cfc;
    border-bottom-color: transparent;
    border-radius: 0;
    font-weight: 600;
   
}
ul.nav.nav-tabs li a{
     padding: 10px 18.35px !important;
    margin-right: 0px !important;
}
/*.boxshadow.box2 {
   box-shadow: 15px 0px -1px 0px #0880da, -15px 1px 15px 0px #0880da inset;
}*/