/***********************
    1.GENERAL
    2.PRELOADER
    3.FIX
    4.OVERLAY MENU
    5.HERO
    6.COUNT TO
    7.RESUME
    8.SKILL
    9.SERVICES
    10.PORTFOLIO
    11.CLIENT
    12.BLOG
    13.CONTACT
    14.FOOTER
    15.NILL-DARK
	16.RESPONSIVE
************************/
/*-------------------------
         GENERAL
-------------------------*/
html,
body {
    overscroll-behavior-y: contain;
}
body {
  font-family: "Muli", sans-serif;
}

::-moz-selection {
  background: rgba(255, 74, 41, 0.3);
}

::selection {
  background: rgba(255, 74, 41, 0.3);
}

::-moz-selection {
  background: rgba(255, 74, 41, 0.3);
}

.full-screen {
  height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  line-height: 1.618;
}

.base-color {
  color: #d8a319 !important;
}

.base-color1 {
  color: #f5d131 !important;
}

.base-color2 {
  color: #00309b !important;
}

.base-color3 {
  color: #d8a319 !important;
  font-weight: bold;
}

.slogan {
    margin-top: 50%;
}
.gal-phot {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background: rgba(0,0,0,0.2);
    padding: 40px 30px;
}
.gal-phot p {
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
}

.bio-btn {
    padding: 0 5%;
}

.btn-overlay-princip, .btn-overlay {
    display: none;
}

