/*!
Theme Name: Dobey
Theme URI: http://underscores.me/
Author: Dobey International
Author URI: http://www.dobey.com
Description: Dobey International WebSite
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rain-pharma
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Rain Pharma is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap);

:root{
	--main-color: #1997ba;
	--main-text-color: #232f3d;
	--main-hover-color: #029bc5;
}
body {
	font-family: 'Roboto', sans-serif;
	color: var(--main-text-color);
	font-weight: 400;
	font-size: 16px;
}
a, a:hover, button, button:hover, input, input:hover {
	outline: none !important;
	text-decoration: none !important;
}
a:hover {
	color: var(--main-hover-color);
}


/* --------------------------------------------------------------------- */
/* ------------------ 			GLOBAL CSS END 			---------------- */
/* --------------------------------------------------------------------- */





















/* -------------------------------------------------------------------------- */
/*  ---------------------            Preloader Area            ----------------  */
/* -------------------------------------------------------------------------- */

.preloader { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background-color: #fff; z-index: 99999; 
	display: flex;
	align-items: center;
	justify-content: center;
}

/* --------------------------------------------------------------------------*/
/*  Preloader area End */




















/* -------------------------------------------------------------------------- */
/*  ---------------------            Button Area            ----------------  */
/* -------------------------------------------------------------------------- */
.btn {transition: 0.2s;}
.btn:hover {
	background-color: var(--main-hover-color);
	border-color: var(--main-hover-color);
}
a {transition: 0.2s;}
.btn-arrow {display: inline-block;transition: 0.2s;}
a:hover .btn-arrow { transform: translateX(10px) !important; }
.btn-blue {
    background-color: #0a9cff;
    color: #fff;
}
.btn-blue:hover {
    background-color: #fff;
    color: #0a9cff;
}

/* --------------------------------------------------------------------------*/
/*  Button area End */


















/*************************************************/
/* Global Input Form Control	contact form	 */
/*************************************************/
form.wpcf7-form label {width: 100%;}
.wpcf7-form-control {
    color: #222;
    background: #fff;
    border: 0px solid #9e9e9e;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px 30px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
}
.wpcf7-form-control:focus,
.wpcf7-form-control:active {
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 0 2px var(--main-hover-color);
            box-shadow: 0 0 0 2px var(--main-hover-color);
}
textarea.wpcf7-textarea {
    height: 110px;
}
input.wpcf7-form-control.wpcf7-submit {
    font-size: 18px;
    font-weight: 900;
    color: #fff;
    background: #232f3d;
    display: inline-block;
    width: auto;
    border-radius: 100px;
    border-color: #232f3d;
    cursor: pointer;
    padding: 13px 40px;
}
input.wpcf7-form-control.wpcf7-submit:hover {
	background-color: var(--main-hover-color);
	/*border-color: var(--main-hover-color);*/
}

.at-from-input { margin: 0 0 8%; width: 100%; }
.at-staff-form .one_half { margin-bottom: 0; }

div.wpcf7-not-valid-tip { display: none; }
div.wpcf7-response-output {
	margin: 0 0 10px;
  	background-color: #c9f7b2;
	color: #61a600;
	padding: 18px 30px 18px 20px;

	border: none; 
}
div.wpcf7-response-output.wpcf7-validation-errors {
	background-color: #ffd9d9;
	color: #ff0000;
}
div.wpcf7-response-output.wpcf7-mail-sent-ng { background-color: #fff2b2; color: #ff9900; }





















/* -------------------------------------------------------------------------- */
/*  ---------------------            Header Area            ----------------  */
/* -------------------------------------------------------------------------- */

.site-header {padding: 15px 0; transition: 0.3s;}
.site-header.scrolled {
    background-color: #0064a5; 
    box-shadow: -4px -4px 15px 5px rgb(0 0 0 / 20%);
}
@media (max-width: 991px){.site-header .btn {display: none;}}

/* --------------------------------------------------------------------------*/
/*  Header area End */




















/* -------------------------------------------------------------------------- */
/*  ---------------------      Elementor Container Area     ----------------  */
/* -------------------------------------------------------------------------- */


	.elementor-section.elementor-section-boxed > .elementor-container {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	    margin-right: auto;
	    margin-left: auto
	}	
@media (max-width: 575px){

}

@media (min-width: 576px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:540px !important;
    }
}

@media (min-width: 768px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:720px !important;
    }
}

@media (min-width: 992px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:960px !important;
    }
}

@media (min-width: 1200px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width:1140px !important;
    }
}

