    @charset "utf-8";
    @font-face {
        font-family: 'Simple-Line-Icons';
        src: url('../fonts/Simple-Line-Icons.eot');
        src: url('../fonts/Simple-Line-Icons.eot%3F') format('embedded-opentype'), url('../fonts/Simple-Line-Icons.woff') format('woff'), url('../fonts/Simple-Line-Icons.ttf') format('truetype'), url('../fonts/Simple-Line-Icons.svg') format('svg');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: Raleway-Medium;
        src: url(../fonts/Raleway-Medium.ttf);
    }
    
    @font-face {
        font-family: Raleway-Regular;
        src: url(../fonts/Raleway-Regular.ttf);
    }
    
    @font-face {
        font-family: Raleway-Bold;
        src: url(../fonts/Raleway-Bold.ttf);
    }
    
    @font-face {
        font-family: Raleway-SemiBold;
        src: url(../fonts/Raleway-SemiBold.ttf);
    }
    
    @font-face {
        font-family: OpenSans-Regular;
        src: url(../fonts/OpenSans-Regular.ttf);
    }
    
    body {
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        font-size: 14px;
    }
    
    p {
        font-size: 15px;
    }
    
    h1 {
        font-size: 30px;
        font-weight: 500;
    }
    
    img {
        max-width: 100%;
    }
    
    .row::before {
        display: table;
        content: " ";
    }
    
    .row::after {
        clear: both;
    }
    /*---------------------preloader start---------------------*/
    
    #preloader {
        background-color: #fff;
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important;
    }
    
    #status {
        background-position: center center;
        background-repeat: no-repeat;
        height: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        width: 36px;
        margin: -18px 0 0 -18px;
    }
    
    .loaded #preloader {
        display: none;
    }
    /*---------------------preloader end---------------------*/
    /* -----------menu css start---------- */
    
    .ed_header_bottom {
        padding: 15px 0;
        border-top: 3px solid #cc0000;
    }
    
    .main-menu>ul {
        position: relative;
    }
    
    .main-menu ul {
        padding: 0;
        margin: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .main-menu ul li {
        position: relative;
        list-style: none;
        text-transform: capitalize;
        padding: 10px 22px 10px 22px;
    }
    
    .has-sub-menu .sub-menu li {
        width: 100%;
    }
    
    .main-menu ul>li>a {
        padding: 20px 0px;
        display: inline-block;
        font-weight: 600;
        font-size: 14px;
        color: #202020;
    }
    
    .main-menu ul>li>a:hover,
    .main-menu ul>li.active>a {
        color: #cc0000;
    }
    
    .main-menu .sub-menu>li>a {
        width: 100%;
        padding: 10px 20px;
        position: relative;
    }
    
    .has-sub-menu>.sub-menu>li>a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 1px;
        width: 0px;
        background: #167ac6;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    
    .has-sub-menu>.sub-menu>li:hover>a,
    .main-menu ul>li>a.active {
        color: #167ac6;
    }
    
    .has-sub-menu>.sub-menu>li:hover>a:before {
        color: #167ac6;
        width: 10px;
    }
    
    .has-sub-menu .sub-menu li:hover a:before,
    .has-sub-menu .sub-menu li a:before {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    /* -----------Menu-toggle  Button--------------------*/
    
    .menu-btn-wrap .menu-btn {
        margin: 0 0 0 20px;
    }
    
    .menu-btn-wrap>a {
        width: 50px;
        height: 50px;
        display: flex;
        text-align: left;
        border: 1px solid #cc0000;
        padding: 13px 15px;
        background: #f9f9f9;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        color: #101010;
        margin: 0 0 0 20px;
        border-radius: 10px;
    }
    
    .menu-btn-wrap>a:hover {
        background: #ffffff;
    }
    
    .menu-btn span {
        display: block;
        width: 18px;
        height: 2px;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
        margin: 3px 0;
        background: #cc0000;
    }
    
    .menu-btn span:nth-child(2) {
        width: 15px;
    }
    
    .menu-btn.open-menu span:nth-child(2) {
        opacity: 0;
        visibility: hidden;
    }
    
    .menu-btn.open-menu span:nth-child(1) {
        transform: translate(0px, 6px) rotate(-48deg);
    }
    
    .menu-btn.open-menu span:nth-child(3) {
        transform: translate(0px, -10px) rotate(48deg);
    }
    
    @media (min-width: 1200px) {
        .menu-btn-wrap>a.menu-btn {
            display: none;
        }
    }
    
    @media (max-width: 1199.98px) {
        .main-menu>ul {
            background: #f9f9f9;
            position: fixed;
            left: -340px;
            top: 0;
            bottom: 0;
            width: 320px;
            height: 100%;
            text-align: left;
            z-index: 98;
            background-attachment: fixed;
            transition: 0.3s;
            overflow-y: auto;
            overflow-x: hidden;
            border-right: 1px solid #efefef;
            display: block;
        }
        .main-menu.open-menu>ul {
            left: 0;
        }
        .main-menu .has-sub-menu:before,
        .main-menu .has-sub-menu:after {
            position: absolute;
            bottom: 0;
            content: '';
            background: #167ac6;
        }
        .main-menu .has-sub-menu:after {
            right: 21px;
            width: 12px;
            height: 2px;
            top: 23px;
        }
        .main-menu .has-sub-menu:before {
            right: 26px;
            width: 2px;
            height: 12px;
            top: 18px;
        }
        .main-menu>ul::-webkit-scrollbar {
            width: 3px;
        }
        .main-menu>ul::-webkit-scrollbar-track {
            background-color: #efefef;
        }
        .main-menu>ul::-webkit-scrollbar-thumb {
            background-color: #167ac6;
        }
        .main-menu .sub-menu {
            display: none;
        }
        .main-menu ul>li>a {
            padding: 15px 20px;
        }
        .main-menu>ul>li {
            border-bottom: 1px solid #efefef;
        }
        .main-menu .sub-menu>li>a {
            width: auto;
        }
        .has-sub-menu>.sub-menu>li>a:before {
            content: unset;
        }
        .main-menu .sub-menu {
            background: #ffffff;
            padding-left: 20px;
        }
        .main-menu>ul>li.has-sub-menu.open:before {
            content: unset;
        }
        .edu-info-menu {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-end;
        }
    }
    
    @media (max-width: 991.98px) {}
    
    @media (max-width: 767.98px) {
        .ed_header_bottom .row {
            flex-direction: row-reverse;
        }
        .main-menu>ul {
            width: 260px;
        }
        .menu-btn-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: flex-end;
        }
        .edu-info-menu {
            justify-content: space-between;
        }
    }
    /*----------------- menu-toggle css end ------------*/
    /*------------- social icon css----------------- */
    
    .social-link {
        padding-top: 16px;
        padding-bottom: 8px;
    }
    ul.links {
        margin: 0px;
        padding: 0px;
    }
    
    ul.links li {
        display: inline-block;
        list-style: none;
        width: 29px;
        height: 30px;
        line-height: 28px;
        border: 1px solid #ccc;
        border-radius: 50%;
        text-align: center;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        margin: 0px 5px 0px 5px;
    }
    
    ul.links li:last-child {
        margin-right: 0px !important;
    }
    
    ul.links li a {
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        float: left;
        width: 100%;
        height: 28px;
        transition: all 0.3s;
    }
    .main-menu ul li a {
        text-decoration: none;
        font-size: 15px;
        color: #333;
        text-transform: uppercase;
        text-decoration: none;
        font-family: Raleway-Medium;
        -webkit-transition: background 0.4s 0.5s;
        transition: background 0.4s 0.5s;
    }
    
    .facebook {
        background-position: center 5px;
    }
    
    .twitter {
        background-position: center -65px;
    }
    
    .linkedin {
        background-position: center -134px;
    }
    
    .behance {
        background-position: center -201px;
    }
    
    ul.links li:hover {
        background: #cc0000;
        border-color: #cc0000;
    }
    
    ul.links li:hover .facebook {
        background-position: center -31px;
    }
    
    ul.links li:hover .twitter {
        background-position: center -98px;
    }
    
    ul.links li:hover .linkedin {
        background-position: center -169px;
    }
    
    ul.links li:hover .behance {
        background-position: center -233px;
    }
    /*  ------------social hover css------------- */
    
    ul#desktop-nav li:hover {
        padding: 10px 22px 10px 22px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    
    ul#desktop-nav li:hover {
        padding: 10px 22px 10px 22px;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    
    ul#desktop-nav li a svg {
        position: absolute;
        top: 16px;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    ul#desktop-nav li:hover a svg line.top {
        -webkit-transform: translateX(-600px);
        transform: translateX(-600px);
    }
    
    ul#desktop-nav li a svg line.top,
    ul.lists li a svg line.bottom {
        stroke-dasharray: 330 240;
    }
    
    ul#desktop-nav li:hover a svg line {
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
        stroke: #cc0000;
    }
    
    ul#desktop-nav li a svg line {
        stroke-width: 2;
        stroke: #fff;
        fill: none;
        -webkit-transition: all .8s ease-in-out;
        transition: all .8s ease-in-out;
    }
    /* ----------------- banner slier ------------- */
    
    .swiper {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-slide>img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .slide1 {
        background-image: url('../images/slider1.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 400px 0;
    }
    
    .slide2 {
        background-image: url('../images/slider2.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 400px 0;
    }
    
    .slide3 {
        background-image: url('../images/slider3.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding: 400px 0;
    }
    
    .carousel {

        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    }
    
    .carousel h1 {
        font-size: 46px;
        font-weight: 700;
    }
    
    .carousel a {
        border: 1px solid #fff !important;
        color: #fff;
        background: none !important;
        font-size: 14px;
        font-family: Raleway-Regular;
        padding: 7px 18px;
        border-radius: 0px !important;
        text-decoration: none;
        text-shadow: none;
        font-weight: 500;
    }
    
    .carousel a:focus {
        outline: none !important;
        border: 1px solid #cc0000 !important;
    }
    
    .btn-help1 {
        cursor: pointer;
        display: inline-block;
        outline: none;
        position: relative;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .btn-help2 {
        border: 3px solid #FFF;
        color: #FFF;
    }
    
    .delay {
        -webkit-animation-delay: 3s;
        -moz-animation-delay: 3s;
        -ms-animation-delay: 3s;
        -o-animation-delay: 3s;
    }
    
    .btn-help3:hover,
    .btn-help3:active {
        color: #cc0000;
    }
    
    .btn-help3:hover:after {
        width: 90%;
        opacity: 1;
    }
    
    .btn-help3:after {
        width: 0;
        height: 103%;
        top: 50%;
        left: 50%;
        background: #FFF;
        opacity: 0;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
    }
    
    .btn-help1:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
    
    .mySwiper-pagination {
        text-align: center;
        position: absolute;
        bottom: 0;
    }
    
    .mySwiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgba(255, 255, 255, 1);
    }
    
    .mySwiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
    }
    
    .mySwiper-pagination .swiper-pagination-bullet::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #fff;
        border-radius: 50%;
    }
    /*---------------------About Start---------------------*/
    
    .arrows {
        content: '';
        background: url(../images/dots.png) center no-repeat;
        float: left;
        width: 100%;
        height: 23px;
        margin: 0px auto;
        margin-top: 1%;
    }
    
    div.nav_btn {
        float: left;
        width: 100%;
        position: relative;
    }
    
    .mySuperFancyEffect .top-circle {
        margin-top: -1px;
        margin-left: 592px;
        border: none;
        height: 35px;
        width: 68px;
        border-radius: 0 0 90px 90px;
        -moz-border-radius: 0 0 90px 90px;
        -webkit-border-radius: 0 0 90px 90px;
        background: #fff;
        border: 1px solid #e2e2e2;
        border-top: 0px;
        float: none;
        margin: -1px auto;
    }
    
    .half-circle {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        position: relative;
        margin-top: 30px;
    }
    
    .mySuperFancyEffect {
        position: relative;
        text-align: center;
    }
    
    .top-icon span {
        cursor: pointer;
    }
    
    .top-icon:hover .icon-info {
        color: #cc0000 !important;
    }
    
    svg#Layer_1 {
        float: left;
        width: 100%;
        text-align: center;
        z-index: 150000000;
        position: relative;
        margin-top: -3px;
        height: 30px;
    }
    
    .main-heading h1 {
        color: #333;
        margin-top: 30px;
        text-align: center;
        margin-bottom: 31px;
        font-weight: 700;
    }
    
    .uppercase {
        text-transform: uppercase;
        color: #ffff;
    }
    
    .main-heading2 h1 {
        padding-top: 50px;
        font-weight: 700;
    }
    
    .red {
        color: #cc0000;
    }
    
    .intro {
        color: #cc0000 !important;
    }
    
    ul.lists li.mainhead a svg line {
        stroke: #C00;
    }
    
    /* .mainhead a { */
        /* color: #cc0000 !important; */
    /* } */
    
    .main-heading h1:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        left: 49%;
        float: left;
        margin-top: 50px;
    }
    
    .future-content {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .future-content h3 {
        color: #333;
        margin-top: 0px;
    }
    
    .future-content p {
        margin: 20px 0px 20px 0px !important;
    }
    
    .twitter-heading h3 {
        color: #333;
    }
    
    .twitter-image {
        padding-left: 0px !important;
    }
    
    .twitter-image img {
        border: 1px solid #e2e2e2;
        border-radius: 50%;
    }
    
    .twit-detail p {
        margin-bottom: 5px;
    }
    
    .twit-detail a {
        text-decoration: none !important;
        color: #333;
    }
    
    .twit-detail a:hover {
        color: #cc0000 !important;
        text-decoration: underline !important;
    }
    
    .ITEnablerz_line {
        background: url(../images/line.png);
        float: none;
        margin: 0px auto;
        width: 81%;
        height: 1px;
        margin-top: -20px;
        position: relative;
    }
    
    .owl-pagination {
        margin-top: 25px;
    }
    
    .twitter-slider .customNavigation {
        margin-top: -30px;
        position: relative;
        top: -20px;
    }
    
    .twitter-slider .customNavigation a.prev {
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        left: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    
    .twitter-slider .customNavigation a.prev span.icon-action-undo {
        color: #333 !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .twitter-slider .customNavigation a.prev:hover .icon-action-undo {
        color: #cc0000 !important;
    }
    
    .twitter-slider .customNavigation a.next {
        float: right !important;
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        right: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
    }
    
    .twitter-slider .customNavigation a.next span.icon-action-redo {
        color: #333 !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .twitter-slider .customNavigation a.next:hover .icon-action-redo {
        color: #cc0000 !important;
    }
    
    .owl-page span {
        border: 1px solid #ccc;
    }
    
    .twitter-slider .owl-theme .owl-controls .owl-page span {
        opacity: 1;
    }
    
    .twitter-slider #owl-demo .owl-controls .owl-page span {
        display: block;
        width: 18px;
        height: 18px;
        margin: 0px 7px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0);
        border: 1px solid rgba(204, 204, 204, 0);
        position: relative;
        z-index: 15000;
    }
    
    .twitter-slider #owl-demo .owl-controls .owl-page.active span,
    .twitter-slider #owl-demo .owl-controls.clickable .owl-page span:hover {
        opacity: 1;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #333 !important;
    }
    
    .twitter-slider #owl-demo .owl-controls .owl-page.active span:before {
        background: #333 !important;
    }
    
    .twitter-slider #owl-demo .owl-controls .owl-page span:before {
        content: '';
        float: left;
        width: 10px;
        height: 10px;
        left: 3px;
        top: 3px;
        position: absolute;
        background: #A7A4A4;
        border-radius: 50%;
    }
    
    .twitter-slider #owl-demo .owl-controls .owl-page span:hover:before {
        background: #333 !important;
        border: 1px solid #333 !important;
    }
    
    .twitter-slider .customNavigation::before {
        content: '';
        position: absolute;
        width: 92%;
        height: 1px;
        background-color: rgb(0 0 0 / 14%);
        top: 29px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .twitter-slider .swiper-wrapper .swiper-slide {
        padding-bottom: 30px;
    }
    
    .btn:focus {
        box-shadow: none;
    }
    
    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 6px;
    }
    
    .swiper-pagination .swiper-pagination-bullet::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #A7A4A4;
        border-radius: 50%;
    }
    
    .swiper-pagination .swiper-pagination-bullet-active::before {
        background: #333 !important;
    }
    
    .swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
    }
    
    .swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgb(51 51 51);
    }
    
    .swiper-pagination-bullet-active {
        background: #000;
    }
    
    .about-thumb .owl-wrapper {
        float: left;
        width: 100% !important;
    }
    
    .about-thumb .owl-item {
        width: 68px !important;
        float: left;
        height: 100%;
        margin-right: 23px;
    }
    
    .about-thumb .owl-item:last-child {
        margin-right: 0px !important;
    }
    
    .about-thumb .item {
        width: 68px;
        height: 68px;
        float: left;
    }
    .about-thumb .item img {
        width: 100%;
        height: 100%;
        float: left;
        border: 4px solid #e2e2e2;
    }
    .about-slider .owl-buttons {
        display: none;
    }
    
    .about-thumb .item img:hover {
        border: 4px solid #cc0000;
    }
    
    .about-slider .owl-pagination {
        display: none;
    }
    
    #sync1 .item a img {
        width: 100%;
    }
    
    .row.popup_gallery .row.popup_gallery>.col-lg-3 {
        padding-left: 0 !important;
        padding-right: 0;
    }
    
    .row.popup_gallery {
        margin-left: 0;
        margin-right: 0;
    }
    
    .container-fluid .row>* {
        padding-left: 0;
        padding-right: 0;
    }
    
    .wh_gallery_section a .main-img {
        position: relative;
    }
    .img-search {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .wh_img_over
    {
        top:72%;
    }
    
    .wh_gallery_section:hover .img-search {
        visibility: visible;
        opacity: 1;
    }
    /*---------------------About end---------------------*/
    /* --------------------arrow---------------- */
    
    a.left.carousel-control span.icon-action-undo {
        font-size: 22px;
        line-height: 26px !important;
    }
    
    a.right.carousel-control span.icon-action-redo {
        font-size: 22px;
        line-height: 26px !important;
    }
    
    a.left.carousel-control:hover .icon-action-undo {
        color: #cc0000 !important;
    }
    
    a.right.carousel-control:hover .icon-action-redo {
        color: #cc0000 !important;
    }
    
    .icon-action-undo:before {
        content: "\e050";
    }
    
    .icon-action-redo:before {
        content: "\e051";
    }
    
    .carousel-control {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: auto;
        text-align: center;
    }
    
    .left {
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .5) 0%), color-stop(rgba(0, 0, 0, .0001) 100%));
        /* background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%); */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
        /* background-repeat: repeat-x; */
        left: 47%;
    }
    
    .right {
        left: auto;
        background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, .0001) 0%), color-stop(rgba(0, 0, 0, .5) 100%));
        /* background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%); */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        /* background-repeat: repeat-x; */
        right: 47%;
    }
    
    .carousel-control img,
    a.btn.prev img,
    a.btn.next img {
        height: 25px;
        width: 25px;
        max-width: 100%;
    }
    
    .top-icon img {
        position: absolute;
        margin: 0 auto;
        text-align: center;
        top: 12px;
        left: 0px;
        right: 0;
        height: 40px;
        width: 40px;
    }
    /* about section slider */
    
    carousel {
        color: #170724;
        --carousel-button-bg: #fff;
        --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%), 0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
        --carousel-button-svg-width: 20px;
        --carousel-button-svg-height: 20px;
        --carousel-button-svg-stroke-width: 2.5;
    }
    
    .carousel .carousel__button:focus {
        outline: none;
        box-shadow: 0 0 0 4px #A78BFA;
    }
    
    .carousel .carousel__button.is-prev {
        left: -1.5rem;
    }
    
    .carousel .carousel__button.is-next {
        right: -1.5rem;
    }
    
    .carousel .carousel__dots {
        color: #7E22CE;
    }
    
    #mainCarousel .carousel__slide {
        width: 100%;
        padding: 0;
    }
    
    #thumbCarousel .carousel__slide {
        width: 88px;
        padding: 0.75rem;
    }
    
    #thumbCarousel .carousel__slide img {
        /* border-radius: 6px; */
        border: 4px solid #e2e2e2;
    }
    
    #thumbCarousel .carousel__slide img:hover {
        border: 4px solid #cc0000;
    }
    
    .carousel__slide {
        cursor: pointer;
    }
    
    .stt_about1 {
        padding: 23px 0px;
    }
    
    .twit-detail {
        text-align: initial;
        padding: 24px 30px;
    }
    
    .twitter-content {
        margin-top: 25px;
    }
    
    .capitalize {
        text-transform: capitalize;
    }
    
    .clearfix {
        clear: both;
    }
    
    .contact-padding {
        padding-top: 0 !important;
    }
    /*---------------------Our Team Start---------------------*/
    
    section.team-show {
        background: #cc0000;
        height: 265px;
        margin-top: 149px;
    }
    
    .team-content {
        display: flex;
    }
    
    .team-content .team-deatil {
        z-index: 15000;
        margin: 0px 11px;
        position: relative;
        margin-top: -43%;
    }
    
    .team-content .team-deatil:first-child {
        margin-left: 0px;
    }
    
    .team-content .team-deatil:last-child {
        margin-right: 20px !important;
    }
    
    .team-1 {
        height: 500px;
        background: #fff;
        -moz-border-radius: 300px;
        -webkit-border-radius: 300px;
        border-radius: 300px;
        border: 1px solid #e2e2e2;
    }
    
    .team-image {
        text-align: center;
        margin: 20px 0px 0px 0px;
    }
    
    .team-image img {
        border: 4px solid #e2e2e2;
        border-radius: 50%;
        width: 220px;
        transition: all 0.3s;
    }
    
    .team-1:hover .team-image img {
        border: 4px solid #cc0000;
    }
    
    .our-info {
        margin-top: 25px;
        text-align: center;
    }
    
    .our-info h5 {
        margin-bottom: 15px !important;
    }
    
    .our-info h6 {
        float: none;
        margin: 0px auto;
    }
    
    .our-info h6:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        left: 45%;
        float: left;
        margin-top: 35px;
    }
    
    .our-info p {
        margin: 0px auto;
        width: 83%;
        padding-top: 26px;
        padding-bottom: 18px;
        max-width: 100%;
    }
    
    .team-link {
        float: none;
        margin: 0px auto;
        width: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
    }
    
    .team-link ul.our-link {
        margin: 0px;
        padding: 0px;
    }
    
    .team-link ul.our-link li {
        float: left;
        list-style: none;
        width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 50%;
        text-align: center;
        margin: 0px 5px 0px 5px;
        display: block;
        border: 1px solid #CCC;
    }
    
    .team-link ul.our-link li:hover {
        background: #C00;
        border-color: #C00;
    }
    
    .team-link ul.our-link li a {
        background-image: url(../images/icon.png);
        background-repeat: no-repeat;
        float: left;
        width: 100%;
        height: 28px;
        transition: all 0.3s;
    }
    
    .team-link ul.our-link li:hover .facebook {
        background-position: center -31px;
    }
    
    .team-link ul.our-link li:hover .twitter {
        background-position: center -98px;
    }
    
    .team-link ul.our-link li:hover .linkedin {
        background-position: center -169px;
    }
    
    .banner-content {
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background: #FFF;
        background-attachment: fixed;
    }
    /*---------------------Our Team End---------------------*/
    /* -------------------our-partners-start---------------- */
    
    .banner-content {
        background-image: url(../images/bg_photography1.jpg);
        background-repeat: no-repeat  !important;
        background-position: center;
        background-size: cover;
        min-height: 780px;
        padding-bottom: 100px;
        position: relative;
    }
    
    h1.uppercase.white-cham {
        padding-top: 176px;
        text-align: center;
        color: #fff;
        font-weight: 700;
    }
    
    section.our-partners {
        min-height: 720px;
    }
    
    .main-heading2 h1:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #fff;
        left: 48%;
        float: left;
        margin-top: 50px;
    }
    
    #owl-demo2 .owl-theme .owl-controls {
        text-align: center !important;
        width: 50% !important;
        margin: 0px auto !important;
        z-index: 1 !important;
        position: relative !important;
    }
    
    #owl-demo2 .owl-pagination {
        margin-top: 25px !important;
        z-index: 1 !important;
        position: relative !important;
        width: 100% !important;
        margin: 0px auto !important;
    }
    
    .partners-content .item .partner-heading {
        background: #fff !important;
        float: left !important;
        width: 94.8%;
        height: 132px;
        margin: 0px 10px;
    }
    
    .partners-content .item .partner-heading a {
        float: left;
        width: 100%;
        text-align: center;
    }
    
    .partners-content .item .partner-heading img {
        padding: 50px 0px;
        margin: 0px auto;
        float: none;
    }
    
    .ITEnablerz-line-2 {
        background: url(../images/white-line.png);
        float: none;
        margin: 0px auto;
        width: 91%;
        height: 1px;
        margin-top: -20px;
        position: relative !important;
        z-index: 0 !important;
    }
    
    .partners-content .owl-carousel .owl-wrapper-outer {
        margin: 35px 0px 50px 0px;
    }
    
    .partners-content .owl-theme .owl-controls .owl-page span {
        opacity: 1 !important;
    }
    
    .partners-content .owl-theme .owl-controls .owl-page span {
        display: block;
        width: 18px;
        height: 18px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0) !important;
        position: relative;
    }
    
    .partners-content .owl-theme .owl-controls .owl-page.active span,
    .owl-theme .owl-controls.clickable .owl-page:hover span {
        filter: Alpha(Opacity=100);
        opacity: 1;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #FFF !important;
    }
    
    .partners-content .owl-theme .owl-controls .owl-page span:before {
        content: '';
        float: left;
        width: 10px;
        height: 10px;
        left: 3px;
        top: 3px;
        position: absolute;
        background: #fff;
        border-radius: 50%;
    }
    
    .partners-content .owl-theme .owl-controls .owl-page span:hover:before {
        background: #fff !important;
        border: 1px solid #fff !important;
    }
    
    .partners-content .customNavigation {
        margin-top: -26px;
        z-index: 1500000000 !important;
    }
    
    .partners-content .customNavigation a.prev {
        float: left !important;
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
    }
    
    .partners-content .customNavigation a.prev span.icon-action-undo {
        color: #fff !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .partners-content .customNavigation a.prev:hover .icon-action-undo {
        color: #cc0000 !important;
    }
    
    #owl-demo2.icon-action-undo:before {
        z-index: 15000000000 !important;
    }
    
    .partners-content .customNavigation a.next {
        float: right !important;
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
    }
    
    .partners-content .customNavigation a.next span.icon-action-redo {
        color: #fff !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .partners-content .customNavigation a.next:hover .icon-action-redo {
        color: #cc0000 !important;
    }
    
    #owl-demo2.icon-action-redo:before {
        z-index: 15000000000 !important;
    }
    
    .partners-content {
        padding-top: 33px;
    }
    
    .partner-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255);
        border: 1px solid rgb(255 255 255);
    }
    
    .partner-pagination .swiper-pagination-bullet-active::before {
        background: #fff !important;
    }
    
    .partner-pagination .swiper-pagination-bullet::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #fff;
        border-radius: 50%;
    }
    
    .partner-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
    }
    
    .our-partner-slider .partner-customNavigation {
        margin-top: -30px;
        position: relative;
        /* top: 50px; */
        top: 38px;
    }
    
    .our-partner-slider .partner-customNavigation::before {
        content: '';
        position: absolute;
        width: 81%;
        height: 1px;
        background-color: rgb(0 0 0 / 14%);
        top: 29px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .our-partner-slider .partner-customNavigation::before {
        content: '';
        position: absolute;
        width: 80%;
        height: 1px;
        background-color: rgb(255 255 255);
        top: 29px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .our-partner-slider .partner-customNavigation a.btn.prev {
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        left: 79px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .our-partner-slider .partner-customNavigation a.btn.prev>span.icon-action-undo {
        color: #fff !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .our-partner-slider .partner-customNavigation a.btn.next {
        float: right !important;
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        right: 79px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .our-partner-slider .partner-customNavigation a.btn.next span.icon-action-redo {
        color: #fff !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .partner-pagination {
        position: absolute;
        text-align: center;
        top: 55.6%;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
    /*---------------------Our partners end---------------------*/
    /*---------------------Skills Start---------------------*/
    
    .all-skills {
        float: left;
        width: 100%;
        margin-top: -11%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .chart {
        position: relative;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        width: 255px;
        height: 256px;
        background: #fff;
        border: 10px solid #efefef;
        transition: all 0.3 ease-in-out;
    }
    
    .chart:hover {
        border-color: red;
        transition: all 0.3 ease-in-out;
    }
    
    .percent {
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
        font-size: 50px;
        font-weight: bold;
        color: #333;
        transition: all 0.3s;
    }
    
    .percent:after {
        content: '%';
        margin-left: .1em;
    }
    
    .chart canvas {
        position: absolute;
        top: 0;
        left: 0;
        padding: 23px;
    }
    
    h5.skill-lang {
        font-size: 20px;
        color: #666;
        padding-top: 30px;
    }
    
    .align-c {
        text-align: center;
    }
    /*---------------------Skills End---------------------*/
    /* ----------testimonial section ------------*/
    
    section.testimonals {
        background: #cc0000;
        margin-top: 47px;
        position: relative;
    }
    
    h1.test_heading {
        color: #fff;
        text-transform: uppercase;
        padding-top: 23px;
        font-weight: 700;
    }
    
    .mySuperFancyEffect {
        position: relative;
        text-align: center;
    }
    
    .testimonals .mySuperFancyEffect .top-circle {
        border: 0px;
    }
    
    .mySuperFancyEffect .top-circle {
        margin-top: -1px;
        margin-left: 592px;
        border: none;
        height: 35px;
        width: 68px;
        border-radius: 0 0 90px 90px;
        -moz-border-radius: 0 0 90px 90px;
        -webkit-border-radius: 0 0 90px 90px;
        background: #fff;
        border: 1px solid #e2e2e2;
        border-top: 0px;
        float: none;
        margin: -1px auto;
    }
    
    .top-icon {
        background: transparent;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -25px;
        margin-left: -19px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    
    .top-icon span {
        cursor: pointer;
    }
    
    .icon-envelope-letter:before {
        content: "\e01f";
    }
    
    .testimonial-swiper-pagination .swiper-pagination-bullet-active {
        background: rgba(255, 255, 255);
        border: 1px solid rgb(255 255 255);
    }
    
    .testimonial-swiper-pagination .swiper-pagination-bullet-active::before {
        background: #fff !important;
    }
    
    .testimonial-swiper-pagination .swiper-pagination-bullet::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #fff;
        border-radius: 50%;
    }
    
    .testimonial-swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
    }
    /*--------------Testimonial---------------*/
    
    .testimonial_main_wrapper {
        position: relative;
        padding-top: 50px;
    }
    
    #testimonial4 .carousel-inner:hover {
        cursor: -moz-grab;
        cursor: -webkit-grab;
    }
    
    #testimonial4 .carousel-inner:active {
        cursor: -moz-grabbing;
        cursor: -webkit-grabbing;
    }
    
    #testimonial4 .carousel-inner .item {
        overflow: hidden;
    }
    
    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar {
        height: 3px;
    }
    
    .testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb {
        background: #eeeeee;
        -webkit-border-radius: 0;
        border-radius: 0;
    }
    
    .testimonial4_control_button .carousel-control.left {
        left: 7%;
        top: 50%;
        right: auto;
    }
    
    .testimonial4_control_button .carousel-control.right {
        right: 7%;
        top: 50%;
        left: auto;
    }
    
    .testimonial4_control_button .carousel-control.left:hover,
    .testimonial4_control_button .carousel-control.right:hover {
        color: #000;
        background: #fff;
        border: 2px solid #fff;
    }
    
    .testimonial4_slide h4 {
        margin-top: 18px;
        font-size: 20px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 600;
    }
    
    .testimonial4_slide {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 780px;
        max-width: 100%;
        margin: auto;
        padding: 20px;
        position: relative;
        text-align: center;
    }
    
    .testimonial4_slide img {
        top: 0;
        left: 0;
        right: 0;
        width: 150px;
        height: 150px;
        margin: auto;
        display: block;
        color: #f2f2f2;
        font-size: 18px;
        line-height: 46px;
        text-align: center;
        position: relative;
        border-radius: 75px;
        box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
        -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    }
    
    .testimonial4_slide p {
        font-size: 15px;
        line-height: 25px;
        color: #ffffff;
        font-weight: 400;
        margin-top: 25px;
    }
    
    .testimonial_main_wrapper .carousel-control-next-icon {
        width: 12px;
        height: 20px;
        position: absolute;
        right: 0;
    }
    
    .testimonial_main_wrapper .carousel-control-prev-icon {
        width: 12px;
        height: 20px;
        position: absolute;
        left: 0;
    }
    
    h6.capitalize.red {
        color: #fff;
        padding-top: 26px;
        font-weight: 600;
        font-family: Raleway-SemiBold;
        font-size: 18px;
        text-transform: uppercase;
    }
    /*-----about testimonials slider css end------*/
    
    .testimonial-slider .swiper-wrapper .swiper-slide {
        background-color: transparent;
        flex-direction: column;
    }
    
    .tt_20 {
        margin-bottom: 5px;
        text-align: center;
        max-width: 100%;
        width: 801px;
        margin: 0 auto;
        color: #ffff;
        padding-bottom: 46px;
        padding-top: 0;
        position: relative;
    }
    
    .tt_20 a {
        color: #ffff;
        margin-bottom: 20px;
    }
    
    .tt_20::before {
        content: '';
        background: url(../images/left-invert.png) no-repeat;
        width: 30px;
        height: 22px;
        float: left;
    }
    
    .tt_20::after {
        content: '';
        background: url(../images/right-invert.png) no-repeat;
        width: 30px;
        height: 22px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }
    /*---------------------Our Services Start---------------------*/
    
    #services .service-round {
        position: relative;
        text-align: center;
        background: #cc0000 !important;
    }
    
    section.our-service {
        border-bottom: 1px solid #e2e2e2;
        position: relative;
    }
    
    .service-image {
        border: 1px solid #e2e2e2;
        height: 63px;
        width: 16.9%;
        float: left;
        margin-right: 20px;
        margin-bottom: 40px;
    }
    
    .service-detail h5 {
        margin-top: 0px;
        margin-bottom: 8px;
        text-align: initial;
    }
    
    .ITEnablerz-services {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .ITEnablerz-services .service-1 {
        margin-bottom: 30px;
    }
    
    .ITEnablerz-services .service-1:hover .service-image {
        background: #C00;
        border: 1px solid #C00;
    }
    
    .ITEnablerz-services .service-1:hover .service-image span {
        color: #FFF !important;
    }
    
    .service-detail h6 {
        color: #333;
        margin-bottom: 8px;
    }
    
    #owl-demo4 {
        margin-bottom: 20px;
    }
    
    .more-service-slider {
        margin-bottom: 50px;
    }
    
    .more-service-slider .service-1 .service-image {
        border: 1px solid #e2e2e2;
        height: 63px;
        width: 23.2%;
        float: left;
        margin-right: 20px;
    }
    
    .more-service-slider .service-1 {
        margin-right: 10px;
    }
    
    #owl-demo4 .owl-controls.clickable {
        text-align: center;
    }
    
    #owl-demo4 .owl-pagination {
        margin-top: 25px !important;
        z-index: 1 !important;
        position: relative !important;
        width: 100% !important;
        margin: 0px auto !important;
        top: 20px;
    }
    
    .more-service-slider .ITEnablerz_line {
        background: url(../images/line.png);
        float: none;
        margin: 0px auto;
        width: 91%;
        height: 1px;
        margin-top: -20px;
        position: relative !important;
        z-index: 0 !important;
    }
    
    .more-service-slider .owl-theme .owl-controls .owl-page span {
        opacity: 1 !important;
    }
    
    .more-service-slider #owl-demo4 .owl-controls .owl-page span {
        display: block;
        width: 18px;
        height: 18px;
        margin: 5px 7px;
        filter: Alpha(Opacity=50);
        opacity: 0.5;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background: rgba(0, 0, 0, 0);
        border: 1px solid rgba(204, 204, 204, 0);
        position: relative;
    }
    
    .more-service-slider #owl-demo4 .owl-controls .owl-page.active span,
    .more-service-slider #owl-demo4 .owl-controls.clickable .owl-page:hover span {
        opacity: 1;
        background: rgba(0, 0, 0, 0);
        border: 1px solid #333 !important;
    }
    
    .more-service-slider #owl-demo4 .owl-controls .owl-page.active span:before {
        background: #333 !important;
    }
    
    .more-service-slider #owl-demo4 .owl-controls .owl-page span:before {
        content: '';
        float: left;
        width: 10px;
        height: 10px;
        left: 3px;
        top: 3px;
        position: absolute;
        background: #A7A4A4;
        border-radius: 50%;
    }
    
    .more-service-slider #owl-demo4 .owl-controls .owl-page span:hover:before {
        background: #333 !important;
        border: 1px solid #333 !important;
    }
    
    .more-service-slider .customNavigation {
        margin-top: -26px;
        z-index: 1500000000000 !important;
    }
    
    .more-service-slider .customNavigation a.prev {
        float: left;
        width: 50px;
        height: 50px;
        border: 1px solid #e2e2e2;
        border-radius: 0px !important;
        z-index: 15000000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        box-shadow: none !important;
    }
    
    .more-service-slider .customNavigation a.prev span.icon-action-undo {
        color: #333 !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .more-service-slider .customNavigation a.prev:hover .icon-action-undo {
        color: #cc0000 !important;
    }
    
    .more-service-slider .customNavigation a.next {
        float: right;
        width: 50px;
        height: 50px;
        border: 1px solid #e2e2e2;
        border-radius: 0px !important;
        z-index: 15000000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        box-shadow: none !important;
    }
    
    .more-service-slider .customNavigation a.next span.icon-action-redo {
        color: #333 !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    
    .more-service-slider .customNavigation a.next:hover .icon-action-redo {
        color: #cc0000 !important;
    }
    
    #owl-demo4 .icon-action-undo:before {
        z-index: 1500000000 !important;
    }
    
    #owl-demo4 .icon-action-redo:before {
        z-index: 1500000000 !important;
    }
    
    .service-1:hover .service-image {
        background: #C00;
        border: 1px solid #C00;
    }
    
    .service-1:hover .service-image span {
        color: #fff !important;
        -webkit-transform: rotate(360deg);
        -webkit-transition: all 0.5s;
        -o-transform: rotate(360deg);
        -o-transition: all 0.5s;
        -ms-transform: rotateY(360deg);
        -ms-transition: all 0.5s;
        -moz-transform: rotateY(360deg);
        -moz-transition: all 0.5s;
    }
    
    .service-swiper .swiper-wrapper {
        margin-bottom: 50px;
    }
    /*---------------------Our Services end---------------------*/
    
    .bottom-icon {
        margin-top: -30px;
        text-align: center;
        background: transparent;
        position: relative;
    }
    
    .bottom-circle {
        margin-top: 15px;
        margin-left: 761px;
        border: none;
        height: 35px;
        width: 68px;
        border-radius: 90px 90px 0px 0px;
        -moz-border-radius: 90px 90px 0px 0px;
        -webkit-border-radius: 90px 90px 0px 0px;
        background: #fff;
        border-top: 0px;
        float: none;
        margin: 0px auto;
    }
    
    .mar-top {
        margin-top: -10px;
    }
    
    section.service-content {
        margin-top: 40px;
    }
    
    .our-partner-slider .customNavigation {
        margin-top: -30px;
        z-index: 1500000 !important;
        position: relative;
        top: -20px;
    }
    
    canvas {
        display: inline-block;
        vertical-align: baseline;
    }
    
    .service-detail {
        padding-bottom: 16px;
    }
    
    .service-detail p {
        text-align: left;
    }
    
    .service-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
        text-align: center;
    }
    
    .flickr_slider {
        height: auto;
    }
    
    .flickr_slider .swiper-wrapper {
        height: auto;
    }
    
    .service-pagination {
        position: absolute;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
    
    .service-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
    }
    
    .service-pagination .swiper-pagination-bullet-active {
        background: #fff;
        border: 1px solid rgb(51 51 51);
    }
    
    .service-pagination .swiper-pagination-bullet::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #A7A4A4;
        border-radius: 50%;
    }
    
    .service-pagination .swiper-pagination-bullet-active::before {
        background: #333 !important;
    }
    
    .service-swiper .services-customNavigation {
        margin-top: -30px;
        position: relative;
        top: -20px;
    }
    
    .service-swiper .services-customNavigation::before {
        content: '';
        position: absolute;
        width: 86%;
        height: 1px;
        background-color: rgb(0 0 0 / 14%);
        top: 47px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .service-swiper .services-customNavigation a.prev {
        width: 50px !important;
        height: 50px!important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px!important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        left: 74px;
        top: 19px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
    }
    
    .service-swiper .services-customNavigation a.next {
        float: right !important;
        width: 50px !important;
        height: 50px!important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px!important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        right: 75px;
        top: 19px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: #ffffff;
    }
    
    .service-swiper .services-customNavigation a.prev span.icon-action-undo {
        color: #333 !important;
        font-size: 26px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
    .pdn_top {
        margin-top: 20px;
    }
    
    .wh_flickr_lft {
        margin-bottom: 10px;
    }
    
    .wh_flickr_lft img {
        border: 2px solid #fff;
        transition: all 0.3s;
        width: 100%;
    }
    
    .wh_flickr_lft:hover img {
        border: 2px solid #cc0000;
    }
    /*---------------------Video in Image Start---------------------*/
    
    div.monitor-viedo {
        position: relative;
        padding: 0px;
    }
    
    div.viedo-img {
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        margin: 0 auto;
    }
    
    .Flexible-container2 {
        position: absolute;
        top: 5%;
        left: 4%;
        width: 92%;
        height: 68%;
    }
    
    .Flexible-container2 iframe {
        width: 100%;
        height: 100%;
        border: none !important;
    }
    
    .Flexible-container2 iframe #player .controls-wrapper .title header {
        display: none !important;
    }
    
    fliter .controls-wrapper>.title {
        display: none !important;
    }
    
    .interest h5 {
        color: #333;
    }
    .interest button.btn_help {
        border: 1px solid #e2e2e2 !important;
        color: #333;
        background: none !important;
        font-size: 14px;
        font-family: Raleway-Regular;
        padding: 7px 42px;
        border-radius: 0px !important;
        transition: all 0.3s;
        font-weight: 800;
    }
    
    .interest button.btn_help:hover {
        color: #fff;
        border: 1px solid rgb(204, 0, 0) !important;
        background-color: #cc0000 !important;
    }
    /*---------------------Video in Image End---------------------*/
    
    .viedo-img a img {
        display: block;
        height: auto;
        text-align: center;
        margin: 0 auto;
    }
    
    section.working-withus {
        margin-top: 100px;
    }
    
    .stt_working {
        padding: 0px 262px;
    }
    /* ------------blog css start----------- */
    
    section.our-blog {
        position: relative;
        margin-top: 115px;
    }
    
    div.content-resizer {
        /* float: left;
    width: 100%; */
        /* position: relative; */
    }
    
    .pull-down-40 {
        margin-top: 53px;
    }
    /* -----------blog-slider css-------- */
    
    .blog-part1 {
        height: 520px;
        background: #fff;
        -moz-border-radius: 300px;
        -webkit-border-radius: 300px;
        border-radius: 300px;
        border: 1px solid #e2e2e2;
        border-bottom: none;
        position: relative;
        cursor: pointer;
        padding-bottom: 50px;
    }
    
    .blog-part-img {
        text-align: center;
        margin: 20px 0px 0px 0px;
        position: relative;
    }
    
    .blog-part-img img {
        border: 4px solid #e2e2e2;
        border-radius: 50%;
        width: 220px;
    }
    
    .blog-part1:hover .blog-part-img img,
    .blog_active .blog-part-img img {
        border: 4px solid #cc0000;
    }
    
    .upper-circle {
        position: absolute;
        width: 100%;
        bottom: -12%;
    }
    
    .circle-middle {
        border: 1px solid #e2e2e2;
        float: none;
        width: 26%;
        height: 70px;
        border-radius: 50%;
        text-align: center;
        margin-left: auto;
        background: #fff;
        margin-right: auto;
    }
    
    .blog-part1:hover .circle-middle,
    .blog_active .circle-middle {
        border: 1px solid #cc0000;
        background: #cc0000;
    }
    
    .circle-middle span {
        font-size: 30px;
        line-height: 68px;
    }
    
    .blog-part1:hover .circle-middle span,
    .blog_active .circle-middle span {
        color: #fff !important;
    }
    
    .blog-part-content {
        margin-top: 50px;
    }
    
    .blog-part-content h5:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        left: 45%;
        float: left;
        margin-top: 35px;
    }
    
    .blog-timing {
        margin: 30px 0px 15px 0px;
        padding: 0 10px;
    }
    
    .blog-timing span.blog-title.capitalize {
        color: #333 !important;
        font-weight: normal;
    }
    
    .blog-timing span.blog-title.capitalize:after {
        content: '|';
    }
    
    .blog-timing span.blog-title.capitalize:last-child:after {
        content: '';
    }
    
    .blog-part-content p {
        width: 82%;
        float: none;
        margin: 0px auto;
    }
    
    .blog-part1:hover,
    .blog_active {
        height: 550px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-animation-duration: 2s;
        border-top-left-radius: 300px;
        border-top-right-radius: 300px;
        border-bottom-left-radius: 0%;
        border-bottom-right-radius: 0%;
    }
    
    .main-blog {
        padding: 0px 15px;
    }
    
    .blog-descrip-img img {
        border: 4px solid #cc0000;
    }
    
    .blog-descrip-detail h5 {
        margin-top: 0px;
    }
    
    .blog-descrip-detail h5:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        float: left;
        margin-top: 31px;
    }
    
    .blog-descrip-detail h6 {
        font-family: "Open Sans";
        font-size: 18px;
        color: #333;
        float: left;
        margin: 18px 0px 20px 0px;
    }
    
    .blog-admin {
        float: left;
        width: 100%;
        padding-bottom: 10px;
        border-bottom: 1px solid #e2e2e2;
    }
    
    ul.descrip-timing {
        margin: 0px;
        padding: 0px;
        list-style: none;
    }
    
    ul.descrip-timing li {
        float: left;
        margin-right: 18px;
    }
    
    ul.descrip-timing li:hover a {
        color: #C00;
    }
    
    ul.descrip-timing li a span {
        font-size: 12px !important;
        float: left;
        line-height: 20px !important;
        margin-right: 5px;
    }
    
    ul.descrip-timing li a:hover span {
        color: #cc0000 !important;
    }
    
    ul.descrip-timing li:last-child {
        margin-right: 0px;
    }
    
    ul.descrip-timing li a {
        color: #333;
        text-decoration: none;
        font-size: 14px;
    }
    
    .blog-descrip-detail p {
        float: left;
        margin: 10px 0px 6px 0px;
    }
    
    .blog-descrip-detail button.btn_help {
        border: 1px solid #e2e2e2 !important;
        color: #333;
        background: none !important;
        font-size: 14px;
        font-family: Raleway-Regular;
        padding: 7px 48px;
        border-radius: 0px !important;
        margin-top: 20px;
        font-weight: 800;
        transition: all 0.3s;
    }
    
    .blog-descrip-detail button.btn_help:hover {
        border: 1pxsolid #cc0000 !important;
        color: #fff;
        background-color: #c00 !important;
    }
    
    .blog-slider .swiper-wrapper .swiper-slide {
        border-radius: 141px;
    }
    
    .stt_over_section {
        margin-top: 48px;
    }
    
    .our-info h6 {
        color: #0a0a0a;
    }
    /* over blog start  */
    
    .comment-part {
        margin-top: 40px;
        float: left;
    }
    
    .comment-part h5 {
        font-weight: bold;
    }
    
    /* .comment-part h5:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        left:6%;
       
        margin-top: 31px;
    } */
     
    .comment-part h5:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        /* left: 6%; */
        /* float: left; */
        margin-top: 31px;
    }

    .blog-comments {
        float: left;
        width: 100%;
        margin-top: 35px;
        overflow-y: scroll;
        overflow-x: hidden;
        height: 282px;
        border-bottom: 1px solid #e2e2e2;
    }
    
    .comment-part-1 .comment-date {
        float: left;
        width: 13%;
        margin-right: 25px;
        border: 4px solid #e2e2e2;
    }
    
    .comment-part-1:hover .comment-date {
        border: 4px solid #C00;
    }
    
    .comment-part-1:hover span.com-date {
        color: #C00;
    }
    
    .comment-part-1:hover .comment-title h5 {
        color: #C00;
    }
    
    .comment-date span.com-date {
        /* float: left;
	width: 100%; */
        color: #333;
        font-size: 28px;
        font-weight: bold;
        padding: 10px 0px 10px 0px;
        position: relative;
    }
    
    .comment-date span.com-date1 {
        /* float: left;
	width: 100%; */
        color: #333;
        font-size: 18px;
        font-weight: bold;
        padding: 10px 0px 10px 0px;
    }
    
    span.com-date:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        left: 2%;
        float: left;
        margin-top: 39px;
    }
    
    .comment-part-1 {
        border-bottom: 1px solid #e2e2e2;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 5px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    
    .comment-part-1:first-child {
        padding-top: 0px;
    }
    
    .comment-title h5 {
        color: #333;
        margin-top: 0px;
    }
    
    .comment-title h5:before {
        display: none;
    }
    
    .comment-part-1:last-child {
        border-bottom: 0px;
    }
    
    #style-2::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 0px rgba(226, 226, 226, 0.27);
        border-radius: 10px;
        background-color: #e2e2e2;
    }
    
    #style-2::-webkit-scrollbar {
        width: 10px;
        border: 1px solid #e2e2e2;
    }
    
    #style-2::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: #cc0000;
        -webkit-box-shadow: inset 0 0 2px rgba(204, 3, 0, 0.97);
    }
    
    .leave-part {
        margin-top: 40px;
        float: left;
    }
    
    .leave-part h5 {
        font-weight: bold;
    }
    
    .leave-part h5:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #333;
        margin-top: 31px;
    }
    
    .user-name {
        float: left;
        height: 35px;
        margin-bottom: 30px;
        border: 1px solid #d1d1d1;
        color: #999;
        padding: 10px 10px;
    }
    
    .user-message {
        float: left;
        margin-bottom: 30px;
        border: 1px solid #d1d1d1;
        background: transparent;
        resize: none;
        color: #999;
        padding: 10px 10px;
    }
    
    .comment-submit {
        border: 1px solid #d1d1d1;
        background: none;
        color: #333;
        padding: 7px 49px;
        font-weight: 700;
        transition: all 0.3;
    }
    
    .comment-submit:hover {
        /* border: 1px solid #cc0000 !important; */
        color: #fff;
        background-color: #cc0000;
        border: 1px solid rgb(204, 0, 0) !important;
    }
    
    .user-name:focus {
        outline: none;
        background: none;
    }
    
    .user-message:focus {
        outline: none;
        background: none;
    }
    
    .comment-submit:focus {
        outline: none;
        background: none;
    }
    
    section.our-portfolio {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        float: left;
        width: 100%;
        position: relative;
        margin-top: 118px;
    }
    /*---------------------Our blogs End---------------------*/
    /*---------------------Portfolio Start---------------------*/
    
    section.our-portfolio {
        border-top: 1px solid #e2e2e2;
        border-bottom: 1px solid #e2e2e2;
        float: left;
        width: 100%;
        position: relative;
        margin-top: 118px;
    }
    
    .top-icon span.icon-briefcase:hover {
        color: #C00 !important;
    }
    
    section.ITEnablerz-portfolio {
        border-bottom: 1px solid #e2e2e2;
    }
    
    .portfolio-menu {
        margin: 0px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .portfolio-menu .uppercase {
        color: #333;
    }
    
    .filter {
        padding: 15px 15px;
        transition: all 0.3s;
        cursor: pointer;
    }
    
    .filter:hover {
        color: #cc0000;
    }

/*---------------------Portfolio Start---------------------*/
/*---------------------back to top start---------------------*/
#hs_back_top {
	position: fixed;
    bottom: 30px;
    /* margin-left: 80px; */
    right: 0;
    margin-right: 80px;
    z-index: 99999999;
}
#hs_back_top span {
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/top.png) center no-repeat;
	background-color: #cc0000;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
	opacity: .4;
}
#hs_back_top a:hover span {
	opacity: 1;
}
/*---------------------back to top end---------------------*/



    /*---------------------contact start---------------------*/
    
    section.footer-link {
        float: left;
        width: 100%;
    }
    
    .a_tag {
        text-decoration: none;
        color: #c00;
    }
    
    a.a_tag:hover {
        color: #c00;
    }
    
    section.contact-us {
        background: #cc0000;
        position: relative;
        margin-top: 115px;
        padding-bottom: 100px;
    }
    
    .full-name {
        float: left;
        height: 50px;
        margin-bottom: 30px;
        border: 1px solid #fff;
        background: transparent;
        color: #fff;
        padding: 8px 15px;
    }
    
    .full-name:focus {
        outline: none;
        background: none;
    }
    
    .contact-message {
        float: left;
        margin-bottom: 30px;
        border: 1px solid #fff;
        background: transparent;
        resize: none;
        color: #fff;
        padding: 10px 10px;
    }
    
    .contact-message:focus {
        outline: none;
        background: none;
    }
    
    #em_submit {
        border: 1px solid #FFF;
        background: rgba(0, 0, 0, 0);
        color: #FFF;
        padding: 7px 59px;
        margin-bottom: 25px;
    }
    
    #em_submit:focus {
        outline: none;
    }
    
    #em_submit:hover {
        background: #fff;
        color: #cc0000;
    }
    
    .contact-location ul.contact-loc {
        margin: 0px;
        padding-left: 0px;
        list-style: none;
        margin-left: 15px;
        max-width: 100%;
        width: 568px;
    }
    
    .contact-location ul.contact-loc li {
        margin-bottom: 25px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
    
    .contact-location ul.contact-loc li:hover .loc-image span {
        -webkit-transform: rotate(360deg);
        -webkit-transition: all 0.5s;
        -o-transform: rotate(360deg);
        -o-transition: all 0.5s;
        -ms-transform: rotateY(360deg);
        -ms-transition: all 0.5s;
        -moz-transform: rotateY(360deg);
        -moz-transition: all 0.5s;
    }
    
    .contact-location ul.contact-loc li .loc-image {
        border: 1px solid #fff;
        width: 10.5%;
        height: 54px;
    }
    
    .contact-location ul.contact-loc li:hover .loc-image {
        background: #FFF;
        border: 1px solid #FFF;
    }
    
    .contact-location ul.contact-loc li:hover .loc-image span {
        color: #C00 !important;
    }
    
    .loc-image span.icon-screen-smartphone {
        line-height: 51px !important;
        color: #fff !important;
        font-size: 22px;
    }
    
    .loc-image span.icon-globe {
        line-height: 51px !important;
        color: #fff !important;
        font-size: 22px;
    }
    
    .loc-image span.icon-envelope {
        line-height: 51px !important;
        color: #fff !important;
        font-size: 22px;
    }
    
    .loc-image span.icon-pointer {
        line-height: 51px !important;
        color: #fff !important;
        font-size: 22px;
    }
    
    .contact-location ul.contact-loc li .loc-info p {
        color: #fff;
        font-size: 17.99px;
        padding-top: 10px;
    }
    
    .contact-location ul.contact-loc li .loc-info a {
        text-decoration: none !important;
    }
    
    .top-icon {
        background: transparent;
        position: absolute;
        top: 0;
        left: 50%;
        margin-top: -25px;
        margin-left: -19px;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    
    .top-icon:hover .icon-envelope {
        color: #cc0000 !important;
    }
    
    .contact-top-img span.icon-envelope {
        font-size: 30px;
    }
    
    .more-links {
        background: transparent;
        margin-top: -37px;
        position: relative;
        z-index: 150000;
        float: none;
        width: 69%;
        margin: -73px auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    ul.ft-links {
        margin: 0px;
        padding: 0px;
        list-style: none;
        min-height: 72px;
        position: relative;
    }
    
    ul.ft-links li {
        float: left;
        border: 13px solid #fff;
        border-radius: 50%;
        background: #fff;
        margin-right: 25px;
    }
    
    ul.ft-links li:last-child {
        margin-right: 0px;
    }
    
    ul.ft-links li a img {
        -webkit-transform: scale3d(1, 1, 1);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 400ms;
        -moz-transform: scale3d(1, 1, 1);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 400ms;
    }
    
    ul.ft-links li:hover a img {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        -webkit-transition-timing-function: ease-out;
        -webkit-transition-duration: 200ms;
        -moz-transform: scale3d(1.2, 1.2, 1.2);
        -moz-transition-timing-function: ease-out;
        -moz-transition-duration: 200ms;
    }
    
    section.ITEnablerz-map {
        margin-top: -36px;
        float: left;
        width: 100%;
        position: relative;
        z-index: 1;
    }
    
    .ITEnablerz-map iframe {
        width: 1600px;
        height: 500px;
        border: 0px !important;
    }
    
    .Flexible-container {
        position: relative;
        padding-bottom: 31.25%;
        padding-top: 30px;
        height: 100%;
        overflow: hidden;
    }
    
    .Flexible-container iframe,
    .Flexible-container object,
    .Flexible-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    
    @media (max-width: 1200px) {
        .contact-location ul.contact-loc li .loc-image {
            width: 10.6%;
        }
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .more-links {
            width: 83%;
            margin: -74px auto;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .more-links {
            width: 94%;
        }
        ul.ft-links li {
            margin-right: 10px;
        }
    }
    
    @media (min-width: 480px) and (max-width: 767px) {
        .more-links {
            margin-top: 0px;
            width: 100%;
            margin: -60px auto;
        }
        ul.ft-links li {
            border: 10px solid #fff;
            margin-right: 5px;
            width: 11%;
            height: auto;
        }
    }
    
    @media (min-width: 320px) and (max-width: 479px) {
        .more-links {
            margin-top: 0px;
            width: 100%;
            margin: 8px auto;
        }
        ul.ft-links li {
            border: 6px solid #fff;
            margin-right: 22px;
            width: 18%;
            height: auto;
            margin-bottom: 8px;
        }
        .loc-info {
            text-align: center;
        }
        .contact-message {
            margin-bottom: 20px;
            width: 100%;
        }
    }
    
    @media (min-width: 320px) and (max-width: 479px) {
        .full-name {
            margin-bottom: 20px;
            width: 100%;
        }
        .contact-location ul.contact-loc {
            margin-left: 0px;
            float: left;
            width: 100%;
        }
        .contact-location ul.contact-loc li .loc-image {
            width: 25.3%;
            float: none !important;
            margin: 0px auto !important;
        }
        .contact-location {
            padding-left: 0px !important;
        }
        .contact-location ul.contact-loc li {
            flex-direction: column;
        }
    }
    /* our partner responsive */

    @media (max-width: 1199px) {
        .border_bottom:after
        {
            width: 204px !important;
        }
    }
    
    @media (max-width: 991px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 63%;
        }
        .border_bottom:after {
            width: 150px !important;
        }
        .singl_top {
            width: 60px;
        }
    }
    
    @media (max-width: 1399px) {
       
            .singl_top {
                width: 59px;
            }
    }

    @media (max-width: 767px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 50%;
        }
    }
    
    @media (max-width: 480px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 43%;
        }
    }
    
    @media (max-width: 400px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 30%;
        }
    }
    @media (max-width: 767px)
    {
        element.style {
            text-align: center;
        }
    }
    @media (min-width: 768px) and (max-width: 991px)
    {
        .banner-content {
            min-height: 500px !important;
        }
    }
    @media(min-width: 480px) and (max-width: 767px)
    {
        .banner-content {
            min-height: 460px !important;
        }
    }
    @media(min-width: 320px) and (max-width: 479px)
    {
        .banner-content {
            min-height: 460px !important;
        }
    }
    /*---------------------contact end---------------------*/
    /*-------------- slick slider-------------- */
    
    * {
        box-sizing: border-box;
    }
    
    .slick-slider {
        width: 50%;
        margin: 100px auto;
    }
    
    .slick-slide {
        margin: 0px 20px;
    }
    
    .slick-slide img {
        width: 100%;
    }
    
    .slick-prev:before,
    .slick-next:before {
        color: black;
    }
    
    .slick-slide {
        transition: all ease-in-out .3s;
        opacity: .2;
    }
    
    .slick-active {
        opacity: .5;
    }
    
    .slick-current {
        opacity: 1;
    }
    /* category filetr */
    
    div#contact {
        height: auto !important;
        max-width: 100%;
        position: relative;
        margin-top: 0;
    }
    
    .wh_gallery_popup {
        float: left;
        width: 100%;
    }
    
    span.black {
        color: #333;
    }
    
    .mega-display {
        display: flex;
        flex-direction: column;
    }
    /*---------------------footer start----------------*/
    
    section.top-footer {
        background: #333;
        padding-top: 38px;
        padding-bottom: 50px;
    }
    
    .footer-info {
        padding: 20px 0px 40px 0px !important;
        display: flex;
        justify-content: center;
    }
    
    .footer-heading {
        margin-bottom: 35px;
    }
    
    .footer-heading h5 {
        color: #fff;
    }
    
    .footer-heading h5:before {
        position: absolute;
        content: '';
        width: 30px;
        height: 1px;
        background: #fff;
        float: left;
        margin-top: 34px;
    }
    /* .footer-part1:hover .footer-heading h5 { */
    
    .footer-heading h5:hover {
        color: #cc0000;
        transition: all 0.3s linear;
    }
    /* .footer-part1:hover .footer-heading h5:before { */
    
    .footer-heading h5:hover:before {
        background: #cc0000;
    }
    
    .ITEnablerz-overview p {
        color: #999;
        font-size: 14px;
        margin-top: 10px;
        max-width: 100%;
        width: 245px;
    }
    
    .flickr-image {
        float: left;
        width: 100%;
    }
    
    #flickr-slider .owl-controls.clickable {
        display: none !important;
    }
    
    .flickr-image img {
        border: 1px solid #fff;
        margin-right: 8px;
        margin-bottom: 18px !important;
    }
    
    .flickr-image img:hover {
        border: 1px solid #cc0000 !important;
    }
    
    .flickr-image img:nth-child(3) {
        margin-right: 0px !important;
    }
    
    .ITEnablerz-post1 {
        float: left;
        width: 100%;
        /* border-bottom: 1px solid #fff; */
        margin-bottom: 15px;
    }
    
    .border_bottom {
        position: relative;
    }
    
    .border_bottom:after {
        position: absolute;
        content: '';
        width: 268px;
        height: 1px;
        background-color: #fff;
    }
    
    .ITEnablerz-post1:last-child {
        border-bottom: 0px;
    }
    
    .ITEnablerz-post1 a {
        text-decoration: none !important;
    }
    
    .ITEnablerz-post1 p {
        color: #fff;
        font-size: 14px;
        margin-bottom: 5px;
        -webkit-transition: all 0.4s linear;
        -moz-transition: all 0.4s linear;
        -ms-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
        cursor: pointer;
        max-width: 100%;
        width: 271px;
    }
    
    .ITEnablerz-post1:hover p {
        color: #cc0000;
    }
    
    .ITEnablerz-post1 .calendar {
        margin-bottom: 8px;
    }
    
    .ITEnablerz-post1 span.post-date {
        color: #999;
        font-size: 14px;
    }
    
    .ITEnablerz-post1 span.post-date:before {
        content: '';
        background: url(../images/cal.png) no-repeat;
        width: 13px;
        height: 14px;
        float: left;
        margin-top: 3px;
        margin-right: 12px;
    }
    
    .useful-point {
        float: left;
        width: 100%;
    }
    
    .useful-point ul.footer-point {
        margin: 0px;
        padding: 0px;
    }
    
    ul.footer-point li {
        list-style: none;
    }
    
    .footer-point a {
        padding: 5px 0;
        color: #ffffff;
        text-shadow: none;
    }
    
    ul.footer-point a {
        position: relative;
        display: inline-block;
        outline: none;
        color: #ffffff;
        text-decoration: none;
        letter-spacing: 1px;
        font-size: 14px;
    }
    
    ul.footer-point a:hover,
    ul.footer-point a:focus {
        outline: none;
    }
    
    ul.footer-point a:hover {
        color: inherit;
    }
    
    .footer-point a:before {
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
        padding: 5px 0;
        max-width: 0;
        border-bottom: 1px solid #cc0000;
        color: #cc0000;
        content: attr(data-hover);
        -webkit-transition: max-width 0.5s;
        -moz-transition: max-width 0.5s;
        transition: max-width 0.5s;
    }
    
    .footer-point a:hover:before,
    .footer-point a:focus:before {
        max-width: 100%;
    }
    
    .footer-point a:first-child {
        padding-top: 0px !important;
    }
    
    .footer-point a:first-child:before {
        padding-top: 0px !important;
    }
    
    section.footer-part {
        border-bottom: 2px solid #cc0000;
    }
    
    .lower-footer {
        float: left;
        text-align: center;
        padding-top: 23px;
        padding-bottom: 23px;
    }
    
    .lower-footer p {
        font-size: 14px;
        margin-bottom: 0px;
    }
    
    .footer-part1 {
        padding: 0px 15px;
    }
    /*---------------------footer end---------------------*/
    
    .parent_cls {
        /* background-color: #cc0000; */
        display: flex;
    }
    /* .box{
	width: 25%;
	height: 100px;
	background-color: orange;
	margin: 10px;

} */
    
    .owl-theme {
        display: flex;
    }
    
    .item {
        height: 112px;

        /* background-color: orange; */
        margin: 10px;
        width: 100%;
    }
    /* flicker slider */
    
    .flickr_swiper .swiper-wrapper .swiper-slide {
        height: calc((100% - 30px) / 2);
    }
    /* slider css */
    
    .parent_cls .owl-nav {
        margin-top: -26px;
        padding: 50px 0;
    }
    
    .owl-carousel .owl-nav button.owl-prev {
        float: left;
        width: 50px;
        height: 50px;
        border: 1px solid #e2e2e2;
        border-radius: 0px !important;
        z-index: 15000000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        box-shadow: none !important;
    }
    
    .owl-carousel .owl-nav button.owl-next {
        float: right !important;
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        right: 4px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .owl-carousel .owl-nav button.owl-prev span,
    .owl-carousel .owl-nav button.owl-next span {
        color: #333 !important;
        font-size: 22px;
        line-height: 38px !important;
        z-index: 1500000000 !important;
    }
   
    .parent_cls .owl-nav .customNavigation button.owl-prev,
    .parent_cls .owl-nav .customNavigation button.owl-next {
        /* float: left !important; */
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        left: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .owl-dots {
        position: relative;
        bottom: 33px;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
    }
    
    .owl-dots button.owl-dot.active {
        background: rgba(255, 255, 255, 0);
        border: 1px solid rgb(51 51 51);
    }
    
    .owl-dots .owl-dot {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
        margin-right: 13px;
    }
    
    .owl-dots button.owl-dot.active::before {
        background: #333 !important;
    }
    
    .owl-dots button.owl-dot::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #A7A4A4;
        border-radius: 50%;
        margin-left: 3px;
    }
    
    .twitter-slider .owl-dots::before {
        content: '';
        position: absolute;
        width: 81%;
        height: 1px;
        background-color: rgb(0 0 0 / 14%);
        top: 29px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .parent_cls .owl-nav::before {
        content: '';
        position: absolute;
        width: 92%;
        height: 1px;
        background-color: rgb(0 0 0 / 14%);
        top: 153px;
        left: 0px;
        right: 0;
        margin: 0 auto;
    }
    
    .blog-swiper-pagination .swiper-pagination-bullet {
        display: inline-block;
        width: 18px;
        height: 18px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        background-color: rgba(0, 0, 0, 0);
        border-radius: 10px;
        padding: 3px;
        opacity: unset;
    }
    
    .blog-swiper-pagination .swiper-pagination-bullet-active {
        /* background: rgba(255, 255, 255); */
        border: 1px solid rgb(255 255 255);
    }
    
    .blog-swiper-pagination .swiper-pagination-bullet::before {
        content: '';
        width: 10px;
        height: 10px;
        float: left;
        background: #fff;
        border-radius: 50%;
    }
    
    .blog-swiper-pagination .swiper-pagination-bullet-active::before {
        background: #fff !important;
    }
   
    .blog-swiper-pagination {
        position: absolute;
        top: 20px;
        text-align: center;
        transition: .3s opacity;
        transform: translate3d(0, 0, 0);
        z-index: 10;
        bottom: unset !important;
    }
    
    .blog-slider {
        margin-top: 30px;
    }
    
    .blog-slider .blog-customNavigation {
        margin-top: -30px;
        position: relative;
        top: 30px;
    }
    
    .blog-slider .swiper-wrapper {
        margin-top: 50px;
    }
    
    .blog-slider .blog-customNavigation a.btn.prev span.icon-action-undo {
        color: #fff !important;
    }
    
    .blog-slider .blog-customNavigation a.btn.next span.icon-action-redo {
        color: #fff !important;
    }
    
    .blog-slider .blog-customNavigation::before {
        content: '';
        position: absolute;
        width: 83%;
        height: 1px;
        background-color: rgb(255 255 255);
        top: 29px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    
    .blog-slider .blog-customNavigation a.btn.prev {
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        left: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    
    .blog-slider .blog-customNavigation a.btn.next {
        float: right !important;
        width: 50px !important;
        height: 50px !important;
        border: 1px solid #E2E2E2 !important;
        border-radius: 0px !important;
        z-index: 1500000 !important;
        text-align: center !important;
        line-height: 48px !important;
        cursor: pointer !important;
        position: relative !important;
        right: 61px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    /* -----------------our portpofolio------------------- */
    
    
    .wh_gallery_section {
        position: relative;
        transition: all 0.3s;
    }

    .wh_gallery_parent img {
        position: relative;
        width: 100%;
    }
    
    .gallery_red_overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgb(204, 0, 0, 0.5);
        border: 10px solid #C00;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    
    .wh_gallery_section:hover .gallery_red_overlay {
        opacity: 1;
        visibility: visible;
    }
    
    .img-search img {
        opacity: 0;
        visibility: hidden;
    }
    
   
    /* -----------------our portpofolio------------------- */
    /*---------------------colorpicker css start---------------------*/
    
    #style-switcher {
        background: none repeat scroll 0 0 #ffffff;
        box-shadow: 1px 1px 3px 0 rgba(204, 0, 0, 0.52);
        border-right: 1px solid rgba(204, 0, 0, 0.11);
        left: -161px;
        position: fixed;
        top: 20%;
        width: 160px;
        z-index: 999999;
    }
    
    #style-switcher div {
        padding: 5px 9px;
        float: left;
    }
    
    ul.colors {
        list-style: none outside none;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 0;
    }
    
    ul.colors li {
        float: left;
        margin: 2px;
    }
    
    ul.colors li #color {
        background: #ffcb49;
    }
    
    ul.colors li #color2 {
        background: #0058cc;
    }
    
    ul.colors li #color3 {
        background: #37ba85;
    }
    
    ul.colors li #color4 {
        background: #fe6219;
    }
    
    ul.colors li #color5 {
        background: #00bff3;
    }
    
    ul.colors li #style {
        background: #cc0000;
    }
    
    ul.colors li p {
        cursor: pointer;
        display: block;
        height: 39px;
        width: 39px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        font-size: 0px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    
    ul.colors li:hover p {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    
    #style-switcher .bottom {
        background: none repeat scroll 0 0 #FFFFFF;
        color: #252525;
        padding: 0;
    }
    
    #style-switcher .bottom a.settings {
        background: none repeat scroll 0 0 #FFF;
        box-shadow: 1px 1px 1px 0 rgba(204, 0, 0, 0.52);
        border-right: 1px solid rgba(204, 0, 0, 0.11);
        display: block;
        height: 37px;
        position: absolute;
        right: -40px;
        top: 0;
        width: 40px;
        padding-left: 6px !important;
        font-family: sosa;
        line-height: 40px;
        color: #000;
        text-decoration: none;
    }
    
    .settings span.icon-settings {
        line-height: 39px !important;
        color: #cc0000 !important;
    }
    
    #style-switcher .bottom a.settings i {
        font-size: 37px;
        color: #fff;
    }
    
    #style-switcher>div>h3 {
        font-size: 14px;
        text-transform: capitalize;
        font-weight: 400;
        text-align: left;
        color: #cc0000 !important;
    }
    
    #style-switcher>div>select {
        width: 90%;
    }
    
    #style-switcher .bottom a.settings:hover {
        text-decoration: none !important;
    }
    
    .slider_option>p>a>img {
        color: inherit;
        padding-right: 5px;
    }
    
    .slider_option>p>a:hover {
        color: inherit;
    }
    
    ul.pattern {
        list-style: none outside none;
        margin: 0 0 10px;
        overflow: hidden;
        padding: 0;
    }
    
    ul.pattern li {
        float: left;
        margin: 2px;
        /* width: */
    }
    
    ul.pattern li p {
        cursor: pointer;
        display: block;
        border: 1px solid #696868;
        height: 22px;
        width: 22px;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        font-size: 0px;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    
    ul.pattern li:hover p {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        -ms-transition: all 0.2s;
        -o-transition: all 0.2s;
    }
    
    ul.pattern li #pattern {
        background: #F00;
    }
    
    ul.pattern li #pattern1 {
        background: #F00;
    }
    
    ul.pattern li #pattern2 {
        background: #F00;
    }
    
    ul.pattern li #style {
        background: #008363;
    }
    .partners-content .item .partner-heading:hover {
        border: 2px solid #cc0000;
    }
    
    /*---------------------colorpicker css end---------------------*/
    /*-----------resonsive css start -------------*/
    
    @media only screen and (max-width: 991px) {
        .stt_working {
            padding: 0;
        }
        .blog-descrip-detail {
            margin-top: 25px;
        }
    }
    
    @media (min-width: 992px) and (max-width: 1199px) {
        .service-image {
            width: 13.6%;
            margin-bottom: 9px;
        }
        .team-image {
            margin: 15px 0px 0px 0px;
        }
        .team-image img {
            width: 177px;
        }
        .our-info h5 {
            text-align: center;
            width: 94%;
        }
    }
    
    @media (max-width: 1399px) {
        .service-detail p {
            font-size: 13px;
        }
        .team-image img {
            width: 177px;
        }
    }
    @media (max-width: 1199px) {
        .team-link ul.our-link li {
            margin: 0px 2px;
        }
        .count .chart, sapn.percent.chart{
            height: 200px;
            width: 200px;
            margin: 0 auto;
        }
    }
    @media (max-width:1200px) {
        .slide1
        {
            padding: 200px;
        }
        .slide2
        {
            padding: 200px;
        }
        .slide3
        {
            padding: 200px;
        }
        .carousel h1 {
            font-size: 40px;
        }

    }
    @media (max-width:990px) 
    {
        .count .chart, sapn.percent.chart
        {
            width: 255px;
            height: 256px;
        }
        .stats {
            display: flex;
            justify-content: center;
        }
        .wh_img_over {
            top: 50%;
            height: 95px;
        }
        
    }

    @media (max-width:766px) 
    {
        .stats {
            display: flex;
            justify-content: center;
        }
        .contact-location ul.contact-loc li .loc-info p
        {
            margin-left: 20px;
        }
    }
    @media (min-width: 768px) and (max-width: 991px) {
        .team-content {
            text-align: center !important;
            margin-top: 0px;
            display: flex;
            flex-wrap: wrap;
        }
        section.team-show {
            height: auto;
            margin-top: 30px;
        }
        .team-content .team-deatil:last-child {
            margin-right: 25px !important;
            margin-top: 10px;
        }
    }
    
    @media (min-width: 480px) and (max-width: 767px) {
        .team-content {
            margin-top: 0%;
        }
        .team-content {
            margin-top: 0%;
            display: block;
        }
        .team-content .team-deatil {
            width: 66.4%;
            float: none;
            margin: 25px auto !important;
        }
        .team-image {
            margin: 20px 0px 0px 2px;
        }
        section.team-show {
            height: auto;
            margin-top: 30px;
        }
        .team-content .team-deatil:last-child {
            text-align: center;
            margin: 0 auto !important;
        }
    }
    
    @media (min-width: 320px) and (max-width: 479px) {
        section.team-show {
            height: auto;
            margin-top: 30px;
        }
        .team-content {
            margin-top: 0%;
            display: block;
        }
        .team-content .team-deatil {
            width: 85%;
            float: none;
            margin: 20px auto !important;
        }
        .team-image img {
            width: 183px;
        }
        .team-link {
            width: 53%;
        }
        .team-link ul.our-link li {
            margin: 0px 4px 0px 4px;
        }
    }
    
    @media (min-width: 768px) and (max-width: 991px) {
        .more-service-slider .service-1 .service-image {
            width: 18.5%;
        }
        .service-image {
            width: 8.97%;
        }
    }
    
    @media (max-width:1399px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 77%;
        }
    }
    
    @media (max-width:1199px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 72%;
        }
        .service-swiper .services-customNavigation::before {
            width: 75%;
        }
    }
    
    @media (max-width:1399px) {
        .blog-slider .blog-customNavigation::before {
            width: 77%;
        }
    }
    
    @media (max-width: 991px) {
        .our-partner-slider .partner-customNavigation::before {
            width: 63%;
        }
        .left {
            left: 46%;
        }
        .right {
            right: 46%;
        }
        .count {
            text-align: center;
        }
        .service-swiper .services-customNavigation a.prev {
            left: 0;
        }
        .service-swiper .services-customNavigation a.next {
            right: 0;
        }
        .service-swiper .services-customNavigation::before {
            width: 100%;
        }
        .blog-slider .blog-customNavigation::before {
            width: 68%;
        }

        .htt {
            width: 50%;
            float: left;
        }
        .htt img {
            max-height: 100%;
            height: 371px;
        }
        .slide1 {
            padding: 150px;
        }
        .slide2 {
            padding: 150px;
        }
        .slide3 {
            padding: 150px;
        }
        .carousel h1 {
            font-size: 36px;
        }
        .main-heading h1
        {
            font-size: 28px;
        }
    }
    
    @media (max-width:750px) {
        .left {
            left: 44%;
        }
        .right {
            right: 44%;
        }
        .slide1 {
            padding: 100px;
        }
        .slide2 {
            padding: 100px;
        }
        .slide3 {
            padding: 100px;
        }
        .carousel h1 {
            font-size: 24px;
        }
    }
    
    @media (max-width:753px) {
        .partner-pagination {
            top: 58.6%;
        }
    }
    
    @media (max-width:767px) {
        .swiper-slide {
            display: block;
        }
        h6.capitalize.red {
            padding-top: 0;
        }
        .twit-detail {
            text-align: center;
        }
        .twitter-heading h3 {
            text-align: center;
        }
        .our-partner-slider .partner-customNavigation::before {
            width: 50%;
        }
        .blog-slider .blog-customNavigation::before {
            width: 57%;
        }
        .educo_logo {
            text-align: center;
        }
        .main-heading h1 {
            font-size: 21px;
        }
    }
    
    @media (max-width:500px) {
        .right {
            right: 41%;
        }
        .left {
            left: 42%;
        }
        .carousel h1 {
            font-size: 15px;
        }
        .bounceInLeft {
            font-size: 14px;
        }
    }
    
    @media (max-width:575px) {
        .user-name {
            width: 100%;
        }
        .user-message {
            width: 100%;
        }
        .full-name {
            width: 100%;
        }
        .contact-message {
            width: 100%;
        }
        .contact-location ul.contact-loc li {
            display: block;
        }
        .full-name
        {
            width: 100%;
        }
        .contact-message
        {
            width: 100%;
        }
        .contact-location ul.contact-loc li .loc-info p {
            margin-left: 0px;
        }
    }
    
    @media (max-width:480px) {
        .our-partner-slider .partner-customNavigation a.btn.prev {
            display: none;
        }
        .our-partner-slider .partner-customNavigation a.btn.next {
            display: none;
        }
        .our-partner-slider .partner-customNavigation::before {
            display: none;
        }
        .blog-slider .blog-customNavigation::before {
            width: 50%;
        }
    }
    @media (max-width:492px) 
    {
        .bounceInLeft {
            display: none;
        }
    }
   
    @media (max-width:478px) {
        .contact-form.push-down-100 {
            text-align: center;
        }
    }
    
    @media (max-width:440px) {
        .comment-part-1 .comment-date {
            float: none;
            width: 22%;
            display: block;
        }
        .comment-part-1 {
            display: block;
        }

    }
    
    @media (max-width:436px) {
        .service-image {
            float: inherit;
            margin: 0 auto;
        }
        .service-detail {
            text-align: center;
            margin-top: 17px;
        }
        .service-detail h5 {
            text-align: center;
        }
        .service-detail p {
            text-align: center;
        }
        .carousel h1 {
            font-size: 26px;
        }
        .carousel p {
            font-size: 14px;
        }
        .blog-slider .blog-customNavigation::before {
            display: none;
        }
        .blog-slider .blog-customNavigation {
            display: none;
        }
    }
    
    @media (max-width:320px) {
        .carousel h1 {
            font-size: 33px;
        }
        .left {
            left: 37%;
        }
        .right {
            right: 37%;
        }
        .main-heading h1:before {
            margin-top: 73px;
        }
        .swiper-slide {
            display: block;
        }
        .stt_about1 {
            text-align: center;
        }
        .twitter-slider .customNavigation a.prev {
            display: none;
        }
        .twitter-slider .customNavigation a.next {
            display: none;
        }
        .twitter-image {
            margin-top: 15 px !important;
        }
        h6.capitalize.red {
            padding-top: 0px;
        }
        .twit-detail {
            padding: 0px 11px;
            text-align: center;
        }
        .carousel {
            margin-top: 43px;
        }
        .twitter-slider .customNavigation::before {
            display: none;
        }
        .swiper-horizontal>.swiper-pagination-bullets,
        .swiper-pagination-bullets.swiper-pagination-horizontal {
            bottom: 0px;
        }
        .carousel .carousel__button.is-prev {
            display: none;
        }
        .carousel .carousel__button.is-next {
            display: none;
        }
        .our-partner-slider .partner-customNavigation::before {
            display: none;
        }
        .our-partner-slider .partner-customNavigation a.btn.prev {
            display: none;
        }
        .our-partner-slider .partner-customNavigation a.btn.next {
            display: none;
        }
        .partner-pagination {
            top: 52.6%;
        }
        ul.ft-links li {
            width: 17%;
        }
        .slide1 {
            padding: 50px;
        }
        .slide2 {
            padding: 50px;
        }
        .slide3 {
            padding: 50px;
        }
        .carousel h1 {
            font-size: 19px;
        }
        .partner-pagination {
            top: 61.6%;
        }
        .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
            bottom: 8px;
        }
        .wh_img_over {
            top: 45%;
            height: 67px;
        }
    }
    
    
    /* responsive css end */