/*
  Theme Name: Peridona - Complete Business and Corporate Html Template
  Author: Themefable
  Description: Creative  HTML5 template.
  Version: 1.0
*/

/* CSS Index 
-----------------------------------
1. Theme default css
2. header
3. slider
4. about-area
5. features-box
6. department
7. team
8. video-area
9. counter
9. counter
10. footer 
*/



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Open Sans:400,500,700,900');
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url(fonts/OpenSans-ExtraBold.ttf);
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #000;
}

body,
html {
    height: 100%;
    width: 100%;
}

.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.button {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

    a:focus,
    .button:focus,
    button:focus {
        text-decoration: none;
        outline: none;
    }

    a:focus,
    a:hover,
    .portfolio-cat a:hover,
    .footer -menu li a:hover {
        /*color: #19458c;*/
        color: #ff4504;
        text-decoration: none;
        /* text-decoration: underline; */
    }

a,
button {
    color: #263d6e;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    color: #e64593;
    margin-top: 0px;
    font-weight: 600;
}

    h1 a,
    h2 a,
    h3 a,
    h4 a,
    h5 a,
    h6 a {
        color: inherit;
    }

h1 {
    font-size: 40px;
    font-weight: 600;
}

h2 {
    font-size: 28px;
    font-weight: 700;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    /*list-style: none*/
}

p {
    font-size: 18px;
    font-weight: normal;
    line-height: 30px;
    color: #000;
    margin-bottom: 14px;
}

/*span {
    font-size: 25px;
}*/

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

*::-moz-selection {
    background: #94db40;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #444;
    color: #fff;
    text-shadow: none;
}

*::-webkit-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::-ms-input-placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

*::placeholder {
    color: #555555;
    font-size: 14px;
    opacity: 1;
}

input,
textarea {
    outline: none;
}

.footer-widget input::placeholder {
    color: #d9d9d9;
}

.theme-overlay {
    position: relative
}

    .theme-overlay::before {
        background: #1696e7 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.6;
        position: absolute;
        top: 0;
        width: 100%;
    }

.separator {
    border-top: 1px solid #f1f1f1;
    margin: 30px 0;
}

    .separator.white {
        border-color: rgba(255, 255, 255, .1);
    }

.theme-bg {
    background: #f1f1f1;
}

/* button style */
a.readm-btn {
    font-size: 13px;
    color: #fda12b;
    font-weight: 600;
}

    a.readm-btn:hover {
        color: #182333;
    }

    a.readm-btn i {
        padding-left: 10px;
        font-size: 11px;
    }

.Frontbtn {
    -moz-user-select: none;
    border: medium none;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    padding: 0 0px;
    text-align: center;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
}

.btn_padding {
    padding: 10px 15px;
    color: #fff !important;
}

.Frontbtn.btn-black {
    background: #303b41;
}

    .Frontbtn.btn-black:hover {
        background: #1a1a1a;
    }

.Frontbtn:hover {
    /*background: #106fab;*/
    color: #19458c;
}

.Frontbtn.btn-large {
    padding: 10px 25px;
}

.btn-lg {
    font-weight: 700;
    padding: 13px 31px;
}

.Frontbtn.white-btn:hover {
    border-color: #ddd;
    color: #ddd
}

.Frontbtn.btn-base.btn-link {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #1696e7;
    padding: 0;
    text-decoration: none;
}

    .Frontbtn .btn-base.btn-link:hover {
        color: #106fab;
    }

.bg-white {
    background-color: #ffffff;
}

.black-theme-bg {
    background: #182333;
}

.breadcrumb > .active {
    color: #888;
}

.owl-carousel .owl-nav div {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    height: 40px;
    left: 20px;
    line-height: 40px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 40px;
}

.slider-area .owl-carousel .owl-nav div {
    background: #182333;
    height: 60px;
    left: 20px;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: visible;
    width: 60px;
    font-size: 45px;
    line-height: 60px;
    border-radius: 30px;
    color: #fff;
}

.owl-carousel .owl-nav div.owl-next {
    left: auto;
    right: 20px;
}

.owl-carousel:hover .owl-nav div {
    opacity: 1;
    visibility: visible;
}

.owl-carousel .owl-nav div:hover {
    background: rgb(253, 161, 43);
    color: #fff
}

strong {
    font-weight: 600;
}

.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

    .section-padding.minusPadding {
        padding-bottom: 70px;
        padding-top: 92px;
    }

/* all bg img */
.bg-img-1 {
    background-image: url(../img/slider/slider-1.jpg);
}

.bg-img-2 {
    background-image: url(../img/counter-bg/counter-bg.jpg);
}

/* ====================
		HEADER-CSS 
=======================*/
header {
   /* position: fixed;*/
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
}

.logo-img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-top-area {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #ffc000;
	/*background-image: url(../../images/bg_header.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	/*background-image: linear-gradient(to right, yellow 10% , orange 70%);*/
    -webkit-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 3px -2px rgba(0, 0, 0, 0.2);
}

    .header-top-area .row {
        align-items: center;
        padding: 0px 0;
    }

.header-bottom .row {
    padding: 0;
}

.header-bottom {
    border-top: 2px solid #000;
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.main-menu ul li {
    display: inline-block;
    margin-left: 20px;
}

    .main-menu ul li a {
        color: #0a1c51;
        display: block;
        font-size: 15px;
        font-weight: 500;
        /*padding: 8px 0;*/
        padding: 8px 15px;
        position: relative;
        text-transform: capitalize;
        transition: all .3s ease;
    }


/*.main-menu ul li.active a::after,
.main-menu ul li a:hover::after {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: 5px;
    content: "";
    background: #19458c;
    transition: all .3s ease;
}*/

.sticky .main-menu ul li.active a::after,
.sticky .main-menu ul li a:hover::after {
    position: absolute;
    top: -17px;
    transition: all .3s ease;
}

.main-menu {
    text-align: right;
}


/*===== mobile menu slicknav =====*/

.mobile_menu {
    position: absolute;
    right: 15px;
    width: 100%;
    z-index: 9999999;
}

.slicknav_menu .slicknav_menutxt {
    display: none;
}

.slicknav_menu {
    background: transparent;
    margin-top: 10px;
}

    .slicknav_menu .slicknav_icon-bar {
        background-color: #ffffff;
        height: 2px;
        margin: 3px 0;
        transition: all 0.3s ease 0s;
        width: 30px;
    }

.slicknav_btn {
    background-color: transparent;
    cursor: pointer;
    margin-bottom: 10px;
    margin-top: -34px;
    position: relative;
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(1px, 8px);
    transform: rotate(45deg) translate(1px, 8px);
}

.slicknav_menu .slicknav_open .slicknav_icon-bar:nth-child(3) {
    -webkit-transform: rotate(-45deg) translateY(-8px);
    transform: rotate(-45deg) translateY(-8px);
}

.slicknav_menu {
    margin: 0;
    padding: 0;
}

.slicknav_icon-bar {
    background: #19458c !important;
}

.slicknav_nav {
    background: #19458c;
    float: right;
    margin-top: 4px !important;
    padding: 0;
    width: 96%;
}

    .slicknav_nav a:visited {
        color: #fff;
    }

    .slicknav_nav a:hover {
        background: #fefefe;
        border-radius: 0;
        color: #000;
    }

    .slicknav_nav a {
        font-size: 14px;
        font-weight: 400;
    }

    .slicknav_nav .slicknav_arrow {
        float: right;
    }

    .slicknav_nav .slicknav_row:hover,
    .slicknav_nav .slicknav_row:hover .slicknav_arrow {
        border-radius: 0;
        background-color: #3c3333;
    }

/* header-bottom */


.header-contact li {
    display: inline-block;
    margin-left: 12px;
}

.slider-area {
    background-size: cover;
    background-position: center;
    height: 860px;
    margin-top: -67px;
}

.header-contact {
    background: #fff;
    padding: 18px 0;
    position: relative;
    z-index: 99;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .header-contact::before {
        position: absolute;
        content: "";
        background: #000;
        width: 122px;
        height: 60px;
        top: -26px;
        -webkit-transform: rotate(43deg);
        -ms-transform: rotate(43deg);
        transform: rotate(43deg);
        left: -84px;
        z-index: -11111;
        background: #fff;
    }

    .header-contact::after {
        position: absolute;
        content: "";
        background: #000;
        width: 122px;
        height: 60px;
        top: -26px;
        -webkit-transform: rotate(-43deg);
        -ms-transform: rotate(-43deg);
        transform: rotate(-43deg);
        right: -84px;
        z-index: -11111;
        background: #fff;
    }

    .header-contact li p {
        margin-bottom: 0;
        color: #131f4f;
    }

        .header-contact li p i {
            padding-right: 5px;
        }

/* mean menu */
.mean-container .mean-bar::before {
    position: absolute;
    content: "";
    top: 10px;
    text-transform: capitalize;
    left: 15px;
    font-weight: 700;
    background-image: url(../img/logo.png);
    width: 100%;
    height: 30px;
    background-repeat: no-repeat;
    z-index: 0;
}

.mobile-top ul li a {
    font-size: 15px;
    text-transform: capitalize;
}

.mobile-top.text-center.mean-container {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    border-bottom: 1px solid #f1f3f4;
}

/* menu sticky */

header.sticky .header-bottom .header-contact {
    display: none;
}

header.sticky .header-bottom {
    border: medium none;
    height: 0;
}

header.sticky .main-menu ul li a {
    /*padding: 0;*/
}

/* ====================
		SLIDER-CSS
=======================*/
.slider-area {
    background-size: cover;
    background-position: center;
    height: 950px;
    position: relative;
    z-index: 9;
}

    .slider-area::before {
        position: absolute;
        content: "";
        background: #0C2165;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .7;
    }

.slider-iteams {
    position: relative;
    top: 305px;
}

.slider-content {
    margin-top: 70px;
}

.slider-small img {
    width: 100%;
    position: relative;
    z-index: 999;
}

.slider-content h2 {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
}

.box-btn {
    padding: 8px 30px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 10px;
    font-size: 16px;
}

.slider-btn > a {
    margin-right: 30px;
    display: inline-block;
}

.slider-content p {
    color: #ddd;
    margin-top: 30px;
    margin-bottom: 42px;
}

.slider-btn a:hover {
    background: #fff;
    color: #082360;
}

.brand-itams ul li {
    display: inline-block;
}

    .brand-itams ul li a {
        display: inline-block;
        padding: 34px 20px 33px 20px;
    }

.brand-itams {
    background: #fff;
    padding: 0 15px;
    position: relative;
    z-index: 9;
}

.brand-active.owl-carousel .owl-item img {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.brand-itams::before {
    background: #858da9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 6px;
    margin-right: 0;
    position: absolute;
    right: 0;
    width: 104.6%;
    z-index: 9;
}

.brand-itams ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 9999;
    clear: both;
    overflow: hidden;
}

/* ====================
		FORM-CSS 
=======================*/

.form-info h2 {
    color: #263d6e;
    font-weight: 700;
    margin: -8px 0 0 0;
}

.form-info h4 {
    font-size: 20px;
    color: #263d6e;
    z-index: 9;
    margin-top: 25px;
    margin-bottom: 22px;
    line-height: 1;
    /*display: inline-block;*/
}

    .form-info h4 span {
        background: #263d6e;
        width: 74px;
        height: 2px;
        display: inline-block;
    }

.form-content p {
    font-size: 15px;
    line-height: 25px;
}

.single-counter h3 {
    font-size: 24px;
    font-weight: 700;
    color: #19458c;
    margin-bottom: 0;
}

.single-counter span {
    font-size: 16px;
    color: #6e6e6e;
}

.form-counter {
    margin-top: 50px;
}

.contact-form {
    /* padding: 30px 30px 40px 30px;*/
    padding: 55px 20px 120px 20px;
}

    .contact-form input,
    .contact-form textarea {
        width: 100%;
        padding-left: 15px;
        font-size: 14px;
        color: #999;
        border: 1px solid #ddd;
        margin-bottom: 19px;
        text-transform: capitalize;
        background: #fff;
    }

    .contact-form input {
        height: 50px;
        /* height: 60px; */
    }

    .contact-form textarea {
        height: 130px;
        padding-top: 20px;
    }

    .contact-form h2 {
        font-size: 30px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 30px;
    }

    .contact-form [type="submit"] {
        padding: 10px 30px;
        background: #fff;
        color: #005332;
        border: 0;
        display: inline-block;
        font-size: 15px;
        cursor: pointer;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        border: 1px solid transparent;
    }

        .contact-form [type="submit"]:hover {
            background: #005332;
            color: #fff;
            border: 1px solid #f3f3f3;
        }

/* ==================
       work css 
=====================*/
.pattern-1 {
    position: absolute;
    background-image: url(../img/patran/patran-1.png);
    top: 0;
    left: 0;
    z-index: -1;
    height: 527px;
    width: 316px;
    background-repeat: no-repeat;
}

.our-work-info h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.work-info h4 {
    font-size: 18px;
    color: #fff;
}

.work-info p {
    font-size: 14px;
    color: #c4c4c4;
    margin-bottom: 0;
}

.our-work-info ul li {
    /*margin: 30px 0;*/
}

    .our-work-info ul li:last-child {
        margin: 0;
    }

.work-icon {
    background: #fff;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    float: left;
}

.work-info {
    padding-left: 75px;
}

.our-work-area {
    position: relative;
    z-index: 9;
}

    .our-work-area::before {
        background-image: url(../../images/workbg.jpg);
        width: 50%;
        height: 100%;
        content: "";
        position: absolute;
        right: 0;
        background-size: cover;
        background-position: left;
    }

    .our-work-area::after {
        width: 50%;
        height: 100%;
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        /*background: #19458c;*/
        z-index: 0;
        opacity: .5;
    }

.pattern-1 {
    position: absolute;
    background-image: url("../../images/patran-1.png");
    top: 0;
    left: 0;
}

.pulse-icon {
    position: absolute;
    top: 50%;
    left: 71%;
    color: #fff;
    width: 100px;
    height: 100px;
    background: #0f2865;
    text-align: center;
    line-height: 98px;
    font-size: 29px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}

    .pulse-icon i {
        padding-left: 6px;
    }

    .pulse-icon a {
        color: #fff;
    }

.pulse-icon {
    position: absolute;
    top: 50%;
    left: 71%;
    color: #fff;
    width: 100px;
    height: 100px;
    background: #0f2865;
    text-align: center;
    line-height: 98px;
    font-size: 29px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    z-index: 99;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
        box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
    }

    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
        box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
        box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
    }

    80% {
        -webkit-box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
        box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
        box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
        box-shadow: 0 0 0 0px rgba(15, 40, 101, .5);
    }

    20% {
        -webkit-box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
        box-shadow: 0 0 0 10px rgba(15, 40, 101, .4);
    }

    50% {
        -webkit-box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
        box-shadow: 0 0 0 20px rgba(15, 40, 101, .3);
    }

    80% {
        -webkit-box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
        box-shadow: 0 0 0 30px rgba(15, 40, 101, .2);
    }

    100% {
        -webkit-box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
        box-shadow: 0 0 0 40px rgba(15, 40, 101, .1);
    }
}

.pulse-icon:hover {
    background: #fff none repeat scroll 0 0;
    color: #19458c;
}

    .pulse-icon:hover a {
        color: #19458c;
    }

.mfp-wrap {
    top: 20px;
}

/* ====================
		SERVICE-CSS 
=======================*/

.section-title h2 {
    font-size: 30px;
    font-weight: 400;
}

.section-para {
    position: relative;
    z-index: 99;
}

    .section-para::before {
        position: absolute;
        content: '';
        background: #000;
        width: 2px;
        height: 100%;
        left: -32px;
    }

    .section-para::after {
        content: '';
        background: #000;
        width: 4px;
        height: 60%;
        position: absolute;
        top: 20%;
        left: -33px;
    }

/* single-service */
#service {
    position: relative;
    z-index: 9;
}

