/*
  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
10. footer 
*/


@font-face {
    font-family: 'Khalid Art';
    src: url('../../fonts/KhalidArtbold.woff2') format('woff2'), url('../../fonts/KhalidArtbold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bbcnassimregular';
    src: url('../../fonts/bbc-nassim-webfont.woff2') format('woff2'), url('../../fonts/bbc-nassim-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900');

body {
    font-family: 'Khalid Art', sans-serif;
    font-weight: normal;
}

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: #000;
    text-decoration: none;
}

a,
button {
    color: #000;
    outline: medium none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Khalid Art', sans-serif;
    font-weight: normal;
    color: #000;
    margin-top: 0px;
    font-weight: 400;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 36px;
    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: 15px;
    font-weight: normal;
    line-height: 27px;
    color: #505050;
    margin-bottom: 15px;
}

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: #000;
}

/* 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;
}

.btn {
    -moz-user-select: none;
    background: #1696e7 none repeat scroll 0 0;
    border: medium none;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 13px 25px;
    text-align: center;
    text-transform: uppercase;
    -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.btn-black {
    background: #303b41;
}

.btn.btn-black:hover {
    background: #1a1a1a;
}

.btn:hover {
    background: #106fab;
    color: #fff
}

.btn.btn-large {
    padding: 10px 25px;
}

.btn-lg {
    font-weight: 700;
    padding: 13px 31px;
}

.btn.white-btn:hover {
    border-color: #ddd;
    color: #ddd
}

.btn.btn-base.btn-link {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    color: #1696e7;
    padding: 0;
    text-decoration: none;
}

.btn.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);
    background-image: url(../../img/slider/slider-3.jpg);*/
    background-image: url(../../img/slider/slider-2.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: 9999;
}

.logo-img img {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.header-top-area {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: #fff;
    -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: 15px 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-right: 18px;
}

    .main-menu ul li a {
        /*color: #0a1c51;*/ /*alaa*/
        /*color: #000;*/ /*alaa*/ /*24022024*/
        color: #000;
        display: block;
        /*font-size: 15px;*/
        font-size: 1.1rem;
        font-weight: 500;
        padding: 8px 0;
        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: -15px;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    background: #0A1C52;
    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: #000 !important;
}

.slicknav_nav {
    background: #000;
    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: -130px;
}

.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: #000;
    direction:ltr;
}

.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: 800px;
    position: relative;
    z-index: 9;
}

    .slider-area::before {
        position: absolute;
        content: "";
        background: #0C2165;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        opacity: .3;
        /*opacity: .7;*/
    }

.slider-iteams {
    position: relative;
    top: 305px;
}

/*.slider-content {
    margin-top: 20px;
}*/

.slider-small img {
    width: 100%;
    position: relative;
    z-index: 999;
}

.slider-content h2 {
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
}

.slider-content h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    line-height: 35px;
}

.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: 0px;
    margin-bottom: 10px;
    font-size:1.1rem;
    font-weight:bold;
    text-align:justify;
}

.slider-content-paragraph { margin:45px auto;
}

.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: #ad0303 none repeat scroll 0 0;
    /*background: #858da9 none repeat scroll 0 0;*/ /*24022024*/
    bottom: 0;
    content: "";
    height: 2px;
    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: #000;
    
    margin: -8px 0 0 0;*/
font-weight: 700;
    color: #000;
    z-index: 9;
    margin-top: -8px;
    margin-bottom: 22px;
    line-height: 1;
    display: inline-block;
}

.form-info h4 {
    font-size: 20px;
    color: #000;
    z-index: 9;
    margin-top: 25px;
    margin-bottom: 22px;
    line-height: 1;
    display: inline-block;
}


    .form-info h2 span {
        background: #000;
        width: 74px;
        height: 2px;
        display: inline-block;
        margin-left: 5px;
    }

.form-content p {
    font-size: 16px;
    line-height: 26px;
    text-align:justify;
    color:#000;
}

.single-counter h3 {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
}

.single-counter span {
    font-size: 16px;
    color: #6e6e6e;
}

.form-counter {
    margin-top: 50px;
}

.contact-form {
    padding: 30px 30px 40px 30px;
}

.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;
}

.contact-form textarea {
    height: 80px;
    padding-top: 20px;
}

.contact-form h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 40px;
}

.contact-form button {
    padding: 10px 30px;
    background: #fff;
    color: #000;
    border: 0;
    display: inline-block;
    font-size: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid transparent;
}

.contact-form button:hover {
    background: #000;
    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;
}

.our-work-info p { color:#FFF;
}

.work-icon {
    background: #fff;
    height: 48px;
    width: 48px;
    text-align: center;
    line-height: 48px;
    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(../../img/work/workbg.jpg);
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    background-size: cover;
    background-position: right;
}

.our-work-area::after {
    width: 50%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #000;
    z-index: 0;
    opacity: .5;
}

