/*
--------------------------------------------------------------------------------------------------------
* Template Name             :                                                                          *
* Author                    :                                                                          *
* Version                   : 1.0                                                                      *
* Design and Developed by   :                                                                          * 
*-------------------------------------------------------------------------------------------------------
NOTE: This is main stylesheet of template, This file contains the styling for the actual Template.
*/

/*================================================
[  Table of contents  ]
================================================== 
:: Global
    :: Base
    :: Helper Classes
:: Components
    :: Buttons   
    :: Preloader
    :: Animations
:: Layout
    :: Header   
    :: About
    :: Services
    :: Technologies
    :: Project
    :: Download Brochure
    :: Clients
    :: Testimonial
    :: Socail Widgets
    :: Footer 
    :: Back to top 
:: Inner Pages
    :: Breadcrumb
    :: Pagination
    :: Blog 
    :: Blog Details
    :: Contact
    :: Careers  
    :: Out team
    :: Event
     
==================================================
[ End table content ]
================================================*/

/*==========================================
    :: Base
==========================================*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url("../css/bootstrap.min.css");
@import url("../css/animate.css");
@import url("../css/owl.carousel.min.css");
@import url("../css/bootstrap.min.css");
@import url("../css/custom.css");


body {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05em;
    font-family: 'Poppins', sans-serif;
    color: #172541;
    background-color: #ffffff;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: subpixel-antialiased
}

*:focus {
    outline: none
}

h1, h2, h3, h4, h5, h6, [class^=heading-] {
    margin-top: 0;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: .03em;
    color: #505050
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, [class^=heading-] a {
        color: inherit
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, [class^=heading-] a:hover {
            color: #172541
        }

a {
    transition: all .25s ease-in-out
}

    a, a:focus, a:active, a:hover {
        text-decoration: none
    }

        a, a:focus, a:active {
            color: #172541
        }

            a:hover {
                color: #172541
            }

            a[href*=tel], a[href*=mailto] {
                white-space: nowrap
            }

input {
    outline: medium none !important;
}

button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

::selection {
    background: #484848;
    color: #ffffff;
}

::-moz-selection {
    background: #484848;
    color: #ffffff;
}

::-webkit-selection {
    background: #484848;
    color: #ffffff;
}

/*==========================================
    :: Helper Classes 
==========================================*/
/* Color */
.text-white {
    color: #ffffff;
}

.text-black {
    color: #000 !important;
}

.text-color {
    color: #f26021 !important;
}

.bg_white {
    background: #fff;
}

.bg_1 {
    background: #f7f7f7;
}

.bg_2 {
    background: #3a3939;
}

.bg_3 {
    background: #313030;
}

.bg_4 {
    background: #fdfdfd;
}

.gbg_1 {
    background: -moz-linear-gradient(top, rgba(233,246,255,0.06) 0%, rgba(233,246,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(233,246,255,0.06) 0%,rgb(233 246 255 / 0.50) 100%);
    background: linear-gradient(to bottom, rgba(233,246,255,0.06) 0%,rgb(233 246 255 / 0.50) 100%);
}

.box {
    padding: 23px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    position: relative;
    background-color: #ffffff;
    border-radius: 8px;
}


.form-control {
    height: calc(2.3em + .75rem + 2px);
    border-radius: 0;
}
/*Grid*/
.grid-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 2rem;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
}

.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
}

.grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
}

.grid-5 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem;
}

.grid-6 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 2rem;
}

.img-animation {
    -webkit-animation: 4s linear Zoom infinite;
    animation: 4s linear Zoom infinite;
}

/*==========================================
    :: Buttons 
==========================================*/
/* default Button start */
.button {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    outline: 0;
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: #f1592a
}

    .button:hover, .button:active, .button:focus {
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .button:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        background-color: rgba(255, 255, 255, 0.8);
    }

    .button:hover:before {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.button-info {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #0e7f90;
    outline: 0;
    box-sizing: border-box;
    color: #172541;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
}

    .button-info:hover, .button-info:active, .button-info:focus {
        color: #ffffff;
        box-shadow: none !important;
        background: #0e7f90;
    }

    .button-info:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        background-color: rgba(255, 255, 255, 0.8);
    }

    .button-info:hover:before {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }


