body {
    font-family: 'Montserrat', sans-serif;
    color: #272727;
    font-size: 16px;
    font-weight: 400;
}

header {
    background: #32b4ee;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 9999;
    height: 70px;
    width: 100%;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky+section {
    padding-top: 70px;
}

.topbar {
    background-color: #ffffff;
    height: 30px;
    overflow-x: hidden;

}

.topbar>div,
.topbar>div>div {
    height: 100%;
}

.topbar-right {
    background-color: #D52B1E;
    position: relative;
    margin-left: 20px;
    padding-left: 20px;
}

.topbar-right:before {
    position: absolute;
    content: "";
    left: 100%;
    top: 0;
    width: calc(100% * 10);
    height: 100%;
    background-color: #D52B1E;
    display: block;
}

.topbar-right a:first-child {
    margin-left: 0;
}

.topbar-right a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-left: 40px;
}

.topbar-right:after {
    position: absolute;
    content: "";
    right: 100%;
    border-bottom: 30px solid #D52B1E;
    border-left: 30px solid transparent;
    border-right: 0 solid transparent;
}

.toppadding100px {
    padding-top: 70px;
}


.marginbottom100px {
    margin-bottom: 70px;
}

a {
    text-decoration: none;
    display: inline-block;
    color: #9e9e9e;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
    margin: 0;
    padding: 0;
}


ul {
    list-style: none;
}

img {
    max-width: 100%;
    display: block;
}

.clear_fix {
    clear: both;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.logo a {
    width: 250px;
    height: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 15px;
}

.logo a img {
    max-width: 100%;
    max-height: 100%;
}

.modal-backdrop {
    opacity: .8 !important;
}

.marketing {
    position: relative;
    display: block;
    border: 8px solid #ccc;
    border-radius: 25px;
    margin: 60px 0px 40px 0px;
    background-color: #fff;
    z-index: 1;
}

.marketing .TecPaH {
    position: relative;
    display: block;
    text-align: center;
    font-size: 22px;
    background-color: #ccc;
    color: #000;
    line-height: 25px;
    padding-bottom: 20px;
    z-index: 2;
    font-weight: 600;
}

.marketing .introw {
    position: relative;
    display: block;
    min-height: 20px;
    background-color: #fff;
    border-radius: 19px 19px 0px 0px;
    margin-top: -15px;
    z-index: 2;
}

.marketing .logoSct {
    position: relative;
    display: block;
    border-radius: 17px 17px 0 0;
    padding: 7px 70px 0 70px;
    margin-bottom: -32px;
    z-index: 2;
}

.marketing .imgCont {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    z-index: 2;
}

.marketing .imgCont img {
    width: 70%;
    transition: all .5s ease-in-out;
    z-index: 2;
}

.marketing::after {
    content: '|';
    position: absolute;
    bottom: -13px;
    left: 50px;
    background-color: #fafafa;
    width: 82%;
    color: #fafafa;
    z-index: 1;
}

/******************************** MEnuBAr***********************/

.nav-bar {
    display: none;
}

header nav {
    z-index: 1000;
    width: 100%;
    vertical-align: middle;
    margin-top: 20px;
    padding-left: 95px;
}

header nav ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

header nav ul li {
    padding: 0 14px;
    position: relative;
    margin-top: 0;
}

header nav:after {
    content: "";
    display: block;
    clear: both;
}

header nav ul li a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    padding: 0;
}

header nav ul li a:hover,
header nav ul li a.active {
    border-bottom: 5px solid;
    border-color: #D52B1E;
    color: #ffffff;
    padding-bottom: 20px;
    text-decoration: none;
}

.theme_title_center>h2 {
    font-size: 45px;
}

.theme_title_center>span {
    display: block;
    width: 100px;
    height: 2px;
    background: #D52B1E;
    margin: 23px auto 0 auto;
}

header nav ul li:hover .children {
    display: block;
}

header nav ul li .children {
    margin: 0;
    width: 320px;
    background: #ffffff;
    position: absolute;
    top: 50px;
    display: none;
    z-index: 999;
}