.pattern-1 {
    position: absolute;
    background-image: url(../../img/patran/patran-1.png);
    top: 0;
    right: 0;
}

.pulse-icon {
    position: absolute;
    top: 50%;
    right: 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-right: 6px;
}

.pulse-icon a {
    color: #fff;
}

.pulse-icon {
    position: absolute;
    top: 50%;
    right: 71%;
    color: #fff;
    width: 100px;
    height: 100px;
    /*background: #0f2865;*/ /*24022024*/
    background: #ad0303;
    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: #000;
}

.pulse-icon:hover a {
    color: #000;
}

.mfp-wrap {
    top: 20px;

}

/* ====================
		SERVICE-CSS 
=======================*/

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
}

.section-para {
    position: relative;
    z-index: 99;
}

    .section-para::before {
        position: absolute;
        content: '';
        /*background: #000;*/ /*24022024*/
        background: #ad0303;
        width: 2px;
        height: 100%;
        left: -32px;
    }

    .section-para::after {
        content: '';
        /*background: #000;*/ /*24022024*/
        background: #ad0303;
        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(../../img/patran/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: #6b6b6b;
}

.service-title {
    margin-bottom: 12px;
}

.single-service {
    padding: 20px;
    background: #fff;
    border: 1px solid #e0e4ef;
    margin-bottom: 30px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single-service:hover {
    background: #000;
}

.single-service:hover p,
.single-service:hover h4 {
    color: #fff;
}

.single-service:hover img {
    -webkit-filter: invert(100%) contrast(420%);
    filter: invert(100%) contrast(420%)
}

/* =======================
		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;*/ /*24022024*/
        background: #ad0303 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: #0c245d;*/
    background: #ad0303;
    padding: 10px 30px;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    display: inline-block;
    border: 1px solid #f2f3f1;
}

.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;*/ /*24022024*/
        background: #ad0303;
        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(../../img/patran/patran-3.png);
    top: 0;
    right: 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: 26px 35px 30px 35px;
    background: #fff;
    min-height:250px;
}

.latest-solutions-content {
    padding: 15px 10px 15px 10px;
    background: #fff;
}

.latest-news-content h4 a {
    font-size: 16px;
    margin-bottom: 15px;
    display: block;
    text-transform: capitalize;
}

.latest-news-content p {
    color: #6b6b6b;
    font-size: 16px;
    line-height: 27px;
    text-align: justify;
}
    .latest-news-content p.newsBrief {
        min-height: 100px;
    }

.latest-news-content h4 {
    color: #1d253b;
    min-height:80px;
}

.latest-news-area::after {
    content: "";
    position: absolute;
    background: #f5f5f5;
    left: 0;
    bottom: 0;
    height: 50%;
    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%
}

    .latest-new-img img.thumbProject {
        height: 240px;
    }
    .latest-new-img img.newsThumb {
        height: 205px;
    }

.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: 15px;
    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: #000;
    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;*/ /*24022024*/
        color: #ad0303;
        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: #082360;*/ /*24022024*/
    background: #ad0303;
}

.footer-title h3 {
    font-size: 23px;
    color: #fff;
    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: #d9d9d9;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}

.footer-widget li a {
    color: #d9d9d9;
    line-height: 35px;
}

.footer-widget li a:hover {
    color: #fff;
    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: 10px;
    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 {
    /*background: #001443;*/
    background: #000;
     padding: 30px 0;
}

.copy-right-area p {
    margin-bottom: 0;
    font-size: 16px;
    color: #949494;
}

/*======================== END OF CSS ====================*/


a.scrollToTop {
    width: 40px;
    height: 40px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
    background: #ad0303;
    position: fixed;
    bottom: 20px;
    right: 20px;
    color: #fff;
    z-index: 99999;
}

    a.scrollToTop:hover {
        text-decoration: none;
        background: #fff;
        color: #ad0303; /*#000;*/ 
    }


/* 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 {
    position: relative;
    top: 70px;
}

.bradcam-area p {
    margin-bottom: 0;
    color: #000;
    font-weight: 500;
}

.bradcam-area p a {
    font-weight: 400;
    color: #707070;
}

.bradcam-area p a {
    color: #303030;
}
.single-blog-thumb {
    text-align: center;
}
.single-blog-thumb img {
    width: 70%;
}

.blog-post-heading {
    padding: 30px 0 15px;
    border-bottom: 1px solid #e9e9e9;
}

.blog-post-heading h4 {
    font-size: 18px;
    color: #000;
    margin: 0;
    display:inline;
}

.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: #000;
    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: #000;
    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;*/ /*24022024*/
    background: #ad0303 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%);

}

.pad-60 { padding: 60px 0;
}

.owl-carousel .owl-item img.newsThumb {
    height: 205px;
}

p.phone { direction:ltr;
}


.img-responsive {
    width: 100%;
}

.newsText { min-height:450px;
}