/* --------------------------------------------------------------------------*/
/*  Elementor Container area End */




















/*  Menu Icon SVG CSS START */
/* --------------------------------------------------------------------------*/
.line {
	fill: none;
	stroke: var(--main-color);
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.menu-toggle {
    transform: scale(.5) translateX(65px);
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin-top: -25px;
}
@media (min-width: 992px){.menu-toggle{display:none;}}

/* --------------------------------------------------------------------------*/
/*  Menu Icon SVG CSS End */




















/* -------------------------------------------------------------------------- */
/*  ---------------------         Main Navigation           ----------------  */
/* -------------------------------------------------------------------------- */

@media (max-width: 991px) {.main-navigation{display: none;}}
.main-navigation { margin-left: 80px;  margin-right: auto; }
.main-navigation ul {margin: 0; padding: 0; list-style: none; display: flex; gap:40px;}
.main-navigation ul li {display: inline-block;position: relative;}
.main-navigation ul li a {font-size: 18px; color: white; font-weight: 700;}

.main-navigation ul li.current_page_item a ,
.main-navigation ul li a:hover {color: var(--main-hover-color);}

.main-navigation ul li.current_page_item a:before ,
.main-navigation ul li a:hover:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 50px;
	height: 3px;
	background-color: var(--main-hover-color);
}

/* Dorpdown Menu Css*/
@media (min-width: 992px) {
    ul.sub-menu {
        position: absolute;
        left: 0;
        background: #0064a5;
        width: max-content;
        z-index: 688;
        transition: .3s;
        border-radius: 6px;
        opacity: 0;
        visibility: hidden;
        top: 50px !important;
        min-width: 220px;
        transition: 0.5s ease;
        padding: 10px;
        flex-direction: column;
        gap: 2px;
    }
    ul.sub-menu li {
        display: block;
        width: 100%;
    }
    ul.sub-menu a {
        display: block;
        transition: 0.5s ease;
        border-radius: 0px;
        position: relative;
        margin: 10px;
    }
    ul.sub-menu a:hover {
        color: #fff;
        border-radius: 5px;
        background-color: var(--theme-yellow);
    }
    li:hover ul.sub-menu {
        visibility: visible;
        opacity: 1;
        top: 40px !important;
    }
    ul.sub-menu li:last-child a {
        border: 0px;
    }
}

/* --------------------------------------------------------------------------*/
/*  Main Navigation End */



















/* -------------------------------------------------------------------------- */
/*  ---------------------             Mobile Menu       	----------------  */
/* -------------------------------------------------------------------------- */

