/* -------------------------
 * Global Styling Starts
------------------------- */
/*
* Preloader 
*/
.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
    background: #ffffff;
}
.loader-inner{
    position: absolute;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    top: 50%;
    left: 50%;
}
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
}
.dot1, 
.dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #232323;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}
.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes sk-rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes sk-rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}
@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}
/* /Preloader */

a{outline: none; text-decoration: none;}

.btn {display:inline-block; border:2px solid transparent; letter-spacing: .5px; line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto; font-family: 'Open Sans', sans-serif; font-weight: 400;
    -webkit-transition: all .3s ease-in-out !important;
    transition: all .3s ease-in-out !important;}

/* button size */
.btn.btn-very-small {font-size:9px; padding: 1px 17px; line-height: 22px;}
.btn.btn-small {font-size:11px; padding: 4px 24px;}
.btn.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn.btn-large {font-size:13px; padding: 10px 30px !important; line-height: 25px}
.btn.btn-extra-large {font-size:15px; padding: 12px 40px 13px;  line-height: 25px}
.btn-dual .btn {margin: 0 10px; }
.btn i {margin-left: 6px; vertical-align: middle; position: relative; top:-1px}

/* button background */
.btn.btn-blue-black {background:#25a8ae; border-color:#25a8ae; color:#fff; font-size:15px;}
.btn.btn-blue-black:hover, .btn.btn-blue-black:focus {background:#103545; border-color:#103545; color:#FFFFFF!important; font-size:15px;}
.btn.btn-black-blue {background:#103545; border-color:#103545; color:#fff;font-size:15px;}
.btn.btn-black-blue:hover, .btn.btn-black-blue:focus {background:#25a8ae; border-color:#103545; color:#FFFFFF!important; font-size:15px;}

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn.btn-rounded.btn-small {padding: 5px 29px;}
.btn.btn-rounded.btn-medium {padding: 6px 32px;}
.btn.btn-rounded.btn-large {padding: 9px 38px;}
.btn.btn-rounded.btn-extra-large {padding: 12px 45px 13px;}

.pink_color, .navbar .navbar-nav li a:hover, .navbar .side-menu-button.actives .fa, .pushmenu .push_nav > li > a > span, .upper_inner_information_icons_inner li a:hover, .team_detail:hover h3, .expertise_block:hover .h3_pink, .blog_slide:hover a>h3, .contact_form_extra_inner:hover .form_icon, .contact_form_inner a:hover .form_text, #area-main ul.blog-author li a:hover, .blog_meox .morepost-wrap2 a:hover, .blog_meox .morepost-wrap2 .morepost:hover .fa-long-arrow-left, .morepost-wrap .morepost:hover .fa-long-arrow-left, .blog_meox .morepost-wrap2 .morepost:hover .fa-long-arrow-right, .morepost-wrap .morepost:hover .fa-long-arrow-right, .blog_meox ul.category li a .date, .blog_meox ul.category li a:hover, .blog_meox .blog-item blockquote, .countdown .page_content_body form a:hover i, .picker-off, .stats_section_inner:hover .stats_section_icon, .white-portfolio-link:hover, .timeline > li:hover .timeline-badge > a, .timeline > li > .timeline-panel:hover .timeline-badge > a, .medical_main_slider .swiper-arrows {
    color: #25a8ae !important;
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    overflow-x: hidden;
}
.raleway{
    font-family: 'Raleway', sans-serif;
}
.open_sans{
    font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Raleway', sans-serif;
}
a, button {
    font-family: 'Open Sans', sans-serif;
}
.bg_white{
    background: #FFFFFF;
}
.bg_gray{
    background: #f7f7f7;
}
.big_padding{
    padding: 120px 0;
}
.small_padding{
    padding: 60px 0;
}
.font_200{
    font-weight: 200 !important;
}
.font_300{
    font-weight: 300 !important;
}
.font_400{
    font-weight: 400 !important;
}
.font_600{
    font-weight: 600 !important;
}
.all_big_padding{
    padding: 60px;
}
.all_small_padding{
    padding: 30px;
}
.left_align{
    margin-left: 0 !important;
}
.margin_default_bottom{
    margin-bottom: 25px !important;
}
.margin_default_bottom_big{
    margin-bottom:60px !important;
}
.default_section_heading{
    font-size: 40px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #232323;
}
.mid_default_margin{
    margin-top: 90px;
}
.md_heading_navy {
    color: #232323;
    font-weight: 600;
    font-size: 30px;
    margin: 0;
    padding: 0;
}
.small_heading_navy{
    color: #232323;
    font-weight: 600;
    font-size: 22px;
    margin: 0;
    margin-bottom: 15px;
}
.xs_heading_navy {
    color: #232323;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    margin: 0;
    margin-bottom: 15px;
}
.default_text{
    color: #676767;
    font-size: 14px;
    margin: 0;
    word-spacing: 2px;
    line-height: 28px;
}
.default_small_heading{
    color: #989898;
    font-size: 18px;
    margin: 0;
    word-spacing: 2px;
    line-height: 32px;
}
.default_text_light{
    color: #676767;
}
.default_divider{
    width: 70px;
    margin: 20px auto;
}
.default_divider_white{
    border-top-color: #FFFFFF;
}
.default_divider_big{
    margin-bottom: 90px;
}
.padding_0{
    padding: 0 !important;
}
.margin_0{
    margin: 0 !important;
}
.none{
    display: none;
}
.default_divider_left{
    margin-left: 0;
}
.default_divider_blue{
    border-top-color: #6d6d6d !important;
}
.blue_color{
    color: #6d6d6d;
}
.navy_blue{
    color: #232323;
}
.white_color{
    color: #FFFFFF;
}
.navy_blue_important{
    color: #232323 !important;
}
.bg_blue{
    background: #6d6d6d;
}
.bg_navy{
    background: #232323;
}
.bg_before_blue:hover{
    background: #6d6d6d !important;
}
.bg_before_navy:hover{
    background: #232323 !important;
}
.bg_before_white:hover{
    background: #ffffff !important;
    color: #232323 !important;
}
.bg_before_navy_white:hover{
    background: #232323 !important;
    color: #ffffff !important;
}
.bg_before_white{
    -webkit-transition: 300ms !important;
    transition: 300ms !important;
}
.button:hover{
    color: #ffffff;
}
.button:focus{
    color: #ffffff;
}
.anchor_style_default{
    text-decoration: none;
}
.anchor_style_default:hover{
    text-decoration: none;
}
.anchor_style_default:focus{
    text-decoration: none;
}
.button_default_style{
    padding: 15px 55px;
    color: #fff;
    text-decoration: none !important;
}
.bordered_button{
    padding: 13px 53px !important;
    border: 2px solid #ffffff;
    background: transparent;
}
.button {
    display: inline-block;
    -webkit-transition: 300ms !important;
    transition: 300ms !important;
    border-radius: 50px;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;

}
.pos_relative{
    position: relative;
}
.bg-white {
    position: relative;
    background: #fff;
}
.section-heading p {
    max-width: 800px;
    margin: 0 auto;
}
.section-heading * + p {
    margin-top: 15px;
}
textarea::-webkit-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea:-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea::-moz-placeholder {
    color: #b5b5b5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea:-ms-input-placeholder {
    color: #b5b5b5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
textarea {
    resize: none;
}
label {
    font-weight: normal;
    margin: 0;
}
button {
    border: none;
    cursor: pointer;
}
button:focus,
textarea:focus {
    outline: none;
    outline: 0;
}
.form-control {
    box-shadow: 0 0;
}
::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder {
    color: #b5b5b5;
}
:-moz-placeholder,
.form-control:-moz-placeholder {
    color: #b5b5b5;
}
::-moz-placeholder,
.form-control::-moz-placeholder {
    color: #b5b5b5;
}
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b5b5b5;
}
.form-control:focus,
textarea:focus {
    border-color: #4fb8aa;
    box-shadow: 0 0;
}

/**
* Curved List Style
*/
.curved-list {
    width: 100%;
    padding: 25px 25px;
    font-size: 15px;
}
.curved-list > p,
.curved-list > ol,
.curved-list > ul {
    margin: 0;
    list-style: none;
}
.curved-list > p,
.curved-list > ol > li,
.curved-list > ul > li {
    list-style: none;
    list-style-type: none;
	border-top: 2px dashed #25a8ae;
	margin: 0;
	padding: 30px;
	counter-increment: my-custom-list-counter;
	position: relative;
}
.curved-list > p:nth-child(odd):before,
.curved-list > ol > li:nth-child(odd):before,
.curved-list > ul > li:nth-child(odd):before,
.curved-list > p:nth-child(even):before,
.curved-list > ol > li:nth-child(even):before,
.curved-list > ul > li:nth-child(even):before {
	content: counter(my-custom-list-counter);
    background-color: #103545;
    color: white;
    font-size: 18px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -20px;
    transition: background-color 0.3s;
}
.curved-list > p:nth-child(even):before,
.curved-list > ol > li:nth-child(even):before,
.curved-list > ul > li:nth-child(even):before {
    left: auto;
    right: -20px;
}
.curved-list > p:nth-child(odd),
.curved-list > ol > li:nth-child(odd),
.curved-list > ul > li:nth-child(odd) {
	border-left: 2px dashed #25a8ae;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
	margin-right: 30px;
	padding-right: 0;
}
.curved-list > p:nth-child(even),
.curved-list > ol > li:nth-child(even),
.curved-list > ul > li:nth-child(even) {
	border-right: 2px dashed #25a8ae;
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
	margin-left: 30px;
	padding-left: 0;
}
.curved-list > p:first-child,
.curved-list > ol > li:first-child,
.curved-list > ul > li:first-child {
	border-top: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}
.curved-list > p:last-child,
.curved-list > ol > li:last-child,
.curved-list > ul > li:last-child {
    border-bottom: 2px solid #25a8ae;
	/* border-bottom-right-radius: 0; */
    /* border-bottom-left-radius: 0; */
}

.curved-list > p:hover:before,
.curved-list > ol > li:hover:before,
.curved-list > ul > li:hover:before {
    background-color: #25a8ae !important;
}

/**
* Line Dot List Style
*/
.line-dot-list {
    width: calc(100% - 50px);
    margin: 0 auto;
    border-left: 2px solid #25a8ae;
    font-size: 15px;
}
.line-dot-list > p,
.line-dot-list > ol,
.line-dot-list > ul {
    margin: 0;
    list-style: none;
}
.line-dot-list > p,
.line-dot-list > ol > li,
.line-dot-list > ul > li {
    display: block;
    padding-left: 30px;
    margin-bottom: 15px;
    position: relative;
}
.line-dot-list > p:before,
.line-dot-list > ol > li:before,
.line-dot-list > ul > li:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #25a8ae;
    position: absolute;
    top: 6px;
    left: -8px;
}
.line-dot-list > p:hover:before,
.line-dot-list > ol > li:hover:before,
.line-dot-list > ul > li:hover:before {
    background-color: #103545;
}

/**
* Circle title
*/
.circle-title {
    display: block;
    width: 100%;
    height: auto;
    overflow-x: clip;
    overflow-y: visible;
    margin-bottom: 50px;
}
.circle-title > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background: #103545;
    font-size: 20px;
    padding: 5px;
    width: 150px;
    height: 150px;
    line-height: 1;
    border-radius: 50%;
    border: 10px solid rgba(255, 255, 255, 0.5);
    text-align: center;
    word-break: break-all;
    overflow-wrap: break-word;
    position: relative;
    left: 25px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
}
.circle-title > span:after {
    content: "";
    width: 50px;
    height: 13px;
    background: rgba(0, 0, 0, 0.15);
    position: absolute;
    bottom: -42px;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(0);
            transform: translateX(-50%) scale(0);
    border-radius: 50%;
    filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="5" /></filter></svg>#filter');
    -webkit-filter: blur(5px);
            filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(pixelradius=5);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.circle-title > span.shadowed:after {
    -webkit-transform: translateX(-50%) scale(1);
            transform: translateX(-50%) scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

/* 
 * Custom Scrollbar style
 */
/* width */
::-webkit-scrollbar {
	width: 11px;
	background-color: #F5F5F5;
}
/* Track */
::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background-color: rgba(37, 168, 174, 1);
  border-radius: 5px;
  border: 0.5px solid #103545;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background-color: #103545;
}

/* 
 * Scroll to top button
 */
#scrollTop {
	z-index: 999;
	cursor: pointer;
	border: none;
	position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    text-align: center;
    color: #fff;
    box-shadow: 0 0 8px 0px rgba(16, 53, 69, 0.7) inset;
    border-radius: 4px;
    background: #25a8ae;
    display: none;
}
#scrollTop:focus {
	outline: none;
}
#scrollTop i {
	display: block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#scrollTop:hover i {
	-webkit-transform: translateY(-3px);
	        transform: translateY(-3px);
}
/* -------------------------
 * /Global Styling Ends
------------------------- */