header nav ul li .children span {
    margin-right: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

header nav ul li .children span img {
    width: 50px;
    float: left;

}

header nav ul li .children li {
    border-bottom: 1px solid #121d2f;
    padding: 10px 20px;
}

header nav ul li .children li:last-child {
    border: none;
}

header nav ul li .children li a {

    color: #121d2f;

    font-size: 16px;
}

header nav ul li .fa-angle-down {
    position: relative;
    top: 3px;
}




/*********************************/


.imgCont1 img {
    width: 30%;
}

.imgCont1 span {
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    align-items: center;
    display: flex;
}

/************** Slider Section************/


/**************************************/

.welcome_section {
    margin: 35px 0 54px 0;
}

.theme_title {
    position: relative;
    padding-bottom: 26px;
    margin-top: -6px;
}

.theme_title::before {
    content: '';
    width: 70px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #D52B1E;
}

.welcome_section p {
    line-height: 30px;
}

.welcome_section .video-box {
    position: relative;
    margin-top: 102px;
    overflow: hidden;
}


.welcome_section .video-box a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.welcome_section .video-box a div {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.welcome_section .video-box a span {
    display: table-cell;
    vertical-align: middle;
}

.welcome_section .video-box a span i {
    font-size: 18px;
    color: #D52B1E;
    width: 70px;
    height: 70px;
    line-height: 62px;
    border-radius: 50%;
    border: 4px solid #D52B1E;
}


.our_service .item {
    margin-top: 60px;
}

.img_holder {
    position: relative;
}

.our_service .item .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 29, 47, 0.9);

}

.our_service .item .overlay a {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

.our_service .item .overlay div {
    display: table-cell;
    vertical-align: middle;
}

.our_service .item .overlay span {
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    border-radius: 50%;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    font-size: 60px;
    color: #fff;
}

.our_service .item h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #272727;
    margin: 26px 0 10px 0;
}



.why_choose_us {
    background: url(img/11.jpg) no-repeat center;
    background-size: cover;
    height: 573px;
    margin: 72px 0 0px 0;
}

.why_choose_us .overlay {
    height: 100%;
    background: rgba(247, 247, 247, 0.95);
    padding: 68px 0 50px 0;
}

.why_choose_us .container {
    position: relative;
}

.why_choose_us .container>img {
    position: absolute;
    right: -185px;
    top: -94px;
}

.choose_us_item .text {
    margin-left: 18px;
    width: 74%;
}