.pattern-2 {
    position: absolute;
    background-image: url(../../images/patran-2.png);
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 454px;
    width: 308px;
    background-repeat: no-repeat;
}

.service-title img {
    float: left;
    margin-right: 15px;
}

.service-title h4 {
    color: #111c39;
    font-size: 18px;
}

.single-service p {
    font-size: 14px;
    line-height: 25px;
    color: #000;
}

.service-title {
    margin-bottom: 12px;
}

.single-service {
    padding: 30px;
    background: #fff;
    border: 1px solid #e0e4ef;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .single-service:hover {
        /*background: #19458c;*/
        background: #263d6e;
    }

        .single-service:hover p,
        .single-service:hover h4 {
            color: #fff;
        }

            .single-service:hover p a, .single-service:hover h4 {
                color: #fff;
            }

        .single-service:hover img {
            /*-webkit-filter: invert(100%) contrast(420%);*/
            /*filter: invert(100%) contrast(420%)*/
            /*filter: invert(80%)*/
        }

/* =======================
		counter css 
==========================*/
.counter-area {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 0;
}

    .counter-area::after {
        background: #082360 none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        opacity: 0.7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.counter-wrap h3 {
    font-size: 48px;
    color: #fff;
    font-weight: 700;
}

.counter-wrap h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 26px;
    margin-top: 15px;
}

.counter-wrap p {
    color: #ffffff;
    margin: 0;
}


/*======================
		team css 
========================*/
a.boxed-btn {
    /* background: #263d6e; */
    padding: 10px 30px;
    color: #44acfe !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #44acfe;
    border-radius: 8px;
}

    a.boxed-btn:hover {
        background: #263d6e;
        padding: 10px 30px;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;
        border: 2px solid #263d6e;
        border-radius: 8px;
    }

.protfolio-btn {
    background: #263d6e;
    padding: 10px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 8px;
}

    .protfolio-btn:hover {
        background: #fff;
        padding: 10px 30px;
        color: #263d6e !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 8px;
    }