/* -------------------------
 * Navigation starts
------------------------- */
.navbar {
    width: 100%;
    padding-top: 16px;
    padding-top: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 1);
}
.home .navbar {
    background: rgba(255, 255, 255, 0.5);
}
.fixedmenu {
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
    z-index: 1002;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background: #fff !important;
}
@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: none;
        transform: none;
    }
}

/* navbar brand */
.navbar-brand {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: inline-block;
    height: 75px;
    width: auto;
    max-width: 90px;
    margin: 5px 0;
    padding: 0;
    text-align: left;
    position: relative;
}
.navbar-brand > img {
    display: inline-block;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.navbar-brand .site-title {
    display: inline-block;
    margin: 0;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    word-spacing: normal;
    letter-spacing: normal;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: initial;
}

/* navbar menu item */
.navbar-nav li {
    margin: 16px 5px;
    position: relative;
}
.navbar-nav li:first-child {
    margin-left: 0;
}
.navbar-nav li:last-child {
    margin-right: 0;
}
.navbar-nav li a {
    margin: 8px 6.4px !important;
    margin: 0.5rem 0.4rem !important;
    padding: 8px !important;
    padding: 0.5rem !important;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-family: 'Raleway', sans-serif;
    text-transform: capitalize;
    font-size: 14px;
    letter-spacing: 2px;
    color: #232323;
    position: relative;
    overflow: hidden;
}
.navbar .navbar-nav li a,
.navbar.fixedmenu .navbar-nav li a {
    color: #484b59;
}
.navbar-nav li a:hover,
.navbar-nav li a:focus,
.fixedmenu .navbar-nav li a:hover,
.fixedmenu .navbar-nav li a:focus {
    color: #0284d0;
}
.navbar .navbar-nav li a:first-of-type {
    background: transparent;
}
.navbar .navbar-nav li a:after {
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
/* Nav Item Bottom Line Hover Effect */
.nav-bottom-line .navbar-nav li a:after {
    content: '';
    display: block;
    width: 0;
    height: 4px;
    background: #0284d0;
    -webkit-transition: width .3s;
    transition: width .3s;
    border-radius: 50px;
    -webkit-transform-origin: right;
    transform-origin: right;
}
.nav-bottom-line .navbar-nav li a:hover:after,
.nav-bottom-line .navbar-nav li a:focus:after,
.nav-bottom-line .navbar-nav li.current-menu-item a:after {
    width: 100%;
}

/* Sidemenu open btn / toggler */
.sidemenu_btn {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    width: 44px;
    padding: 6px;
    margin-right: 16px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    border: none;
    outline: none;
    background: #fff !important;
}
.sidemenu_btn.left {
    left: 15px;
    right: auto;
}
.sidemenu_btn > span {
    height: 3px;
    width: 100%;
    display: block;
    background: #232323;
}
/* .navbar .sidemenu_btn > span {
    background: #484b59;
}
.navbar.fixedmenu .sidemenu_btn > span {
    background: #484b59;
} */
.sidemenu_btn > span:nth-child(2) {
    margin: 5px 0;
}

/**
* Side menu
*/
.side-menu {
    width: 42%;
    position: fixed;
    right: -1px;
    top: 0;
    background: #0284d0;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.before-side,
.side-menu.side-menu-active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* Sidemenu active screen overlay */
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
}

/* Sidemenu close btn */
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    box-shadow: 0 4px 4px -4px rgba(0,0,0,0.15);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.side-menu .btn-close:before, 
.side-menu .btn-close:after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.side-menu .inner-wrapper {
    padding: 56px 80px;
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.side-menu .side-nav {
    margin-bottom: 30px;
    display: block;
}
.side-nav .navbar-nav li{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav li:first-child {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav li:nth-child(2){
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav li:nth-child(3) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav li:nth-child(4) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav li:nth-child(5) {
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav li:nth-child(6) {
    -webkit-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav li:nth-child(7) {
    -webkit-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav li:nth-child(8) {
    -webkit-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav li:nth-child(9) {
    -webkit-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav li {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.side-nav .navbar-nav li a {
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    margin: 0.4rem 0.4rem !important;
    font-size: 24px;
    font-size: 1.5rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    line-height: normal;
    position: relative;
    border-radius: 0;
}
.side-nav .navbar-nav li a:after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.side-nav .navbar-nav li a:hover:after,
.side-nav .navbar-nav li a:focus:after,
.side-nav .navbar-nav li.current-menu-item a:after {
    width: 100%;
}
.side-nav .navbar-nav li.current-menu-item a {
    background: transparent;
}

/* sidemenu footer */
.side-menu .side-footer p {
    font-size: 13px;
    margin-top: 8px;
    margin-top: .5rem;
    margin-bottom: 0;
    color: #FFFFFF;
}

/* wrapper on opened sidebar */
.wrapper {
    padding-left: 290px;
}
.wrapper .full-screen {
    width: 100% !important;
}

/**
* Menu responsive style
*/
@media (max-width: 1199.98px) {
    .side-menu {
        width: 50%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 3.5rem 2.5rem;
    }
    .navbar-brand {
        margin: 5px 0 5px 10px;
    }
}
@media (max-width: 991.98px) {
    .side-menu {
        width: 66%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 2.5rem 2.5rem;
    }
}
@media (max-width: 767.98px) {
    .side-menu {
        width: 85%;
    }
    .side-menu .inner-wrapper {
        padding: 3.5rem 1rem 1rem;
    }
    .side-nav .navbar-nav li a {
        font-size: 1rem;
        letter-spacing: 0.5px;
    }
    .navbar {
        padding: 10px;
    }
    .navbar.fixedmenu {
        padding: 0 10px;
    }
    .navbar.sidebar-nav {
        width: 100%;
        height: auto;
        padding: 0 1rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sidemenu_btn {
        right: 0;
    }
    .side-nav .navbar-nav li {
        margin: 5px 0;
    }
    .wrapper {
        padding-left: 0;
    }
}
@media (max-width: 575.98px) {
    .navbar-brand {
        height: 65px;
    }
    .side-nav .navbar-nav li a {
        margin: 4px 8px !important; 
    }
}
/* -------------------------
 * Navigation ends
------------------------- */

/* Slider Styling */
.main_slider{
    width: 100%;
    width: 100vh;
    height: 100vh;
}

/* -------------------------
 * Revolution Slider
------------------------- */
.tp-bullet, .swiper-pagination-bullet {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    background: #b5b5b5;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.swiper-bullet-style-two .swiper-pagination-bullet{
    width: 9px;
    height: 9px;
    overflow: hidden;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    border-radius: 9px;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.swiper-bullet-style-two .swiper-pagination-bullet-active{
    width: 50px;
}

.centered_main_slider .swiper-pagination {
    left: 0;
    width: 100%;
    top: 60%;
    -webkit-transform: translateY(-60%);
            transform: translateY(-60%);
    bottom: auto;
}

.tparrows{
    border-radius: 40px;
    -webkit-transition: 1s;
    transition: 1s;
}

.centered_main_logo{
    position: absolute;
    width: 100%;
    top: 35%;
    display: block;
    text-align: center;
}

.centered_main_logo img{
    width: 220px;
}

/* -------------------------
 * Half section style
------------------------- */
.half_section_main{
    position: relative;
}

.half_section_main .half_section_picture{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.half_section_main .side_section_text{
    padding-left: 30px;
}

.half_section_right .half_section_picture{
    right: 0 !important;
    left: auto;
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.half_section_right .side_section_text{
    padding-left: 0;
    padding-right: 30px;
}

/* -------------------------
 * About section
------------------------- */
.about-section .about-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #103545;
    -webkit-transform-origin: left;
            transform-origin: left;
    z-index: 2;
}

.about-section .half_section_picture {
    background-color: #F7F7F7;
    box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

.about-section .half_section_picture img {
    display: inline-block;
    max-width: 55%;
    max-height: 75%;
    margin: auto;
    z-index: 1;
    box-shadow: -3px -3px 10px 1px #fff, 
                3px 3px 10px 1px rgba(0, 0, 0, 0.5);
}

/* -------------------------
 * Offer/Service section
------------------------- */
.offer-section .expertise_block {
    position: relative;
    padding: 15px 5px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.expertise_block .service-icon {
    display: inline-block;
    padding: 10px;
    position: relative;
}

.expertise_block .service-icon:before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(27, 165, 171, 0.1);
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.expertise_block:hover .service-icon:before {
    width: 600%;
    height: 600%;
}

.expertise_block .service-icon img {
    display: inline-block;
    width: 60px;
    max-height: 60px;
}

.expertise_block .service-icon .icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 60px;
    height: 60px;
    overflow: hidden;
}

.expertise_block h3{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: 300ms;
    transition: 300ms;
}

.offer-section .expertise_block p {
    width: 100%;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.expertise_block .icon-wrap i {
    font-size: 56px;
    color: #1BA5AB;
    -webkit-transition: 300ms;
    transition: 300ms;
}

/* -------------------------
 * Book Slider Section
------------------------- */
.book-section {
    background-color: #F7F7F7;
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.book-section .half_section_picture {
    background-repeat: no-repeat;
    background-position: left 30%;
    background-size: 50% auto !important;
    background-attachment: fixed;
}

/**
* book slider style
*/
.book-slider-wrapper {
    width: 100%;
    height: 420px;
    margin-top: 50px;
    position: relative;
    border: 3px solid #fff;
    background: #fff;
}

.book-slider.swiper-container {
    width: 300px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.book-slider .swiper-cube-shadow {
    pointer-events: none;
}

.book-slider .swiper-pagination {
    bottom: -45px;
    cursor: default;
}

.book-slider .swiper-pagination .swiper-pagination-bullet {
    margin: 0 10px;
}

.book-slider .swiper-pagination-bullet-active {
    background: #25A8AE !important;
}

.book-slider .swiper-wrapper,
.book-slider .book-single {
    width: 100%;
    height: 100%;
}

/**
* book single style
*/
.book-slider .book-single {
    padding: 20px 10px 40px;
    background: #25A8AE;
}

.book-slider .swiper-slide-active .book-single {
    border-radius: 8px;
}

.book-slider .book-img {
    position: relative;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    margin: 0 auto;
    background: #aaa;
    border: 2px solid #fff;
    overflow: hidden;
}

.book-slider .book-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

.book-slider .book-title {
    max-width: 90%;
    margin: 15px auto 1px;
    padding: 10px 0;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    color: #000;
}

.book-single .book-title:before, 
.book-single .book-title:after {
    width: 0;
    max-width: 0;
    content: "";
    background-color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
}

.book-single .book-title:before {
    height: 2px;
    top: 0;
    left: 0;
}

.book-single .book-title:after {
    height: 1px;
    bottom: 0;
    right: 0;
}

.book-single:hover .book-title:before, 
.book-single:hover .book-title:after {
    width: 100%;
    max-width: 100%;
}

/**
* book animation
*/
.book-slider-wrapper > .anim-book {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 98%;
    height: 98%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.book-single .anim-book {
    height: 150px;
    width: auto;
    max-width: 200px;
}

.book-slider-wrapper > .anim-book svg,
.book-single .anim-book svg {
    height: 97%;
    width: auto;
    fill: transparent;
	stroke: #cccccc;
	stroke-width: 3;
	/* stroke-dasharray: 4330.7412109375; */
	stroke-dasharray: 1415;
	stroke-dashoffset: -1415;
}

.book-single .anim-book svg {
    height: 100%;
    stroke:rgba(16, 53, 69, 1);
	stroke-width: 6;
}

.book-section.appeared .book-slider-wrapper > .anim-book svg {
    -webkit-animation: bigBookFilling 4s linear 0.25s forwards;
            animation: bigBookFilling 4s linear 0.25s forwards;
}
@-webkit-keyframes bigBookFilling {
	0% {
        stroke-dashoffset: -1415;
        fill: transparent;
    }
    50% {
        stroke-dashoffset: 0;
        fill: transparent;
    }
	100% {
        stroke-dashoffset: 0;
        fill: rgb(230, 230, 230);
	}
}
@keyframes bigBookFilling {
	0% {
        stroke-dashoffset: -1415;
        fill: transparent;
    }
    50% {
        stroke-dashoffset: 0;
        fill: transparent;
    }
	100% {
        stroke-dashoffset: 0;
        fill: rgb(230, 230, 230);
	}
}

.swiper-slide-active .book-single .anim-book svg {
	-webkit-animation: bookFilling 2s linear 0.3s forwards;
	        animation: bookFilling 2s linear 0.3s forwards;
}
@-webkit-keyframes bookFilling {
	0% {
		stroke-dashoffset: -1415;
	}
	100% {
		stroke-dashoffset: 0;
	}
}
@keyframes bookFilling {
	0% {
		stroke-dashoffset: -1415;
	}
	100% {
		stroke-dashoffset: 0;
	}
}

/* -------------------------
 * Monograph section
------------------------- */
.monograph-items .item-image-text {
    background: #F7F7F7;
    position: relative;
    box-shadow: 0 25px 25px -33px rgba(0, 0, 0, 0.2);
}

.monograph-items .item-image-text:not(.animated):before,
.monograph-items .item-image-text:not(.animated):after {
    position: absolute;
    top: 90%;
    bottom: 11px;
    left: 10px;
    right: 45px;
    content: "";
    background: transparent;
    z-index: -1;
    box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.5);
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.monograph-items .item-image-text:not(.animated):after {
    left: 45px;
    right: 11px;
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
}

.monograph-items .item-image-text:not(.animated):hover:before,
.monograph-items .item-image-text:not(.animated):hover:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
}

.monograph-items .item-img {
    width: 100%;
    height: 250px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
}

.monograph-items .item-img > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.monograph-items .item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.monograph-items .item-img:hover img {
    -webkit-transform: scale(1.1) perspective(1000px);
            transform: scale(1.1) perspective(1000px);
}

.monograph-items .item-details h3 {
    width: 100%;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.monograph-items .item-details p:last-of-type {
    width: 100%;
    height: 84px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

/* -------------------------
 * Scientific Grant Section
------------------------- */
.sc-grant-section .half_section_picture {
    background-repeat: no-repeat;
    background-position: right 30%;
    background-size: 50% auto !important;    
    background-attachment: fixed;
}

.grant-logos .grid-sizer, 
.grant-logos .item-single {
	width: calc(calc(100% / 3) - 15px);
}

.grant-logos .item-single {
	margin-bottom: 15px;
	background-color: #fff;
	border-radius: 4px;
	padding: 24px 15px;
    box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.grant-logos .item-single:hover {
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.25);
}

.grant-logos .item-single img {
    max-width: 100%;
    height: auto;
}

/* -------------------------
 * CTA Section
------------------------- */
.cta-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.cta-section:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.55);
}

.cta-item .cta-icon {
    display: inline-block;
    font-size: 40px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.cta-item:hover .cta-icon {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    mix-blend-mode: screen;
}

.cta-item p {
    display: inline-block;
    padding: 5px 15px;
    font-size: 20px;
    position: relative;
    z-index: 1;
}

.cta-item p:before,
.cta-item p:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    -webkit-transform: skewX(-10deg);
            transform: skewX(-10deg);
    z-index: -1;
}

.cta-item p:after {
    height: 1px;
    top: -8px;
    left: 4px;
}

/* -------------------------
 * Footer Section
------------------------- */
.footer_section{
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_links{
    padding: 0;
    margin: 0;
    margin-bottom: 25px;
}

.footer_links li{
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}

.footer_links li a {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: 1s;
    transition: 1s;
}

.footer_links li a i {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.footer_links li a:hover i[class*="facebook"] {
    background-color: #3b5998;
}

.footer_links li a:hover i[class*="linkedin"] {
    background-color: #0077B5;
}

.footer_links li a:hover i[class*="github"] {
    background-color: #211F1F;
    background-color: #111111;
}

.footer_links li a:hover i[class*="twitter"] {
    background-color:#00B2FF;
}

.footer_links li a:hover i[class*="pinterest"] {
    background-color:#BD081C;
}



/* -------------------------
 * STANDALONE PAGES START
------------------------- */
/* Breadcrumb hero section */
.bc-hero-section {
    background-color: #a5a5a5;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 250px 0 125px;
}

.bc-hero-section .bc-content {
    width: 700px;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    padding: 50px 25px;
    border-radius: 6px;
    z-index: 1;
}

.bc-content .bc-content-bg {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    background: rgba(255, 255, 255, 0.5);
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .bc-content .bc-content-bg {
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(255, 255, 255, 0.3);
    }
}

.bc-hero-section .bc-title {
    display: inline-block;
    font-size: 40px;
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
}

/**
* Page transition screen overlay
*/
.bc-transition-overlay {
    width: 100%;
    height: 125%;
    content: "";
    background-color: #0284D0;
    position: absolute;
    top: 62%;
    left: 50%;
    -webkit-transform-origin: center 55%;
            transform-origin: center 55%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
            transform: translateX(-50%) translateY(-50%) scale(1);
    box-shadow: 0px 0px 15px 15px rgba(255, 255, 255, 0);
    z-index: 11;
}

/* -------------------------
 *About page starts
------------------------- */
.paged-sections .about-img-wrap {
    /* display: inline-block; */
    width: 40%;
    float: left;
    padding: 50px;
    margin: 0 50px 25px 0;
    background-color: transparent;
    box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.15);
}

.paged-sections .about-img-wrap img {
    max-width: 100%;
}

.paged-sections .about-text p + p {
    margin-top: 15px;
}

/* About links */
.links-section .links-wrapper {
    padding: 50px 0;
}

.links-wrapper .link-item {
    position: relative;
    display: inline-block;
    width: 275px;
    height: 250px;
    background: rgba(255, 255, 255, 0.75);
    background: -webkit-linear-gradient(top, rgba(247, 247, 247, 0.25) 25%, rgba(255,255,255,1) 100%);
    background: linear-gradient(180deg, rgba(247, 247, 247, 0.25) 25%, rgba(255,255,255,1) 100%);
    text-align: center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transform: perspective(400px);
            transform: perspective(400px);
    z-index: 3 !important;
}

.links-wrapper .link-item.swiper-slide-active:before {
    width: 98%;
    height: 4px;
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: transparent;
    box-shadow: 0 0px 0px 0px rgba(255, 255, 255, 0),
                0 0px 0px 0px rgba(0, 0, 0, 0),
                0 5px 5px 0px rgba(0, 0, 0, 0.15),
                0 0px 0px 0px rgba(0, 0, 0, 0);
    z-index: -1;
}

.links-wrapper .link-item img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: calc(100% - 60px);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.links-wrapper .link-item a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 65%;
    min-height: 70px;
    max-height: 50%;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1.2;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    bottom: -13%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateZ(10px) perspective(1000px);
            transform: translateX(-50%) translateZ(10px) perspective(1000px);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    padding: 15px 15px 10px;
    background: #103545;
    color: #fff;
    border-radius: 4px;
    z-index: 5;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.links-wrapper .link-item.swiper-slide-active a {
    -webkit-transform: translateX(-50%) translateZ(40px) rotateX(40deg) perspective(1000px);
            transform: translateX(-50%) translateZ(40px) rotateX(40deg) perspective(1000px);
}

.links-wrapper .link-item:hover a,
.links-wrapper .link-item a:hover,
.links-wrapper .link-item a:focus {
    text-decoration: underline;
}

.links-wrapper .link-item a span {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: 0s;
    transition: 0s;
}

.links-wrapper .link-item.swiper-slide-active a span {
    -webkit-transform: translateZ(0) rotateX(-40deg);
            transform: translateZ(0) rotateX(-40deg);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
}

.links-wrapper .swiper-button-next, 
.links-wrapper .swiper-button-prev {
    background: #0284D0;
    color: #fff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    margin-top: -25px;
}

.links-wrapper .swiper-button-disabled {
    cursor: not-allowed;
}

.links-wrapper .swiper-pagination-progress {
    height: 4px;
}

.links-wrapper .swiper-pagination-progressbar {
    background: #0284D0;
}

/* .links-wrapper .swiper-pagination {
    cursor: default;
}

.links-wrapper .swiper-pagination .swiper-pagination-bullet {
    margin: 0 8px;
}

.links-wrapper .swiper-pagination-bullet-active {
    background: #25A8AE !important;
} */
/* ----- /About page ends ----- */



/* -------------------------
 * Book page starts
------------------------- */
.all-books .single-book-item {
    background-color: #fff;
    border-bottom: 1px solid #25a8ae;
}

.all-books .item-img {
    width: 140px;
    height: auto;
    max-height: 200px;
    overflow: hidden;
}

.all-books .item-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* ----- /Book page ends ----- */



/* -------------------------
 * Scientific publications page starts
------------------------- */
/**
* all scp section
*/
/* my accordion style */
.my-accordion {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.15);
}

.my-accordion .accordion-wrapper {
    position: relative;
    min-width: 0;
    word-wrap: break-word;
}

.my-accordion .accordion-header {
    margin-bottom: 0;
    padding: 10px 15px;
    background-color: #889AA2;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

.my-accordion .accordion-body {
    background-color: #fff;
}

.my-accordion .accordion-toggler {
    width: 100%;
    height: 100%;
    padding: 10px;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    text-align: left;
    background-color: #103545;
    color: #fff;
    border: none;
    cursor: pointer;
}

.my-accordion .accordion-toggler:hover,
.my-accordion .accordion-toggler:focus {
    color: #fff;
}

.accordion-toggler .title-year {
    display: inline-block;
    position: relative;
    text-align: right;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    margin-right: 0;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
}

.accordion-toggler[aria-expanded="false"] .title-year {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-right: 46%;
}

.accordion-toggler .default-text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    font-size: 20px;
    line-height: 1;
}

.my-accordion .curved-list {
    padding: 40px;
}

.my-accordion .line-dot-list {
    width: calc(100% - 80px);
    margin: 25px auto;
}

/**
* Monographs section
*/
.all-monographs .single-monograph-item {
    background-color: #f7f7f7;
    border-bottom: 1px solid #25a8ae;
}

.all-monographs .item-img {
    width: 300px;
    height: auto;
    max-height: 220px;
    overflow: hidden;
}

.all-monographs .item-img > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.all-monographs .item-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.all-monographs .item-img:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}
/* ----- /Scientific publications page ends ----- */



/* -------------------------
 * Scientific grants page starts
------------------------- */
.all-sg .single-item {
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
}

.all-sg .item-img {
    width: 175px;
    height: 175px;
    max-width: 100%;
    max-height: 200px;
    background-color: #e6e6e6;
    padding: 20px;
    overflow: hidden;
}

.all-sg .item-img > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}

.all-sg .item-img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* ----- /Scientific grants page ends ----- */



/* -------------------------
 * Certifications page starts
------------------------- */
.all-certifications .single-source {
    margin-bottom: 40px;
}

.all-certifications > [class*="col-"]:last-child > .single-source {
    margin-bottom: 0px;
}

.all-certifications .circle-title {
    margin-bottom: 35px;
}

.all-certifications .curved-list > p:nth-child(odd):before, 
.all-certifications .curved-list > ol > li:nth-child(odd):before, 
.all-certifications .curved-list > ul > li:nth-child(odd):before, 
.all-certifications .curved-list > p:nth-child(even):before, 
.all-certifications .curved-list > ol > li:nth-child(even):before, 
.all-certifications .curved-list > ul > li:nth-child(even):before {
    font-size: 14px;
    height: 36px;
    width: 36px;
    line-height: 36px;
    left: -18px;
    margin-top: -18px;
}

.all-certifications .curved-list > p:nth-child(even):before, 
.all-certifications .curved-list > ol > li:nth-child(even):before, 
.all-certifications .curved-list > ul > li:nth-child(even):before {
    left: auto;
    right: -18px;
}
/* ----- /Certifications page ends ----- */



/* -------------------------
 * My Offer page starts
------------------------- */
.all-offers .single-offer + .single-offer {
    margin-top: 50px;
}

.all-offers .offer-title {
    display: inline-block;
    background: #25a8ae;
    color: #103545;
    font-weight: 700;
    margin-bottom: 20px;
    padding: 15px 30px 15px 60px;
    border-radius: 0 40px 40px 0;
}

.all-offers .offer-details p {
    margin-bottom: 0;
}

.all-offers .offer-details p + p {
    margin-top: 15px;
}

.all-offers .offer-details ul {
    padding-left: 50px;
    list-style: square;
}

.all-offers .offer-details ul ul {
    padding-left: 20px;
    list-style: disc;
}
/* ----- /My Offer page ends ----- */



/* -------------------------
 * Contact page starts
------------------------- */
.contact-table {
    overflow: hidden;
}

.contact-table .cells {
    vertical-align: top;
}

.contact-table .icon-cell {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 18px;
    color: #25a8ae;
    background: #F7F7F7;
    box-shadow: -3px -3px 6px rgba(255, 255, 255, 1), 
                2px 2px 5px rgba(0, 0, 0, 0.15);
}

/* contact form */
form.contact-form .form-control {
    height: 48px;
    width: 100%;
    box-shadow: none;
}

form.contact-form:not(.form-inline) .form-group {
    width: 100%;
}

form.contact-form .form-control,
form.contact-form textarea {
    position: relative;
    padding: 12px 10px;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-radius: 10px;
    background: transparent;
    box-shadow: -3px -3px 6px rgba(255, 255, 255, 1), 
                3px 3px 6px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

form.contact-form textarea {
    width: 100%;
    height: 160px;
    resize: vertical;
}

form.contact-form .form-control:focus, 
form.contact-form textarea:focus {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.07), 
                inset -3px -3px 6px rgba(255, 255, 255, 1);
}

form.contact-form .btn-np-light {
    border: 0;
    background: #F7F7F7;
    color: #232323;
    font-size: 15px;
    box-shadow: -3px -3px 6px rgba(255, 255, 255, 1), 
                3px 3px 6px rgba(0, 0, 0, 0.07);
}

form.contact-form .btn-np-light:hover,
form.contact-form .btn-np-light:focus {
    box-shadow: inset 3px 3px 6px rgba(0, 0, 0, 0.07), 
                inset -3px -3px 6px rgba(255, 255, 255, 1);
}

/*Map*/
#map-container {
    width: 100%;
    height: 400px;
}

#map-container > iframe {
    width: 100%;
    height: 100%;
    border: none;
}
/* ----- /Contact page ends ----- */



/* -------------------------
 * 404 error page starts
------------------------- */
.error-page-404 {
    font-family: 'Lemonada', cursive;
}

.error-page-404 .error-name {
    font-family: 'Lemonada', cursive;
    font-size: 60px;
    color: #00BCD4;
}

.error-page-404 .error-desc {
    font-family: 'Lemonada', cursive;
    color: #00000096;
    font-size: 20px;
}

.error-page-404 .return-home {
    display: inline-block;
    padding: 10px 20px;
    font-family: 'Lemonada', cursive;
}

.error-page-404 .error-img {
    width: 300px;
    height: 200px;
}

.error-page-404 .error-img img {
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
/* ----- /404 error page ends ----- */

/* -------------------------
 * /STANDALONE PAGES END
------------------------- */



/* -------------------------
 * RESPONSIVE STYLE
------------------------- */
/**
* Extra large screen above 1600px
*/
@media only screen and (min-width: 1600px){
    .container_big {
        width: 1360px;
    }
}

/**
* 1200px Laptop Screen
*/
@media only screen and (max-width: 1199.98px){
    .big_padding{
        padding: 100px 0;
    }

    .about-section .half_section_picture img {
        max-width: 70%;
    }

    .book-section .half_section_picture {
        background-size: 50% 68% !important;
    }
    
    .sc-grant-section .half_section_picture {
        background-size: 50% 74% !important;
    }
    
    .accordion-toggler[aria-expanded="false"] .title-year {
        margin-right: 45%;
    }
}


/* 992px Tablet Screen */
@media only screen and (max-width: 991.98px){
    .picker-off{
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        right:10px;
    }

    .big_padding{
        padding: 80px 0;
    }

    .default_section_heading{
        font-size: 32px;
    }

    .md_heading_navy {
        font-size: 28px;
    }

    .default_text{
        font-size: 14px;
    }

    .default_divider{
        width: 50px;
        margin-bottom:30px;
        margin-left: auto !important;
    }

    .all_big_padding{
        padding: 50px;
    }

    .center_on_mobile{
        text-align: center;
    }

    .center_after_mob{
        margin-left: auto !important;
    }

    .footer_links li a{
        font-size: 16px;
        width: 35px;
        height:35px;
        line-height: 35px;
    }

    .contact_form_inner{
        -webkit-transform: translateY(0%);
                transform: translateY(0%);
        background: #fff;
    }

    .swiper-slider-heading{
        font-size: 32px;
    }

    .all_small_padding{
        padding: 25px;
    }

    .half_section_main .side_section_text{
        padding-left: 0;
        text-align: center;
    }

    .half_section_main .side_section_text .default_divider{
        margin-left: auto !important;
    }

    .half_section_right .side_section_text{
        padding-right: 0;
    }

    .form_padding_left_0{
        padding-right: 15px;
    }

    .form_padding_right_0{
        padding-left: 15px;
    }

    .navbar .navbar-nav li a{
        font-size: 12px;
    }

    .push_nav{
        margin-top: 0 !important;
    }

    .centered-nav .navbar .navbar-nav li{
        padding: 0 15px;
    }

    .centered_main_logo img{
        width: 160px;
    }

    .side_small_nav .pushmenu .push_nav > li > a{
        font-size: 12px;
    }

    .default_small_heading{
        font-size: 16px;
    }

    .monograph-items [class*='col-']:last-child .item-image-text {
        margin-bottom: 0 !important;
    }

    .monograph-items .item-image-text:before, 
    .monograph-items .item-image-text:after {
        display: none;
    }

    .monograph-items .item-img {
        width: 40%;
        height: auto;
        min-height: 220px;
        max-height: 100%;
        border-top-right-radius: 0;
        border-bottom-left-radius: 5px
    }

    .monograph-items .item-details h3 {
        height: auto;
        max-height: 56px;
    }

    .bc-hero-section {
        padding: 225px 0 100px;
    }

    .contact-table .icon-cell {
        height: 40px;
        width: 40px;
        line-height: 40px;
        margin-right: 15px;
    }

    .paged-sections .about-img-wrap {
        padding: 30px;
        margin: 0 30px 20px 0;
        box-shadow: inset 0 0 15px 1px rgba(0, 0, 0, 0.15);
    }
}

/* 768px Medium Screen */
@media only screen and (max-width: 767.98px){
    .links-section .links-wrapper {
        padding: 30px 0 60px;
    }

    .swiper-button-prev, 
    .swiper-button-next, 
    .swiper-container-rtl .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        display: none;
    }

    .links-section .swiper-button-prev,
    .links-section .swiper-button-next {
        display: inline-block;
        font-size: 20px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        top: auto;
        bottom: 1px;
        margin-top: 0;
    }

    .default_section_heading{
        font-size: 28px;
    }

    .md_heading_navy {
        font-size: 24px;
    }

    .swiper-slider-heading{
        font-size: 28px;
    }

    .default_text{
        font-size: 13px;
        word-spacing: 1px;
    }

    .default_divider{
        width: 40px;
        margin: 15px auto 30px;
    }

    .default_small_heading{
        font-size: 15px;
    }

    .small_heading_navy{
        font-size: 20px;
    }

    .xs_heading_navy{
        font-size: 18px;
    }

    .swiper-slider-small-heading{
        font-size: 20px;
    }

    .mid_default_margin{
        margin-top: 30px;
    }

    .button_default_style{
        padding: 9px 40px;
        font-size: 13px;
    }

    .big_padding {
        padding: 50px 0;
    }

    .all_big_padding{
        padding: 50px 0;
    }

    .margin_after_tab{
        margin-bottom: 30px;
    }

    .about-section .half_section_picture {
        position: relative;
        width: 100%;
        height: auto;
        padding: 40px;
    }
    
    .about-section .half_section_picture img {
        max-width: 80%;
        height: auto;
        max-height: 300px;
    }

    .offer-section .expertise_block {
        margin-bottom: 30px;
    }

    .offer-section .expertise_section_inner > .row [class*='col-']:last-child .expertise_block {
        margin-bottom: 0;
    }

    .offer-section .small_heading_navy {
        margin-bottom: 8px;
    }

    .book-slider-wrapper > .anim-book,
    .book-slider.swiper-container {
        -webkit-transform: translate(-50%, -55%);
                transform: translate(-50%, -55%);
    }

    .monograph-items .item-image-text:before, 
    .monograph-items .item-image-text:after {
        display: block;
    }

    .monograph-items .item-img {
        width: 100%;
        height: auto;
        min-height: unset;
        max-height: unset;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0;
    }

    .monograph-items .item-details p:last-of-type {
        height: auto;
        max-height: 84px;
    }

    .cta-section {
        background-attachment: scroll;
    }

    .cta-section .cta-item {
        margin-bottom: 35px;
    }

    .cta-section > .container > .row > [class*='col-']:last-child .cta-item {
        margin-bottom: 0;
    }

    .cta-item .cta-icon {
        font-size: 30px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .cta-item p {
        padding: 3px 15px;
        font-size: 16px;
    }

    .bc-hero-section {
        padding: 200px 0 80px;
    }

    .bc-hero-section .bc-content {
        padding: 35px 15px;
    }

    .bc-hero-section .bc-title {
        font-size: 36px;
    }

    .contact-table .icon-cell {
        height: 50px;
        width: 50px;
        line-height: 50px;
        margin-right: 20px;
    }

    .paged-sections .about-img-wrap {
        float: none;
        width: 100%;
        padding: 40px;
        margin: 0 0 30px;
        box-shadow: inset 0 0 20px 2px rgba(0, 0, 0, 0.15);
        text-align: center;
    }

    .paged-sections .about-img-wrap img {
        max-width: 90%;
        height: auto;
        max-height: 300px;
        margin: 0 auto;
    }

    .curved-list {
        width: 100%;
        padding: 10px 18px;
        font-size: 14px;
    }
    
    .line-dot-list {
        width: calc(100% - 10px);
        font-size: 14px;
    }

    .line-dot-list > p, 
    .line-dot-list > ol > li, 
    .line-dot-list > ul > li {
        padding-left: 20px;
    }

    .my-accordion .accordion-header {
        padding: 8px 10px;
    }

    .my-accordion .accordion-toggler {
        font-size: 24px;
    }

    .my-accordion .curved-list {
        padding: 25px 35px;
    }

    .my-accordion .line-dot-list {
        width: calc(100% - 40px);
    }

    .circle-title > span {
        font-size: 16px;
        width: 125px;
        height: 125px;
        left: 50% !important;
        -webkit-transform: translateX(-50%) !important;
                transform: translateX(-50%) !important;
    }    

    .all-monographs .item-img {
        width: 100%;
        max-height: 100%;
        text-align: center;
    }

    .all-monographs .item-img img {
        width: auto;
        max-height: 350px;
    }

    .all-sg .item-img {
        width: 100%;
    }
}

/**
* 576px small Screen
*/
@media only screen and (max-width: 575.98px) {
    .page_content_main_slider .swiper-slider-small-heading{
        margin-bottom: 15px;
    }

    .bc-hero-section {
        padding: 175px 0 75px;
    }

    .bc-hero-section .bc-title {
        font-size: 32px;
    }

    .contact-table .icon-cell {
        height: 45px;
        width: 45px;
        line-height: 45px;
        margin-right: 15px;
    }

    .contact-table .cells h4 {
        font-size: 22px;
    }

    .contact-table .cells p {
        font-size: 14px;
    }

    #map-container {
        height: 350px;
    }

    .all-books .item-img {
        width: 100%;
    }

    .all-books .item-img img {
        width: auto;
        max-height: 350px;
    }

    .all-books .small_heading_navy {
        margin-bottom: 5px;
    }
    
    .curved-list {
        font-size: 13px;
        padding: 5px 15px;
    }

    .curved-list > p, 
    .curved-list > ol > li, 
    .curved-list > ul > li {
        padding: 20px 25px;
    }

    .curved-list > p:nth-child(odd), 
    .curved-list > ol > li:nth-child(odd), 
    .curved-list > ul > li:nth-child(odd) {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        margin-right: 25px;
    }

    .curved-list > p:nth-child(even), 
    .curved-list > ol > li:nth-child(even), 
    .curved-list > ul > li:nth-child(even) {
        border-top-right-radius: 25px;
        border-bottom-right-radius: 25px;
        margin-left: 25px;
    }

    .curved-list > p:nth-child(odd):before, 
    .curved-list > ol > li:nth-child(odd):before, 
    .curved-list > ul > li:nth-child(odd):before, 
    .curved-list > p:nth-child(even):before, 
    .curved-list > ol > li:nth-child(even):before, 
    .curved-list > ul > li:nth-child(even):before {
        font-size: 15px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        left: -17px;
        margin-top: -17px;
    }

    .curved-list > p:nth-child(even):before, 
    .curved-list > ol > li:nth-child(even):before, 
    .curved-list > ul > li:nth-child(even):before {
        left: auto;
        right: -17px;
    }

    .line-dot-list {
        font-size: 13px;
    }

    .my-accordion .accordion-toggler {
        font-size: 22px;
        padding: 8px 10px;
    }

    .my-accordion .curved-list {
        padding: 20px 35px;
    }

    .accordion-toggler .title-year {
        margin: 0 !important;
    }

    .accordion-toggler .default-text {
        font-size: 18px;
        line-height: 1.25;
    }

    .all-monographs .item-img img {
        width: 100%;
        max-height: 280px;
    }

    .all-offers .offer-title {
        padding: 15px 15px;
        border-radius: 0 30px 30px 0;
        font-size: 17px;
    }

    .error-page-404.small_padding {
        padding: 35px 0;
    }

    .error-page-404 .error-name {
        font-size: 40px;
    }

    .error-page-404 .error-img {
        width: 250px;
        height: 150px;
    }
}


/* 
 * Not found rev responsive style 
*/
@media only screen and (max-width:767.98px){
    .not_found_stlye .revtp-searchform input#s{
        width: 280px;
    }
}
@media only screen and (max-width:479px){
    .not_found_stlye .revtp-searchform input#s{
        width: 200px
    }
}