.js-pscroll{position:relative;overflow:hidden}
.table100 .ps__rail-y{width:9px;background-color:transparent;opacity:1!important;right:5px}
.table100 .ps__rail-y::before{content:"";display:block;position:absolute;background-color:#ebebeb;border-radius:5px;width:100%;height:calc(100% - 30px);left:0;top:15px}
.table100 .ps__rail-y .ps__thumb-y{width:100%;right:0;background-color:transparent;opacity:1!important}
.table100 .ps__rail-y .ps__thumb-y::before{content:"";display:block;position:absolute;background-color:#ccc;border-radius:5px;width:100%;height:calc(100% - 30px);left:0;top:15px}
.limiter{width:1366px;margin:0 auto}
.container-table100{width:100%;min-height:100vh;background:#fff;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;padding:33px 30px}
.wrap-table100{width:1170px}
.table100{background-color:#fff}
table{width:100%}
th,td{font-weight:unset;padding-right:10px}
.column1{width:20%;padding-left:20px}
.column2{width:15%}
.column3{width:10%}
.column4{width:10%}
.column5{width:18%}
.table100-head th{padding-top:18px;padding-bottom:18px}
.table100-body td{padding-top:14px;padding-bottom:14px}
.table100{position:relative;padding-top:60px}
.table100-head{position:absolute;width:100%;top:0;left:0}
.table100-body{max-height:585px;overflow:auto}
.table100.ver1 th{text-transform: uppercase;font-weight: bold;font-size:14px;color:#fff;line-height:1.4;background-color:#00309b}
.table100.ver1 td{font-size:14px;color:gray;line-height:1.4}
.table100.ver1 .table100-body tr:nth-child(even){background-color:#f8f6ff}
.table100.ver1{border-radius:10px;overflow:hidden;box-shadow:0 0 40px 0 rgba(0,0,0,.15);-moz-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-webkit-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-o-box-shadow:0 0 40px 0 rgba(0,0,0,.15);-ms-box-shadow:0 0 40px 0 rgba(0,0,0,.15)}
.table100.ver1 .ps__rail-y{right:5px}
.table100.ver1 .ps__rail-y::before{background-color:#ebebeb}
.table100.ver1 .ps__rail-y .ps__thumb-y::before{background-color:#ccc}

#medtrain {
	width: 1.6rem;
	margin-right:  .5rem;
}

.bg-base-color {
  background-color: #d9a51c !important;
}

.z-index {
  z-index: 2;
}

.w-40 {
  width: 40% !important;
}

h2 span {
  font-weight: 600;
}

.pt-6, .py-6 {
  padding-top: 12rem;
}

.pb-6, .py-6 {
  padding-bottom: 6rem;
}

a:hover {
  text-decoration: none;
}

a, button {
  outline: none !important;
}

.max-width-365 {
  max-width: 365px;
  margin: 0 auto;
}

.lproj {
    display: inline-block;
}

.lproj a {
    color: #343a40;
}

.lproj a:hover {
    color: #d8a319;
}

.projets {
    border: 1px solid #fadd7a;
    border-radius: 4px;
    background: #fadd7a;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 20px 10px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.projets:hover {
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.projets i {
    font-size: 1.8rem;
    font-weight: 600;
}

.projets h3 {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0;
}

.pill-button {
  background-color: #d9a51c;
  border: 2px solid #d9a51c;
  border-radius: 25px;
  padding: 10px 30px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  display: inline-block;
  float: right;
}

.pill-button:hover {
  background-color: #fadd7a;
  border-color: #fadd7a;
  color: #00309b;
}

.pill-button1 {
  background-color: #d9a51c;
  border: 2px solid #d9a51c;
  border-radius: 50%;
  padding: 10px 15px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 18px;
  display: inline-block;
}

.pill-button1:hover {
  background-color: #fadd7a;
  border-color: #fadd7a;
  color: #00309b;
}

.pill-button2 {
  background-color: #d9a51c;
  border: 2px solid #d9a51c;
  border-radius: 25px;
  padding: 10px 30px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 16px;
  display: inline-block;
}

.pill-button2:hover {
  background-color: #fadd7a;
  border-color: #fadd7a;
  color: #00309b;
}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}

.display-content {
  vertical-align: middle;
  display: table-cell;
  padding: 5rem 0;
}

.center-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-area {
	width: 5%;
	margin-left: 1%;
}
.logo-area img {
	width: 100%;
}

/*-------------------------
        PRELOADER
-------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background: url("../img/wall.jpg");
    width: 100%;
    height: 100%;
	z-index: 99999;
}
#loader-img {
    display: block;
    position: relative;
    left: 46%;
    top: 54%;
    width: 20%;
    height: 20%;
    margin: -100px 0 0 -100px;
    background-image: url('../img/fav.png');
    background-repeat: no-repeat;
    background-size: 40%;
    background-position: center;
    z-index: 1020;
}
#loader {
    display: block;
    position: relative;
    left: 54%;
	top: -20%;
    width: 60%;
    height: 130%;
    margin: -100px 0 0 -100px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d8a319;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
    z-index: 1001;
}
#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #00309b;
    -webkit-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #d8a319;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    0%   {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;  
    background: #EEEEEE;
    z-index: 1000;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.loader-section.section-left {
    left: 0
}

.loader-section.section-right {
    right: 0
}

.panel_left {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.panel_right {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
    transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
}

.loaded-circle {
    opacity: 0;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.loaded-img {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s 1s ease-out;
    transition: all .3s 1s ease-out
}

/*-------------------------
        FIX
-------------------------*/
header {
  padding: 15px;
  width: 100%;
  background-color: transparent;
  position: fixed;
  z-index: 1030;
  top: 0;
}

#pp-nav li {
  margin: 0.75rem 0.5rem;
}

#pp-nav li a {
  padding: 0.5rem;
}

#pp-nav li span {
  width: 20px;
  height: 3px;
  background-color: #fadd7a;
  border: none;
  border-radius: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#pp-nav li .active span {
  background-color: #d8a319;
  width: 30px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

#pp-nav li .pp-tooltip {
  color: #222;
  font-size: 10px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

#pp-nav li .active ~ .pp-tooltip {
  padding-right: 0.75rem;
}

#pp-nav.right {
  right: 2.5rem;
}

.pp-slidesNav li {
  margin: 0.75rem 0.5rem;
}

.pp-slidesNav span {
  width: 20px;
  height: 3px;
  background-color: #929292;
  border: none;
  border-radius: 1rem;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.pp-slidesNav .active span {
  background-color: #9e6b2b;
  width: 30px;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
}

.personal-item p {
	text-align: justify;
	font-size: 0.95rem;
}

.title-small {
  position: absolute;
  top: calc(50% - 12px);
  width: 280px;
  left: -7rem;
  z-index: 2;
}

.title-small p {
  font-size: 14px;
  color: #000000;
  text-transform: uppercase;
  letter-spacing: 0.17em;
  text-align: center;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: relative;
  display: block;
  font-weight: 700;
}

.title-small p:before {
  content: '';
  width: 32px;
  height: 1px;
  background: #f5d131;
  position: absolute;
  left: -32px;
  top: 12px;
}

.title-small p:after {
  content: '';
  width: 32px;
  height: 1px;
  background: #f5d131;
  position: absolute;
  top: 12px;
  right: -32px;
}

/*-------------------------
	CHECKBOX
-------------------------*/
.spacegap {
	margin: 5% 0;
}

.form-switch {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  margin: 0 1.2rem 1.2rem 1.2rem;
}

.form-switch i {
  position: relative;
  display: inline-block;
 margin-right: .5rem;
  width: 46px;
  height: 26px;
  background-color: #e6e6e6;
  border-radius: 23px;
  vertical-align: text-bottom;
  transition: all 0.3s linear;
}

.form-switch i::before {
  content: "";
  position: absolute;
  left: 0;
  width: 42px;
  height: 22px;
  background-color: #777777;
  border-radius: 11px;
  transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
  transition: all 0.25s linear;
}

.form-switch i::after {
  content: "";
  position: absolute;
  left: 0;
  width: 22px;
  height: 22px;
  background-color: #fff;
  border-radius: 11px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.24);
  transform: translate3d(2px, 2px, 0);
  transition: all 0.2s ease-in-out;
}

.form-switch:active i::after {
  width: 28px;
  transform: translate3d(2px, 2px, 0);
}

.form-switch:active input:checked + i::after { transform: translate3d(16px, 2px, 0); }

.form-switch input { display: none; }

.form-switch input:checked + i { background-color: #00309b; }

.form-switch input:checked + i::before { transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0); }

.form-switch input:checked + i::after { transform: translate3d(22px, 2px, 0); }

/*-------------------------
    OVERLAY MENU
-------------------------*/
.overlay-menu {
  background-color: #222;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1030;
  opacity: 0;
  visibility: hidden;
}

.overlay-menu a:hover {
  color: #e24727 !important;
}

.overlay-menu a.active {
  color: #e24727 !important;
}

.overlay-menu .overlay-menu-list {
  width: 100%;
}

.overlay-menu .overlay-menu-list .overlay-nav > ul {
  width: 50%;
  float: left;
}

.overlay-menu .overlay-menu-list .overlay-nav a, .overlay-menu .overlay-menu-list .overlay-nav span, .overlay-menu .overlay-menu-list .overlay-nav p {
  color: #dbdbdb;
  font-size: 14px;
  letter-spacing: 2px;
  padding: 0.75rem;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

.overlay-menu .overlay-menu-list .overlay-nav .contact-info li:first-child span {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
}

.overlay-menu .overlay-menu-list .overlay-nav .contact-info li span i {
  font-size: 18px;
  position: relative;
  top: 2px;
}

.overlay-menu .overlay-menu-list .overlay-nav .contact-info .socails li i {
  font-size: 20px;
  font-weight: 400;
}

.overlay-menu .overlay-menu-list .list-group-item {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent !important;
  text-transform: uppercase;
}

.overlay-menu.show {
  opacity: 1;
  visibility: visible;
  cursor: url(../img/cursor-white.png), auto;
}

.pilling-page .overlay-menu .overlay-menu-list .list-group-item {
  padding: 0;
  margin: 0;
  border: none;
  background-color: transparent !important;
  text-transform: uppercase;
}
.overlay-menu-toggler {
	  position: absolute;
	  top: 5px;
	  color: #eee !important;
	  padding: 10px;
	  right: 0.5rem;
	  z-index: 1029;
	  border-radius: 0 4px 4px 0;
	  -webkit-transition: all 0.3s ease;
	  transition: all 0.3s ease;
	  opacity: 1;
}

.overlay-menu-toggler.move {
  opacity: 0;
}

.Button {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
}

.Button:after {
  content: '\21C5';
  color: #00309b;
  font-weight: bold;
	font-size: 23px;
  float: right;
  margin-right: 20px;
	line-height: 32px;
}

.Button h5 {
	display: inline-block;
	margin-bottom: 0 !important;
}

.panel {
  padding: 0 18px;
  background-color: transparent;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.panel p {
	text-align: justify;
}

.panel img {
    width: 100%;
    margin-top: 20px;
}

.panel span {
    font-size: 0.9rem;
    text-align: center;
}
.center-1 {
    margin: 10px 17% 0 17%;
}
.center-2 {
    margin: 10px 15% 0 15%;
}
.center-3 {
    margin: 10px 25% 0 25%;
}

.projets-modal h2 {
    text-transform: uppercase;
    font-weight: 600;
    color: #d9a51c;
}

.projets-modal img {
    width: 100%;
    margin-bottom: 20px;
}

.projets-modal p {
    text-align: justify;
}

.sec-para {
    display: flex;
}

.sec-para img {
    margin-top: 0;
}

.sec-para img, .sec-para p {
    width: 50%;
    margin: 0 10px;
}

/*-------------------------
          HERO
-------------------------*/
.hero .personal-item h1 {
  font-size: 2rem !important;
}

.hero .personal-item .personal-info p {
  font-weight: 600;
}

.hero .personal-item .personal-info span {
  font-weight: 300;
}

.hero .personal-img img {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
  border: none;
}

.hero .social-icon .list-inline-item i {
  font-size: 1.2rem;
}

.hero .social-icon .list-inline-item i:hover {
  color: #e24727 !important;
}

.hero .social-icon .list-inline-item:not(:last-child) {
  margin-right: 1rem;
}

/*-------------------------
          HERO
-------------------------*/
.hero-01 {
  background-size: cover;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
}

/*-------------------------
          HERO
-------------------------*/
.hero-02 .hero-content {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
  right: 0;
}

.hero-02 .hero-content p {
  max-width: 500px;
}

.hero-02 #hero-slider {
  opacity: 0.6;
}

.hero-02 .hero-item1 {
  background: url("../img/slider-1.jpg") no-repeat center;
}

.hero-02 .hero-item2 {
  background: url("../img/slider-2.jpg") no-repeat center;
}

.hero-02 .hero-item3 {
  background: url("../img/slider-3.jpg") no-repeat center;
}

.hero-02 .hero-slide {
  background-size: 100%;
}

.hero-02 .hero-slide.zoom {
  background-size: 200%;
  -webkit-transition: background-size 20s ease;
  transition: background-size 20s ease;
}

.hero-02 .hero-icon {
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  left: calc(50% - 8px);
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

/*-------------------------
          HERO-03
-------------------------*/
.hero-03 .hero-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
}

.hero-03 .hero-content p {
  max-width: 500px;
}

.hero-03 .hero-icon {
  text-align: center;
  position: absolute;
  bottom: 40px;
  z-index: 1;
  left: calc(50% - 8px);
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}

.hero-03 .video-overlay {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 1;
  overflow: hidden;
}

/*-------------------------
          HERO-04
-------------------------*/
.hero-04 .hero-item-image {
  height: 100%;
  background-size: cover !important;
}

.hero-04 .swiper-container {
  width: 100%;
  height: 100%;
}

.hero-04 .hero-swiper {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-text {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-text .swiper-slide {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-images {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .hero-swiper .hero-images .swiper-slide {
  height: 100vh;
  overflow-y: hidden;
}

.hero-04 .swiper-buttons {
  position: relative;
  bottom: 0;
}

.hero-04 .swiper-button-next, .hero-04 .swiper-button-prev {
  bottom: 0;
  top: inherit;
  width: 5rem;
  height: 3.5rem;
  background-color: #2a2a2b;
  outline: none !important;
}

.hero-04 .swiper-button-next::after, .hero-04 .swiper-button-prev::after {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 700;
}

.hero-04 .swiper-button-next, .hero-04 .swiper-container-rtl .swiper-button-prev {
  left: 50%;
  right: inherit;
}

.hero-04 .swiper-button-prev, .hero-04 .swiper-container-rtl .swiper-button-next {
  right: 50%;
  left: inherit;
}

.hero-04 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.hero-04 .swiper-slide .hero-item-text {
  margin: auto;
  position: relative;
  height: 100%;
  max-width: 400px;
}

.hero-04 .swiper-slide .hero-item-text .slider-content {
  position: relative;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.hero-04 .swiper-slide .hero-item-text .slider-content h2 {
  font-size: 4rem;
  font-weight: bold;
  font-family: 'Arima Madurai', cursive;
}

.hero-04 .swiper-slide .hero-item-text .slider-number {
  position: absolute;
  display: inline-block;
  left: -10px;
  bottom: -60px;
}

.hero-04 .swiper-slide .hero-item-text .slider-number span {
  font-family: 'Arima Madurai', cursive;
  font-weight: 900;
  font-size: 12rem;
  opacity: 0.2;
}

.hero-04 .text-swiper {
  position: relative;
  height: 100%;
}

/*-------------------------
         Count up
-------------------------*/
.count-number {
  font-size: 1.5rem;
}

.count-content {
  margin: 10px 0;
}

/*-------------------------
         RESUME
-------------------------*/
ul.timeline {
  list-style-type: none;
  position: relative;
}

ul.timeline:before {
  content: ' ';
  background: #929292;
  display: inline-block;
  position: absolute;
  left: 9px;
  top: 30px;
  width: 2px;
  height: 100%;
  z-index: 400;
}

ul.timeline > li:before {
  content: ' ';
  background-color: #ffffff;
  display: inline-block;
  border-radius: 50%;
  border: 3px solid #e24727;
  left: -40px;
  width: 20px;
  height: 20px;
  z-index: 400;
  top: 29px;
  position: relative;
}

.resume h3 i {
  padding-right: 0.75rem;
}

/*-------------------------
          Skill
-------------------------*/
.skill-box .skillbar {
  position: relative;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  background: #eee;
}

.skill-box .skillbar:not(:last-child) {
  margin-bottom: 40px;
}

.skill-box .skillbar-title {
  position: absolute;
  top: -28px;
  left: -17px;
  font-weight: 600;
  font-size: 14px;
}

.skill-box .skillbar-title span {
  margin-left: 18px;
}

.skill-box .skillbar-bar {
  height: 2px;
  width: 0;
  border-radius: 3px;
  float: left;
  background: #e24727;
}

.skill-box .skill-bar-percent {
  position: absolute;
  font-weight: 500;
  bottom: 8px;
  right: 0;
}

/*-------------------------
         Services
-------------------------*/
.services .services-item {
  background-color: #EBEBEB;
  border-radius: 4px;
  padding: 20px 10px;
  margin-bottom: 30px;
}

.services .services-item:hover .services-icon {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: 0.9s ease;
  transition: 0.9s ease;
}

.services .services-content {
  padding-left: 0rem;
}

.services-adn {
  background-color: transparent;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
}


/*-------------------------
         PORTFOLIO
-------------------------*/
.portfolio .portfolio-filter li a {
  color: #222;
  border-radius: 20px;
  display: block;
  padding: 5px 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.portfolio .portfolio-filter a.active {
  background-color: #e24727 !important;
  color: #ffffff !important;
}

.portfolio .portfolio-filter a:hover {
  background-color: #e24727 !important;
  color: #ffffff !important;
}

.portfolio .portfolio-item img {
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.portfolio .portfolio-item-content {
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-item-content:hover img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 0.25rem;
}

.portfolio .portfolio-item-content:hover .img-overlay {
  opacity: 1;
  visibility: visible;
  border-radius: 0.25rem;
}

.portfolio .portfolio-item-content img {
  width: 100%;
}

.portfolio .img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 74, 41, 0.3);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
}

.portfolio .img-overlay:before {
  content: "";
  height: 45%;
  width: 40%;
  position: absolute;
  border-top: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  top: 18px;
  left: 18px;
}

.portfolio .img-overlay:after {
  content: "";
  height: 45%;
  width: 40%;
  position: absolute;
  border-bottom: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  bottom: 18px;
  right: 18px;
}

.portfolio .img-overlay-content {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.portfolio .img-overlay-content p {
  background-color: #929292;
  height: 35px;
  width: 35px;
  display: inline-block;
}

.portfolio .img-overlay-content i {
  line-height: 35px;
}

.portfolio .img-overlay-content a:hover {
  background-color: #e24727;
  color: #ffffff;
}

.portfolio .portfolio-icon a, .portfolio .portfolio-icon button {
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.8);
  width: 35px;
  height: 35px;
  line-height: 37px;
  margin: 0 8px;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
}

.portfolio .portfolio-icon a i, .portfolio .portfolio-icon button i {
  font-size: 18px;
  font-weight: 700;
}

.portfolio .portfolio-icon a:hover, .portfolio .portfolio-icon button:hover {
  background-color: #e24727;
  color: #ffffff;
}

.portfolio-single .modal-dialog {
  max-width: 75%;
}

.max-width-450 {
  max-width: 450px;
  margin: 0 auto;
}

/*-------------------------
       TESTIMONIAL
-------------------------*/
.testimonial .owl-carousel{
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.testimonial .testimonial-item {
  max-width: 750px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #EBEBEB !important;
  padding: 20px;
  overflow: hidden;
}

.testimonial .testimonial-item p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.9em;
  text-align: justify;
}

.testimonial .testimonial-item h4 {
  font-size: 18px;
  font-weight: 600 !important;
  line-height: 2em;
}

.testimonial .testimonial-item h4 span {
  font-size: 14px;
  font-weight: 500 !important;
  line-height: 2em;
}

.testimonial .owl-dot span {
  display: block;
  width: 15px;
  height: 5px;
  background-color: #929292;
  margin: 0 4px;
  border-radius: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonial .owl-dot.active span {
  width: 30px;
  background-color: #f5d131;
}

.testimonial .owl-carousel .testimonial-item img {
  width: 130px;
  border: 2px solid #f5d131;
  border-radius: 5px;
}

.testimonial .owl-item .testimonial-item {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.testimonial .owl-nav {
  display: block;
  position: absolute;
  bottom: -25px;
  left: calc(50% - 48px);
}

.testimonial .owl-nav .owl-prev span, .testimonial .owl-nav .owl-next span {
  background: #00309b;
  color: #ffffff;
  width: 38px;
  height: 38px;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 30px;
  margin: 0 5px;
}

.testimonial .owl-stage-outer {
  padding-top: 1rem;
  padding-bottom: 3rem;
}

/*-------------------------
          BLOG
-------------------------*/
.selbold {
	font-weight: bold;
	color: #00309b;
	font-size: 20px;
}

.blog .blog-item {
  margin-bottom: 15px;
  margin-top: 15px;
}

.blog .image-blog img {
  width: 100%;
}

.blog .blog-content {
  background-color: #EBEBEB !important;
}

.blog .blog-link button {
  background-color: transparent;
  border: none;
  padding: 0;
}

.blog .blog-link button:hover {
  color: #464646 !important;
}

.blog-single .modal-dialog {
  max-width: 75%;
}

.offrli {
	list-style: none;
	border-bottom: 1px solid #3D3D3D;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
}

.offrsp {
	color: #00309b;
	font-size: 14px;
}

.offr {
	border: 1px solid #00309b !important;
	background: transparent;
	color: #00309b !important;
	padding: 5px 10px !important;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}

.offr:hover {
	border: 1px solid #464646 !important;
	background: transparent;
	padding: 5px 20px !important;
	transition: ease-in-out 0.3s;
	-webkit-transition: ease-in-out 0.3s;
	-moz-transition: ease-in-out 0.3s;
	-ms-transition: ease-in-out 0.3s;
}

/*-------------------------
          CONTACT
-------------------------*/
.contact ::-moz-placeholder, .contact .form-control::-moz-placeholder {
  color: #929292;
}

.contact .form-item .form-control {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 44px;
  font-size: 14px;
  position: relative;
  -webkit-transition: border .9s ease;
  transition: border .9s ease;
  border: none;
  border-bottom: 1px solid #929292;
  color: #6C6C6C;
}

.contact .form-item .form-control:focus {
  border-bottom: 1px solid #f5d131;
}

.contact .contact-form textarea {
  min-height: 175px;
}

.contact .contact-form h3 {
  padding-right: 2rem;
}

.contact #message.toast {
  max-width: 500px;
  padding: 2px 0 1px;
  position: relative;
  top: 18px;
  display: inline-block;
  left: 20px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.contact .toast button span {
  position: relative;
  top: 8px;
}

/*-------------------------
        Map Location
-------------------------*/
#my-map {
  width: 100%;
  height: 350px;
}

/*-------------------------
          FOOTER
-------------------------*/
.footer {
  background-size: cover !important;
  -webkit-box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.4);
}

.footer .socails li i {
  font-size: 20px;
  font-weight: 400;
}

.footer .socails li i:hover {
  color: #00309b !important;
}

.logo-footer {
	width: 230px;
}

.socails {
    border-top: 1px solid;
    margin-top: 1rem;
    padding-top: 1rem;
	margin-bottom: 0.2rem;
}

.cop {
	margin: -4% 0 0 0;
}

.cop p {
	font-size: 0.9rem;
}

/*-------------------------
       COLOR SCHEME
-------------------------*/
.color-scheme {
  position: fixed;
  z-index: 999;
  right: 2.5%;
  top: 3%;
  padding: .5rem .75rem;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.color-scheme:hover {
  color: #ffffff;
}

.color-scheme i {
  position: relative;
  top: 1px;
  color: #2a2a2b;
}

/*-------------------------
        404-page
-------------------------*/
.page-404 {
  position: relative;
}

.error-404 h1 {
  font-size: 7rem;
  font-family: "Arima Madurai", cursive;
}

.error-404 .error-content {
  margin-top: -30px;
}

.error-404 .error-content h2 {
  font-family: "Arima Madurai", cursive;
  font-size: 2.5rem;
}

.error-404 .error-content p {
  font-family: "Arima Madurai", cursive;
  font-size: 1rem;
  text-align: center;
  margin: 0 auto;
  max-width: 600px;
}

.right-social {
  position: fixed;
  right: 25px;
  top: 0;
  width: 50px;
  bottom: 0;
  z-index: 5;
}

.right-social ul {
  list-style: none;
  padding-left: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

.right-social ul li {
  padding: 5px;
}

.right-social ul li a {
  font-size: 1.25rem;
  padding: 5px;
  display: block;
}

.right-social ul li a:hover i {
  color: #e24727 !important;
}

@media (max-width: 767px) {
  .right-social {
    position: initial;
    width: 100%;
  }
  .right-social ul {
    position: initial;
    -webkit-transform: none;
    transform: none;
  }
  .right-social ul li {
    display: inline-block;
  }
}

/*-------------------------
       Nill RTL
-------------------------*/
.nill-rtl {
  direction: rtl;
  text-align: right;
}

.nill-rtl .logo {
  direction: ltr;
}

.nill-rtl .overlay-menu-toggler {
  left: 24px;
  right: inherit;
}

.nill-rtl .socails {
  padding-right: 0 !important;
}

.nill-rtl .socails li:first-child {
  margin-right: 0 !important;
}

.nill-rtl .social-icon {
  padding-right: 0 !important;
}

.nill-rtl .social-icon li:first-child {
  margin-right: 0 !important;
}

.nill-rtl .social-icon li:last-child {
  margin-right: 1rem !important;
}

.nill-rtl .title-small {
  right: -7rem;
}

.nill-rtl .title-small p {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.nill-rtl #pp-nav .active ~ .pp-tooltip {
  padding-left: 1rem;
}

.nill-rtl #pp-nav .pp-tooltip {
  padding-left: 0.5rem;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}

.nill-rtl #pp-nav li {
  margin: 0.75rem 0;
}

.nill-rtl #pp-nav li .active span {
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.nill-rtl #pp-nav.left {
  left: 37px;
}

.nill-rtl .about a.pill-button:first-child {
  margin-left: 1.5rem;
}

.nill-rtl .resume ul.timeline::before {
  left: inherit;
  right: 9px;
}

.nill-rtl .resume ul.timeline > li::before {
  left: inherit;
  right: -40px;
}

.nill-rtl .skill-box .skillbar-bar {
  float: right;
}

.nill-rtl .skill-box .skillbar-title {
  left: inherit;
  right: 3px;
}

.nill-rtl .skill-box .skill-bar-percent {
  right: inherit;
  left: 0;
}

.nill-rtl .services .services-content {
  padding-left: inherit;
  padding-right: 3rem;
}

.nill-rtl .testimonial-item h4 {
  float: right;
}

.nill-rtl .blog-content ul {
  padding-right: 0 !important;
}

.nill-rtl .modal-header .close {
  padding: 0 !important;
  margin: 0 !important;
}

.nill-rtl ul.checkmark-list {
  padding-right: 0 !important;
}

.nill-rtl .mfp-counter {
  direction: ltr;
}

.nill-rtl .contact h6 {
  text-align: right;
}

.nill-rtl .contact-form div, .nill-rtl .contact-form h6, .nill-rtl .contact-form p {
  text-align: right;
}

.nill-rtl .contact #message.toast {
  left: -20px;
}

.nill-rtl .contact #message.toast button {
  float: left;
  padding-right: inherit;
  padding-left: 1rem !important;
}

.nill-rtl .color-scheme {
  right: inherit;
  left: 31px;
}

.nill-rtl .color-scheme i {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  display: inline-block;
}

.nill-rtl .error-404 h1 {
  direction: ltr !important;
}

.nill-rtl .right-social {
  right: initial;
  left: 25px;
}

.nill-rtl .right-social .social-icon li:last-child {
  margin-right: 0 !important;
}

/*-------------------------
    MONO
-------------------------*/
.mono .base-color {
  color: #2a2a2b !important;
}

.mono .bg-base-color {
  background-color: #2a2a2b !important;
}

.mono .pill-button {
  background-color: #2a2a2b;
  border: 2px solid #2a2a2b;
}

.mono .pill-button:hover {
  background-color: black;
  border-color: black;
}

.mono .loader {
  color: rgba(255, 255, 255, 0.4);
}

.mono #pp-nav li .active span {
  background-color: #2a2a2b;
}

.mono .title-small p:before {
  background: #2a2a2b;
}

.mono .title-small p:after {
  background: #2a2a2b;
}

.mono .overlay-menu a:hover {
  color: #ffffff !important;
}

.mono .overlay-menu a.active {
  color: #ffffff !important;
}

.mono .hero .social-icon .list-inline-item i:hover {
  color: black !important;
}

.mono ul.timeline > li:before {
  border: 3px solid #2a2a2b;
}

.mono .skill-box .skillbar-bar {
  background: #2a2a2b;
}

.mono .portfolio .portfolio-filter a.active {
  background-color: black !important;
}

.mono .portfolio .portfolio-filter a:hover {
  background-color: black !important;
}

.mono .portfolio .img-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.mono .portfolio .img-overlay-content a:hover {
  background-color: black;
}

.mono .portfolio .portfolio-icon a:hover, .mono .portfolio .portfolio-icon button:hover {
  background-color: black;
}

.mono .testimonial .owl-dot.active span {
  background-color: black;
}

.mono .testimonial .owl-carousel .testimonial-item img {
  border: 2px solid #777777;
}

.mono .testimonial .owl-nav .owl-prev span, .mono .testimonial .owl-nav .owl-next span {
  background: black;
}

.mono .blog .blog-link button {
  color: #2a2a2b;
}

.mono .blog .blog-link button:hover {
  color: black !important;
}

.mono .footer .socails li i:hover {
  color: black !important;
}

.mono .right-social ul li a:hover i {
  color: black !important;
}

/*-------------------------
       Nill DARK
-------------------------*/
body.nill-dark {
  background-color: #222;
  color: #ffffff;
}

.nill-dark .hero, .nill-dark .hero-02 .hero-item1, .nill-dark .hero-02 .hero-item2, .nill-dark .hero-02 .hero-item3, .nill-dark .footer {
  -webkit-box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);
          box-shadow: inset 0 0 0 2000px rgba(0, 0, 0, 0.8);
}

.nill-dark .hero-03 {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.nill-dark .hero-04 .swiper-slide {
  background-color: #222;
}

.nill-dark .hero-04 .swiper-button-next, .nill-dark .hero-04 .swiper-button-prev {
  background-color: #ffffff;
}

.nill-dark .hero-04 .swiper-button-next:after, .nill-dark .hero-04 .swiper-button-prev:after {
  color: #222;
}

.nill-dark .text-dark {
  color: #f4f4f4 !important;
}

.nill-dark a.text-dark:hover {
  color: #f4f4f4 !important;
}

.nill-dark a.text-dark:focus {
  color: #f4f4f4 !important;
}

.nill-dark .comment-info a {
  color: #f4f4f4 !important;
}

.nill-dark .comment-info a:hover {
  color: #e24727 !important;
}

.nill-dark .form-item .form-control {
  color: #6C6C6C !important;
  border-bottom: 1px solid #eee;
  background: transparent;
}

.nill-dark .form-item .form-control:focus {
  border-bottom: 1px solid #f5d131;
}

.nill-dark .text-muted {
  color: #dbdbdb !important;
}

.nill-dark .bg-dark, .nill-dark .bg-white {
  background-color: #222 !important;
}

.nill-dark .services-item {
  background-color: #2a2a2b !important;
}

.nill-dark .img-thumbnail {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.4);
}

.nill-dark #pp-nav li span, .nill-dark .pp-slidesNav span {
  background-color: #eee;
}

.nill-dark #pp-nav li .active span, .nill-dark .pp-slidesNav .active span {
  background-color: #00309b;
}

.nill-dark .pp-tooltip {
  color: #f4f4f4 !important;
}

.nill-dark .portfolio-filter li a {
  color: #dbdbdb !important;
}

.nill-dark .portfolio .portfolio-item-content {
  border-color: rgba(27, 30, 33, 0.9);
}

.nill-dark .portfolio .portfolio-item-content:hover {
  background-color: rgba(27, 30, 33, 0.9);
}

.nill-dark .portfolio .portfolio-icon a {
  color: #222;
  background-color: #f4f4f4;
}

.nill-dark .portfolio .portfolio-icon a:hover {
  background-color: #e24727;
  color: #f4f4f4;
}

.nill-dark .testimonial .testimonial-item {
  background-color: #2a2a2b !important;
}

.nill-dark .blog .blog-content {
  background-color: #2a2a2b !important;
}

.nill-dark .blog .blog-link:hover {
  color: #f4f4f4;
}

.nill-dark .blog .blog-item h5 a:hover {
  color: #fff !important;
}

.nill-dark .navbar-nav .nav-item a:hover, .nill-dark .navbar a:hover {
  color: #e24727 !important;
}

.nill-dark .navbar a:hover {
  color: #e24727 !important;
}

.nill-dark .testimonial .owl-dot span {
  background-color: #dbdbdb;
}

.nill-dark .testimonial .owl-dot.active span {
  background-color: #f5d131;
}

.nill-dark .blog .blog-link button:hover {
  color: #dbdbdb !important;
}

.nill-dark .pill-button:hover {
  color: #f4f4f4;
}

.nill-dark.mono .base-color {
  color: #ffffff !important;
}

.nill-dark.mono .bg-base-color {
  background-color: #ffffff !important;
}

.nill-dark.mono .pill-button {
  background-color: #f0f0f0;
  border: 2px solid #f0f0f0;
  color: #2a2a2b;
}

.nill-dark.mono .pill-button:hover {
  background-color: #ffffff;
  border-color: #ffffff;
}

.nill-dark.mono #pp-nav li .active span {
  background-color: #ffffff !important;
}

.nill-dark.mono .title-small p:before {
  background: #ffffff;
}

.nill-dark.mono .title-small p:after {
  background: #ffffff;
}

.nill-dark.mono .hero .social-icon .list-inline-item i:hover {
  color: #a8a8a8 !important;
}

.nill-dark.mono ul.timeline > li:before {
  border: 3px solid #ffffff;
}

.nill-dark.mono .skill-box .skillbar-bar {
  background: #ffffff;
}

.nill-dark.mono .skill-box .skillbar {
  background-color: #929292;
}

.nill-dark.mono .portfolio .portfolio-filter a.active {
  background-color: #ffffff !important;
  color: #2a2a2b !important;
}

.nill-dark.mono .portfolio .portfolio-filter a:hover {
  background-color: #ffffff !important;
  color: #2a2a2b !important;
}

.nill-dark.mono .portfolio .img-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.nill-dark.mono .portfolio .img-overlay-content a:hover {
  background-color: #a8a8a8;
}

.nill-dark.mono .portfolio .portfolio-icon a:hover, .nill-dark.mono .portfolio .portfolio-icon button:hover {
  background-color: #a8a8a8;
}

.nill-dark.mono .testimonial .owl-dot.active span {
  background-color: #a8a8a8;
}

.nill-dark.mono .testimonial .owl-carousel .testimonial-item img {
  border: 2px solid white;
}

.nill-dark.mono .testimonial .owl-nav .owl-prev span, .nill-dark.mono .testimonial .owl-nav .owl-next span {
  background: #a8a8a8;
}

.nill-dark.mono .blog .blog-item h5 a:hover {
  color: #f4f4f4 !important;
}

.nill-dark.mono .blog .blog-link button {
  color: #ffffff;
}

.nill-dark.mono .blog .blog-link button:hover {
  color: #f4f4f4 !important;
}

.nill-dark.mono .footer .socails li i:hover {
  color: #919191 !important;
}

.nill-dark.mono .color-scheme i {
  color: #2a2a2b;
}

.nill-dark.mono .right-social ul li a:hover i {
  color: #ffffff !important;
}

@media (max-width: 991px) {
  .nill-dark .hero-04 .swiper-slide {
    background-color: rgba(0, 0, 0, 0.8) !important;
  }
}

@media (max-width: 767px) {
  .nill-dark header {
    background-color: #222 !important;
    -webkit-box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.4);
            box-shadow: 0 1px 3px 0 rgba(255, 255, 255, 0.4);
  }
}