.button-white {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    padding: 10px 25px;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    border: 1px solid #ffffff;
    outline: 0;
    box-sizing: border-box;
    color: #ffffff;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    background: transparent;
}

    .button-white:hover, .button-white:active, .button-white:focus {
        color: #ffffff !important;
        box-shadow: none !important;
    }

    .button-white:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1;
        -webkit-transform: translate(-105%, 0);
        transform: translate(-105%, 0);
        background-color: rgba(255, 255, 255, 0.8);
    }

    .button-white:hover:before {
        opacity: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

/*==========================================
    :: Preloader 
==========================================*/
#loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #f0f1f0;
    z-index: 99999;
    background-image: -moz-linear-gradient(0deg, rgba(11, 61, 132, 0.9) 0%, rgba(3, 40, 92, 0.9) 100%);
    background-image: -webkit-linear-gradient(0deg, rgba(11, 61, 132, 0.9) 0%, rgba(3, 40, 92, 0.9) 100%);
    background-image: -ms-linear-gradient(0deg, rgba(11, 61, 132, 0.9) 0%, rgba(3, 40, 92, 0.9) 100%);
}

    #loader .loader-spinner {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -20px;
        margin-left: -20px;
        background: #ffffff;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        -webkit-animation: scaleout 1.0s infinite ease-in-out;
        -moz-animation: scaleout 1.0s infinite ease-in-out;
        animation: scaleout 1.0s infinite ease-in-out;
    }


/*==========================================
    :: Animations 
==========================================*/
@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-moz-keyframes rubberBand {
    from {
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -moz-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -moz-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -moz-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -moz-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -moz-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -moz-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-webkit-keyframes Zoom {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.30);
        transform: scale(1.30);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes Zoom {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

/*==========================================
    :: Header 
==========================================*/
#header-sticky {
    left: 0;
    top: 0;
    right: 0;
    margin-top: -1px;
    padding: 15px 0;
    z-index: 8;
    background: rgb(255 255 255 / 0.8);
}

.sticky-menu {
    position: fixed;
    width: 100%;
    background: #fff !important;
    -webkit-box-shadow: 1px 1px 10px 1px rgba(228, 228, 228, 0.3);
    box-shadow: 1px 1px 10px 1px rgba(228, 228, 228, 0.3);
    z-index: 999999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#header-sticky .navbar-collapse > ul > li > a {
    font-size: 16px;
    color: #172541;
    letter-spacing: 0.5px;
    font-weight: 500;
    padding: 12px 0 !important;
    border-bottom: 2px solid transparent;
    margin: 0 15px;
}

    #header-sticky .navbar-collapse > ul > li > a:hover {
        color: #172541;
        border-bottom: 2px solid #ffffff;
    }

.sticky-menu .navbar-collapse > ul > li > a {
    color: #172541 !important;
}

    .sticky-menu .navbar-collapse > ul > li > a:hover {
        color: #f26223 !important;
        border-bottom: 2px solid #f26223 !important;
    }


#header-sticky .navbar .nav-item:hover .nav-link {
    color: #f26021;
    border-bottom: 2px solid #f26021;
}

.sticky-menu .navbar .nav-item:hover .nav-link {
    color: #ffffff;
    border-bottom: 2px solid #ffffff !important;
}

#header-sticky .dropdown-menu {
    border: none;
    border-radius: 0;
    width: auto;
}

#header-sticky .dropdown-menu {
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 1px 1px 10px 1px rgba(228, 228, 228, 0.3);
}

#header-sticky .dropdown-item {
    padding: 10px 10px 10px 15px;
    min-width: 210px;
    text-decoration: none;
    color: #333;
    background: #ffffff;
    margin-left: 20px;
    border-left: 1px solid #f1f1f1;
    font-weight: 600;
    width: auto;
}

    #header-sticky .dropdown-item:hover {
        color: #f26021;
        border-left: 1px solid #f26021;
        background: transparent;
    }

/*Mobile toggle start*/
.navbar-toggler {
    position: relative;
    border: transparent;
}

    .navbar-toggler:focus, .navbar-toggler:active {
        outline: 0;
    }

    .navbar-toggler span {
        display: block;
        background-color: #ffffff;
        height: 3px;
        width: 25px;
        margin-top: 6px;
        margin-bottom: 6px;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        left: 0;
        opacity: 1;
    }

        .navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
            transition: -webkit-transform .35s ease-in-out;
            transition: transform .35s ease-in-out;
            transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
        }

    .navbar-toggler:not(.collapsed) span:nth-child(1) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        opacity: 0.9;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(2) {
        height: 12px;
        visibility: hidden;
        background-color: transparent;
    }

    .navbar-toggler:not(.collapsed) span:nth-child(3) {
        position: absolute;
        left: 12px;
        top: 10px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
        opacity: 0.9;
    }