.footer_btn {
     background-image: linear-gradient(180deg, #650000 0%, #a20000 100%); 
    padding: 10px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 5px;
}

    .footer_btn:hover {
        background:#0e166b;
        padding: 10px 30px;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;       
        border-radius: 5px;
    }

.event_btn {
    /* background: #263d6e; */
    padding: 10px 30px;
    color: #44acfe !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #44acfe;
    border-radius: 8px;
}

    .event_btn:hover {
        background: #263d6e;
        padding: 10px 30px;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;
        border: 2px solid #fff;
        border-radius: 8px;
    }

.Applyjob_btn {
    background: #263d6e;
    padding: 7px 20px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #263d6e;
    border-radius: 5px;
}

    .Applyjob_btn:hover {
        background: #41abff;
        padding: 7px 20px;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;
        border: 2px solid #41abff;
        border-radius: 5px;
    }

.Submitresue_btn {
    background: #824798;
    padding: 8px 50px;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #824798;
	text-align: center;
}

    .Submitresue_btn:hover {
        background: #e64593;
        border: 2px solid #e64593;   
    }

a.boxed-cancel-btn {
    /* background: #263d6e; */
    padding: 10px 30px;
    color: #6c757d !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #6c757d;
    border-radius: 8px;
}

    a.boxed-cancel-btn:hover {
        background: #263d6e;
        padding: 10px 30px;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;
        border: 2px solid #263d6e;
        border-radius: 8px;
    }

.theamButton {
    background: #005332;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #f2f3f1;
}

    .theamButton:hover {
        background: #fff;
        border: 1px solid #005332;
        color: #005332
    }

.team-title h2 {
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: -8px;
}

.team-title p {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 30px;
}

.team-img img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-team:hover .team-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.single-team {
    position: relative;
    z-index: 9;
    overflow: hidden;
}

.team-hover {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.team-hover-inner h3 {
    font-size: 18px;
    color: #fff;
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #243866;
}

.team-hover-inner p {
    padding: 10px 0;
    margin: 0;
    color: #d0cece;
    border-bottom: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.team-hover-inner {
    position: relative;
    bottom: 38px;
    z-index: 0;
}

    .team-hover-inner::before {
        position: absolute;
        content: "";
        background: #0b2156;
        height: 100%;
        width: 100%;
        left: 0;
        z-index: -1;
        opacity: .9;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.single-team:hover ::before {
    height: 160%;
}

.single-team:hover .team-hover-inner p {
    border-bottom: 1px solid #243866;
}


/*======================
   LATEST-NEWS-CSS
========================*/
.relative {
    position: relative;
    z-index: 9999;
}

.latest-news-area {
    position: relative;
    z-index: 99;
}

    .latest-news-area::before {
        position: absolute;
        content: "";
        background-image: url(../../images/patran-3.png);
        top: 0;
        left: 0;
        z-index: -1;
        height: 481px;
        width: 294px;
        background-repeat: no-repeat;
    }

.section-title.white h2 {
    color: #fff;
}

.section-para.white p {
    color: #c1c1c1;
}

.section-para.white::before,
.section-para.white::after {
    background: #fff;
}

.latest-news-content {
    /*padding: 25px;*/
    background: #fff;
}

    .latest-news-content h4 a {
        font-size: 22px;
        margin-bottom: 15px;
        display: block;
        text-transform: capitalize;
    }

    .latest-news-content p {
        color: #000;
        font-size: 15px;
        line-height: 25px;
    }

    .latest-news-content h4 {
        color: #1d253b;
    }

.latest-news-area::after {
    content: "";
    position: absolute;
    background: #fff;
    left: 0;
    bottom: 0;
    /*height: 50%*/;
    height: 43.6%;
    width: 100%;
    z-index: -1;
}

.single-latest-news {
    -webkit-box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    box-shadow: 0 0 25px 0 rgba(41, 61, 88, .06);
    cursor: e-resize;
}

.latest-new-img {
    overflow: hidden;
}

    .latest-new-img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        width: 100%
    }

.single-latest-news:hover .latest-new-img img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.latest-blog-meta i {
    font-size: 14px;
    padding-right: 5px;
}

p.latest-blog-meta {
    font-size: 13px;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.latest-blog-meta i:last-child {
    padding-left: 8px;
}

/* ====================
	PORTFOLIO-CSS 
=======================*/
.portfolio-bg-1 {
    background-image: url(../img/portfolio/1.jpg);
}

.portfolio-bg-2 {
    background-image: url(../img/portfolio/2.jpg);
}

.portfolio-bg-3 {
    background-image: url(../img/portfolio/3.jpg);
}

.portfolio-bg-4 {
    background-image: url(../img/portfolio/4.jpg);
}

.portfolio-bg-5 {
    background-image: url(../img/portfolio/5.jpg);
}

.portfolio-bg-6 {
    background-image: url(../img/portfolio/6.jpg);
}

.portfolio-title {
    margin-top: -10px;
}

.portfolio-load-btn {
    text-align: right;
}

.single-portfolio {
    height: 355px;
    width: 100%;
    margin-bottom: 30px;
    background-size: cover;
}

    .single-portfolio.small {
        height: 180px;
    }

    .single-portfolio.mid-size {
        height: 231px;
    }

    .single-portfolio.large {
        height: 406px;
    }

.portfolio-menu {
    margin-bottom: 30px;
    margin-top: 40px;
}

/* single-wrap */
.single-portfolio {
    position: relative;
    z-index: 9;
}

a.portfolio-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    a.portfolio-hover::before {
        position: absolute;
        content: "";
        background: #19458c;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: 0;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.single-portfolio:hover a.portfolio-hover::before {
    opacity: .8;
}

.portfolio-hover h5 {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-transform: capitalize;
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    opacity: 0;
}

.portfolio-hover i {
    font-size: 30px;
    color: #fff;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.portfolio-hover h5::before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #fff;
    content: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-portfolio:hover h5 {
    padding-left: 20px;
    opacity: 1;
}

.single-portfolio:hover .portfolio-hover h5::before {
    width: 10px;
}

.single-portfolio:hover i {
    opacity: 1;
}

.portfolio-menu button {
    background: none;
    border: 0;
    color: #6e6e6e;
    cursor: pointer;
    padding-bottom: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .portfolio-menu button:hover {
        color: #082360;
    }

    .portfolio-menu button.active {
        color: #082360;
        position: relative;
        z-index: 9;
    }

        .portfolio-menu button.active::before {
            position: absolute;
            content: "";
            background: #082360;
            width: 10px;
            height: 3px;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transition: .3s;
            -o-transition: .3s;
            transition: .3s;
        }

.portfolio-menu {
    text-align: right;
}

/*========================
		 FOOTER CSS 
==========================*/
.footer-bg {
    background: #f3f3f3;
}

.footer-title h3 {
    font-size: 23px;
    /*color: #f60;*/
    color: #000;
    text-transform: uppercase;
    /*margin-bottom: 30px;*/
}

.social-link li {
    display: inline-block;
    margin-right: 22px;
}

    .social-link li a {
        color: #fff;
        font-size: 15px;
    }

.footer-widget p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-top: 20px;
}

.footer-widget li a {
    color: #000;
    line-height: 30px;
    font-size: 18px;
}

    .footer-widget li a:hover {
        color: #f90909;
        margin-left: 5px;
    }

.social-link li a:hover {
    margin-left: 0;
}

.footer-widget input {
    font-size: 15px;
    width: 100%;
    background: none;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 10px;
    color: #fff;
}

.footer-widget button {
    font-size: 15px;
    background: none;
    margin-top: 30px;
    display: inline-block;
    color: #fff;
    border: 0;
    font-weight: 700;
    cursor: pointer;
}

    .footer-widget button i {
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        font-size: 15px;
        padding-left: 5px;
    }

    .footer-widget button:hover i {
        padding-left: 8px;
    }

.copy-right-area {
    padding: 20px 0;
}

    .copy-right-area p {
        margin-bottom: 0;
        font-size: 18px;
        color: #000;
    }

/*======================== END OF CSS ====================*/


a.scrollToTop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    background: #000066;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    z-index: 99999;
    border: 1px solid #fff;
}

    a.scrollToTop:hover {
        text-decoration: none;
        background: #fff;
        color: #000066;
        border: 1px solid #000066;
    }


/* BLOG-PAGE-CSS */
/* .author-thumb img {
	width: 100%;
} */
.blog-bg-1 {
    background-image: url(../img/blogpage_image/blog-home-bg.jpg);
}

.blog-home {
    height: 500px;
    background-size: cover;
    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;
    position: relative;
    z-index: 9;
    margin-top: 70px;
}

    .blog-home::before {
        content: "";
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        background: #000;
        opacity: .3;
    }

.blog-home-title h2 {
    color: #fff;
    font-weight: 700;
}

.blog-home-title {
    position: relative;
    z-index: 9;
    padding: 70px 40px;
}

    .blog-home-title::before {
        content: "";
        background: #000;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: -1;
        opacity: .3;
        top: 0;
        left: 0;
    }

.bradcam-area p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

    .bradcam-area p a {
        font-weight: 400;
        color: #000;
    }

    .bradcam-area p a {
        color: #303030;
    }

.single-blog-thumb img {
    width: 100%;
}

.blog-post-heading {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}

    .blog-post-heading h4 {
        font-size: 18px;
        color: #000;
        margin: 0;
    }

.blog-post-meta {
    padding: 20px 0 15px;
}

    .blog-post-meta p i {
        padding-right: 5px;
    }

        .blog-post-meta p i:nth-child(2),
        .blog-post-meta p i:nth-child(3) {
            padding-left: 10px;
        }

.blog-post-secoend-para {
    padding: 40px 28px;
    background: #f9f9f9;
    margin: 30px 0;
}

.blog-post-last-para > p {
    margin-bottom: 22px;
}

.blog-post-link a {
    float: left;
    font-size: 15px;
    color: #292929;
}

    .blog-post-link a.blog-p-right {
        float: right;
    }

.blog-post-link {
    padding-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}

.author-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.author-name {
    padding-left: 14px;
}

.author-thumb-text {
    padding-top: 20px;
    padding-bottom: 10px;
}

p.replay {
    font-weight: 600;
    color: #636363;
}

.replay i {
    color: #182333;
}

.author-comment {
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

    .author-comment:nth-child(2) {
        margin-left: 50px;
    }

    .author-comment:nth-child(3) {
        margin-left: 100px;
    }

    .author-comment:nth-child(4) {
        margin-left: 150px;
    }

.comments-area h4 {
    font-size: 20px;
    color: #000;
    margin: 45px 0;
    font-weight: 700;
}

.author-name h5 {
    color: #535353;
    font-size: 18px;
    margin-bottom: 3px;
}

.author-name p {
    color: #767676;
    font-size: 14px;
    margin: 0;
}

.blog-post-form input {
    width: 100%;
    height: 50px;
    padding-left: 15px;
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    margin-bottom: 30px;
}

.blog-post-form textarea {
    height: 175px;
    width: 100%;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 30px;
    padding: 15px;
}

.blog-post-form button {
    padding: 8px 30px;
    background: #19458c;
    color: #fff;
    border: 0;
    margin-top: 5px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    font-size: 15px;
    border: 1px solid transparent;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .blog-post-form button:hover {
        background: #fff;
        color: #19458c;
        border: 1px solid #f1f2f3;
    }

/* blog-Author right side */
.author-thumb.big img {
    width: 100%;
}

form.blog-Author {
    position: relative;
    z-index: 8;
}

.blog-Author input {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    height: 43px;
    padding-left: 15px;
    width: 100%;
}

.blog-Author i {
    position: absolute;
    right: 15px;
    top: 13px;
    height: 100%;
    color: #636363;
    font-size: 15px;
}

.about-author-meta {
    margin: 25px 0 30px;
    font-size: 20px;
    font-weight: 500;
}

.autor-profile-inner {
    position: relative;
    z-index: 99;
}

.about-author-title {
    position: absolute;
    bottom: -52px;
    background: #fff;
    left: 8%;
    right: 8%;
    text-align: center;
    padding: 14px;
}

    .about-author-title h4 {
        font-size: 14px;
        color: #000;
        font-weight: 500;
        margin: 0;
    }

    .about-author-title p {
        font-size: 13px;
    }

.about-catagory h4,
.latest-post h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 30px;
}

.about-catagory li a {
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 16px;
    font-size: 14px;
    color: #636363;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .about-catagory li a:hover {
        padding-left: 3px;
    }

.latest-post-thumb {
    margin-bottom: 30px;
}

    .latest-post-thumb img {
        margin-bottom: 20px;
        margin-top: 10px;
    }

.latest-post-title h5 {
    margin-bottom: 3px;
}

.tags ul li {
    display: inline-block;
}

    .tags ul li a {
        display: block;
        padding: 8px 17px;
        background: #e9e9e9;
        margin-bottom: 20px;
        font-size: 14px;
        color: #636363;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        margin-bottom: 5px;
    }

    .tags ul li:hover a {
        background: #ddd;
    }

.tags h4 {
    margin-bottom: 20px;
}

.latest-post-thumb img {
    width: 100%;
}


/* themebtn */
.theme-btn {
    position: relative;
    z-index: 1;
    color: #111;
    display: inline-block;
    overflow: hidden;
    font-weight: 600;
}

    .theme-btn.active {
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 15px;
        padding: 10px 24px;
        display: inline-block;
        overflow: hidden;
        background: #fff;
        ;
    }

        .theme-btn.active:hover {
            color: #111;
        }

    .theme-btn:hover {
        color: #000;
        z-index: 99;
    }

    .theme-btn.active:before {
        position: absolute;
        width: 105%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -2;
        background: #fff;
        content: "";
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
    }

    .theme-btn.active:hover:before {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }

    .theme-btn:before,
    button.theme-btn:before {
        position: absolute;
        width: 105%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -2;
        background: #fff;
        ;
        content: "";
        -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: -webkit-transform .3s;
        transition: -webkit-transform .3s;
        transition: transform .3s;
        transition: transform .3s, -webkit-transform .3s;
        -webkit-transition: transform .3s;
        -moz-transition: transform .3s;
        -ms-transition: transform .3s;
        -o-transition: transform .3s;
    }

    .theme-btn:hover:before,
    button.theme-btn:hover:before {
        transform: scaleX(1);
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        -ms-transform: scaleX(1);
        -o-transform: scaleX(1);
        -webkit-transform-origin: left;
        -ms-transform-origin: left;
        transform-origin: left;
    }

/* main.blog */
.single-latest-news.main-blog {
    -webkit-box-shadow: 0px 0px 5px 1px rgba(45, 48, 18, .12);
    box-shadow: 0px 0px 5px 1px rgba(45, 48, 18, .12);
    cursor: pointer;
}

.paginations.text-center ul li {
    display: inline-block;
}

.paginations.text-center li a {
    background: #082360 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    margin: 0 3px;
    width: 40px;
}

    .paginations.text-center li a:hover {
        background: #111;
    }

/*=============== preloader =================*/

#preloader {
    position: fixed;
    width: 100%;
    height: 120%;
    z-index: 999999999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.product_list li {
    background: #fff;
    padding: 10px;
}

    .product_list li:nth-child(odd) {
        background: #efefef;
        padding: 10px;
    }

nav a {
    font-size: 18px;
}

@media (min-width:320px) and (max-width:374px) {
    h5 {
        font-size: 16px !important;
    }
	.footer-title h3 {
    font-size: 18px !important;
}
	.regis_btn a {
    padding: 15px 10px !important;
    font-size: 13px !important;
}
	.regis_btn {    
    padding: 35px 5px 33px 5px !important;
}
	.about_pt{
		padding-top: 25px !important;
	}
	.overvision_pt{
		padding-top: 10px !important;
	}
	.getintuch{
		margin-bottom: 0px !important;
	}
	.contactus_desc{
		padding: 0px 0px 0px 0px !important;
	}
	.CONTACTUSWITHEASE {
    font-size: 20px !important;    
    padding-bottom: 0px !important;
    padding-top: 20px !important;    
}
	.Getin {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	.touch {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	.services_desc {
    height:auto !important;
}
	.OurVision {
    font-size: 30px !important;
}
	.btn_Howwework {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.btn_OurCapabilities {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.home_MedicalWriting {    
    font-size: 35px !important;    
    line-height: 45px !important;    
}
	.home_Yourtrusted {
    font-size: 35px !important;    
    padding: 0 0 0px 0 !important;
}
	.home_about {
    font-size: 30px !important;    
    padding: 0px 0 !important;
}
	.title1 {
    font-size: 28px !important;   
}
	.title2 {
    font-size: 28px !important;    
}
    h2 {
        font-size: 20px !important;
        font-weight: 700;
    }

    .facility_titles {
        font-size: 20px !important;
    }

    .contant2 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .list_contant {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .D_CarrierTitle h2 {
        font-size: 18px !important;
    }

    .bg_inner h2 {
        font-size: 20px !important;
    }

    .Div_Mission {
        padding: 30px 10px 20px 10px !important;
    }

    .pt_40 {
        padding-top: 0px !important;
    }

    .pro_img_padding {
        padding: 10px 0 !important;
    }

    .pro_img_padding2 {
        padding: 10px 0 !important;
    }

    #mydiv .navbar-nav .dropdown .dropdown-menu li a {
        font-size: 14px;
    }

    .header_top {
        display: none;
    }

    .pt-150 {
        padding-top: 70px !important;
    }

    .mb_mobilenav {
        margin-bottom: 30px;
    }

    .ul_shadow {
        box-shadow: 0px 0px 7px 0px #ccc;
    }

    .nav_border {
        border-bottom: 1px solid #fff;
    }

    .arrow_down {
        float: right;
        margin-top: 5px;
    }

    .p_boxheight_services {
        height: auto !important;
    }

    #mydiv {
        background-color: #f4f4f4;
    }

    .p_boxheight {
        height: auto !important;
    }

    .carousel-indicators {
        bottom: -59px !important;
    }

    .mt-box {
        margin-top: 20px !important;
    }

    .div_width {
        width: 75% !important;
    }

    .logo {
        width: 100% !important;
        margin-top: 5px;
    }

    .nav_icon {
        margin-top: -72px !important;
    }

    .menu {
        margin-top: 15px;
    }

    .margine_top {
        margin-top: 65px !important;
    }

    .service-title h4 {
        line-height: 30px !important;
        font-size: 14px !important;
    }

    .pt-160 {
    }
}

@media (min-width:375px)and (max-width:413px) {
	.footer-title h3 {
    font-size: 18px !important;
}
	.regis_btn a {    
    padding: 15px 10px !important;
    font-size: 17px !important;    
}
	.regis_btn {    
    padding: 35px 5px 33px 5px !important;
}
	.about_pt{
		padding-top: 30px !important;
	}
	.overvision_pt{
		padding-top: 10px !important;
	}
	.getintuch{
		margin-bottom: 0px !important;
	}
	.contactus_desc{
		padding: 0px 0px 0px 0px !important;
	}
	.CONTACTUSWITHEASE {
    font-size: 20px !important;    
    padding-bottom: 0px !important;
    padding-top: 20px !important;    
}
	.Getin {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	.touch {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	#demo .carousel-indicators{
		display: none !important;
	}
	.pt-120 .carousel-indicators{
		display: none!important;
	}
	
	.touch {    
    font-size: 50px !important;    
}
	.Getin {    
    font-size: 50px !important;    
}
	.services_desc {
    height:auto !important;
}
	.OurVision {
    font-size: 30px !important;
}
	.btn_Howwework {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.btn_OurCapabilities {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.home_MedicalWriting {    
    font-size: 35px !important;    
    line-height: 45px !important;    
}
	.home_Yourtrusted {
    font-size: 35px !important;    
    padding: 0 0 0px 0 !important;
}
	.home_about {
    font-size: 30px !important;    
    padding: 0px 0 !important;
}
	.title1 {
    font-size: 30px !important;   
}
	.title2 {
    font-size: 30px !important;    
}
    h2 {
        font-size: 24px !important;
        font-weight: 700;
    }

    .facility_titles {
        font-size: 24px !important;
    }

    .contant2 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .list_contant {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .D_CarrierTitle h2 {
        font-size: 18px !important;
    }

    .bg_inner h2 {
        font-size: 20px !important;
    }

    .Div_Mission {
        padding: 30px 10px 20px 10px !important;
    }

    .pt_40 {
        padding-top: 0px !important;
    }

    .pro_img_padding {
        padding: 10px 0 !important;
    }

    .pro_img_padding2 {
        padding: 10px 0 !important;
    }

    .header_top {
        display: none;
    }

    .pt-150 {
        padding-top: 70px !important;
    }

    .mb_mobilenav {
        margin-bottom: 30px;
    }

    .ul_shadow {
        box-shadow: 0px 0px 7px 0px #ccc;
    }

    .nav_border {
        border-bottom: 1px solid #fff;
    }

    .arrow_down {
        float: right;
        margin-top: 5px;
    }

    .p_boxheight_services {
        height: auto !important;
    }

    #mydiv {
        background-color: #f4f4f4;
    }

    .p_boxheight {
        height: auto !important;
    }

    .carousel-indicators {
        bottom: -10px !important;
    }

    .mt-box {
        margin-top: 20px !important;
    }

    .div_width {
        width: 75% !important;
    }

    .logo {
        width: 100% !important;
        margin-top: 5px;
    }

    .nav_icon {
        margin-top: -71px !important;
    }

    .menu {
        margin-top: 15px;
		background: #e64593;
    }

    .margine_top {
        margin-top: 65px !important;
    }

    .service-title h4 {
        line-height: 30px !important;
        font-size: 14px !important;
    }

    .pt-160 {
    }
}
@media (min-width:414px)and (max-width:567px) {
	.footer-title h3 {
    font-size: 18px !important;
}
	.regis_btn {    
    padding: 35px 5px 33px 5px !important;
}
	.about_pt{
		padding-top: 30px !important;
	}
	.overvision_pt{
		padding-top: 10px !important;
	}
	.getintuch{
		margin-bottom: 0px !important;
	}
	.contactus_desc{
		padding: 0px 0px 0px 0px !important;
	}
	.CONTACTUSWITHEASE {
    font-size: 20px !important;    
    padding-bottom: 0px !important;
    padding-top: 20px !important;    
}
	.Getin {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	.touch {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	#demo .carousel-indicators{
		display: none !important;
	}
	.pt-120 .carousel-indicators{
		display: none!important;
	}
	
	.touch {    
    font-size: 50px !important;    
}
	.Getin {    
    font-size: 50px !important;    
}
	.services_desc {
    height:auto !important;
}
	.OurVision {
    font-size: 30px !important;
}
	.btn_Howwework {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.btn_OurCapabilities {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.home_MedicalWriting {    
    font-size: 35px !important;    
    line-height: 45px !important;    
}
	.home_Yourtrusted {
    font-size: 35px !important;    
    padding: 0 0 0px 0 !important;
}
	.home_about {
    font-size: 30px !important;    
    padding: 0px 0 !important;
}
	.title1 {
    font-size: 30px !important;   
}
	.title2 {
    font-size: 30px !important;    
}
    h2 {
        font-size: 24px !important;
        font-weight: 700;
    }

    .facility_titles {
        font-size: 24px !important;
    }

    .contant2 {
        font-size: 18px !important;
        line-height: 30px !important;
    }

    .list_contant {
        font-size: 15px !important;
        line-height: 25px !important;
    }

    .D_CarrierTitle h2 {
        font-size: 18px !important;
    }

    .bg_inner h2 {
        font-size: 20px !important;
    }

    .Div_Mission {
        padding: 30px 10px 20px 10px !important;
    }

    .pt_40 {
        padding-top: 0px !important;
    }

    .pro_img_padding {
        padding: 10px 0 !important;
    }

    .pro_img_padding2 {
        padding: 10px 0 !important;
    }

    .header_top {
        display: none;
    }

    .pt-150 {
        padding-top: 70px !important;
    }

    .mb_mobilenav {
        margin-bottom: 30px;
    }

    .ul_shadow {
        box-shadow: 0px 0px 7px 0px #ccc;
    }

    .nav_border {
        border-bottom: 1px solid #fff;
    }

    .arrow_down {
        float: right;
        margin-top: 5px;
    }

    .p_boxheight_services {
        height: auto !important;
    }

    #mydiv {
        background-color: #f4f4f4;
    }

    .p_boxheight {
        height: auto !important;
    }

    .carousel-indicators {
        bottom: -10px !important;
    }

    .mt-box {
        margin-top: 20px !important;
    }

    .div_width {
        width: 75% !important;
    }

    .logo {
        width: 90% !important;
        margin-top: 4px;
    }

    .nav_icon {
        margin-top: -72px !important;
    }

    .menu {
        margin-top: 15px;
    }

    .margine_top {
        margin-top: 65px !important;
    }

    .service-title h4 {
        line-height: 30px !important;
        font-size: 14px !important;
    }

   
}

@media (min-width:568px)and (max-width:767px) {
	.about_pt{
		padding-top: 20px !important;
	}
	.overvision_pt{
		padding-top: 10px !important;
	}
	.getintuch{
		margin-bottom: 0px !important;
	}
	.contactus_desc{
		padding: 0px 0px 0px 0px !important;
	}
	.CONTACTUSWITHEASE {
    font-size: 20px !important;    
    padding-bottom: 0px !important;
    padding-top: 20px !important;    
}
	.Getin {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	.touch {    
    font-size: 40px !important;    
    padding: 0 0 0px 0 !important;
}
	.services_desc {
    height:auto !important;
}
	.OurVision {
    font-size: 30px !important;
}
	.btn_Howwework {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.btn_OurCapabilities {
    padding: 10px 15px !important;    
    font-size: 18px !important;   
}
	.home_MedicalWriting {    
    font-size: 35px !important;    
    line-height: 45px !important;    
}
	.home_Yourtrusted {
    font-size: 35px !important;    
    padding: 0 0 0px 0 !important;
}
	.home_about {
    font-size: 30px !important;    
    padding: 0px 0 !important;
}
	.title1 {
    font-size: 30px !important;   
}
	.title2 {
    font-size: 30px !important;    
}
    .Div_Mission {
        padding: 30px 10px 20px 10px !important;
    }

    .pt_40 {
        padding-top: 0px !important;
    }

    .pro_img_padding {
        padding: 50px 0 !important;
    }

    .pro_img_padding2 {
        padding: 180px 0 !important;
    }

    .header_top {
        display: none;
    }

    .pt-150 {
        padding-top: 70px !important;
    }

    .mb_mobilenav {
        margin-bottom: 30px;
    }

    .ul_shadow {
        box-shadow: 0px 0px 7px 0px #ccc;
    }

    .nav_border {
        border-bottom: 1px solid #fff;
    }

    .arrow_down {
        float: right;
        margin-top: 5px;
    }

    .p_boxheight_services {
        height: auto !important;
    }

    #mydiv {
        background-color: #f4f4f4;
    }

    .p_boxheight {
        height: auto !important;
    }

    .carousel-indicators {
        bottom: 10px !important;
    }

    .mt-box {
        margin-top: 20px;
    }

    .div_width {
        width: 75% !important;
    }

    .logo {
        width: 70% !important;
        padding-top: 5px;
    }

    .nav_icon {
        margin-top: -60px !important;
    }

    .menu {
        margin-top: 20px;
    }

    .margine_top {
        margin-top: 65px !important;
    }
}

@media (min-width:768px)and (max-width:991px) {
.loginBox {
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }
	.border_menu{
		display: none !important;
	}
	.padding_box{
		padding: 40px 10px 40px 10px !important;
	}
	
	.mb_3{
		margin-bottom: 10px;
	}
		header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1040;
}
	.mt-71 {
    margin-top: 71px !important;
}
	.career_CV_text {
    font-size: 15px !important;    
}
	.mb_mobilenav{
		background-color: #fff;
	}
	.servicesBox_title {    
    font-size: 18px !important;    
    padding: 10px 10px !important;
    line-height: 23px !important;
}
	.bg_imgtitle{		
		padding: 50px 0 10px 0 !important;
		font-size: 35px;
	}
	.bg_imgsubtitle{		
    padding: 0 0 50px 0 !important;   
	}
	.pt-165 {
    padding-top: 72px !important;
}
	.about_pt{
		padding-top: 30px !important;
	}
	.overvision_pt {
    padding-top: 10px !important;
}
	.services_desc {
    height:auto !important;
}
	.OurVision {
    font-size: 30px !important;
}
	.btn_Howwework {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.btn_OurCapabilities {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.home_MedicalWriting {    
    font-size: 32px !important;    
    line-height: 35px !important;    
}
	.home_Yourtrusted {
    font-size: 30px !important;    
    padding: 0 0 0px 0 !important;
}
	.mt-30 {
    /*margin-top: 10px !important;*/
}
	.home_about {
    font-size: 25px !important;    
    padding: 0px 0 !important;
}
	.title1 {
    font-size: 30px !important;   
}
	.title2 {
    font-size: 30px !important;    
}
    .pt_40 {
        padding-top: 0px !important;
    }

    .pro_img_padding {
        padding: 10px 0 !important;
    }

    .pro_img_padding2 {
        padding: 10px 0 !important;
    }

    .dropdown-toggle::after {
        border: none !important;
    }

    .header_top {
        display: block;
    }
	.header_top2 {
        display: none;
    }

    .pt-150 {
        padding-top: 70px !important;
    }

    .mb_mobilenav {
        margin-bottom: 30px;
		background-image: linear-gradient(180deg, #650000 0%, #a20000 100%);

    }

    .ul_shadow {
        box-shadow: 0px 0px 7px 0px #ccc;
    }

    .nav_border {
        border-bottom: 1px solid #fff;
    }

    .arrow_down {
        float: right;
        margin-top: 5px;
    }

    .p_boxheight_services {
        height: 160px !important;
        overflow: hidden;
    }

    #mydiv {
        background-color: #f4f4f4;
    }

    .p_boxheight {
        height: 107px !important;
        overflow: hidden;
    }

    .carousel-indicators {
        bottom: -50px !important;
    }

    .mt-box {
        margin-top: -40px !important;
    }

    .dropdown-item.active, .dropdown-item:active {
        background-color: #fff;
        color: #212529;
    }

    .div_width {
        width: 100% !important;
    }

    .logo {
        width: 65% !important;
    }

    .nav_icon {
        margin-top: -58px !important;
    }

    .menu {
        margin-top: 15px;
    }

    .header-top-area {
        height: 70px;
    }

    nav a {
        font-size: 18px;
    }

    .bg-header-menu {
        /*background-color: #fff;*/
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
    }

    .pt-95 {
        padding-top: 25px !important;
    }

    .pt-120 {
        padding-top: 70px !important;
    }
}

@media (min-width:992px)and (max-width:1199px) {
	.footer-title h3 {
    font-size: 20px !important;
}
	.mt-9px{
		margin-top: -9px !important;
	}
	.mt-5px{
		margin-top: -5px !important;
	}
	p {
    font-size: 11px;
    font-weight: normal;
    line-height: 20px;
    color: #000;
    margin-bottom: 7px;
}
	.banner-bg {
    margin-top: 5px !important;
}
	.mt-71 {
    margin-top: -15px !important;
}
	.servicesBox_title {
    font-size: 23px !important;
    padding: 10px 10px !important;
    line-height: 33px !important;
}
	.bg_imgtitle{		
		padding: 80px 0 10px 0 !important;
		font-size: 45px;
	}
	.bg_imgsubtitle{		
    padding: 0 0 80px 0 !important;   
	}
	.pt-165 {
    padding-top: 145px !important;
}
	.services_desc {    
    height: 275px !important;
}
	.OurVision {
    font-size: 30px !important;
}
	.btn_Howwework {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.btn_OurCapabilities {
    padding: 10px 15px !important;    
    font-size: 15px !important;   
}
	.home_MedicalWriting {    
    font-size: 38px !important;    
    line-height: 45px !important;    
}
	.home_Yourtrusted {
    font-size: 35px !important;    
    padding: 0 0 0px 0 !important;
}
	
	.home_about {
    font-size: 30px !important;    
    padding: 0px 0 !important;
}
	.title1 {
    font-size: 30px !important;   
}
	.title2 {
    font-size: 30px !important;    
}
    .pt_40 {
        padding-top: 0px !important;
    }

    .pro_img_padding {
        padding: 110px 0 !important;
    }

    .pro_img_padding2 {
        padding: 260px 0 !important;
    }

    .pt-120 {
        padding-top: 142px !important;
    }

    .dropdown-toggle::after {
        border: none !important;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }

    .pt-150 {
        padding-top: 123px !important;
    }

    .p_boxheight_services {
        height: 80px !important;
        overflow: hidden;
    }

    .p_boxheight {
        height: 80px !important;
        overflow: hidden;
    }

    .carousel-indicators {
        bottom: -50px !important;
    }

    .mt-box {
        margin-top: -60px !important;
    }

    .logo {
        width: 66% !important;
    }
	.logo2 {
        width: 100% !important;
    }

    .nav_icon {
        /*margin-top: -27px !important;*/
       /* margin-top: -35px !important;*/
    }

    .menu {
        /*margin-top: 30px;*/
    }

    .bg-header-menu {
        margin-top: 35px;
    }

    .pt-95 {
        padding-top: 75px !important;
    }

    .pt-160 {
        padding-top: 130px !important;
    }

    .main-menu ul li a {
        font-size: 10px !important;
    }

    nav a {
        font-size: 14px !important;
    }

    .service-title h4 {
        line-height: 30px !important;
        font-size: 14px !important;
    }

    .single-service .servicesdesc *, .single-service .servicesdesc {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .contact-form h2 {
        font-size: 24px !important;
    }

    .contact-form h5 {
        font-size: 15px !important;
    }

    .contact-form {
        padding: 20px 20px 130px 20px;
    }

    .form-info .discrotion *, .form-info .discrotion {
        line-height: 21px !important;
        font-size: 14px !important;
        margin-bottom: 10px !important;
    }

    .form-area .aboutimg {
        width: 100% !important;
    }
}

@media (max-width:767px) {
    .padding_box_devotees {
        padding: 20px 10px 40px 10px !important;
    }
    .home_devotees_title {
        font-size: 23px !important;
        padding: 10px 0 0px 0 !important;
    }
    .underline_margintop{
        margin-top:5px !important;
    }
    .btn_Cancel {
        width: 80px !important;
    }
    .btn_black {
        padding: 5px 10px !important; 
    }
    .btn_search {
        padding: 5px 10px !important;
        width: 80px !important;
    }
    .form-control {
        height: 40px !important;
    }

    .loginBox {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
        margin-left: 5% !important;
        margin-right: 5% !important;
    }

    .underline {
        width: 146px !important;
    }

    .padding_15 {
        padding: 15px !important;
    }

    .home_Login_title {
        font-size: 20px !important;
        padding: 10px 0 0px 0 !important;
    }
    .navbar-toggler {
        padding: 0.25rem 0rem !important;
    }

    p {
        font-size: 15px !important;
        line-height: 25px;
    }

    .header_top2 {
        display: none !important;
    }

    .border_menu {
        display: none !important;
    }

    .padding_box {
        padding: 40px 10px 40px 10px !important;
    }

    .mb_3 {
        margin-bottom: 10px;
    }

    .header-top-area {
        background: #ffc000 !important;
    }

    header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 1040;
    }

    .mt-71 {
        margin-top: 76px !important;
    }

    .testimonial_desc {
        padding: 0 30px;
    }

    .bd-example .carousel-control-next {
        top: 40% !important;
    }

    .bd-example .carousel-control-prev {
        top: 0% !important;
    }

    .carousel-control-next {
        top: 50% !important;
    }

    .carousel-control-prev {
        top: 50% !important;
    }

    #demo .carousel-indicators {
        display: none !important;
    }

    #demo .carousel-control-prev, .carousel-control-next {
        display: block !important;
    }

    .mb_mobilenav {
        background-image: linear-gradient(180deg, #650000 0%, #a20000 100%);
    }

    .servicesBox_title {
        font-size: 20px !important;
        padding: 10px 10px !important;
        line-height: 28px !important;
    }

    .Services_title3 {
        font-size: 35px !important;
        line-height: normal !important;
    }

    .Services_title2 {
        font-size: 30px !important;
    }

    .Services_title1 {
        font-size: 20px !important;
        margin-top: -15px;
    }

    .bg_imgtitle {
        padding: 30px 0 10px 0 !important;
        font-size: 25px;
    }

    .bg_imgsubtitle {
        padding: 0 0 30px 0 !important;
    }

    .pt-165 {
        padding-top: 75px !important;
    }

    .container_margin_top {
        padding-top: 25px;
    }

    #lbl_phone1 {
        font-size: 22px;
    }

    #lbl_phone2 {
        font-size: 22px;
    }

    #lbl_fax {
        font-size: 22px;
    }

    .p_boxheight_services {
        height: 140px !important;
    }

    .dropdown-toggle::after {
        border: none !important;
    }

    .header-top-area {
        height: 75px;
    }

    nav a {
        font-size: 18px;
    }

    .bg-header-menu {
        /*background-color: #fff;*/
    }

    .navbar-light .navbar-nav .nav-link {
        color: #fff !important;
    }

    .pt-95 {
        padding-top: 30px !important;
    }

    .pt-120 {
        padding-top: 76px !important;
    }
}

@media(min-width:992px) {
    .bg-header-menu {
        /*background-color: transparent;*/
		background-image: linear-gradient(180deg, #650000 0%, #a20000 100%);
    }
}

@media(min-width:1300px) {
    .logo{
        width:90% !important;
		/*padding: 5px 0px;*/
    }
    .container {
        max-width: 1344px;
    }

  /*  .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 25px !important;
        padding-left: 25px !important;
    }*/
}
/*------Product page css start -------*/

.bs-example {
    margin: 10px 0;
}

.accordion .fa {
    margin-right: 0.5rem;
}

.NDC_title {
    /*width: 20%;*/
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: left;
    word-break: keep-all;
}

.ImprintCode_title {
    width: 18%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.SCH_title {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.rating_title {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.Strength_title {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.CasePackUnitstitle {
    width: 20%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.Size_title {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: center;
    word-break: keep-all;
}

.NDC {
    /*width: 20%;*/
    font-size: 15px;
    padding: 5px;
    font-weight: 400;
    text-align: left;
    word-break: keep-all;
}

.ImprintCode {
    width: 18%;
    font-size: 15px;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}

.SCH {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}

.rating {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}

.CasePackUnits {
    width: 20%;
    font-size: 15px;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}

.Strength {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 500;
    text-align: center;
    word-break: keep-all;
}

.Size {
    width: 10%;
    font-size: 15px;
    padding: 5px;
    font-weight: 400;
    text-align: center;
    word-break: keep-all;
}

.Description_title {
    width: 100%;
    font-size: 15px;
    padding: 5px;
    font-weight: 600;
    text-align: left;
}

.Description, .Description * {
    font-family: Open Sans !important;
    font-size: 15px !important;
    padding: 5px !important;
    font-weight: 400 !important;
    text-align: left !important;
}

.product_title {
    width: 25%;
    font-size: 15px;
    padding: 5px;
    font-weight: 500;
    text-align: left;
}

.product_text {
    width: 25%;
    font-size: 15px;
    padding: 5px;
    text-align: left;
}

/*------Product page css End -------*/

.newsdesc {
    /*height: 85px !important;*/
    overflow: hidden;
}

    .newsdesc * {
        color: #6b6b6b !important;
        font-size: 16px !important;
        line-height: 27px !important;
        font-family: 'Open Sans' !important;
    }

.servicesdesc {
    height: 74px !important;
    overflow: hidden;
}

    .servicesdesc *, .servicesdesc {
        color: #000;
        font-size: 14px !important;
        line-height: 25px !important;
        font-family: 'Open Sans' !important;
        text-align: left !important;
    }

.latest-news-content h4 a {
    font-size: 22px;
    margin-bottom: 0px;
    display: block;
    text-transform: capitalize;
    height: 26px;
    overflow: hidden;
    color: #263d6e;
    font-weight: 500;
}

.service-title h4 {
    color: #111c39;
    font-size: 18px;
    height: 25px;
    overflow: hidden;
    font-weight: bold;
}

/*Button Styles For Admin Panel Start*/

.PrimaryFillButton {
    background-color: white;
    color: #005332;
    border: 1px solid #005332;
}

    .PrimaryFillButton:hover {
        background-color: #005332;
        color: white;
        border: 1px solid white;
    }

.SecondaryfillButton {
    background-color: white;
    color: #6c757d;
    border: 1px solid #6c757d;
}

    .SecondaryfillButton:hover {
        color: white;
        border: 1px solid white;
    }


.primarySolidButton {
    background-color: #005332;
    color: white;
    border: 1px solid #005332;
}

    .primarySolidButton:hover {
        background-color: #FFF;
        color: #005332;
        border: 1px solid #005332;
    }

.SecondarySolidButton {
    background-color: #6c757d;
    color: white;
    border: 1px solid #6c757d;
}

    .SecondarySolidButton:hover {
        background-color: #fff;
        color: #6c757d;
        border: 1px solid #6c757d;
    }

.pagination {
    display: table-row !important;
}

    .pagination span {
        background-color: #44acfe;
        color: white;
        padding: 10px;
    }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #fc6922;
    color: white !important;
	
}

.discrotion *, .discrotion {
    font-size: 15px !important;
    /*font-weight: normal !important;*/
    line-height: 30px !important;
    color: #000;
    margin-bottom: 15px !important;
    font-family: Open Sans !important;
}

.latest-news-content h4 a:hover {
    font-size: 22px;
    margin-bottom: 0px;
    display: block;
    text-transform: capitalize;
    height: 26px;
    overflow: hidden;
    color: #44acfe !important;
    font-weight: 500;
}

.form-info .discrotion *, .form-info .discrotion {
    line-height: 30px;
}

.form-area .aboutimg {
    width: 90%;
}
/*Button Styles For Admin Panel End*/

.btn-link {
    font-weight: 400;
    color: #263d6e;
    background-color: transparent;
}

    .btn-link:hover {
        color: #44acfe !important;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

/*---------------------NEW CSS------------------------*/

.navbar-light .navbar-nav .nav-link {
    color: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 10px;
    padding-left: 12px;
}

.nav-link {
    display: block;
    padding: 13px 20px;
}

.navbar {
    padding: 0px;
}

.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active {
    color: #FFF !important;
    background: #fc6922;
	/*border-radius: 50px;*/
}

.boxshadow_home {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 20px;
}

.boxshadow {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    padding: 15px;
}

.mt-box {
    margin-top: -60px;
}

.carousel-indicators {
    bottom: 10px;
}

.p_boxheight {
    height: 160px;
    overflow: hidden;
}

.p_boxheight_services {
    height: 80px;
    overflow: hidden;
}

.bg_aboutus {
    background-image: url(../../images/bg_aboutus.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_protfolioDetails {
    background-image: url("../../images/bg_protfolioDetails.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_footer {
    /*background-image: url("../../images/bg_footer.jpg");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.bg_inner {
    /*background-image: url("../../images/services.jpg");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.headertop_right ul {
    text-align: right;
}

    .headertop_right ul li {
        display: inline-block;
        margin-right: 15px;
		font-size: 18px;
    }

.discrotion ul {
    list-style-image: url("../../images/list_icon.png") !important;
}

.btn_fullDescription {
    background-color: #41abff;
    padding: 10px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-weight: bold;
}

    .btn_fullDescription:hover {
        background-color: #263d6e;
        padding: 10px;
        font-size: 18px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
        font-weight: bold;
    }

.card-body {
    flex: 1 1 auto;
    padding: 10px;
}

.footer-widget ul li {
    list-style: none !important;
}

.contact-info-item {
    display: block;
    margin-top: 20px;
    padding: 0 20px;
    text-align: center;
}

.title {
    font-size: 18px;
    position: relative;
    padding-bottom: 15px;
    text-transform: capitalize;
    color: #263d6e;
    font-weight: 600;
    text-align: center;
}

.contact-info-item .text {
    margin-bottom: 0;
    /*text-transform: capitalize;*/
}
/*----------------popup css------------------*/

@media (min-width: 576px) {
    .modal-video {
        max-width: 70% !important;
        /*margin: 1.75rem auto;*/
    }

    .modal-dialog {
        max-width: 50%;
        /*margin: 1.75rem auto;*/
    }
}

.close {
    float: right;
    font-size: 50px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    /* text-shadow: 0 1px 0 #fff; */
    /* opacity: .5; */
    background-color: #000;
    margin-top: -20px;
    margin-bottom: -12px;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .5rem 1.0rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.margin_right {
    margin-right: 0px;
}

.pt-120 {
    padding-top: 180px;
}

.pro_img_padding {
    padding: 60px 0;
}

.pro_img_padding2 {
    padding: 190px 0;
}

.pt_40 {
    padding-top: 40px;
}

.navigation {
    color: #fff;
    background-color: #47acff;
}

    .navigation:hover {
        color: #47acff;
        background-color: #fff;
        border: 1px solid #47acff;
    }

.ourteam_dsiognation {
    height: 50px;
    overflow: hidden;
}

.form-control {
    height: 50px;
}

.contant2 {
    font-size: 22px;
    font-weight: 300;
    line-height: 33px;
    color: #000;
}

.list_contant {
    font-size: 20px;
    font-weight: 300;
    line-height: 35px;
    color: #000;
    padding-left: 30px;
}

.Photo_gallery_btn {
    background: #263d6e;
    padding: 10px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border: 2px solid #263d6e;
    border-radius: 8px;
}

    .Photo_gallery_btn:hover {
        background: #44acfe;
        padding: 10px 30px;
        color: #fff !important;
        font-size: 17px !important;
        font-weight: 500 !important;
        display: inline-block;
        border: 2px solid #44acfe;
        border-radius: 8px;
    }

#spinner {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../../images/loader.gif) 50% 50% no-repeat rgba(255 255 255 / 75%);
}

.Div_Mission {
    padding: 30px 10px 70px 10px;
}

.discrotion ul li {
    padding-left: 10px;
    margin-bottom: 0px !important;
}
#main_menu{
    justify-content:center;
}

/*-------------------------New CSS Start----------------------*/

.home_about{
	font-size: 40px;
    padding: 0 0 10px 0;
    font-weight: bold;
	color: #000066;
}
.home_about_title{
	font-size: 30px;
    padding: 10px 0 10px 0;
    font-weight: bold;
	color: #000066;
	text-align: center;
}
.home_Yourtrusted{
	font-size: 50px;
    color: #e64593;
    padding: 0 0 20px 0;
}
.home_MedicalWriting {
	font-family: OpenSans-ExtraBold;
	font-size: 60px;
    font-weight: 900;
    color: #4baf4f;
    line-height: 70px;
    padding: 0 0 20px 0;
}
.desc *, .desc {
    font-family: Open Sans !important;
    font-size: 18px !important;
	line-height: 30px;
	color: #4e4e4e;
}
.btn_OurCapabilities{
    padding: 12px 30px;
    color: #ffffff;
    font-size: 20px;
    background: #ffa500;
	border-radius: 10px;
}
.btn_OurCapabilities:hover{
    background: #4baf4f;
	color: #ffffff ;
}
.btn_Howwework{
    padding: 12px 30px;
    color: #ffffff ;
    font-size: 20px;
    background: #7e499b;
}
.btn_Howwework:hover{   
    background: #2c2c2c;
	color: #ffffff ;
}
.OurVision {
    font-size: 40px;
    font-weight: lighter;
    padding-bottom: 10px;
    /* text-decoration: underline; */
    color: #ffed42;
    font-weight: 600;
    text-align: center;

}
.bg_ourvision{
	background: #4baf4f;
	/*background-image: url(../../images/bg_ourvision.jpg);*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.bg_footer {
    /*background-image: url("../../images/bg_footer.jpg");*/
	/*background-color: #fff9c7;*/
	background-color: #ffc000;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.title1{
	font-size: 45px;
    color: #e64593;
}
.title2{
	font-size: 45px;
    font-weight: 600;
    color: #7e499b;
}
.services_title{
	font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.services_desc{
	font-size: 18px;
    text-align: center;
    color: #fff;
    padding: 0 10px;
	height: 205px;
	overflow: hidden;
}
.testimonial_title{
	font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.testimonial_desc{
	font-size: 18px;
    text-align: center;
	font-style: italic;
}
.testimonial_name{
	text-align: center;
    font-size: 20px;
    color: #e64593;
    font-weight: bold;
}
.carousel-control-prev-icon,.carousel-control-next-icon{
    -webkit-filter: invert(100%); /* Safari/Chrome */
    filter: invert(100%);
}

.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #7d499d;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
    border-radius: 50%;
}
.carousel-indicators {
    bottom: -50px;
}
.CONTACTUSWITHEASE {
    font-size: 25px;
	text-transform: uppercase;
    font-weight: bold;
    padding-bottom: 30px;
    padding-top: 50px;
    /* text-decoration: underline; */
    color: #000;
    text-align: center;
}
.Getin {
    font-family: OpenSans-ExtraBold;
	font-size: 60px;
    font-weight: 900;
    color: #e64593;
    line-height: 70px;
    padding: 0 0 20px 0;
}
.touch {
    font-family: Open Sans;
	font-size: 60px;    
    color: #824798;
    line-height: 70px;
    padding: 0 0 20px 0;
}
.Callus{
	font-size: 20px;
    font-weight: 600;
    color: #e64593;
}
.pl_40{
	padding-left: 40px;	
}
.pr_40{
	padding-right: 40px;	
}
.form-group {
    margin-bottom: 10px;
}
.form-control{
	border: 1px solid #e64593;
}
.btn_submit{
    padding: 12px 30px;
    color: #ffffff;
    font-size: 20px;
    background: #e64593;
}
.btn_submit:hover{
    background: #2c2c2c;
	color: #ffffff ;
}
.pt-120 .carousel-indicators{
	display: none;
}
.Services_title1 {
    font-size: 30px;
    font-weight: lighter;
    padding: 0px 0;
}
.Services_title2 {
    font-size: 40px;
    color: #e64593;
    padding: 0 0 10px 0;
}
.Services_title3 {
    font-family: OpenSans-ExtraBold;
    font-size: 40px;
    color: #824798;
    line-height: 60px;
    padding: 0 0 0px 0;
}
.servicesBox_title{
	font-weight: bold;
    text-align: center;
    font-size: 28px;
    background: #7f489b;
    color: #fff;
    padding: 15px 10px;
    line-height: 38px;
}
.text_services{
	font-size: 28px;    
    color: #e64593;    
    line-height: 38px;
}
.expertise_bg ul li{
	background: #ffeff2;
    padding: 10px;
	margin-bottom: 10px;
}
.capabilities_title2{
	font-weight: bold;
    font-size: 23px;
    color: #4e4e4e;
    padding-bottom: 15px;
}
.HowWeWork_title {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
    color: #fff;
	height: 100px;
}
.career_title{
	font-size: 25px;
    font-weight: bold;
    color: #e64593;
    padding: 15px 0;
}
.career_CV_text{
	font-size: 20px;
    color: #000;
    padding: 10px 0;
}
input[type="file"]::file-selector-button {
	border: 2px solid #e64593;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #e64593;
  color: #fff;
}
input[type="file"]::file-selector-button:hover {
  background-color: #824798;
  border: 2px solid #824798;
	color: #fff;
}

#border_management {
    border: 20px solid transparent;
    /*padding: 5px;*/
    -webkit-border-image: url(../../images/border.png) 40 round;
    -o-border-image: url(../../images/border.png) 40 round;
    border-image: url(../../images/border.png) 40 round;
    border-color: white;

}
#border_management2 {
    border: 17px solid transparent;
    padding: 5px;
    -webkit-border-image: url(../../images/border4.png) 21 round;
    -o-border-image: url(../../images/border4.png) 21 round;
    border-image: url(../../images/border4.png) 21 round;
    border-color: white;

}
.bg_body{
	background: url(../../images/bg_body.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
}
.pt-63{
	padding-top: 45px;
}
.banner-bg {
    background-image: url(../../images/banner-bg.png);
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}
.bg-properties {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pos-relative {
    position: relative;
}
.mt-71{
	margin-top: -71px;
}
.welcome-block {
	background-color: #fff9c7;
    border-radius: 7px;
    /*background-image: url(../../images/welcome-bg.png);*/
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* margin-left: -5px; */
}
.welcome-c {
    padding: 22px;
}
.regis_btn {
    border-top: 1px dashed #ffc000;
    margin: 0px 10px;
    padding: 35px 35px 33px 35px;
}
.regis_btn a {
   border-radius: 3px;
    background-image: linear-gradient(180deg, #650000 0%, #a20000 100%);
    padding: 15px 25px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.ban-ico {
    border: 10px solid #ffffff;
    border-radius: 8px;
}
.btn_black {
    background-image: linear-gradient(180deg, #650000 0%, #a20000 100%);
    padding: 5px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 5px;
}

.btn_search {
    background-image: linear-gradient(180deg, #0e166b 0%, #0e166b 100%);
    padding: 5px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 5px;
}

.btn_black:hover {
    background: #0e166b;
    padding: 5px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 5px;
}

.btn_search:hover {
    background: linear-gradient(180deg, #650000 0%, #a20000 100%);
    padding: 5px 30px;
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 500 !important;
    display: inline-block;
    border-radius: 5px;
}