/*-------------------------
       MEDIA SCREENS
-------------------------*/
@media (min-width: 768px) {
  .pl-md-6 {
    padding-left: 4rem;
  }
  .testimonial .owl-nav {
    display: none;
  }
}

@media (min-width: 1200px) {
  .pilling-page .container {
    max-width: 1050px;
  }
  #myVideo {
    width: 100%;
  }
}

@media (max-width: 1199px) {
  .section {
    padding-right: 6rem;
    padding-left: 6rem;
  }
  #services h2 {
    font-size: 50px;
  }
  .hero-02 .hero-slide {
    background-size: auto 100%;
  }
  .hero-02 .hero-slide.zoom {
    background-size: auto 200%;
  }
  .hero-04 {
    padding: 0 !important;
  }
  .hero-04 .swiper-slide .hero-item-text {
    margin-left: 90px;
  }
	#preloader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999;
	}
	#loader-img {
		display: block;
		position: relative;
		left: 54%;
		top: 55%;
		width: 20%;
		height: 12%;
		margin: -100px 0 0 -100px;
		background-image: url('../img/fav.png');
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center;
		z-index: 1020;
	}
	#loader {
		display: block;
		position: relative;
		left: 79%;
		top: -20%;
		width: 85%;
		height: 140%;
		margin: -100px 0 0 -100px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #00309b;
		-webkit-animation: spin 1.5s linear infinite;
		animation: spin 1.5s linear infinite;
		z-index: 1001;
	}
	#loader:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #f5d131;
		-webkit-animation: spin 4s linear infinite;
		animation: spin 4s linear infinite;
	}
	#loader:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #00309b;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
	}
	@-webkit-keyframes spin {
		0%   {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes spin {
		0%   {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	.loader-section {
		position: fixed;
		top: 0;
		width: 51%;
		height: 100%;  
		background: #222;
		z-index: 1000;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	
	.loader-section.section-left {
		left: 0
	}
	
	.loader-section.section-right {
		right: 0
	}
	
	.panel_left {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
	}
	
	.panel_right {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
	}
	
	.loaded-circle {
		opacity: 0;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out
	}
	
	.loaded-img {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .3s 1s ease-out;
		transition: all .3s 1s ease-out
	}
}

@media (max-width: 991px) {
  body {
    padding-top: 63px;
  }
  body.pilling-page {
    padding-top: 0;
  }
  .personal-item {
    margin-top: 1.5rem !important;
  }
  .hero-04 .hero-left-title {
    position: absolute;
    z-index: 3;
    top: 50%;
  }
  .hero-04 .text-swiper.bg-dark {
    background-color: transparent !important;
  }
  .hero-04 .hero-text {
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    padding: 0;
  }
  .hero-04 .hero-text .swiper-slide {
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0 !important;
  }
  .hero-04 .hero-text .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
  }
  .hero-04 .hero-text .swiper-slide .hero-item-text {
    max-width: 500px;
    padding: 0 15px;
    margin: 0 auto;
  }
  .hero-04 .hero-text .swiper-slide .hero-item-text .slider-number {
    bottom: 0px;
    left: 5px;
  }
  .hero-04 .swiper-buttons {
    display: none;
  }
  .hero-04 .swiper-button-next, .hero-04 .swiper-container-rtl .swiper-button-prev {
    left: 50%;
  }
  .hero-04 .swiper-button-prev, .hero-04 .swiper-container-rtl .swiper-button-next {
    right: 50%;
  }
}

@media (max-width: 767px) {
    header {
        background-color: #fff;
        -webkit-box-shadow: 0 1px 3px 0 #eee;
        box-shadow: 0 1px 3px 0 #eee;
    }
    
    .gal-phot h1 {
        font-size: 1.8rem;
    }
    
    .gal-phot p {
        font-size: 18px;
    }
    
    .testimonial .display-content{
        padding-bottom: 9rem;
    }
    .owl-carousel .owl-stage-outer{
        overflow-x: hidden;
        overflow-y: inherit;
    }
	#preloader {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 99999;
	}
	#loader-img {
		display: block;
		position: relative;
		left: 45%;
		top: 33%;
		width: 60%;
		height: 60%;
		margin: -100px 0 0 -100px;
		background-image: url('../img/fav.png');
		background-repeat: no-repeat;
		background-size: 40%;
		background-position: center;
		z-index: 1020;
	}
	#loader {
		display: block;
		position: relative;
		left: 60%;
		top: 32%;
		width: 65%;
		height: 35%;
		margin: -100px 0 0 -100px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #d8a319;
		-webkit-animation: spin 1.5s linear infinite;
		animation: spin 1.5s linear infinite;
		z-index: 1001;
	}
	#loader:before {
		content: "";
		position: absolute;
		top: 5px;
		left: 5px;
		right: 5px;
		bottom: 5px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #00309b;
		-webkit-animation: spin 4s linear infinite;
		animation: spin 4s linear infinite;
	}
	#loader:after {
		content: "";
		position: absolute;
		top: 15px;
		left: 15px;
		right: 15px;
		bottom: 15px;
		border-radius: 50%;
		border: 3px solid transparent;
		border-top-color: #d8a319;
		-webkit-animation: spin 2s linear infinite;
		animation: spin 2s linear infinite;
	}
	@-webkit-keyframes spin {
		0%   {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	@keyframes spin {
		0%   {
			-webkit-transform: rotate(0deg);
			-ms-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		100% {
			-webkit-transform: rotate(360deg);
			-ms-transform: rotate(360deg);
			transform: rotate(360deg);
		}
	}
	
	.loader-section {
		position: fixed;
		top: 0;
		width: 51%;
		height: 100%;  
		background: #EEEEEE;
		z-index: 1000;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
	
	.loader-section.section-left {
		left: 0
	}
	
	.loader-section.section-right {
		right: 0
	}
	
	.panel_left {
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
	}
	
	.panel_right {
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		-webkit-transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
		transition: all .7s .3s cubic-bezier(0.645, 0.045, 0.355, 1.000)
	}
	
	.loaded-circle {
		opacity: 0;
		-webkit-transition: all .3s ease-out;
		transition: all .3s ease-out
	}
	
	.loaded-img {
		visibility: hidden;
		-webkit-transform: translateY(-100%);
		-ms-transform: translateY(-100%);
		transform: translateY(-100%);
		-webkit-transition: all .3s 1s ease-out;
		transition: all .3s 1s ease-out
	}
	
	.size-sm {
		font-size: 2rem !important;
		padding-bottom: 2rem;
		margin-bottom:  2rem;
	}
	
	.logo-footer {
		width: 200px;
	}
  .overlay-menu-toggler {
	  right: 0.5rem;
  }
  .overlay-menu .overlay-menu-list .overlay-nav a, .overlay-menu .overlay-menu-list .overlay-nav span, .overlay-menu .overlay-menu-list .overlay-nav p {
    font-size: 12px;
    padding: 0.5rem;
  }
  #pp-nav {
    display: none;
  }
  .title-small {
    display: none;
  }
  .section {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 2rem;
  }
  .fix-logo {
    display: none;
  }
  #services h2 {
    font-size: 40px;
  }
  .testimonial .owl-dot {
    display: none;
  }
  .logo-area {
	width: 18%;
	margin-left: 0;
 }
 .logo-area img {
	width: 100%;
 }
 .lproj {
	display: block;
    max-width: 100%;
 }    
#medtrain {
	width: 1.2rem;
	margin-right:  0;
}
.color-scheme {
    right: 5%;
	top: 1.7%;
}
.Button:after {
  content: '\21C5';
  color: #00309b;
  font-weight: bold;
  font-size: 15px;
  float: right;
  margin-right: 5px;
  line-height: 27px;
}

.Button h5 {
	display: inline-block;
	margin-bottom: 0 !important;
	font-size: 10.5px;
}
.panel span {
    margin: 5px 5% 0 5%;
    text-align: center;
    font-size: 0.7rem;
}    
.panel p {
    margin-top: 0.2rem !important;
}    
.sec-para {
    display: block;
}    
.sec-para img, .sec-para p {
    width: 100%;
    margin: 0;
}    
.size-md {
    font-size: 1.2rem!important;
	line-height: 1.4;
}
.services .services-content {
    padding-left: 1.5rem;
}
.services .services-item {
    padding: 15px 3px;
}
.bio-btn {
    padding: 0 15%;
}
.pill-button {
    display: block;
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    text-align: center;
}
.btn-overlay-princip {
    display: block;
    position: absolute;
    bottom: 15%;
    margin: 0 43%;
}
.btn-overlay-princip i {
    border: 1px solid #d9a51c;
    border-radius: 50%;
    background: #d9a51c;
    color: #fff;
    font-size: 0.7rem;
    padding: 15px;
}
.btn-overlay {
    display: block;
    position: absolute;
    bottom: -10%;
  right: 5%;
}
.btn-overlay i, .btn-overlay2 i, .btn-overlay3 i, .btn-overlay4 i, .btn-overlay5 i {
    border: 1px solid #d9a51c;
    border-radius: 50%;
    background: #d9a51c;
    color: #fff;
    font-size: 0.7rem;
    padding: 10px;
}
.display-content {
    padding: 5rem 0 3rem 0;
}
.btn-overlay2 {
    display: block;
    position: absolute;
    bottom: -6%;
  right: 5%;
}
.btn-overlay3 {
  display: block;
  position: absolute;
  bottom: 5%;
  right: 5%;
}
.btn-overlay4 {
  display: block;
  position: absolute;
  bottom: -15%;
  right: 5%;
}
.btn-overlay5 {
  display: block;
  position: absolute;
  bottom: -68%;
  right: 5%;
}
iframe {
	height: 180px;
}
.pill-button1 {
	float: right;
}
.hero-04 .swiper-slide .hero-item-text .slider-content h2 {
    font-size: 3rem;
  }
}

@media (max-width: 575px) {
  .comments img {
    width: 85px;
  }
  .comment-info {
    margin-left: 100px;
  }
  #message.toast {
    top: 18px;
    left: inherit;
    font-size: 12px;
    padding: 3px 0;
  }
  .overlay-nav a, .overlay-nav span, .overlay-nav p {
    padding: 0.5rem;
    letter-spacing: 1px;
  }
  .overlay-menu .overlay-menu-list .overlay-nav > ul {
    width: 100%;
    float: none;
    margin-bottom: 2rem;
  }
  #services h2 {
    font-size: 30px;
  }
  .testimonial .display-table, .testimonial .display-content {
    display: block;
  }
  .testimonial .testimonial-item {
    padding: 15px;
  }
  .blog-single .modal-dialog, .portfolio-single .modal-dialog {
    max-width: 100%;
  }
}