/*Mobile toggle end*/

.navbar-brand img.img-fluid {
    width: 90px;
}

.carousel-item {
    text-align: center;
}
/*==========================================
    :: About 
==========================================*/
.box-services {
    position: relative;
}

.first_service {
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

    .first_service .inner-box {
        position: relative;
        background: #ffffff;
        padding: 15px;
        margin-bottom: 30px;
        transition: .5s ease;
        border-radius: 4px;
        min-height: 312px;
    }

        .first_service .inner-box:hover {
            transform: translateY(-10px);
            box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
        }

    .first_service .icon {
        position: absolute;
        top: 20px;
        right: 30px;
    }

        .first_service .icon img {
            width: 50px;
        }

    .first_service .Services-title {
        color: #222;
        line-height: 28px;
        padding-bottom: 30px;
        margin-bottom: 20px;
        position: relative;
        font-size: 16px;
    }

        .first_service .Services-title:before {
            position: absolute;
            content: '';
            background: #e9e6e6;
            bottom: 0px;
            left: 0px;
            width: 50px;
            height: 3px;
        }



/*==========================================
    :: Services 
==========================================*/
.Services-box {
    position: relative;
    background: #ffffff;
    padding: 15px;
    margin-bottom: 30px;
    transition: .5s ease;
    border-radius: 4px;
    text-align: center;
}

    .Services-box:hover {
        transform: translateY(-10px);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    }

.Services-icon img {
    width: 60px;
}

.main-box-services .Services-title {
    margin-top: 20px;
    min-height: 42px;
    font-size: 16px;
}

.main-box-services .Services-box {
    text-align: center;
}

.Services-icon img {
    border: 2px solid #f1592a;
    padding: 5px;
    border-radius: 50%;
}

/*==========================================
    :: Technologies 
==========================================*/
.box-Technologies {
    background: url(../images/dev-icons.png) center center no-repeat fixed;
    background-size: cover;
    position: relative;
}

    .box-Technologies:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.85);
    }

.Technologies img {
    width: 120px;
}

    .Technologies img:hover {
        -webkit-animation: rubberBand 1s linear;
        animation: rubberBand 1s linear;
    }