.choose_us_item .text h5 {
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.choose_us_item {
    padding: 20px 0 30px 0;
}

.choose_us_item .icon {
    background: #D52B1E;
    width: 70px;
    height: 70px;
    margin-top: 3px;
    text-align: center;
    border-radius: 50%;
}

.choose_us_itemabt .text {
    margin-left: 18px;
    width: 74%;
}

.choose_us_itemabt .text ul {
    list-style: none;
}

.choose_us_itemabt .text ul li {
    display: inline-block;
    width: 48px;

    margin-right: 5px;
    margin-top: 0px;
}

.choose_us_itemabt .text ul li img {
    width: 100%;
}

.choose_us_itemabt .text h5 {
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.choose_us_itemabt {
    padding: 20px 0 30px 0;
}

.choose_us_itemabt .icon {

    width: 70px;
    height: 70px;
    margin-top: 3px;
    text-align: center;

}

.choose_us_itemabt .icon img {}

.choose_us_item .icon .ficon::before {
    font-size: 36px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
    margin: auto;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.our_team {
    margin-top: 40px;
    background-image: radial-gradient(#b8b8b8 20%, #ffffff 20%);
    background-position: 0 0;
    background-size: 10px 10px;
    width: 100%;
    position: relative;
}

.our_team .overlay {
    position: absolute;
    width: 100%;
    height: 75%;
    background: rgb(81, 172, 226);
    background: -moz-linear-gradient(270deg, rgba(81, 172, 226, 1) 0%, rgba(72, 195, 209, 1) 100%);
    background: -webkit-linear-gradient(270deg, rgba(81, 172, 226, 1) 0%, rgba(72, 195, 209, 1) 100%);
    background: linear-gradient(270deg, rgba(81, 172, 226, 1) 0%, rgba(81, 172, 226, 1) 100%);

}




.our_team .overlay h2 {
    color: #fff;
}



.our_team .team_member {
    margin-top: 60px;
}



.our_team .team_member .text>a {
    text-decoration: none;
}

.our_team .team_member .text>a h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #D52B1E;
    margin: 16px 0 2px 0;
}

.our_team .team_member .text>a span {
    font-family: 'Raleway', sans-serif;
    color: #000;
}

.our_team .team_member .text>a p {
    color: #ffffff;
    margin: 13px 0 17px 0;
    line-height: 26px;
}

.our_team .team_member .text ul li {
    display: inline-block;
    margin-right: 24px;
}

.our_team .team_member .text ul li a {
    color: #D52B1E;
}



/************Footer***************/
footer {
    background: url('../img/footer.jpg') center no-repeat;

    padding-top: 87px;
    background-size: cover;
}

footer .main_footer .footer_logo p {
    color: #121d2f;
    margin: 40px 0 22px 0;
}

footer .main_footer h5 {
    color: #121d2f;
    font-weight: 700;
    text-transform: uppercase;
    margin: 12px 0 52px 0;
}


footer .main_footer .footer_contact .item h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #D52B1E;
    margin-bottom: 33px;
}

footer .main_footer .footer_contact .item ul li {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #121d2f;
    line-height: 26px;
    padding-left: 40px;
    position: relative;
    margin-bottom: 25px;
    margin-left: 1px;
    font-size: 18px;
}

footer .main_footer .footer_contact .item ul li a {
    color: #121d2f;
}

footer .main_footer .footer_contact .item ul li span::before {
    font-size: 30px;
    color: #D52B1E;
    margin-left: -40px;
}

.quicklink {
    border-right: 2px solid #707070;
}

.quicklink .item ul {
    position: relative;
    list-style: none;
}

.quicklink .item ul li {
    padding-left: 20px !important;
}

.quicklink .item ul li::before {
    content: '⮚';
    position: absolute;
    left: 0;
}

.quicklink .item ul li a {}

footer .bottom_footer {
    /* border-top: 5px solid #152235; */
    margin-top: 5px;
    padding: 10px 0 30px 0;
}

footer .bottom_footer p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #D52B1E;
}

footer .bottom_footer p a {
    color: #D52B1E;
}

.social_icon li {
    display: inline-block;
    margin-right: 24px;
    margin-top: 5px;
    padding-left: 0 !important;
}

.social_icon li a {
    color: #D52B1E !important;
}

/**************** ABout us page ******************/


/* Style the tab */
.tab {
    background-color: #f1f1f1;
    width: 100%;
    margin-top: 150px;
    margin-bottom: 30px;
}

/* Style the buttons inside the tab */
.tab button {
    display: block;
    background-color: inherit;
    color: black;
    padding: 22px 16px;
    width: 100%;
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    width: 100%;
    margin-top: 62px;
    margin-bottom: 30px;
}

.inspirationing {}

.inspirationing img {
    border: 1px solid;
}

.inspiredtext {

    padding: 15px;
    color: #212529 !important
}

.inspiredtext h3 {
    font-weight: 700;
}

.inspiredtext h3 span {
    color: #000000;
    font-size: 18px;
    font-weight: normal;
}

.inspiredtext p {
    margin-top: 20px;
}

.inspiredtext p b {}


.who_we_are {}

.who_we_are p {
    text-align: center;
}

.abouttext-head {
    margin-bottom: 50px;
    margin-top: 20px;
}

.abouttext-head h2 {
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: #D52B1E;
}

.misioncontrol {
    margin-top: 20px;
    color: #707070;
}

.misioncontrol p {
    margin-bottom: 20px;
}

.misioncontrol ul {
    list-style: disc;

    padding-left: 30px;
}

.misioncontrol ul li {
    margin-bottom: 10px;
}

.misioncontrol ul li b {}

.team_member {
    margin-top: 0px;
}

.team_member .text {
    background: white;
    border: 1px solid #000;
    border-top: 0;
}

.manageteam .team_member .text {
	background: white;
	border: none;
	text-align: center;
}

.team_member .text>a {
    text-decoration: none;
}

.team_member .text>a h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    margin: 16px 0 2px 0;
}

.team_member .text>a span {
    font-family: 'Raleway', sans-serif;
    color: #D52B1E;
}

.our_team {}

.who-we-are-image-wrapper {
    text-align: center;
}

.who-we-are-image-wrapper img {
    height: 80px;
    margin: auto;

}

.who-we-are-image-wrapper h2 {
    color: #D52B1E;
    text-transform: uppercase;
    margin-top: 1.5rem;
    margin-bottom: 1px;
    font-weight: 400;
}

.who-we-are-image-wrapper .who-we-are-bold {
    font-weight: 700;
    text-shadow: 1px 0 #D52B1E;
}

.who-we-are-image-wrapper p {
    color: #82786F;
    margin-top: 10px;
}

/****************** Products page******************/


.productlogo {
    width: 20%;
    margin: 50px auto;
}

.productlogo img {
    width: 100%
}


.modalimg {
    margin: 30px 0;
    width: 100%;

}

.modalimg a {
    text-decoration: none;
}