.mobile-menu { 
	top: 0px;
	left: -250px;
	background: var(--main-color);
	position: fixed;
	height: 100%;
	width: 250px;
	z-index: 8999;
	transition: .3s;
	text-align: center;
}
.mobile-menu ul {margin: 0; padding: 0;}
.mobile-menu ul li a {padding: 10px 0; display: block; color: #fff;border-bottom: 1px solid #198cac;}
.mobile-menu ul .current_page_item a,
.mobile-menu ul li a:hover {background: #fff; color: var(--main-color);}
.mobile-menu.active { left: 0;}
.mobile-menu-overlay {
  background: #555;
  position: fixed;
  top: 0;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 1050;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.mobile-menu-overlay.active {
  opacity: .6;
  visibility: visible;
  left: 250px;
}

/* --------------------------------------------------------------------------*/
/*  Mobile Menu End */
 



















/* -------------------------------------------------------------------------- */
/*  ---------------------         Slider Area           ----------------  */
/* -------------------------------------------------------------------------- */

.swiper-slide { overflow: hidden; border-radius: 15px; }
@media(min-width: 992px){.swiper-slide{border-radius: 0 20px 20px 0;}}

.swiper-slide figure.swiper-slide-inner { position: relative; }
.swiper-slide figcaption.elementor-image-carousel-caption {
    position: absolute;
    z-index: 2;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
}
.elementor-swiper-button > i:hover,
.elementor-swiper-button > i:focus,
.elementor-swiper-button > i:active 
.elementor-swiper-button > i:hover:before,
.elementor-swiper-button > i:focus:before,
.elementor-swiper-button > i:active:before {
    outline: none !important;
    border: 0px !important;
}
.elementor-swiper-button-prev > i {
    background: #00000030;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    transform: translateX(-10px);
    transition: 200ms ease;
}
.elementor-swiper-button-next > i {
    background: #00000030;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 100px;
    transform: translateX(10px);
    transition: 200ms ease;
}
.elementor-swiper-button-prev > i:hover,
.elementor-swiper-button-next > i:hover {
    background-color: #0064a5 !important;
    color: white;
}
.swiper-pagination span.swiper-pagination-bullet {
    width: 20px !important;
    border-radius: 5px !important;
    background: #fff !important;
    opacity: 1 !important;
    margin: 0 4px !important;
    height: 11px !important;
}
.swiper-pagination span.swiper-pagination-bullet-active{    
    background: #0064a5 !important;
    color: white;
}

.elementor-swiper-button-prev .eicon-chevron-left:before {
    content: '\e89f';
}
.elementor-swiper-button-next .eicon-chevron-right:before {
    content: '\e89e';
}

/* --------------------------------------------------------------------------*/



















/* -------------------------------------------------------------------------- */
/*  ------         Featured Image with center content          -------------  */
/* -------------------------------------------------------------------------- */

.transparent-layered-img-box > div { position: relative; }
.transparent-layered-img-box > div:before {
	position: absolute;
	content: '';
	top: 0;left: 0;right: 0;bottom: -0;
	background-color: #00000070;
	z-index: 1;
}
.transparent-layered-img-box > div * {
	position: relative;
	z-index: 2;
}
/*.transparent-layered-img-box .elementor-widget-container {transition: 0.2s !important; }
.transparent-layered-img-box .elementor-widget-container:hover {
	background-size: 130% !important;
}*/

/* --------------------------------------------------------------------------*/
/*  Featured Image with center content End */


















/* -------------------------------------------------------------------------- */
/*  ------         Featured Image with bottom content          -------------  */
/* -------------------------------------------------------------------------- */

.inner-section-bottom-hover-ft-img-box .elementor-container { padding: 0 2px !important; }
.inner-section-bottom-hover-ft-img-box .elementor-inner-column { margin: 0 15px; }
.inner-section-bottom-hover-ft-img-box  .elementor-widget-wrap.elementor-element-populated {
	filter: grayscale();
	transition: 0.1s;
}
.inner-section-bottom-hover-ft-img-box  .elementor-widget-wrap.elementor-element-populated:hover {
	filter: inherit;
}

/* --------------------------------------------------------------------------*/
/*  Featured Image with bottom content End */
 



















/* -------------------------------------------------------------------------- */
/*  ---------------------         Footer Area           ----------------  */
/* -------------------------------------------------------------------------- */

ul#menu-footer-menu-1 {
    columns: 2;
    color: #fff;
    line-height: 35px;
    list-style: none;
}
@media(max-width: 575px){
	ul#menu-footer-menu-1 {
		columns: 1;
	}
}
ul#menu-footer-menu-1 li {position: relative;}
ul#menu-footer-menu-1 li:before {
    position: absolute;
    content: '\e87d';
    font-family: 'eicons';
    top: 0;
    left: -24px;
    font-size: 14px;
}
ul#menu-footer-menu-1 li:hover:before {
    color: #00a9d8;
}
ul#menu-footer-menu-1 a { color: #fff; display: block; }
ul#menu-footer-menu-1 a:hover { color: #00a9d8; }