/*==========================================
    :: Project
==========================================*/
.project_filter_menu ul li {
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 0;
    margin: 0 15px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    line-height: 20px;
}

    .project_filter_menu ul li:hover {
        color: #f1592a;
    }

    .project_filter_menu ul li::before,
    .project_filter_menu ul li.active::before {
        content: '';
        position: absolute;
        bottom: 10px;
        left: -100%;
        width: 100%;
        height: 2px;
        background-color: #f1592a;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }

    .project_filter_menu ul li:hover::before,
    .project_filter_menu ul li.active::before {
        left: 0;
    }

    .project_filter_menu ul li.active {
        position: relative;
        color: #f1592a;
    }

.project_items .filter-item {
    position: relative;
    transition: .5s ease;
}

    .project_items .filter-item::before {
        content: '';
        position: absolute;
        top: 0;
        left: 15px;
        width: calc(100% - 30px);
        height: 100%;
        background-color: #000000;
        opacity: 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .project_items .filter-item:hover::before {
        opacity: 0.51;
    }

    .project_items .filter-item .content {
        position: absolute;
        bottom: 00%;
        left: 50%;
        width: calc(100% - 30px);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        text-align: center;
        z-index: 1;
        color: #ffffff;
        opacity: 0;
        -webkit-transition: all 0.4s ease;
        -o-transition: all 0.4s ease;
        transition: all 0.4s ease;
        -webkit-transition-delay: 0.1s;
        -o-transition-delay: 0.1s;
        transition-delay: 0.1s;
        padding: 20px 15px 30px 15px;
        background: rgb(0 0 0 / 70%);
    }

    .project_items .filter-item:hover .content {
        opacity: 1;
    }

    .project_items .filter-item .content .content-title {
        color: #ffffff;
    }

    .project_items .filter-item .content a {
        position: relative;
        left: 0;
        right: 0;
        top: 14px;
        margin: 0 auto;
        bottom: 0px;
        display: inline-block;
        height: 40px;
        width: 40px;
        text-align: center;
        line-height: 38px;
        border-radius: 50%;
        color: #ffffff;
        font-size: 26px;
        transition: .5s ease;
        background: #f1592a;
    }


/*==========================================
    :: Download Brochure 
==========================================*/
.box-brochure {
    background: #f1592a;
    position: relative;
}


/*==========================================
    :: Clients 
==========================================*/
.main-box-Clients {
    border: 1px solid rgb(249 249 249 / 43%);
}

    .main-box-Clients:hover {
        border: 1px solid rgb(71 71 71 / 17%);
    }

.Clients-icon {
    padding: 25px;
}

.Clients-box {
    position: relative;
}

    .Clients-box .Clients-icon {
        height: 150px;
        width: 100%;
        position: relative;
        max-height: 100px;
        max-width: 100%;
    }

        .Clients-box .Clients-icon img.img-fluid {
            position: absolute;
            left: 0;
            right: 0;
            margin: auto;
            bottom: 0;
            top: 0;
            max-height: 100px;
            max-width: 100%;
        }


/*==========================================
    :: Testimonial 
==========================================*/
.client-testimonial-carousel .owl-dots button {
    height: 5px;
    background: #f1592a !important;
    width: 20px;
    display: inline-block;
    margin: 5px;
    transition: .2s;
    border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
    background: #000 !important;
    width: 30px;
}

.client-testimonial-carousel .owl-dots {
    text-align: center;
    margin-top: 25px
}

.single-testimonial-item {
    position: relative;
    box-shadow: 0 0 2px #dadfd3;
    margin: 2px;
    padding: 20px;
    font-style: italic;
    padding-left: 85px;
}

    .single-testimonial-item:before {
        font-family: "FontAwesome";
        content: "\f10e";
        font-weight: 900;
        position: absolute;
        left: 20px;
        top: 50%;
        font-size: 20px;
        color: #f1592a;
        line-height: 30px;
        margin-top: -15px;
    }

    .single-testimonial-item:after {
        background: #ddd;
        content: "";
        height: 70%;
        left: 60px;
        position: absolute;
        top: 10%;
        width: 1px;
    }

    .single-testimonial-item h3 {
        font-size: 20px;
        font-style: normal;
        margin-bottom: 0;
    }

        .single-testimonial-item h3 span {
            display: block;
            font-size: 12px;
            font-weight: normal;
            margin-top: 5px;
        }




/*==========================================
    :: Socail Widgets 
==========================================*/
.facebook-widgets {
    width: 500px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.box-socail-widgets {
    background: url(../images/dev-icons.png) center center no-repeat fixed;
    background-size: cover;
    position: relative;
}

    .box-socail-widgets:before {
        position: absolute;
        content: " ";
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,.85);
    }


/*==========================================
    :: Footer
==========================================*/
.footer a, .footer p, .footer span, .footer h4 {
    color: #ffffff;
}

.single-footer-widget .list li {
    margin-bottom: 8px;
}

.single-footer-widget .footer-holder li {
    margin-bottom: 10px;
}

.single-footer-widget .list li a:hover {
    color: #f1592a
}

.social-media ul li a {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 33px;
    border-radius: 50%;
    text-align: center;
}

    .social-media ul li a:hover {
        color: #ffffff;
        -webkit-animation: rubberBand 1s linear;
        animation: rubberBand 1s linear;
        background: #f1592a;
    }


/*==========================================
    :: Back to top 
==========================================*/
.back-to-top {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 40px;
    border-radius: 50px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    background: #f1592a;
    display: none;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    animation: BounceAnimation 4s infinite;
    -webkit-animation: BounceAnimation 4s infinite;
    -moz-animation: BounceAnimation 4s infinite;
    -o-animation: BounceAnimation 4s infinite;
}

    .back-to-top:hover {
        box-shadow: 0px 0px 45px rgba(0,0,0,0.5);
    }

    .back-to-top a {
        color: #ffffff;
    }

    .back-to-top.show {
        display: inline-block;
    }


/*==========================================
    :: Breadcrumb 
==========================================*/
.breadcrumb-area {
    position: relative;
    background: url(../images/grey.jpg) no-repeat;
    background-size: cover;
    background-position: bottom center;
}

    .breadcrumb-area:before {
        content: "";
        background: rgba(0,0,0,.2);
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
    }

.area_bg_box {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 40px 0 40px 0;
}

.main_breadcrumb {
    padding: 5px 0 0;
    text-align: center;
    display: flex;
    justify-content: center;
}

.breadcrumb {
    margin-bottom: 0;
    background: transparent;
}

.breadcrumb-title {
    color: #fff;
}

.breadcrumb a, .breadcrumb span {
    color: #fff;
}

    .breadcrumb a:hover {
        text-decoration: underline;
    }

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}

/*==========================================
    :: Pagination 
==========================================*/
.pagination > li > a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    border: 1px solid #444;
    color: #444;
    text-align: center;
    border-radius: 50%;
}