.modalimg img {
    width: 100%;
    height: 230px;
    border: 1px solid #32b4ee;
    padding: 20px;
    border-radius: 25px;
}

.modalimg a h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #D52B1E;
    text-align: center;
    margin-top: 20px;
}

.modal {

    top: 100px !important;

}

.model_enlargedimg {}

.model_enlargedimg img {
    width: 100%;
    border: none;
    height: auto;
}

.model_enlarged {
    margin: 10px 0;
}

.model_enlarged h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;

    text-align: left;
    margin-top: 20px;
}

.model_enlarged p {
    margin-top: 5px;
    font-family: 'Raleway', sans-serif;
}

/*********** Gallary**************/

.gallarypagecontent {
    margin: 30px 0
}

.gallarypagecontent h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-color: currentcolor;
    text-decoration-color: #D52B1E;
}

.nanogallery_colorscheme_dark_my_nanogallery .nGY2GThumbnail {
    background: #000;
    border-color: #ffffff !important;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
}

/********************* COntact US Page*************/
.contact_us_page {

    margin: 100px 0;
}

.contact_page_address {
    margin-bottom: 50px;
}

.contact_page_address .wrapper {
    padding-right: 100px;
}

.contact_page_address #contact-slider {
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 38px;
    overflow: hidden;
}

.contact_page_address #contact-slider .carousel-indicators {
    position: absolute;
    top: 0;
    right: -53px;
    left: auto;
}

.contact_page_address #contact-slider .carousel-indicators li {
    height: 11px;
    width: 11px;
    background: #1d2a3e;
    border: none;
    margin: 0 0 0 5px;
}

.contact_page_address .carousel-inner .item h6 {
    font-family: 'Montserrat', sans-serif;

    font-weight: 600;

    font-size: 18px;

    color: #D52B1E;

    margin-bottom: 33px;
}

.contact_page_address .carousel-inner .item ul {}

.contact_page_address .carousel-inner .item ul li {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    padding-left: 0;
    position: relative;
    margin-bottom: 20px;
    margin-left: 1px;
}

.contact_page_address .carousel-inner .item ul li span::before {
    font-size: 30px;
    color: #D52B1E;
    margin-right: 10px;
}

.contact_page_address .social_icon {
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 38px;
    overflow: hidden;
}


.contact_page_address ul.social_icon li {
    display: inline-block;
    margin-right: 10px;
    margin-top: 5px;

}

.contact_page_address ul.social_icon li a i {
    color: #D52B1E;

}

.contact_page_address .career {
    position: relative;
    border-bottom: 1px solid #f7f7f7;
    margin-top: 38px;
    overflow: hidden;
}

.contact_page_address .career p {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    color: #000;
    line-height: 20px;
    margin-top: 40px;
}

.contact_page_address .career p a {
    color: #D52B1E;
    padding-left: 10px;
}



#map iframe {
    width: 100%;
    height: 540px;
    display: inline-block;
    padding: 0px;
}


.header-hero {
    background-image: url('../img/headhero.jpg') !important;
    height: 230px;
    background-size: cover;
}

.full-height {
    height: 100% !important;
}
.pharmaco {
    background-image: url('../img/Pharmacovigilance.jpg') !important;
    height: 230px;
    background-size: cover;
}
.contact_hero {
    background-image: url('../img/contact_us.jpg') !important;
    height: 230px;
    background-size: cover;
}

.header-hero>.container>.row {}

.header-hero p {
    /* color: #fe5139; */
    color: #fff;
    margin: 0;
    font-weight: 500;
    font-size: 1.2em;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    margin-bottom: 5px;

}

.header-hero h4 {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    margin-bottom: 5px;

}

.header-hero h6 {
    color: white;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.9);
    margin-bottom: 5px;

}

.align-center {
    align-items: center;
}

.pharma {
    font-family: 'Raleway', sans-serif;
}

.pharma h4 {
    font-weight: 700;
    margin-top: 3rem;
}

.pharma p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
}

.bgimgpatt {
    position: relative;
}

.bgimgpatt::after {
    content: " ";
    position: absolute;
    background: url(../img/pattern.jpg);
    left: 10%;
    bottom: -22%;
    width: 100%;
    height: 50%;
    background-size: cover;
    z-index: -1;
}

.bgimgpatt1::after {
    left: 10%;
    bottom: 40%;
    width: 100%;
    height: 25%;
}

.card {
    display: none;
}

.controls label {
    font-weight: 600;
}
.text-shadow{ text-shadow: 2px 2px #5B9BD5;}