/* Social Icons */
.elementor-social-icon-facebook:hover 	{background-color: #1877f2 !important;}
.elementor-social-icon-youtube:hover 	{background-color: #ff0000 !important;}
.elementor-social-icon-instagram:hover 	{background-color: #405DE6 !important;}


/* --------------------------------------------------------------------------*/
/*  Footer Area End */



















/* -------------------------------------------------------------------------- */
/*  ---------------------         Copyright Area           ----------------  */
/* -------------------------------------------------------------------------- */

.copyright-area { background: #202b38; padding: 25px 0;}
.copyright-area {margin: 0; color: #7f8995;line-height: 16px;}
.copyright-area .container {
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media(max-width: 768px){
   .copyright-area .container {
        flex-direction: column;
        gap: 20px;
    } 
}
.copyright-area p {margin: 0;}
.copyright-area p a {color: #aaa;}
.copyright-area p a:hover {color: var(--main-hover-color);}

/* --------------------------------------------------------------------------*/
/*  Copyright Area End */


















/* -------------------------------------------------------------------------- */
/*  ---------------------         About Us Page Area           ----------------  */
/* -------------------------------------------------------------------------- */

.triangle-element:after { content: ''; position: absolute; top: 32px; left: 0px; border: 15px solid transparent; border-left-color: #51b9ff; }

/* --------------------------------------------------------------------------*/
/*  About Us Page Area End */

















/* -------------------------------------------------------------------------- */
/*  ---------------------         Hero Link box Area           ----------------  */
/* -------------------------------------------------------------------------- */

.hero-link-box {position: relative;overflow: hidden; border-radius: 15px;}
.hero-link-box .elementor-image-box-title {
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
.hero-link-box .elementor-image-box-img {transition: 0.2s}
.hero-link-box .elementor-image-box-img ,
.hero-link-box .elementor-image-box-img img {width: 100% !important; }
.hero-link-box:hover .elementor-image-box-img img {transform: scale(1.1);}

/* --------------------------------------------------------------------------*/
/*  Hero Link box Area End */

















/* -------------------------------------------------------------------------- */
/*  ---------------------         Board Member Area           ----------------  */
/* -------------------------------------------------------------------------- */

/*.board-member .elementor-widget-container { padding-bottom: 0px !important; }*/
.board-member:hover .elementor-image-box-img img { transform: scale(1.1); transition: 0.2s; }
.board-member .elementor-image-box-title { margin-top: 20px !important; margin-bottom: -5px !important; }

/* --------------------------------------------------------------------------*/
/*  Board Member Area End */

















/* -------------------------------------------------------------------------- */
/*  ---------------------         Inner Page Content Area           ----------------  */
/* -------------------------------------------------------------------------- */

.inner-page-editor-content h4 { margin-top: 30px; margin-bottom: 20px; }
.inner-page-editor-content ul li {
    list-style: none;
    position: relative;
    margin-bottom: 20px;
}
.inner-page-editor-content ul li:before {
    position: absolute;
    content: '\e87d';
    font-family: 'eicons';
    top: 8px;
    left: -30px;
    font-size: 12px;
    background: var(--main-color);
    color: #fff;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 100px;
}

/* --------------------------------------------------------------------------*/
/*  Inner Page Content Area End */
 
















/* -------------------------------------------------------------------------- */
/*  ---------------------         Elementor Override        ----------------  */
/* -------------------------------------------------------------------------- */

.elementor-image { overflow: hidden; }
.elementor a { color: inherit; }

/* --------------------------------------------------------------------------*/
/*  Elementor Override End */
 
.elementor.elementor-9 .elementor-element.elementor-element-4a3e0b6e .elementor-button,
.elementor.elementor-5 .elementor-element.elementor-element-82a3a62 .elementor-button {
    border-color: white;
    width: 100%;
    height: 160px;
    line-height: 36px;
    padding: 0px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 768px) and (max-width: 991px) {
    .elementor.elementor-9 .elementor-element.elementor-element-4a3e0b6e .elementor-button,
    .elementor.elementor-5 .elementor-element.elementor-element-82a3a62 .elementor-button {
        padding: 0px 10px;
    }
}
.elementor.elementor-9 .elementor-element.elementor-element-4a3e0b6e .elementor-button:hover,
.elementor.elementor-5 .elementor-element.elementor-element-82a3a62 .elementor-button:hover {
    border-color: #634a9d;
}

.elementor.elementor-9 .elementor-element.elementor-element-4a3e0b6e .elementor-button-text,
.elementor.elementor-5 .elementor-element.elementor-element-82a3a62 .elementor-button-text {
    flex-grow: inherit;
}


.btn-facebook .elementor-button-icon {
    color: #3b5998;
}
.btn-twitter .elementor-button-icon {
    color: #00acee;
}
.btn-linkedin .elementor-button-icon {
    color: #0e76a8;
}
.btn-youtube .elementor-button-icon {
    color: #c4302b;
}

.btn-facebook span.elementor-button-text:hover {
    color: #3b5998;
}
.btn-twitter span.elementor-button-text:hover {
    color: #00acee;
}
.btn-linkedin span.elementor-button-text:hover {
    color: #0e76a8;
}
.btn-youtube span.elementor-button-text:hover {
    color: #c4302b;
}



section.masonry-hero-box .elementor-widget-container {
 position: relative;   
}
section.masonry-hero-box  .elementor-widget-container > h3 > a  {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    z-index: 2;
    padding: 25px;
    transition: .2s ease;
}
section.masonry-hero-box  .elementor-widget-container:hover > h3 > a  {
    font-size: 110%;
}

.swiper-button-disabled {
    display: none !important;
}

.hide-img.elementor-widget.elementor-widget-exad-team-carousel .exad-team-member-thumb img {
    display: none;
}
.hide-img.elementor-widget.elementor-widget-exad-team-carousel .exad-team-member-circle {
    padding: 10px 25px;
}