.pagination > li:hover a, .pagination > li:focus a, .pagination > li.active a {
    border: 1px solid #f1592a;
}

.pagination > li:hover a, .pagination > li:focus a, .pagination > li.active a, .blockquote::after {
    background-color: #f1592a;
    color: #ffffff;
}

.pagination li:first-child a,
.pagination li:last-child a {
    display: block;
    border: none;
    position: relative;
}

.pagination li:first-child:hover a,
.pagination li:last-child:hover a {
    background: none;
    color: inherit;
    border: none;
}

.pagination li:first-child:hover a {
    -webkit-transform: translateX(-4px);
    transform: translateX(-4px);
}

.pagination li:last-child:hover a {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}


/*==========================================
    :: Blog
==========================================*/
.single_news {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 10px;
    overflow: hidden;
}

    .single_news:hover {
        -webkit-box-shadow: 0.5px 20.292px 34px 1px rgba(197, 197, 197, 0.41);
        box-shadow: 0.5px 20.292px 34px 1px rgba(197, 197, 197, 0.41);
        transform: translateY(-10px);
    }

        .single_news:hover .news_text > span {
            background-image: -moz-linear-gradient(286deg, #b424ef -3%, #27c8f9 111%);
            background-image: -webkit-linear-gradient(286deg, #b424ef -3%, #27c8f9 111%);
            background-image: -ms-linear-gradient(286deg, #b424ef -3%, #27c8f9 111%;
            );
        }

.news_text {
    padding: 20px 20px 20px 20px;
    position: relative;
    background: #ffffff;
}

    .news_text > span {
        position: absolute;
        top: -20px;
        left: 20px;
        padding: 7px 20px;
        color: #ffffff;
        background: #505050;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }

.news_1 span, .news_2 span {
    padding-left: 5px;
}

.single_news:hover a, .single_news:hover a > h6 {
    color: #f26021;
}

.news-title {
    max-height: 44px;
    min-height: 44px;
    overflow: hidden;
}

.blog_list_description {
    max-height: 54px;
    min-height: 54px;
    overflow: hidden;
}

/*.news-info{margin-top: -66px;}
.news_1 {transform: translate(00px, 32px); }
.news_2 {background: #fff; height: 90px; width: 90px; border-radius: 50%; line-height: 82px; text-align: center; }*/
.news_2 img {
    width: 70px;
}

.rotate_icon {
    cursor: pointer;
}

    .rotate_icon i.fa.fa-heart {
        color: #f1592a;
    }




/*==========================================
    :: Blog Details
==========================================*/
.lauout-box {
    padding: 0 120px;
}

.blog_details_img img {
    margin-bottom: 15px;
    display: inline-block;
    border-radius: 7px;
}


.social-button-container .kc-social {
    padding: 6px 13px;
    border-width: 1px;
    border-style: solid;
    margin: 5px 5px 5px 0;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 45px;
    line-height: 33px;
    text-align: center;
    color: #fff;
    border-radius: 3px
}

.kc-social span {
    margin-left: 10px;
}

.kc-facebook {
    background: #3B5999;
    border-color: #3B5999;
}

.kc-twitter {
    background: #29A4E8;
    border-color: #29A4E8;
}

.kc-linkedin {
    background: #0076B6;
    border-color: #0076B6;
}

.kc-email {
    background: #838383;
    border-color: #838383;
}


/*==========================================
    :: Contact 
==========================================*/
.contact_info ul {
    padding-left: 0;
    position: relative;
}

    .contact_info ul li {
        position: relative;
    }

.contact_info_icon {
    position: absolute;
    left: 0px;
    top: 2px;
}

    .contact_info_icon i {
        font-size: 22px;
        color: #C7921F;
    }

    .contact_info_icon span {
        width: 30px;
        display: inline-block;
        text-align: center;
    }

.contact_info_right {
    padding-left: 50px;
}

    .contact_info_right h5 {
        margin: 0 0 5px 0;
    }

    .contact_info_right p {
        line-height: normal;
    }

.get-in-touch .footer-title {
    font-size: 32px;
    margin-top: 0px;
    text-transform: none;
    position: relative;
    margin-bottom: 45px;
}

.Location-box {
    position: relative;
}
/*.Location-Share {display: block; width: 32px; height: 32px; line-height: 33px; border-radius: 50%; text-align: center; border: 1px solid #000; }*/
.Location-Share {
    display: inline-block;
    text-align: center;
    border: 1px solid #000;
    padding: 5px 15px;
    border-radius: 4px;
}

    .Location-Share:hover {
        background: #f1592a;
        color: #fff;
        border: 1px solid #f1592a;
    }

.sharethis_toolbox .dropdown-item {
    padding: 0.4rem 0.8rem;
    font-size: 13px;
    color: #202020;
    cursor: pointer;
    border-bottom: 1px solid #eee;
}

.ContactAddress {
    position: relative;
    background: #ffffff;
    padding: 15px;
    transition: .5s ease;
    border-radius: 4px;
    min-height: 215px;
}

    .ContactAddress:hover {
        transform: translateY(-10px);
        box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    }

.Address2, .Address4 {
    background: rgb(218 218 218) !important;
}


/*==========================================
    :: Careers 
==========================================*/
/*Carousel Gallery*/
.carousel-gallery .swiper-slide a {
    display: block;
    width: 100%;
    height: 200px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    -moz-box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
    box-shadow: 3px 2px 20px 0px rgba(0, 0, 0, .2);
}

    .carousel-gallery .swiper-slide a:hover .image .overlay {
        opacity: 1;
    }

    .carousel-gallery .swiper-slide a .image {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
    }

        .carousel-gallery .swiper-slide a .image .overlay {
            width: 100%;
            height: 100%;
            background-color: rgba(20, 20, 20, .8);
            text-align: center;
            opacity: 0;
            -webkit-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            transition: all 0.2s linear;
        }

            .carousel-gallery .swiper-slide a .image .overlay em {
                color: #fff;
                font-size: 26px;
                position: relative;
                top: 50%;
                -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                -o-transform: translateY(-50%);
                transform: translateY(-50%);
                display: inline-block;
            }

.carousel-gallery .swiper-pagination {
    position: relative;
    bottom: auto;
    text-align: center;
    margin-top: 25px;
}

    .carousel-gallery .swiper-pagination .swiper-pagination-bullet {
        -webkit-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

        .carousel-gallery .swiper-pagination .swiper-pagination-bullet:hover {
            opacity: 0.7;
        }

        .carousel-gallery .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: #d63031;
            transform: scale(1.1, 1.1);
        }


.myaccordion {
    padding-bottom: 120px
}

    .myaccordion .card {
        border: none;
    }

.accordion-main-title {
    display: inline-block;
    width: 100%;
    padding: 20px 30px;
    color: #202020;
    background: #f4f4f4;
    position: relative;
}

    .accordion-main-title:hover {
        color: #202020;
    }

        .accordion-main-title:hover:before {
            transition: transform .3s ease;
            -webkit-transition: transform .5s ease;
            -moz-transition: transform .5s ease;
            -ms-transition: transform .5s ease;
            -o-transition: transform .5s ease;
            transform: rotate(360deg);
        }

    .accordion-main-title:before {
        content: "";
        position: absolute;
        right: 60px;
        background: url(../images/plus-icn.png) no-repeat;
        height: 40px;
        width: 40px;
        top: 0;
        bottom: 0;
        margin: auto;
        transition: ease all .05s;
        background-position: center;
    }

    .accordion-main-title[aria-expanded="true"]:before {
        background: url(../images/minus-icn.png) no-repeat;
        background-position: center;
    }

    .accordion-main-title[aria-expanded="true"] {
        background: #202020;
        color: #fff;
    }

    .accordion-main-title .accordion-title {
        font-size: 26px;
        font-weight: 600;
        width: 100%;
        display: inline-block;
    }

    .accordion-main-title .accordion-sub-title {
        font-size: 18px;
        width: 100%;
        display: inline-block;
    }

.accordion-details {
    padding: 0 3%;
}

.TitleApplyNow {
    display: flex;
    align-items: center;
}

.ApplyNowbutton {
    width: 180px;
    background: #f1592a;
    font-size: 16px;
    height: 109px;
    line-height: 109px;
    text-align: center;
    color: #fff;
}

    .ApplyNowbutton:hover, .ApplyNowbutton:focus {
        color: #fff;
    }


/*==========================================
    :: Out team 
==========================================*/
.team {
    margin-bottom: 20px;
}

.team-image {
    position: relative;
    overflow: hidden;
}

    .team-image img {
        border-radius: 5px;
        transition: all .5s;
    }

    .team-image:hover img {
        transform: scale(1.05);
    }

.content-part {
    padding: 15px;
    margin: 0 25px;
    background: white;
    transform: translate(00px, -40px);
    border-radius: 5px;
}

.Outsourcing li {
    margin: 5px 0;
}

.Outsourcing img {
    width: 32px;
    margin-right: 10px;
}

.BOP_Outsourcing {
    background: #f1f1f1 url(../images/services/BPO/bpo-bg.png);
    background-attachment: fixed;
    background-size: cover;
}

    .BOP_Outsourcing .Services-box {
        height: 160px;
    }

.main-box-services .Services-title {
    margin-bottom: 0 !important;
}

/*==========================================
    :: enquiry
==========================================*/
.box-enquiry {
    background: #de5521;
    position: relative;
}



/*==========================================
    :: Event 
==========================================*/
.eventimage {
    position: relative;
}

.event-gallery {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.box-event-image {
    overflow: hidden;
    border-radius: 5px;
    height: 250px;
    width: 100%;
    position: relative;
    max-height: 230px;
    max-width: 100%;
    border: 1px solid #d3d3d3;
    background: #fff;
}

    .box-event-image img {
        transition: all .5s;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        top: 0;
        max-height: 239px;
        max-width: 100%;
    }

.event-gallery:hover img {
    transform: scale(1.05);
}

.event-gallery .overlay {
    position: absolute;
    right: 0;
    margin: auto;
    text-align: center;
    bottom: 0;
    background: #f26122;
    padding: 7px 11px;
    border-bottom-right-radius: 5px;
}

    .event-gallery .overlay i {
        font-size: 14px;
        color: #fff;
    }


/*==========================================
    :: footer 
==========================================*/
.footer-title {
    font-size: 24px;
}


/*==========================================
    :: Chat With HR
==========================================*/
.Chatbox {
    display: inline-grid;
    position: fixed;
    z-index: 99;
    top: 42%;
    right: -76px;
    transform: rotate(-90deg );
    width: auto;
    overflow: hidden;
}

    .Chatbox a.getbtn {
        color: #fff;
        border-radius: 5px;
        font-size: 16px;
        display: inline;
    }

    .Chatbox i {
        font-size: 20px;
        margin-right: 5px;
    }



/*==========================================
                services
==========================================*/
.is-services-grid-list {
    background: #f9f9f9;
    padding: 30px 15px;
    border-radius: 15px;
    text-align: center;
    height: 100%;
    transition: ease all 0.5s;
    box-shadow: 0px 15px 40px rgb(37 31 69 / 10%);
}

.is-services-image {
    position: relative;
    display: inline-block;
}

.is-services-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 15px;
    background-color: rgb(241 89 42 / 25%);
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.is-services-text {
    margin-top: 20px;
    font-weight: 600;
}

    .is-services-text span {
        font-size: 16px;
        line-height: normal;
        text-transform: capitalize;
    }

.services-grid-list {
    background: #f9f9f9;
    padding: 15px;
    border-radius: 15px;
    text-align: left;
    height: 100%;
    transition: ease all 0.5s;
    box-shadow: 0px 15px 40px rgb(37 31 69 / 20%);
}

    .services-grid-list .section-header .title {
        text-transform: capitalize;
    }

.is-services-grid-list:hover img {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

.is-services-grid-list:hover .is-services-icon {
    box-shadow: 0 0 0 8px rgb(248 223 215 / 50%);
}
