@charset "utf-8";

/* CSS Document */

@import url("bootstrap.min.css");
@import url("owl.carousel.min.css");
@import url("animate.css");
@import url("flation.css");

@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont3e6e.html?v=4.7.0');
    src: url('../fonts/fontawesome-webfontd41d.html?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont3e6e-2.html?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont3e6e-3.html?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont3e6e-4.html?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont3e6e-5.html?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

::-moz-selection {
    background: #ce9f41;
    color: #fff;
}

::selection {
    background: #ce9f41;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.clear {
    clear: both;
}

body {
    background: #fff;
    font-family: 'Josefin Sans';
    line-height: 28px;
    color: #666666;
    font-size: 16px;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: hidden !important;
    padding: 0 !important;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

a:link {
    text-decoration: none;
    outline: none;
}

a:visited {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
    outline: none;
}

a:active {
    text-decoration: none;
    outline: none;
}

p {
    font-family: 'Josefin Sans';
    line-height: 28px;
    color: #000;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Josefin Sans';
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
}

ul li {
    list-style-type: none;
}

#main-container {
    height: auto;
    width: 100%;
    overflow-x: hidden;
}

button:focus {
    outline: none !important;
    box-shadow: none !important;
}


/************Middle***********/

#middle {
    height: auto;
    width: 100%;
}


/********************** Home Slider CSS Start *********************/

.home_new_slider {
    background-color: #000;
    height: 100vh;
    float: left;
    width: 100%;
    padding-top: 10%;
}

.home_new_slider #particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.home_new_slider #Home_slider .item .slider_content .content {
    padding-top: 80px;
}

.home_new_slider #Home_slider .item .slider_content .content small {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

.home_new_slider #Home_slider .item .slider_content .content h1 {
    font-size: 52px;
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
}

.home_new_slider #Home_slider .item .slider_content .content span {
    font-size: 22px;
    color: #fff;
    margin: 20px 0;
    display: block;
    font-weight: 500;
}

.home_new_slider #Home_slider .item .slider_content .content p {
    color: #fff;
    font-size: 16px;
}

.home_new_slider #Home_slider .item .slider_content .content a {
    color: #fff;
    font-size: 16px;
    background-color: #ce9f41;
    border: 2px solid #ce9f41;
    padding: 8px 30px;
    margin-right: 15px;
    margin-top: 10px;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.home_new_slider #Home_slider .item .slider_content .content a:hover {
    background-color: #fff;
    color: #f05222;
}

.banner-box {
    background: #013d76;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1087px;
    margin: 0 auto;
    position: absolute;
    bottom: -60px;
    min-height: 115px;
    z-index: 4;
    left: 0;
    right: 0;
}

.banner-box .bann-box .icon-box {
    float: left;
    width: 60px;
    height: 60px;
    background: #013d76;
    margin-right: 15px;
    text-align: center;
    line-height: 60px;
}

.bann-box .icon-box img {
    -webkit-transition: 0.5s ease-out;
    -moz-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
}

.bann-box:hover .icon-box img {
    -webkit-transform: rotateZ(720deg);
    -moz-transform: rotateZ(720deg);
    transform: rotateZ(720deg);
}

.bann-box-1 {
    background: #0b5aa5;
    min-height: 115px;
    padding-left: 25px;
    padding-top: 30px;
}

.bann-box-2 {
    min-height: 115px;
    padding-left: 25px;
    padding-top: 30px;
}

.bann-box-2 .icon-box {
    background: #0b5aa5 !important;
}

.text-box-b {
    float: left;
    padding-top: 8px;
}

.text-box-b h3 {
    font-size: 19px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.text-box-b p {
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 0;
}


/********************** Home Slider CSS END **********************/


/************Section 1***********/

.section-1 {
    height: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 120px;
    float: left;
}

.hedding {
    margin-bottom: 60px;
    text-align: center;
}

.hedding h2 {
    text-align: center;
    color: #000000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.hedding h2:after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.hedding span {
    font-weight: 700;
}

.sec-img-box {
    position: relative;
    height: auto;
    width: 100%;
}

.sec-img-box img {
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
}

.overlay-hedding {
    position: absolute;
    box-shadow: 0px 8px 35px 0px rgba(40, 121, 198, 0.23);
    bottom: -55px;
    background: #0b5aa5;
    width: 399px;
    height: 116px;
    z-index: 2;
    text-align: center;
    padding-top: 10px;
}

.overlay-hedding h2 {
    color: #fff;
    font-size: 26px;
    line-height: 47px;
    font-weight: 700;
    margin-bottom: 0;
}

.sec-text-box {
    height: auto;
    width: 100%;
}

.sec-text-box p {
    font-size: 17px;
    font-weight: 400;
    color: #000000;
    line-height: 28px;
    text-align: justify;
}

p.bold-text {
    margin-bottom: 8px
}

.sec-text-box p strong {
    font-size: 20px;
    color: #0b5aa5;
    font-weight: 600;
    line-height: 22px;
}

.box-1 {
    height: auto;
    width: 100%;
    margin-bottom: 30px;
}

.box-1 span {
    font-size: 30px;
    color: #ce9f41;
    font-weight: 500;
}

.box-1.box-04 span {
    font-size: 30px;
}

.box-1.box-05 span {
    font-size: 30px;
}

.box-1.box-06 span {
    font-size: 30px;
}

.box-1.box-04 {
    margin-bottom: 0;
}

.box-1.box-05 {
    margin-bottom: 0;
}

.box-1.box-06 {
    margin-bottom: 0;
}

.box-1 p {
    color: #0b5aa5;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0;
}


/************Service***********/

.service {
    height: auto;
    width: 100%;
}

.serv-tab {
    height: auto;
    width: 100%;
}

.service .hedding h3 {
    text-align: center;
    color: #000000;
    font-size: 40px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.service .hedding h3:after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.service .hedding h3 span {
    font-weight: 700;
}

.service-li-box {
    background: #ce9f41;
    height: auto;
}

.service-li-box .nav-tabs {
    border-bottom: none;
}

.service-li-box .nav-tabs .nav-item {
    width: 19.6%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.service-li-box .nav-tabs .nav-item a:hover {
    background: #fff;
}

.service-li-box .nav-tabs .nav-item:hover a {
    color: #ce9f41;
}

.service-li-box .nav-tabs .nav-item a.active {
    background: #fff;
    color: #ce9f41;
}

.service-li-box .nav-tabs .nav-item a {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    padding: 25px 0px;
    border: none;
    border-radius: 0;
}

.service-li-box .nav-tabs .nav-item a:hover {
    border: none;
}

.service-li-box .nav-tabs .nav-item a .tab-iocn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    font-size: 50px;
}

.service-li-box .owl-carousel .owl-nav.disabled {
    display: none;
}

.service .owl-nav {
    display: none;
}

.service-panel-box {
    background: #f2f7fe;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-panel-box .tab-pane .tab-box-1 {
    border-left: 3px solid #0b5aa5;
    margin-bottom: 70px;
    padding-left: 15px;
}

.service-panel-box .tab-pane .tab-box-1 h4 {
    font-size: 16px;
    color: #0b5aa5;
    text-transform: uppercase;
    font-weight: 600;
}

.service-panel-box .tab-pane .tab-box-1 .nav-tabs {
    border-bottom: 0;
}

.service-panel-box .tab-pane .tab-box-1 .nav-tabs a {
    font-size: 15px;
    color: #ce9f41;
    border: 0;
    font-weight: 500;
    padding: 0 15px;
    border-right: 2px solid #ce9f41;
    line-height: 17px;
    border-radius: 0;
}

.service-panel-box .tab-pane .tab-box-1 .nav-tabs a.active {
    color: #0b5aa5;
}

.service-panel-box .tab-pane .tab-box-1 .nav-tabs a:hover {
    color: #0b5aa5;
}

.service-panel-box .tab-pane .tab-box-1 .nav-tabs .nav-item:last-child a {
    border-right: 0;
}

.service-panel-box .tab-pane .tab-box-1 .nav-tabs .nav-item:first-child a {
    padding-left: 20px;
    background: url("../img/iocn/tab-left-bg.png") no-repeat left top;
}

.service-panel-box .tab-text-box {
    background: #fff;
    padding: 30px 15px;
    box-shadow: 0px 0px 57px 0px rgba(11, 90, 165, 0.21);
}

.service-panel-box .tab-text-box h4 {
    color: #ce9f41;
    font-size: 24px;
    font-weight: 700;
}

.service-panel-box .tab-text-box p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.service-panel-box .tab-text-box a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 180px;
    height: 60px;
    line-height: 63px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ce9f41;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.service-panel-box .tab-text-box a .arrowRight,
.service-panel-box .tab-text-box a .arrowRight:before {
    position: absolute;
    left: 91%;
}

.service-panel-box .tab-text-box a .arrowRight {
    top: 44px;
}

.service-panel-box .tab-text-box a:hover {
    background: #024d94;
}

.tab-box-04 {
    margin-bottom: 0 !important;
}


/*********************Home-case-study-css-start*******************************/

.case_studies_heading {
    background: #f2f7fe;
    position: relative;
    padding-top: 40px;
}

.case_studies_heading .hedding {
    padding-bottom: 60px;
    text-align: center;
    margin-bottom: 0;
}

.case_studies_heading .hedding h5 {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.case_studies_heading .hedding h5 span {
    font-weight: 700;
}

.case_studies_heading .hedding h5::after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.custom_case_study {
    position: relative;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px #00000030;
}

.custom_case_study::before {
    position: absolute;
    content: "";
    width: 50%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: #ce9f41;
}

.custom_case_study .case_study_slider {
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner {
    float: left;
    width: 100%;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill {
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .left_box {
    position: relative;
    width: 50%;
    float: left;
    padding: 70px 30px 70px 0px;
    color: #fff;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .left_box span {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .left_box h5 {
    font-size: 40px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .left_box p {
    color: #fff;
    text-align: justify;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .left_box a {
    color: #ce9f41;
    background-color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .left_box a:hover {
    color: #fff;
    background-color: #000;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .right_box {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .right_box ul {
    display: block;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .right_box ul li {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider #myCarousel .carousel-inner .carousel-item .fill .right_box ul li .right_img {
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel {
    display: inline;
    float: left;
    width: 100%;
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-inner>.carousel-item.carousel-item-next,
.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-inner>.carousel-item.active.carousel-item-right {
    transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    top: 0;
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-inner>.carousel-item.carousel-item-prev,
.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-inner>.carousel-item.active.carousel-item-left {
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
    top: 0;
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-inner>.carousel-item.next.carousel-item-left,
.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-inner>.carousel-item.carousel-item-prev.carousel-item-right,
.carousel-inner>.carousel-item.active {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    top: 0;
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-indicators {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 0px;
    left: -70px;
    right: auto;
    width: 100px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-indicators li {
    display: block;
    margin-bottom: 0px;
    border: 1px solid #fff;
    width: 18px;
    height: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin-left: 10px;
    margin-right: 0;
}

.custom_case_study .case_study_slider .slide-wrapper #myCarousel .carousel-indicators li.active {
    margin-bottom: 0px;
    background: #ffffff;
}

.custom_case_study .case_study_slider #Home_case_slide .item {
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider #Home_case_slide .item .left_box {
    position: relative;
    width: 50%;
    float: left;
    padding: 70px 30px 70px 0px;
    color: #fff;
}

.custom_case_study .case_study_slider #Home_case_slide .item .left_box span {
    font-size: 20px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.custom_case_study .case_study_slider #Home_case_slide .item .left_box h5 {
    font-size: 40px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 30px;
    font-weight: 500;
}

.custom_case_study .case_study_slider #Home_case_slide .item .left_box p {
    color: #fff;
    text-align: justify;
}

.custom_case_study .case_study_slider #Home_case_slide .item .left_box a {
    color: #ce9f41;
    background-color: #fff;
    padding: 10px 30px;
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.custom_case_study .case_study_slider #Home_case_slide .item .left_box a:hover {
    color: #fff;
    background-color: #000;
}

.custom_case_study .case_study_slider #Home_case_slide .item .right_box {
    width: 50%;
    float: left;
    padding-left: 15px;
}

.custom_case_study .case_study_slider #Home_case_slide .item .right_box ul {
    display: block;
    width: 100%;
    float: left;
    padding-top: 20px;
}

.custom_case_study .case_study_slider #Home_case_slide .item .right_box ul li {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider #Home_case_slide .item .right_box ul li .right_img {
    width: 100%;
    float: left;
}

.custom_case_study .case_study_slider #Home_case_slide {
    display: none;
}

.custom_case_study .case_study_slider #Home_case_slide .owl-nav {
    display: none;
}


/**********************Home-case-study-css-end*******************************/

.review {
    height: auto;
    margin-bottom: 60px;
    width: 100%;
    position: relative;
    background: #f2f7fe;
    padding-top: 60px;
    padding-bottom: 60px;
}

.review .hedding .revicon {
    color: #ce9f41;
    font-size: 23px;
    display: block;
    margin-bottom: 15px;
}

.review .hedding h5,
.blog .hedding h5,
.domain .hedding h5 {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.review .hedding h5 span,
.blog .hedding h5 span,
.domain .hedding h5 span {
    font-weight: 700;
}

.review .hedding p {
    color: #000;
    font-size: 17px;
    margin-top: 20px;
}

.review-box-video {
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(11, 90, 165, 0.15);
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}

.review-box-video img {
    width: 100%;
    height: auto;
}

.review-box-video .play-butten img {
    max-width: 100%;
    width: auto;
}

.review-box-video .play-butten {
    width: 100%;
}

.review-box {
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    padding: 20px 30px;
    position: relative;
    margin-bottom: 60px;
}

.review-box:hover {
    background: #fff;
    box-shadow: 0 1px 15px rgba(11, 90, 165, 0.12), 0 1px 15px rgba(11, 90, 165, 0.24);
}

#reviewsour .owl-item.active.center .review-box {
    background: #fff;
    box-shadow: 0 1px 15px rgba(11, 90, 165, 0.12), 0 1px 15px rgba(11, 90, 165, 0.24);
}

.review-box .review-profile-img {
    background: #ce9f41;
    width: 56px;
    height: 56px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    top: 0px;
}

.review-name {
    margin-top: 55px;
    margin-bottom: 20px;
}

.review-name span.name {
    display: block;
    color: #ce9f41;
    line-height: 15px;
}

.review-name span.work {
    font-size: 18px;
    color: #666;
    font-weight: 400;
}

.review-name span.name strong {
    margin-right: 8px;
}

.review-text p {
    font-size: 16px;
    color: #000;
    text-align: justify;
}

.review-rating {
    height: auto;
    width: 100%;
}

.review-rating ul {
    margin: 0;
    padding: 0;
}

.review-rating ul li {
    display: inline-block;
    margin-right: 5px;
}

.review-rating ul .svg-inline--fa {
    color: #ce9f41;
}

.review #reviewsour .owl-nav {
    display: none;
}

.review-box .quote {
    width: 40px;
    height: 40px;
    background: #ce9f41;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: absolute;
    right: 30px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    bottom: -18px;
    font-size: 20px;
}

.review-btn-box {
    height: auto;
    width: 100%;
}

.review-btn-box .rev-btn {
    height: auto;
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.review-btn-box .rev-btn span {
    color: #ce9f41;
    font-size: 24px;
    font-weight: 600;
}

.review-btn-box .icon {
    text-align: center;
}

.review-btn-box .icon li {
    display: inline-block;
    width: 13%;
    margin-bottom: 10px;
}


/************Blog***********/

.blog {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.blog-img {
    height: auto;
    width: 100%;
}

.blog-img img {
    box-shadow: 0px 0px 5px 0px rgba(11, 90, 165, 0.15);
    width: 100%;
    height: auto;
}

.blog .blog-box-1 span,
.blog .blog-box-2 span {
    font-size: 16px;
    color: #ce9f41;
    font-weight: 600;
}

.blog h5 {
    font-weight: 600;
    font-size: 18px;
    color: #0b5aa5;
}

.blog a.red {
    color: #0b5aa5;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.blog a.red:hover {
    text-decoration: underline;
}

.blog a.red .arrowRight {
    border-right: 2px #0b5aa5 solid;
    border-bottom: 2px #0b5aa5 solid;
    width: 6px;
    height: 6px;
    left: 135%;
    top: 25px;
}

.blog a.red .arrowRight:before {
    border-right: 2px #0b5aa5 solid;
    border-bottom: 2px #0b5aa5 solid;
    width: 6px;
    height: 6px;
    margin: -2px 0 0 -4px;
}

.blog .blog-box-1 {
    border: 1px solid #e9e9e9;
    margin-bottom: 30px;
}

.img-box {
    float: left;
    height: auto;
    margin-right: 10px;
}

.blog-text {
    float: left;
    width: 65.9%;
    padding: 20px;
}

.blog-text p {
    color: #000000;
    font-size: 17px;
    font-weight: 400;
    text-align: justify;
}

.blog .blog-box-2 {
    border: 1px solid #e9e9e9;
    padding: 20px;
    margin-bottom: 20px;
}


/************Domain***********/

.domain {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.dom-box {
    height: auto;
    width: 100%;
}

.dom-box ul li .domain-iocn {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.dom-box ul li .domain-text {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.dom-box ul li .domain-iocn span {
    color: #ce9f41;
    font-size: 60px;
}

.dom-box ul {
    margin: 0;
    padding: 0;
}

.dom-box ul li {
    float: left;
    width: 16.4%;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 30px;
    min-height: 180px;
    padding-top: 30px;
}

.dom-box ul li:hover {
    background: #000000;
}

.dom-box ul li:hover .domain-text,
.dom-box ul li:hover .domain-iocn span {
    color: #fff;
}

.blog-box-btn a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 230px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ce9f41;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
}

.blog-box-btn a:hover {
    background: #024d94;
}

.blog-box-btn a span.arrowRight {
    top: 43px;
}


/************Footer***********/

#footer {
    height: auto;
    width: 100%;
    position: relative;
    float: left;
}

.footer-box-1 {
    height: auto;
    width: 100%;
    background: #000000;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-box-1 .hedding h5 {
    color: #fff;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.footer-box-1 .hedding p {
    color: #fff;
    font-size: 20px;
    margin-top: 25px;
    margin-bottom: 0;
    text-align: center;
}

.footer-box-1 .hedding p span {
    font-weight: 600;
}

.footer-box-2 {
    /* background: url(../img/banner/footer_bg_new.png) no-repeat center; */
    background-size: cover;
    height: auto;
    width: 100%;
    position: relative;
    padding-bottom: 250px;
}

.footer-form {
    background: #fff;
    padding: 35px 30px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border: 5px solid #ce9f41;
    box-shadow: 0 10px 30px #00000057;
    max-width: 920px;
    margin: 0 auto;
    position: relative;
    top: -60px;
}

.footer-form .e-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 230px;
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ce9f41;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    border: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.footer-form .e-btn:hover {
    background: #000000;
}

.footer-form .ecom-form-bar-l-wrapper {
    border-right: 2px solid #f1f1f1;
    height: auto;
    width: 100%;
}

.footer-form .ecom-form-bar-l-wrapper .icon-box {
    display: table;
}

.icon-box-cell p {
    padding-bottom: 0px;
    padding-left: 35px;
    margin: 0;
    line-height: 20px;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
}

.icon-box-cell svg {
    font-size: 35px;
    color: #ce9f41;
}

.footer-form .ecom-form-bar-l-wrapper .icon-box .icon-box-cell {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    margin: auto;
}

.footer-form .ecom-form-bar-l-wrapper .icon-box label {
    vertical-align: middle;
    padding-left: 35px;
    position: relative;
    color: #333;
    font-size: 16px;
    font-weight: 600;
}

.footer-form .ecom-form-bar-l-wrapper .icon-box label a {
    color: #ce9f41;
    font-weight: 500;
}

.footer-form .ecom-form-bar-l-wrapper .icon-box label img {
    width: 30px;
    margin-right: 10px;
}

.footer-form .ecom-form-bar-l-wrapper .icon-box label a:hover {
    text-decoration: underline;
}

.footer-box-3 {
    height: auto;
    width: 100%;
}

.footer-box-3 .footer-menu {
    background: #000000;
    height: auto;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 20px;
}

.footer-box-3 .footer-menu ul {
    padding: 0;
    margin-bottom: 30px;
}

.footer-box-3 .footer-menu ul li {
    list-style: none;
    line-height: 26px;
}

.footer-box-3 .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 300;
}

.footer-box-3 .footer-menu ul li a:hover {
    color: #ce9f41;
    text-decoration: underline;
}

p.footer-head {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

p.footer-head::after {
    content: "";
    position: absolute;
    top: 15px;
    margin-left: 5px;
    background: #ce9f41;
    height: 2px;
    width: 50px;
}

.footer-box-3 .footer-copyright {
    background: #fff;
    height: auto;
    width: 100%;
    padding-top: 40px;
    padding-bottom: 10px;
}

.footer-box-3 .footer-copyright p.footer-head {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
}

.footer-box-3 .footer-copyright .flag {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.footer-box-3 .footer-copyright .flag ul {
    margin: 0;
    padding: 0;
}

.footer-box-3 .footer-copyright .flag ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.footer-box-3 .footer-copyright .f-skpy {
    height: auto;
    width: 100%;
}

.footer-box-3 .footer-copyright .f-skpy ul {
    margin: 0;
    padding: 0;
}

.footer-box-3 .footer-copyright .f-skpy ul li {
    list-style-type: none;
    margin-bottom: 0px;
}

.footer-box-3 .footer-copyright .f-skpy ul li span {
    margin-right: 5px;
    font-size: 14px;
    color: #333333;
    font-weight: 600;
}

.footer-box-3 .footer-copyright .f-skpy ul li a {
    font-size: 15px;
    color: #000000;
    font-weight: 400;
}

.footer-box-3 .footer-copyright .f-skpy ul li a:hover {
    text-decoration: underline;
    color: #ce9f41;
}

.footer-box-3 .footer-copyright .footer-logo {
    height: auto;
    width: 100%;
}

.footer-box-3 .footer-copyright .footer-logo ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-box-3 .footer-copyright .footer-logo ul li {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 25px;
}

.footer-box-3 .footer-copyright .certificate {
    height: auto;
    width: 100%;
}

.footer-box-3 .footer-copyright .certificate ul {
    margin: 0;
    padding: 0;
}

.footer-box-3 .footer-copyright .certificate ul li {
    display: inline-block;
    list-style-type: none;
    width: 25%;
    margin-bottom: 10px;
}

.footer-box-3 .footer-copyright .footer-site-map {
    height: auto;
    width: 100%;
    text-align: center;
}

.footer-box-3 .footer-copyright .footer-site-map a {
    color: #000000;
    font-size: 15px;
    font-weight: 400;
    padding-left: 5px;
    padding-right: 5px;
}

.footer-box-3 .footer-copyright .footer-site-map a:hover {
    color: #ce9f41;
    text-decoration: underline;
}

.footer-box-3 .footer-copyright .footer-social {
    width: 100%;
    height: auto;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.footer-box-3 .footer-copyright .footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-box-3 .footer-copyright .footer-social ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-box-3 .footer-copyright .dmc {
    height: auto;
    width: 100%;
}

.footer-box-3 .footer-copyright .dmc p {
    margin-bottom: 20px;
    color: #333333;
    font-size: 16px;
    font-weight: 400;
}

.footer-box-3 .footer-copyright .footer-social ul a {
    height: 32px;
    width: 32px;
    line-height: 32px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    display: block;
}

.footer-box-3 .footer-copyright .footer-social ul li.facebook:hover a {
    background: #3b5998;
    color: #fff;
}

.footer-box-3 .footer-copyright .footer-social ul li.twitter:hover a {
    background: #2caae1;
    color: #fff;
}

.footer-box-3 .footer-copyright .footer-social ul li.linkedin:hover a {
    background: #007bb6;
    color: #fff;
}

.footer-box-3 .footer-copyright .footer-social ul li.play:hover a {
    background: #e6291b;
    color: #fff;
}

.footer-box-3 .footer-copyright .footer-social ul li.google:hover a {
    background: #e6291b;
    color: #fff;
}

.footer-box-3 .footer-copyright p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 400;
}

.footer-box-3 .footer-copyright p a {
    color: #696969;
    text-decoration: none;
}

.footer-box-3 .footer-copyright p a:hover {
    color: #ce9f41;
}

.hr-box {
    background: #000000;
    width: 380px;
    padding: 30px 30px 0px 30px;
    height: auto;
    position: absolute;
    right: 15px;
    bottom: -166px;
}

.hr-box h6 {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
}

.hr-box p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
}

.hr-img {
    float: left;
    width: 100px;
    margin-right: 15px;
    height: auto;
    position: relative;
    bottom: -25px;
}

.hr-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hr-email {
    float: left;
    width: 64%;
    padding-top: 25px;
}

.hr-email a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.hr-email a:hover {
    text-decoration: underline;
    color: #ce9f41;
}

.footer-form-box {
    height: auto;
    width: 100%;
}

.footer-form-box .form-group {
    margin-bottom: 35px;
}

.footer-form-box input:focus~.after {
    background-position: 0 0;
}

.footer-form-box .after {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #ce9f41 50%, transparent 50%);
    background-color: #8069728f;
    background-size: 200% 100%;
    background-position: 100% 0;
    transition: all .6s ease;
}

.footer-form-box input:focus~label,
.footer-form-box input:valid~label {
    top: -10px;
    transform: scale(0.8, 0.8);
}

.footer-form-box label {
    font-size: 16px;
    font-weight: 400;
    top: 10px;
    left: 15px;
    position: absolute;
    color: #806972;
    transform-origin: left;
    transition: all .3s ease;
    margin-bottom: 0;
}

.footer-form-box input:focus {
    outline: none;
}

.footer-form-box input {
    width: 100%;
    border: none;
    margin-top: 10px;
    background: 0 0 !important;
    padding: 0 5px !important;
    font-size: 17px !important;
}

.footer-form-box #wpcf7-f4517-o1 label {
    font-size: 16px;
    font-weight: 400;
    top: 0px;
    left: 15px;
    position: relative;
    color: #806972;
    transform-origin: left;
    transition: all .3s ease;
    margin-bottom: 0px;
}

.footer-form-box #wpcf7-f4517-o1 input {
    width: 100%;
    border: none;
    margin-top: 0px;
    background: 0 0 !important;
    padding: 0 5px !important;
    font-size: 16px !important;
    border-bottom: 2px solid #999;
}

.footer-form-box #wpcf7-f4517-o1 input[type="file"] {
    width: 100%;
    border: none;
    margin-top: 10px;
    background: 0 0 !important;
    padding: 0 5px !important;
    font-size: 14px !important;
}

.footer-form-box #wpcf7-f4517-o1 input[type="submit"] {
    background: #ce9f41 !important;
    border: none;
    padding: 10px 0 !important;
    width: 160px;
    color: #fff;
    font-size: 14px !important;
}

.footer-form-box #wpcf7-f4517-o1 textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 60px;
    border-bottom: 2px solid #999;
}

.footer-form-box #wpcf7-f4517-o1 div.row select.wpcf7-select {
    border: none;
    width: 100%;
    height: 30px;
    color: #846d76;
    border-bottom: 2px solid #999;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    display: none !important;
}

.footer-form-box select#budget1 {
    border: none;
    width: 100%;
    height: 41px;
    color: #846d76;
    border-bottom: 2px solid #b8abb0;
}

.footer-form-box button,
.footer-form-box select {
    text-transform: none;
    outline: 0;
}

.footer-form-box textarea {
    width: 100%;
    border: none;
    outline: none;
}

.footer-form-box input:focus~label {
    color: #ce9f41;
    font-size: 16px;
}


/************Inner About Us Page***********/


/************Inner Page Header***********/

.inner-page #header {
    margin-bottom: 69px;
}

.inner-page #header .logo-menu {
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    padding-bottom: 0;
}

.inner-page #header .logo-menu .logo a img.white-logo {
    display: none;
}

.inner-page #header .logo-menu .logo a img.color-logo {
    display: block;
}

.inner-page #header .logo-menu .menu .request-box .line-butten a img.white-logo {
    display: none;
}

.inner-page #header .logo-menu .menu .request-box .line-butten a img.color-logo {
    display: block;
    margin-top: 8px;
}

.inner-page #header .logo-menu .navigation a {
    color: #333;
}


/************Inner Page About Us***********/

.all_page_color {
    position: relative;
    padding: 160px 0 40px;
    background-image: linear-gradient(to right top, #e14504, #e14504, #130002, #000000, #020004);
    text-align: center;
}

.all_page_color .banner_content {
    position: relative;
}

.all_page_color .banner_content span,
.all_page_color .banner_content h1 {
    position: relative;
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}

.all_page_color .banner_content p {
    color: #fff;
}

.aboutuspage .about-page {
    margin-top: 50px;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.aboutuspage .about-page .hedding {
    text-align: left;
    margin-bottom: 30px;
}

.aboutuspage .about-page .hedding h1 {
    text-align: left;
}

.aboutuspage .about-page .hedding h1:after {
    right: inherit;
    left: 3px;
}

.aboutuspage p.para-title {
    font-size: 20px !important;
    color: #000;
    font-weight: 500;
    margin-bottom: 15px !important;
}

.aboutuspage p.para-title span {
    font-weight: 800;
}

.aboutuspage .about-page p {
    margin-bottom: 20px;
    text-align: justify;
}

.aboutuspage p.last-text {
    margin-bottom: 0;
}

.aboutuspage .about-page .about-img {
    height: auto;
    width: 100%;
    position: relative;
}

.aboutuspage .pain-points {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.aboutuspage .pain-points .pain-points-img {
    height: auto;
    width: 100%;
    position: relative;
}

.aboutuspage .pain-points .hedding {
    text-align: left;
    margin-bottom: 50px;
}

.aboutuspage .pain-points .hedding h2 {
    text-align: left;
}

.aboutuspage .pain-points .hedding h2:after {
    right: inherit;
    left: 3px;
}

.aboutuspage .pain-points .point {
    height: auto;
    width: 100%;
    color: #000;
}

.aboutuspage .pain-points .point li {
    list-style-type: none;
    margin-bottom: 30px;
    text-align: justify;
}

.aboutuspage .pain-points .point li:last-child {
    margin-bottom: 0;
}

.aboutuspage .pain-points .point li span {
    display: block;
    color: #ce9f41;
    font-weight: 800;
    font-size: 50px;
    margin-bottom: 20px;
}

.aboutuspage .mission-box {
    height: auto;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
    width: 100%;
    background: #1e5799;
    background: -moz-linear-gradient(left, #1e5799 50%, #f4f6f7 50%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #1e5799 50%, #f4f6f7 50%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #1e5799 50%, #f4f6f7 50%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#f4f6f7', GradientType=1);
    /* IE6-9 */
}

.aboutuspage .mission-box #accordion .card {
    background: none;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

.aboutuspage .mission-box #accordion .card:last-child {
    margin-bottom: 0;
}

.aboutuspage .mission-box #accordion .card .card-header {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0;
}

.aboutuspage .mission-box #accordion .card .card-header h5 {
    color: #fff;
    text-transform: uppercase;
    font-size: 24px;
    margin-bottom: 15px;
}

.aboutuspage .mission-box #accordion .card .card-header h5 a {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.aboutuspage .mission-box #accordion .card .card-header h5 a:after {
    content: "";
    background: #ce9f41;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 13px;
    left: 115px;
}

.aboutuspage .mission-box #accordion .card .card-body {
    padding: 0;
}

.aboutuspage .mission-box #accordion .card .card-body p {
    margin-bottom: 0;
    color: #fff;
    text-align: justify;
}

.aboutuspage .mission-box .four-box {
    text-align: center;
    margin-bottom: -60px;
    margin-top: -60px;
    position: relative;
}

.aboutuspage .mission-box .four-box .box-1 {
    border-bottom: 1px solid #ededed;
    border-right: 1px solid #ededed;
    margin-bottom: 0;
    padding-top: 60px;
    padding-bottom: 30px;
}

.aboutuspage .mission-box .four-box .box-2 {
    border-bottom: 1px solid #ededed;
    padding-top: 60px;
    padding-bottom: 30px;
}

.aboutuspage .mission-box .four-box .box-3 {
    border-right: 1px solid #ededed;
    padding-top: 60px;
    padding-bottom: 30px;
}

.aboutuspage .mission-box .four-box .box-4 {
    padding-top: 60px;
    padding-bottom: 30px;
}

.aboutuspage .mission-box .four-box .iocn {
    margin-bottom: 12px;
}

.aboutuspage .mission-box .four-box .iocn span {
    font-size: 64px;
    color: #ce9f41;
    font-weight: 500;
}

.aboutuspage .mission-box .four-box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

.aboutuspage .mission-box .four-box .analyze {
    position: absolute;
    height: 185px;
    width: 185px;
    background: #f15e32;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 25%;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 40px;
}

.aboutuspage .mission-box .four-box .analyze .icon-a {
    margin-bottom: 10px;
}

.aboutuspage .mission-box .four-box .analyze .icon-a span {
    font-size: 64px;
    color: #fff;
    font-weight: 500;
}

.aboutuspage .mission-box .four-box .analyze h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

.aboutuspage .business-needs {
    margin-bottom: 120px;
    height: auto;
    width: 100%;
}

.aboutuspage .business-needs h3 {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.aboutuspage .business-needs h3::after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.aboutuspage .business-needs .needs-box {
    position: relative;
    height: auto;
    width: 100%;
}

.aboutuspage .business-needs .needs-box .needs-text {
    background: #024d94;
    padding: 5px 20px;
}

.aboutuspage .business-needs .needs-box .needs-text p {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.aboutuspage .business-needs .needs-box .needs-text h5 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    display: block;
    margin-top: 16px;
}

.aboutuspage .business-needs .needs-box .needs-text span {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: right;
    display: block;
    margin-top: 14px;
    margin-bottom: 15px;
}

.aboutuspage .prosess {
    height: auto;
    width: 100%;
    background: #024d94;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.aboutuspage .prosess .prosess-box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 50px;
}

.aboutuspage .prosess .prosess-box .prosess-icon {
    margin-bottom: 30px;
}

.aboutuspage .prosess .prosess-box .prosess-icon span {
    font-size: 50px;
    color: #f15e32;
    margin-top: 20px;
    display: block;
}

.prosess .prosess-box .prosess-text {
    height: auto;
    width: 100%;
}

.aboutuspage .prosess .prosess-box .prosess-text span {
    color: #f15e32;
    font-weight: 800;
    font-size: 45px;
}

.aboutuspage .prosess .prosess-box .prosess-text p {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 0;
}

.aboutuspage .prosess .enquiry {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #f15e32;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
}

.aboutuspage .prosess .enquiry .enquiry-icon {
    margin-bottom: 12px;
}

.aboutuspage .prosess .enquiry .enquiry-icon span {
    font-size: 50px;
    color: #fff;
    margin-top: 20px;
    display: block;
}

.aboutuspage .enquiry-text {
    height: auto;
    width: 100%;
}

.aboutuspage .enquiry-text span {
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    color: #fff;
}

.aboutuspage .enquiry-text a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 55px;
}

.aboutuspage .enquiry-text a:hover {
    background: #333;
    color: #fff;
}

.aboutuspage .about-review {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
}

.aboutuspage .about-review .hedding {
    margin-bottom: 25px;
}

.aboutuspage .about-review h2 {
    margin-bottom: 28px;
}

.aboutuspage .about-review p.hedding-p {
    margin-bottom: 10px;
    font-size: 19px;
    color: #000;
}

.aboutuspage .about-review p img {
    position: relative;
    top: -2px;
}

.aboutuspage .about-review .rating-web {
    margin-bottom: 60px;
}

.aboutuspage .about-review-text-bottom {
    background: #f15e32;
    text-align: center;
    padding: 15px;
    text-transform: uppercase;
    font-weight: 800;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: -25px;
    z-index: 8;
    font-size: 30px;
    color: #fff;
    line-height: 30px;
}

.aboutuspage .about-blog {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
}

.aboutuspage .blog-img {
    height: auto;
    width: 100%;
}

.aboutuspage .about-blog .blog-text-about {
    height: auto;
    width: 100%;
}

.aboutuspage .about-blog .blog-text-about p {
    text-align: justify;
}

.aboutuspage .about-blog .blog-text-about span {
    color: #f15e32;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    display: inline-flex;
}

.aboutuspage .about-blog .blog-text-about h5 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 15px;
}

.aboutuspage .about-blog .blog-text-about a {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
    color: #f15e32;
}

.aboutuspage .about-blog .blog-text-about a svg {
    margin-left: 5px;
}

.aboutuspage .about-blog .blog-text-about a:hover {
    color: #024d94;
}


/************Inner Page Contact Us***********/

.contactpage {
    position: relative;
}

.contactpage .contact-banner {
    height: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.contactpage .contact-banner h1 {
    color: #000;
    font-size: 50px;
    font-weight: 800;
    line-height: 60px;
    margin-bottom: 5px;
}

.contactpage .contact-banner p.para-title {
    font-size: 20px !important;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px !important;
}

.contactpage .contact-banner a {
    width: 201px;
    display: inline-block;
    text-align: center;
    line-height: 58px;
    color: #fff;
    height: 58px;
    background: #ce9f41;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    font-size: 18px;
}

.contactpage .contact-banner a:hover {
    background: #0b5aa5;
}

.contactpage .contact-banner a svg {
    margin-right: 8px;
}

.contactpage .contact-banner p {
    margin-bottom: 10px;
}

.contactpage hr.space.m {
    height: 50px;
    border: 0;
    margin: 0;
    clear: both;
}

.contactpage .ml-25 {
    margin-left: 25px;
}

.contactpage .mt-25 {
    margin-top: 25px !important;
}

.contactpage .hired-box {
    text-align: center;
    height: auto;
    width: 100%;
    position: relative;
}

.contactpage .hired-text h2 {
    font-size: 40px;
    margin-bottom: 10px;
    line-height: 45px;
    color: #ce9f41;
    font-weight: 600;
}

.contactpage .hired-text p {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0px;
}

.contactpage .contact-form {
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 300px;
}

.contactpage .contact-form .footer-form {
    top: inherit;
}

.contactpage .contact-form .hr-box {
    bottom: -149px;
}

.contactpage .we-are {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
    position: relative;
}

.contactpage .we-are .hedding h2 {
    margin-bottom: 15px;
}

.contactpage .we-are .hedding p {
    font-size: 20px !important;
    color: #333;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px !important;
}

.contactpage .we-are .brands {
    height: auto;
    width: 100%;
    margin: 25px 0px;
}

.contactpage .startups {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.contactpage .startups .hedding h2 {
    margin-bottom: 15px;
}

.contactpage .startups .hedding p {
    font-size: 20px !important;
    color: #333;
    font-weight: 600;
    margin-top: 25px;
    margin-bottom: 25px !important;
}

.contactpage .achievements {
    height: auto;
    width: 100%;
    margin-bottom: 60px;
}

.contactpage .achievements .hedding {
    margin-bottom: 25px;
}

.contactpage .achievements .rating-web {
    margin-bottom: 60px;
}

.contactpage .achievements .good-firms-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    min-height: 245px;
}

.contactpage .achievements .good-firms-box p {
    font-size: 20px !important;
    color: #ce9f41;
    line-height: 25px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.contactpage .achievements .good-firms-box figure:first-child img {
    width: 200px;
}

.contactpage .box-mail {
    background: #ce9f41;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.contactpage .box-mail .inner-box-mail {
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
}

.contactpage .box-mail .inner-box-mail .icon {
    border-right: 2px solid #e6e6e6;
    padding: 10px 20px;
    font-size: 30px;
    color: #ce9f41;
}

.contactpage .box-mail .inner-box-mail .contact-details {
    padding: 25px 34px;
    font-size: 18px;
}

.contactpage .box-mail .inner-box-mail .contact-details span {
    display: block;
}

.contactpage .box-mail .inner-box-mail .contact-details a {
    color: #ce9f41;
    font-weight: 600;
    font-size: 19px;
}

.contactpage .box-mail .inner-box-mail .contact-details a:hover {
    text-decoration: underline;
}

.contactpage .office-branch {
    margin-bottom: 60px;
    height: auto;
    width: 100%;
    position: relative;
}

.contactpage .office-branch .office-branch-box {
    padding: 30px;
    background: #fff;
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
    margin-bottom: 15px;
    margin-top: 15px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
}

.contactpage .office-branch .office-branch-box h5 {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}

.contactpage .office-branch .office-branch-box h5 span {
    background: #ce9f41;
    font-size: 14px;
    color: #fff;
    padding: 5px;
    font-weight: 500;
}

.contactpage .office-branch .office-branch-box p {
    color: #000;
    font-weight: 500;
    margin-bottom: 15px;
}

.contactpage .office-branch .office-branch-box p span {
    display: block;
    color: #ce9f41;
    font-size: 30px;
    margin-bottom: 8px;
}

.contactpage .office-branch .office-branch-box p a {
    color: #000;
    font-size: 25px;
    font-weight: 600;
}

.contactpage .office-branch .office-branch-box p:last-child {
    margin-bottom: 0;
}

.contactpage .office-branch .carousel-control-prev {
    height: 50px;
    width: 50px;
    background: #f05222;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    left: -80px;
    top: 40%;
}

.contactpage .office-branch .carousel-control-prev:hover {
    background: #0b5aa5;
}

.contactpage .office-branch .carousel-control-next:hover {
    background: #0b5aa5;
}

.contactpage .office-branch .carousel-control-next {
    height: 50px;
    width: 50px;
    background: #f05222;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 1;
    right: -80px;
    top: 40%;
}

.contactpage .office-branch .ecomofficeimg {
    border: 5px solid #ce9f41;
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.contactpage .office-branch .ecomofficeimg:hover {
    border: 5px solid #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.contactpage .office-branch .ecomofficeimg img {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.contactpage .office-branch .ecomofficeimg:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}


/************Inner Page Careers***********/

.careerpage {
    position: relative;
}

.careerpage .careers-banner {
    background: url("../img/careers.jpg") no-repeat right;
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.careerpage .careers-inner-box {
    background: #13599b;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 80px 50px;
    max-width: 792px;
    margin-top: 75px;
    margin-bottom: 82px;
    position: relative;
}

.careerpage .careers-inner-box h4 {
    color: #fff;
    line-height: 38px;
    font-size: 30px;
    font-weight: 700;
}

.careerpage .careers-inner-box p {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.careerpage .careers-inner-box .hr-profile .hr-img {
    bottom: 0;
}

.careerpage .careers-inner-box .hr-profile .hr-email {
    padding-top: 15px;
}

.careerpage .careers-text {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.careerpage .careers-text .hedding {
    margin-bottom: 10px;
}

.careerpage .careers-text .hedding h5 {
    margin-bottom: 25px;
}

.careerpage .careers-text .hedding p {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

.careerpage .careers-text p {
    text-align: justify;
}

#ApplyNow .hedding h2 {
    color: #fff;
}

.careerpage .together {
    background-image: linear-gradient(to right top, #e14504, #e14504, #130002, #000000, #020004);
    height: auto;
    width: 100%;
    position: relative;
    padding-top: 150px;
    padding-bottom: 40px;
    margin-bottom: 60px;
}

.careerpage .together h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
}

.careerpage .together p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.careerpage .opportunities {
    height: auto;
    width: 100%;
    position: relative;
}

.careerpage .opportunities .hedding {
    margin-bottom: 60px;
}

.careerpage .opportunities .hedding h1 {
    margin-bottom: 25px;
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.careerpage .opportunities .hedding h1:after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.careerpage .opportunities .hedding p {
    color: #000;
    font-size: 20px;
    font-weight: 700;
}

.careerpage .together-box {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.careerpage .together-box h3 {
    font-size: 26px;
    color: #ce9f41;
    font-weight: 700;
    margin-bottom: 25px;
}

.careerpage .together-box .exp {
    height: auto;
    width: 100%;
    margin-bottom: 15px;
}

.careerpage .together-box .exp li {
    list-style-type: none;
    margin-bottom: 5px;
}

.careerpage .together-box .exp li:last-child {
    margin-bottom: 0;
}

.careerpage .together-box .exp li svg {
    margin-right: 8px;
    color: #ce9f41;
}

.careerpage .together-box .exp li span {
    color: #666;
    font-weight: 500;
    font-size: 17px;
}

.careerpage .together-box h4 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 10px;
}

.careerpage .together-box ul {
    margin: 0;
    padding: 0;
}

.careerpage .together-box ul li {
    list-style-type: none;
    display: table;
    margin-bottom: 8px;
    vertical-align: top;
}

.careerpage .together-box ul li span {
    padding-right: 15px;
    color: #ce9f41;
    font-size: 18px;
    display: table-cell;
}

.careerpage .together-box ul li span svg {
    position: relative;
    top: 3px;
}

.careerpage .together-box ul li a {
    background: #ce9f41;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    padding: 8px 35px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 15px;
}

.careerpage .together-box ul li a:hover {
    background: #13599b;
}

.careerpage .culture {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.careerpage .culture .hedding h4,
.careerpage .different .hedding h4,
.careerpage .careers-text .hedding h5 {
    margin-bottom: 28px;
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.careerpage .culture .hedding h4:after,
.careerpage .different .hedding h4:after,
.careerpage .careers-text .hedding h5:after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.careerpage .culture .hedding p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.careerpage .culture .culture-img-box {
    margin-bottom: 30px;
}

.careerpage .culture .culture-img-box img:hover {
    box-shadow: 0 5px 15px 0 rgba(32, 33, 36, .28);
}

.careerpage .culture .culture-img-box-1 {
    margin-bottom: 22px;
}

.careerpage .culture .culture-img-box-2 {
    margin-bottom: 22px;
}

.careerpage .culture .culture-img-box-3 {
    margin-bottom: 22px;
}

.careerpage .different {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.careerpage .different .hedding h4 {
    margin-bottom: 28px;
}

.careerpage .different .hedding p {
    color: #000;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

.careerpage .different .hedding p.font-semi-sm {
    font-weight: 500;
    font-size: 22px;
}

.careerpage .different .hedding p.font-semi-sm .oreng {
    color: #ce9f41;
}

.careerpage .different-box {
    text-align: center;
    margin-bottom: 30px;
}

.careerpage .different-box h5 {
    color: #ce9f41;
    font-size: 22px;
    font-weight: 600;
}

.careerpage .different-box p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
}


/************Blog Inner Page Header***********/

.blog-page #header {
    margin-bottom: 0;
}

.blog-banner {
    background: url(../img/blogbanner.jpg) no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 550px;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.blog-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.blog-banner .overlay {
    z-index: 1;
    max-width: 720px;
    margin: 0 auto;
    padding: 40px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    margin-top: 7%;
}

.blog-banner .overlay span.post-cat .category {
    display: inline-block;
    padding: 0 8px;
    margin-right: 5px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 26px;
    background: #ce9f41 !important;
    color: #fff !important;
}

.blog-banner .overlay .post-title {
    text-shadow: 0 0 22px rgb(14, 13, 13) !important;
    margin-top: 25px;
    margin-bottom: 25px;
    font-weight: 700;
    color: inherit;
    font-size: 41px;
    line-height: 1.25;
    -webkit-font-smoothing: initial;
}

.blog-banner .overlay .meta-item,
.blog-banner .overlay .meta-sep,
.blog-banner .overlay .post-date,
.blog-banner .overlay .view {
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
}

.blog-banner .overlay .meta-sep:before {
    padding: 0 5px;
    font-size: 11px;
    content: "-";
}

.blog-banner .overlay .meta-item a {
    color: #fff;
}

.blog_detail_page_css p {
    font-size: 18px !important;
}

.blog-detail-text {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.blog-detail-text .left-sidebar {
    padding-left: 3.896%;
    padding-right: 3.896%;
    position: relative;
}

.blog-detail-text .left-sidebar .social-share {
    position: absolute;
    margin-left: -120px;
    margin-top: 5px;
    height: 100%;
    opacity: 1;
    transition: opacity .2s ease-in;
    overflow: visible;
    box-sizing: border-box;
}

.blog-detail-text .left-sidebar .social-share .share-text {
    display: block;
    margin-bottom: 27px;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    word-wrap: normal;
    overflow-wrap: normal;
}

.blog-detail-text .left-sidebar .social-share .services-li {
    height: auto;
    width: 100%;
    position: relative;
}

.blog-detail-text .left-sidebar .social-share .services-li ul {
    margin: 0;
    padding: 0;
}

.blog-detail-text .left-sidebar .social-share .services-li ul li a {
    margin-top: -1px;
    margin-bottom: 12px;
    display: block;
    width: 42px;
    height: 42px;
    --shadow-color: rgba(var(--service-color-rgb, 0, 0, 0), 0.18);
    box-shadow: -1px -1px 2px 0px rgba(0, 0, 0, 0.05), 1px 3px 5px -1px var(--shadow-color);
    border-radius: 50%;
    color: #111;
    font-size: 17px;
    line-height: 44px;
    text-align: center;
}

.blog-detail-text .left-sidebar .social-share .services-li ul li.printes a {
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    padding: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff !important;
    background: #e60023 url(../img/iocn/download.svg) 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: inset 0 0 1px #888;
    height: 20px;
    position: relative;
    vertical-align: baseline;
}

.blog-detail-text .left-sidebar .social-share .services-li ul li.printes a:hover {
    background: #e60023 url(../img/iocn/download.svg) 3px 50% no-repeat;
    box-shadow: none;
    color: #fff !important;
    background-size: 14px 14px;
    transform: none;
}

.blog-detail-text .left-sidebar .social-share .services-li ul li a:hover {
    background: #fff;
    transform: translateY(-2px);
}

.blog-detail-text .left-sidebar .social-share .services-li ul li.facebook a {
    color: #135cb6;
    --service-color-rgb: 19, 92, 182;
}

.blog-detail-text .left-sidebar .social-share .services-li ul li.twitter a {
    color: #089fc5;
    --service-color-rgb: 8, 159, 197;
}

.blog-detail-text .left-sidebar .social-share .services-li ul li.linkedin a {
    color: #02669a;
    --service-color-rgb: 2, 102, 154;
}

.blog-detail-text .left-sidebar .post-content p {
    text-align: justify;
}

.blog-detail-text .left-sidebar p strong a {
    color: #000;
    text-decoration: underline;
}

.post-content h2 {
    margin-top: calc(13px + 1.2em);
    margin-bottom: calc(10px + 0.2em);
    color: #000;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.5;
}

.post-content h3 {
    margin-top: calc(13px + 1.2em);
    margin-bottom: calc(10px + 0.2em);
    font-weight: 700;
    letter-spacing: normal;
    line-height: 1.5;
    color: #000;
    -webkit-font-smoothing: antialiased;
}

.post-content h3 img {
    position: relative;
    top: -2px;
}

.post-content img.alignleft {
    margin-right: 8px;
}

.blog-detail-text .right-sidebar .inner {
    height: auto;
    width: 100%;
    position: relative;
}

.blog-detail-text .right-sidebar .inner ul {
    margin: 0;
    padding: 0;
}

.blog-detail-text .right-sidebar .inner ul li {
    margin-bottom: 50px;
}

.blog-detail-text .right-sidebar .inner ul li .latest-posts {}

.blog-detail-text .right-sidebar .inner ul li .latest-posts span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    background: #ce9f41;
    padding: 7px 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.blog-detail-text .right-sidebar .inner ul li .latest-posts span a {
    color: #fff;
}

.blog-detail-text .right-sidebar .inner ul li .latest-posts span:hover {
    background-color: #024d94;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.blog-detail-text .right-sidebar .inner ul li .ema {
    background-color: #282d88 !important;
    padding-top: 0;
    padding-bottom: 20px;
}

.blog-detail-text .right-sidebar .inner ul li .latest-posts .widget-title {
    border-bottom: 1px solid #ff001f !important;
    margin-bottom: 35px;
    padding-bottom: 9px;
    box-sizing: border-box;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 1.5;
}

.blog-detail-text .right-sidebar .inner ul li .latest-posts .carousel-caption {
    background: rgba(0, 0, 0, 0.65);
    width: 100%;
    right: 0;
    left: 0;
    color: #fff;
    bottom: 0;
    padding: 10px;
    z-index: 1;
}

.blog-detail-text .right-sidebar .inner ul li .latest-posts .carousel-caption p {
    color: #fff;
    margin-bottom: 0;
    text-align: left;
    font-size: 14px;
    line-height: normal;
}

.blog-detail-text .right-sidebar .inner ul li .ema .form-control {
    width: 300px;
    margin: 0 auto;
    display: block;
    border: none;
    box-shadow: none !important;
    outline: none !important;
    background-position: 0 0 !important;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 16px;
    max-width: 100%;
    outline: 0;
    font-size: 14px;
    color: #989898;
    border-radius: 0;
    height: 3.14286em;
}

.blog-detail-text .right-sidebar .inner ul li .ema .btn {
    margin: 0 auto;
    display: block;
    width: 100px;
    font-size: 17px !important;
    background: #ff001f !important;
    -webkit-appearance: none;
    color: #fff;
    padding: 16px 20px;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    height: auto;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    border-radius: 0;
}

.post-content .aligncenter,
.post-content div.aligncenter {
    display: block;
    margin: 40px auto;
}

.left-sidebar .the-post-foot {
    margin-top: 90px;
    height: auto;
    width: 100%;
}

.left-sidebar .the-post-foot .post-tags {
    float: left;
    margin-top: -8px;
    max-width: 70%;
}

.left-sidebar .the-post-foot .post-tags a {
    display: inline-block;
    margin-top: 8px;
    margin-right: 8px;
    padding: 6px 18px;
    border: 1px solid #ebebeb;
    color: #111;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
}

.left-sidebar .the-post-foot .post-tags a:hover {
    color: #ce9f41;
}

.left-sidebar .the-post-foot .post-share {
    float: right;
    margin-bottom: 25px;
}

.left-sidebar .the-post-foot .post-share ul {
    margin: 0;
    padding: 0;
}

.left-sidebar .the-post-foot .post-share ul li {
    list-style-type: none;
    display: inline-block;
}

.left-sidebar .the-post-foot .post-share ul li.counters a {
    float: left;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    height: 32px;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    padding: 0 16px;
    width: auto;
    border-radius: 15px;
    text-align: center;
    color: #ce9f41;
}

.left-sidebar .the-post-foot .post-share ul li.counters a span {
    font-weight: 600;
    font-size: 12px;
    margin-left: 5px;
}

.left-sidebar .the-post-foot .post-share ul li.facebook a,
.left-sidebar .the-post-foot .post-share ul li.twitter a {
    float: left;
    margin-left: 4px;
    border: 1px solid #ebebeb;
    border-radius: 50%;
    box-sizing: border-box;
    width: 32px;
    height: 32px;
    color: #111;
    font-size: 14px;
    line-height: 32px;
    text-align: center;
    transition: all .25s ease-in-out;
}

.left-sidebar .the-post-foot .post-share ul li.facebook a:hover,
.left-sidebar .the-post-foot .post-share ul li.twitter a:hover {
    color: #ce9f41;
}

.left-sidebar .the-post-foot .post-share ul li.printes {
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    padding: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff !important;
    background: #e60023 url(../img/iocn/download.svg) 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: inset 0 0 1px #888;
    height: 20px;
    position: relative;
    top: -12px;
    vertical-align: baseline;
}

.left-sidebar .the-post-foot .post-share ul li.printes a {
    color: #fff;
}

.left-sidebar .author-box {
    background-color: #f6f6f6;
    background: url(../img/zzzzzzz-2.html) no-repeat;
    padding: 20px 34px;
    margin-top: 134px;
    border: none;
    text-align: center;
}

.left-sidebar .author-box .image {
    position: relative;
}

.left-sidebar .author-box .image img {
    width: 200px;
    height: 200px;
    border: 5px solid #fff;
    border-radius: 5%;
    margin: 50px 0;
    margin-top: -120px;
    display: inline-block;
}

.author-box .image:after {
    background: url(../img/fluparrow-left.png);
    content: '';
    top: 30px;
    left: 203px;
    width: 200px;
    height: 83px;
    position: absolute;
    transform: rotate(-1deg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 13%;
    z-index: 0;
}

.author-box .author>a {
    display: inline-block;
    margin-top: -5px;
    color: #161616;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

.author-box .author-bio {
    margin-top: 18px;
    line-height: 1.6875;
    text-align: center !important;
    font-size: 16px;
}

.author-box .social-icons {
    margin-top: 25px;
}

.author-box .social-icons li {
    display: inline-block;
}

.author-box .social-icons a {
    background-color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #759efa;
    font-size: 14px;
    color: #000;
    font-weight: 600;
    display: inline-block;
    line-height: 30px;
}

.author-box .social-icons a:hover {
    background: #0970D9;
}

.author-box .social-icons a:hover svg {
    color: #fff;
}

.author-box .social-icons a svg {
    font-size: 30px;
    color: #759EFA;
    float: left;
    margin-right: 5px;
}

.related-posts {
    height: auto;
    width: 100%;
    position: relative;
}

.related-posts h4.section-head {
    position: relative;
    margin-top: 60px;
    text-align: center;
    font-size: 0;
    font-weight: 700;
    color: #000;
    line-height: 28px;
}

.related-posts h4.section-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}

.section-head .title {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    z-index: 1;
    color: #000;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
}

.related-posts-box {
    padding-top: 60px;
    height: auto;
    width: 100%;
}

.related-posts-box .post {
    margin-bottom: 30px;
}

.related-posts-box .post a img {
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    transition: all .3s ease;
}

.related-posts-box .post a img:hover {
    opacity: 1;
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
    transform: translate(0, -2px);
}

.related-posts-box .post .content {
    padding-left: 20px;
    padding-right: 20px;
}

.related-posts-box .post .content h3.post-title {
    margin-top: 25px;
    margin-bottom: 15px;
    padding: 0;
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.45;
    display: block;
}

.related-posts-box .post .content h3.post-title a {
    color: #000;
}

.related-posts-box .post .content .post-meta {
    font-size: 13px;
    margin-bottom: 15px;
    color: #989898;
    line-height: 1.5;
    text-transform: uppercase;
}

.comment h4.section-head {
    position: relative;
    margin-top: 60px;
    text-align: center;
    font-size: 0;
    font-weight: 700;
    color: #000;
    line-height: 28px;
}

.comment h4.section-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}

.comment .title {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    z-index: 1;
    color: #000;
    background: #fff;
    font-size: 20px;
    font-weight: 600;
    vertical-align: middle;
}

.comment .comment-form {
    height: auto;
    width: 100%;
    margin: 50px 0 0 0;
}

.comment .comment-form .form-group {
    margin-bottom: 25px;
}

.comment .comment-form .form-check {
    margin-bottom: 25px;
}

.form-control:focus {
    box-shadow: none;
}

.comment-form input[type=checkbox] {
    vertical-align: middle;
    margin-top: -3px;
    padding: 0;
    border: 1px solid #e5e5e5;
    color: #2d53fe;
    width: 16px;
    height: 16px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.12);
    position: relative;
    top: 1px;
    overflow: hidden;
}

.comment-form input[type=checkbox]:checked:before {
    content: "\2713";
    display: inline-block;
    color: currentColor;
    line-height: 11px;
    font-family: Arial, sans-serif;
    font-size: 13px;
    vertical-align: text-top;
}

.comment .comment-form .form-group label {
    margin-bottom: 0;
    color: #000;
}

.comment .comment-form .form-group .form-control {
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 16px;
    max-width: 100%;
    outline: 0;
    font-size: 14px;
    width: 100%;
    height: 3.14286em;
    border-radius: 0;
}

.comment .comment-form .form-group textarea.form-control {
    height: auto !important;
    padding: 14px 14px 9px 14px !important;
}

.comment-form .btn {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 180px;
    height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ce9f41;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.comment-form .btn:hover {
    background: #024d94;
}


/************Blog Page ***********/

.blog-banner.blog-slider {
    background: none;
    height: auto;
}

.blog-banner.blog-slider:before {
    display: none;
}

.blog-slider .carousel-item:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
}

.blog-slider .carousel-inner .carousel-caption {
    padding: 70px 0 0 0;
    bottom: inherit;
}

.blog-slider .carousel-inner .first-slide.active {
    background: url(../img/blogbanner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    width: 100%;
}

.blog-slider .carousel-inner .second-slide.active {
    background: url(../img/blogbanner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    width: 100%;
}

.blog-slider .carousel-inner .third-slide.active {
    background: url(../img/blogbanner.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 550px;
    width: 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 50px;
    background: #fff;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 50%;
}

.carousel-control-next {
    right: 30px;
}

.carousel-control-prev {
    left: 30px;
}

.blog-slider .overlay .post-title {
    font-weight: 600;
}

.subscribe {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.subscribe-inner {
    padding: 50px 25px;
    background: #dedfe1;
}

.subscribe-inner label.text {
    float: left;
    margin-top: 0.6em;
    padding-left: 0;
    font-size: 16px;
    color: #000;
    font-weight: 600;
}

.subscribe-inner .fields {
    float: right;
    margin-bottom: -15px;
}

.subscribe-inner .fields .input {
    margin-right: 20px;
    margin-bottom: 15px;
    width: 245px;
    max-width: calc(50vw - 100px);
    height: 3.14286em;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0 16px;
    max-width: 100%;
    outline: 0;
    font-size: 14px;
    color: #989898;
}

.subscribe-inner .fields .button {
    background: #ff001f;
    -webkit-appearance: none;
    color: #fff;
    padding: 16px 20px;
    border: 0;
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    height: auto;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.boxes {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.boxes .cta-box a img {
    height: auto;
    transition: transform 0.5s ease-in;
    will-change: transform;
    width: 100%;
}

.boxes .cta-box a img:hover {
    transform: scale(1.05, 1.05);
}

.boxes .cta-box a {
    position: relative;
    overflow: hidden;
    display: block;
}

.boxes .cta-box a:after {
    position: absolute;
    content: "";
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1);
    will-change: opacity;
    opacity: 0;
    transition: opacity 0.6s, transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    pointer-events: none;
}

.boxes .cta-box a:hover:after {
    opacity: 1;
}

.boxes .cta-box {
    position: relative;
}

.boxes .cta-box .label {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 95%;
    text-align: center;
    transform: translateY(-50%) translateX(-50%);
    padding: 7px 18px;
    border: 1px solid #fff;
    background: #fff;
    color: #111;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.blog-page {
    height: auto;
    width: 100%;
    margin-bottom: 10px;
}

.blog-page .left-sidebar {
    height: auto;
    width: 100%;
    position: relative;
    padding: 0;
}

.blog-page .right-sidebar {
    padding-left: 50px;
    height: auto;
    width: 100%;
    position: relative;
}

.blog-hedding {
    height: auto;
    margin-bottom: 35px;
    width: 100%;
    position: relative;
}

.blog-hedding h4 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    display: inline-block;
}

.blog-hedding .hr-line {
    height: 1px;
    border-top: 1px solid #e4dddd;
    display: block;
    position: relative;
    top: 0;
    width: auto;
}

.featured a img {
    width: 100%;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    transition: all .3s ease;
    margin-bottom: 46px;
    will-change: opacity;
}

.featured a img:hover {
    opacity: 1;
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
    transform: translate(0, -2px);
}

.blog-page .right-sidebar .post-meta {
    padding-left: 20px;
    margin-bottom: 21px;
}

.cat-label {
    position: static;
    bottom: initial;
    left: 0;
}

.cat-label a {
    display: inline-block;
    margin-right: 5px;
    padding: 0 8px;
    color: inherit;
    background: #ce9f41;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.post-meta .post-title-alt {
    margin: 15px 0;
    margin-bottom: 12px;
    line-height: 1.3;
    font-size: 27px;
    font-weight: 600;
    color: #000;
    max-width: 80%;
}

.post-meta .post-title-alt a {
    color: #000;
}

.blog-page .post-meta .post-author {
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}

.blog-page .post-meta .post-author a {
    color: #ef5122;
}

.blog-page .post-meta .meta-sep:before {
    content: "-";
    padding: 0 4px;
}

.blog-page .post-meta .date-link {
    text-transform: uppercase;
    color: #666666;
    font-size: 12px;
}

.blog-page .post-content .read-more {
    margin-top: 22px;
    color: #000;
    font-family: Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
}

.blog-page .post-content .read-more a {
    position: relative;
    display: inline-block;
    color: #161616;
}

.blog-page .post-content .read-more a span {
    position: relative;
    background: transparent;
    z-index: 1;
}

.blog-page .post-content .read-more a:after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #ff001f !important;
    transition: transform .3s ease-in;
}

.blog-page .post-content {
    margin-bottom: 60px;
}

.posts-wrap {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.posts-wrap .post-box {
    background-color: #f7f7f7;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    min-height: 546px;
    padding: 0px 20px;
    margin-bottom: 50px;
}

.posts-wrap .post-box .post-header {
    height: auto;
    width: 100%;
    position: relative;
}

.posts-wrap .post-box .post-header .post-thumb {
    margin-bottom: 35px;
    margin-left: -20px;
    margin-right: -20px;
    transform: translate3d(0, 0, 0);
}

.posts-wrap .post-box .post-header .post-thumb a {
    display: block;
    position: relative;
}

.posts-wrap .post-box .post-header .post-thumb a img {
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    transition: all .3s ease;
    width: 100%;
    display: block;
}

.posts-wrap .post-box .post-header .post-thumb .cat-label {
    position: absolute;
    bottom: 0;
    left: 0;
}

.posts-wrap .post-box .post-header .post-thumb .cat-label a {
    float: left;
    margin-right: 5px;
    padding: 0 8px;
    color: inherit;
    background: #ce9f41;
    color: #fff;
    font-family: Roboto, Arial, sans-serif;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
}

.posts-wrap .post-box .post-header .meta-title .post-title-alt {
    max-width: 100%;
}

.posts-wrap .post-box .post-footer {
    margin-top: 38px;
    text-align: center;
    line-height: 41px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    overflow: hidden;
}

.posts-wrap .post-box .post-footer .social-sharee {
    display: inline-block;
    line-height: 43px;
    height: 43px;
}

.posts-wrap .post-box .post-footer .social-sharee li {
    display: inline-block;
    font-size: 14px;
    margin-right: 14px;
}

.posts-wrap .post-box .post-footer .social-sharee li a {
    font-size: 12px;
    color: #454545;
}

.posts-wrap .post-box .post-footer .social-sharee li a span.number {
    margin-left: 5px;
}

.posts-wrap .post-box .post-footer .social-sharee li.printes {
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    padding: 0 4px 0 0;
    text-align: center;
    text-decoration: none;
    font: 11px/20px "Helvetica Neue", Helvetica, sans-serif;
    font-weight: bold;
    color: #fff !important;
    background: #e60023 url(../img/iocn/download.svg) 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    box-shadow: inset 0 0 1px #888;
    height: 20px;
    position: relative;
    top: -2px;
    vertical-align: baseline;
}

.posts-wrap .post-box .post-footer .social-sharee li.printes a {
    color: #fff;
}

.posts-wrap .post-box .post-footer .social-sharee li.printes a:hover {
    color: #fff;
}

.posts-wrap .post-box .post-footer .social-sharee li a:hover {
    color: #2d53fe;
}

.posts-wrap .main-pagination {
    margin-top: 65px;
    text-align: center;
}

.posts-wrap .main-pagination a {
    display: inline-block;
    min-width: initial;
    padding: 16px 50px;
    border: 0;
    background: #f6f6f6;
    color: #000;
    box-shadow: 0 2px 3px rgba(110, 110, 110, 0.25);
    font-family: Roboto, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.posts-wrap .main-pagination a:hover {
    background: #000;
    color: #fff;
}

.top-ten {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.top-ten .top-ten-hedding {
    margin-bottom: 60px;
    height: auto;
    position: relative;
}

.top-ten .top-ten-hedding h4 {
    position: relative;
    text-align: center;
    font-size: 0;
    font-weight: 700;
    color: #000;
    line-height: 28px;
}

.top-ten .top-ten-small {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 45px;
}

.top-ten .top-ten-small a {
    display: block;
}

.top-ten .top-ten-small a img {
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    transition: all .3s ease;
    margin-bottom: 25px;
    width: 100%;
}

.top-ten .post-thumb {
    height: auto;
    width: 100%;
    position: relative;
    transform: translate3d(0, 0, 0);
}

.top-ten .post-thumb a {
    display: block;
    position: relative;
}

.top-ten .post-thumb .cat-label {
    position: absolute;
    bottom: 25px;
}

.top-ten .post-thumb .cat-label a {
    background: #f63c54;
}

.top-ten .post-thumb a img {
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    transition: all .3s ease;
    margin-bottom: 25px;
    width: 100%;
}

.top-ten .post-thumb a img:hover {
    opacity: 1;
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
    transform: translate(0, -2px);
}

.top-ten .top-ten-small a img:hover {
    opacity: 1;
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
    transform: translate(0, -2px);
}

.top-ten .top-ten-small h3 {
    line-height: 1.42;
    font-size: 19px;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
}

.top-ten .top-ten-small h3 a {
    color: #000;
}

.top-ten .top-ten-big {
    padding-left: 15px;
}

.top-ten .top-ten-big h2.post-title-alt {
    margin: 15px 0;
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
}

.top-ten .top-ten-big h2.post-title-alt a {
    color: #000;
}

.top-ten .top-ten-big .post-author {
    color: #989898;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.top-ten .top-ten-big .post-author a {
    color: #ce9f41;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.top-ten .top-ten-big a.date-link {
    color: #989898;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
}

.top-ten .top-ten-hedding h4.section-head:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #e1e1e1;
}

.top-ten .top-ten-hedding h4 .title {
    position: relative;
    display: inline-block;
    padding: 0 18px;
    z-index: 1;
    color: #000;
    background: #fff;
    font-size: 40px;
    font-weight: 600;
    vertical-align: middle;
}

.butten-box {
    margin-top: 60px;
    text-align: center;
}

.butten-box a {
    webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 165px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    background: #fff;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.butten-box a:hover {
    background: #000;
    color: #fff;
}

.sucess-stories {
    height: auto;
    width: 100%;
    position: relative;
    margin-bottom: 60px;
}

.sucess-stories .sucess-img {
    height: auto;
    width: 100%;
}

.sucess-stories .sucess-img img {
    width: 100%;
    height: auto;
    box-shadow: 0 3px 12px -1px rgba(7, 10, 25, 0.2), 0 22px 27px -20px rgba(7, 10, 25, 0.2);
    transition: all .3s ease;
}

.sucess-stories .sucess-img img:hover {
    opacity: 1;
    box-shadow: 0 15px 45px -5px rgba(7, 10, 25, 0.25);
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
    transform: translate(0, -2px);
}

.sucess-text {
    height: auto;
    width: 100%;
}

.sucess-text .sucess-text-hedding {
    position: relative;
    height: auto;
    width: 100%;
    margin-bottom: 40px;
}

.sucess-text .sucess-text-hedding h4 {
    color: #000;
    font-size: 40px;
}

.sucess-text .sucess-text-hedding h4:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 45%;
    height: 1px;
    background: #e1e1e1;
}

.sucess-text .stories-li {
    padding-left: 40px;
    height: auto;
    width: 100%;
}

.sucess-text .stories-li ul {
    margin: 0;
    padding: 0;
}

.sucess-text .stories-li ul li {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.sucess-text .stories-li ul li .post-cat {
    letter-spacing: 0.1em;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    color: #989898;
    font-size: 13px;
}

.sucess-text .stories-li ul li a {
    color: #989898;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.sucess-text .stories-li ul li .meta-sep:before {
    content: "-";
    padding: 0 3px;
}

.sucess-text .stories-li ul li a .post-date {
    color: #ce9f41;
}

.sucess-text .stories-li ul li h2 {
    margin-bottom: 0;
}

.sucess-text .stories-li ul li:last-child {
    margin: 0;
    padding: 0;
    border-bottom: none;
}

.sucess-text .stories-li a.view-btn {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ce9f41;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
    margin-top: 40px;
}

.sucess-text .stories-li a.view-btn:hover {
    background: #024d94;
}

.sucess-text .stories-li ul li h2 a {
    color: #000;
    font-size: 17px;
    line-height: 1.4;
    text-transform: none;
}

.news-alert {
    height: auto;
    width: 100%;
    position: relative;
    margin-top: 60px;
}

.news-alert .news-hedding {
    height: auto;
    margin-bottom: 35px;
    width: 100%;
    position: relative;
}

.news-alert .news-hedding h4 {
    font-size: 40px;
    font-weight: 600;
    color: #000;
    display: inline-block;
}

.news-alert .news-hedding .hr-line {
    height: 1px;
    border-top: 1px solid #e4dddd;
    display: block;
    position: relative;
    top: 0;
    width: auto;
}

.news-box .news-box-inner {
    margin-bottom: 50px;
    height: auto;
    width: 100%;
}

.news-box .news-box-inner .post-thumb {
    float: left;
    max-width: 100%;
}

.news-box .news-box-inner .post-thumb a {
    display: block;
}

.news-box .news-box-inner .post-thumb a img {
    height: auto;
    width: 100%;
}

.news-box .news-box-inner .content {
    padding-left: 0px;
    height: auto;
    width: 100%;
    float: left;
}

.news-box .news-box-inner .content .post-meta {
    height: auto;
    width: 100%;
}

.news-box .news-box-inner .content .post-meta a.date-link .post-date {
    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 13px;
}

.news-box .news-box-inner .content .post-meta .post-cat {
    font-weight: 500;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.news-box .news-box-inner .content .post-meta .post-cat a,
.post-author a,
.post-by.meta-item span a {
    color: #ce9f41;
    font-size: 15px;
    text-transform: uppercase;
}

.news-box .news-box-inner .content .post-meta .post-title {
    max-width: 86%;
    margin-top: 16px;
    margin-bottom: 14px;
    font-size: 24px;
    line-height: 1.4;
}

.news-box .news-box-inner .content .post-meta .post-title a {
    color: #000;
}

.news-box .news-box-inner .post-content {
    margin-bottom: 20px;
}

.news-box .news-box-inner .post-footer a {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 180px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #ce9f41;
    display: inline-block;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 600;
    text-decoration: none;
}

.news-box .news-box-inner .post-footer a:hover {
    background: #024d94;
}


/* *********************************************testimonialpage-css-end********************************************* */

.testimonialpage {
    height: auto;
    width: 100%;
    position: relative;
}

.testimonialpage .hedding {
    margin-bottom: 60px;
    text-align: center;
}

.testimonialpage .hedding h1 {
    text-align: center;
    color: #000;
    font-size: 38px;
    font-weight: 400;
    display: inline-block;
    position: relative;
}

.testimonialpage .hedding h1 span {
    font-weight: 700;
}

.testimonialpage .hedding h1:after {
    content: "";
    background: #ce9f41;
    width: 73px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: -14px;
    margin: 0 auto;
    right: 0;
}

.testimonialpage {}

.testimonialpage .textmocl ul li {
    width: 31%;
    position: relative;
    float: left;
    margin-bottom: 30px;
    height: 450px;
    overflow: hidden;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding: 20px 20px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.testimonialpage .textmocl ul li:hover {
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.testimonialpage .textmocl ul li span {
    position: relative;
    margin: 20px auto;
    text-align: center;
    align-items: center;
    display: block;
}

.testimonialpage .textmocl ul li span img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    width: 100px;
}

.testimonialpage .textmocl ul li h2 {
    margin-top: 15px;
    color: #ce9f41;
    font-size: 24px;
}

.testimonialpage .textmocl ul li h3 {
    color: #ce9f41;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.testimonialpage .textmocl ul li h5 {
    color: #ce9f41;
    margin-bottom: 15px;
    display: block;
    font-size: 14px;
}

.testimonialpage .textmocl ul li p {
    font-size: 14px;
    margin-bottom: 0;
    text-align: justify;
}


/* *********************************************testimonialpage-css-end********************************************* */


/* *****************************************************hire-page-css*********************************************** */

.hire-page .bannerhire {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 150px 0;
    position: relative;
}

.hire-page .bannerhire:before {
    position: absolute;
    content: "";
    background-color: #000000db;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.hire-page .bannerhire .bannerheading {
    text-align: center;
}

.hire-page .bannerhire .bannerheading h1 {
    color: #fff;
    font-weight: 800;
    font-size: 62px;
    text-transform: uppercase;
    max-width: 600px;
    margin: 0 auto;
}

.hire-page .bannerhire .bannerheading p {
    color: #fff;
}

.hire-page .happyclient {
    text-align: center;
    position: relative;
    display: block;
    top: -90px;
}

.hire-page .happyclient .bgcl {
    background: #fff;
    padding: 30px 0;
    box-shadow: 0px 3px 10px 0px #0728442e;
    border-radius: 30px 30px 0px 0px;
    -webkit-border-radius: 30px 30px 0px 0px;
    -moz-border-radius: 30px 30px 0px 0px;
    -ms-border-radius: 30px 30px 0px 0px;
    -o-border-radius: 30px 30px 0px 0px;
}

.hire-page .happyclient .clibox span {
    font-size: 54px;
    color: #ce9f41;
}

.hire-page .happyclient .clibox h6 {
    font-size: 24px;
    color: #ce9f41;
}

.hire-page .happyclient .clibox h6 span {
    display: block;
    color: #000;
    font-size: 16px;
    margin-top: 5px;
}

.hire-page .hirecontent {
    height: auto;
    position: relative;
    margin-bottom: 70px;
}

.hire-page .hirecontent .contenthr h2,
.hire-page .hirecontent .listbox h3,
.hire-page .hirecontent .listbox h4,
.hire-page .hirecontent .listbox h5 {
    font-size: 30px;
    font-weight: 500;
    color: #ce9f41;
    text-transform: capitalize;
}

.hire-page .hirecontent .listbox h3 {
    text-align: center;
}

.hire-page .hirecontent .contenthr p {
    font-size: 17px;
    text-align: justify;
}

.hire-page .hirecontent .listbox {
    margin-top: 50px;
}

.hire-page .hirecontent .listbox h3 strong {
    color: #000;
    font-weight: 500;
}

.hire-page .hirecontent .listbox ul {
    text-align: left;
}

.hire-page .hirecontent .listbox ul li {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    width: 30%;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}

.hire-page .hirecontent .listbox ul li .svg-inline--fa {
    position: relative;
    display: inline-block;
    left: -10px;
    color: #ce9f41;
}

.hire-page .hirecontent .listbox ul li:hover {
    color: #ce9f41;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.hire-page .hirecontent .listbox p {
    font-size: 17px;
    text-align: justify;
}

.hire-page .hirecontent .servicexper ul {
    text-align: center;
}

.hire-page .hirecontent .servicexper ul li {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.hire-page .hirecontent .servicexper ul li .svg-inline--fa {
    position: relative;
    color: #ce9f41;
}

.hire-page .hirecontent .servicexper ul li:hover {
    color: #ce9f41;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.hire-page .hirecontent .servicexper ul li span {
    display: block;
    margin-bottom: 30px;
    font-size: 54px;
    color: #ce9f41;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
}


/* .hire-page .hirecontent .servicexper ul li h3 {
    font-size: 18px;
    font-weight: 500;
    color: #ce9f41;
    margin-bottom: 0px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
} */

.hire-page .hirecontent .bcolor {
    background: #e2e2e2;
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
}

.hire-page .hirecontent .servicexper_new ul {
    text-align: center;
}

.hire-page .hirecontent .servicexper_new ul li {
    text-align: left;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    margin: 7px 50px;
}

.hire-page .hirecontent .servicexper_new ul li img {
    display: block;
    margin: 0 auto;
}

.hire-page .hirecontent .servicexper_new ul li:hover {
    color: #ce9f41;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}


/* *******************************************************services-page******************************************************* */

.services-page .bannerhire {
    position: relative;
    height: auto;
}

.services-page .bannerhire img {
    height: 600px;
    width: 100%;
}

.services-page .bannerhire .banner_content {
    position: absolute;
    top: 130px;
    left: 16%;
    max-width: 1300px;
    margin: 0 auto;
}

.services-page .bannerhire .banner_content .bannerheading {
    max-width: 700px;
}

.services-page .bannerhire .banner_content .bannerheading h1 {
    color: #fff;
    font-weight: 800;
    font-size: 82px;
    text-transform: uppercase;
}

.services-page .bannerhire .banner_content .bannerheading h1 span {
    font-size: 24px;
    display: block;
}

.services-page .bannerhire .banner_content .bannerheading p {
    color: #fff;
}

.services-page .bannerhire .banner_content a {
    color: #f7f7f7;
    font-size: 15px;
    background: #ce9f41;
    padding: 15px 40px;
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: 500;
}

.services-page .bannerhire .banner_content a:hover {
    background: #024d94;
}

.services-page .servicescontent {
    margin-top: 70px;
    height: auto;
    position: relative;
}

.services-page .servicescontent .contenthr h2 {
    font-size: 34px;
    color: #024d94;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.services-page .servicescontent .contenthr p {
    text-align: justify;
}

.services-page .servicescontent .srvimgbox {
    text-align: center;
}

.services-page .servicescontent .listbox {
    margin-top: 100px;
    margin-bottom: 100px;
    float: left;
    width: 100%;
}

.services-page .servicescontent .listbox h2 {
    font-size: 30px;
    color: #ce9f41;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

.services-page .servicescontent .listbox h2 span {
    color: #024d94;
}

.services-page .servicescontent .listbox ul {
    text-align: center;
    width: 100%;
    float: left;
    display: block;
}

.services-page .servicescontent .listbox ul li {
    text-align: center;
    display: inline-block;
    padding: 20px 15px;
    width: 15.2%;
    float: left;
    background: #fff;
    border: 1px solid #e4e0e0;
    min-height: 170px;
    margin: 0 8px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    min-height: 200px;
}

.services-page .servicescontent .listbox ul li:hover {
    border: 1px solid #024d94;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.services-page .servicescontent .listbox ul li:hover h3,
.services-page .servicescontent .listbox ul li:hover span {
    color: #024d94;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.services-page .servicescontent .listbox ul li span {
    font-size: 64px;
    color: #ce9f41;
    transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    display: block;
    margin: 20px 0px 20px 0;
}

.services-page .servicescontent .listbox ul li h3 {
    font-size: 16px;
    color: #ce9f41;
    font-weight: 500;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    margin-top: 15px;
    text-transform: capitalize;
}

.services-page .servicescontent .odprocess {
    margin-bottom: 100px;
    border-bottom: 2px solid #024d94;
}

.services-page .servicescontent .odprocess .container .row .col-lg-2 {
    min-width: 20%;
}

.services-page .servicescontent .odprocess .heading h3 {
    font-size: 34px;
    color: #ce9f41;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

.services-page .servicescontent .odprocess .heading p {
    text-align: center;
    margin-bottom: 50px;
}

.services-page .servicescontent .odprocess .devprobox {
    position: relative;
    height: 100%;
}

.services-page .servicescontent .odprocess .devprobox::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 34px;
    border-left: 2px solid #024d94;
    z-index: -1;
}

.services-page .servicescontent .odprocess .devprobox span {
    background: #024d94;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    padding: 12px 12px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    color: #fff;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 34px;
    line-height: 37px;
}

.services-page .servicescontent .odprocess .devprobox p {
    position: absolute;
    top: -8px;
    left: -8px;
    background: #ce9f41;
    color: #fff;
    line-height: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.services-page .servicescontent .odprocess .devprobox h3 {
    font-size: 16px;
    font-weight: 600;
    color: #ce9f41;
    margin-bottom: 15px;
    display: inline-block;
    width: 55%;
    margin: 0;
    text-transform: capitalize;
}

.services-page .servicescontent .odprocess .devprobox ul {
    width: 100%;
    position: relative;
    margin-left: 50px;
}

.services-page .servicescontent .odprocess .devprobox ul li {
    font-size: 14px;
    margin-bottom: 30px;
    position: relative;
    color: #024d94;
}

.services-page .servicescontent .odprocess .devprobox ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 11px;
    left: -20px;
    background-color: #024d94;
    border-radius: 50%;
}

.services-page .servicescontent .whybackclo {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 100px 0;
    margin-bottom: 100px;
}

.services-page .servicescontent .whybackclo::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #013d76de;
}

.services-page .servicescontent .whybackclo .whybox {
    text-align: center;
}

.services-page .servicescontent .whybackclo .whybox h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.services-page .servicescontent .whybackclo .whybox p {
    color: #ffffffc7;
    text-align: justify;
    font-size: 17px;
}

.services-page .servicescontent .whybackclo .whybox ul {
    text-align: center;
    margin: 0 auto;
    display: block;
    width: 100%;
}

.services-page .servicescontent .whybackclo .whybox ul li {
    color: #ffffffc7;
    font-size: 15px;
    position: relative;
    width: 33%;
    margin-bottom: 13px;
    text-align: left;
    padding: 0 20px;
    font-weight: 500;
    float: left;
}

.services-page .servicescontent .whybackclo .whybox ul li::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 3px;
    border-left: 3px solid #ffffff;
    width: 10px;
    height: 16px;
    border-top: 3px solid #ffffff;
    transform: rotate(224deg);
}

.services-page .servicescontent .phpserbox {
    margin-bottom: 100px;
    float: left;
    width: 100%;
    text-align: center;
}

.services-page .servicescontent .phpserbox h3 {
    font-size: 34px;
    color: #ce9f41;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    text-transform: capitalize;
}

.services-page .servicescontent .phpserbox h2 span {
    color: #013d76;
}

.services-page .servicescontent .phpserbox ul {
    text-align: center;
    float: left;
    width: 100%;
    display: block;
}

.services-page .servicescontent .phpserbox ul li {
    text-align: center;
    float: left;
    padding: 20px 15px;
    width: 18.6%;
    background: #fff;
    border: 1px solid #e4e0e0;
    min-height: 165px;
    margin: 0 8px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.services-page .servicescontent .phpserbox ul li:hover {
    border: 1px solid #024d94;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.services-page .servicescontent .phpserbox ul li span img {
    width: 64px;
    filter: grayscale(1);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.services-page .servicescontent .phpserbox ul li:hover span img {
    filter: grayscale(0);
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.services-page .servicescontent .phpserbox ul li h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 15px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.services-page .servicescontent .phpserbox ul li h3 a {
    color: #ce9f41;
}

.services-page .servicescontent .phpserbox ul li:hover h3 a {
    color: #013d76;
}

.services-page .servicescontent .whybackclobeni {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    padding: 100px 0;
    margin-bottom: 100px;
}

.services-page .servicescontent .whybackclobeni::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000d4;
}

.services-page .servicescontent .keybenifet {
    margin-bottom: 100px;
}

.services-page .servicescontent .keybenifet h4 {
    font-size: 28px;
    color: #ce9f41;
    font-weight: 500;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.services-page .servicescontent .keybenifet ul {
    padding-left: 30px;
}

.services-page .servicescontent .keybenifet ul li {
    font-size: 17px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    text-align: justify;
}

.services-page .servicescontent .keybenifet ul li::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 3px;
    border-left: 3px solid #fff;
    width: 10px;
    height: 16px;
    border-top: 3px solid #fff;
    transform: rotate(224deg);
}

.services-page .servicescontent .faqbackclo {
    height: auto;
    margin-bottom: 100px;
    position: relative;
}

.services-page .servicescontent .faqbackclo .faqcontent .heading h5 {
    font-size: 34px;
    color: #ce9f41;
    font-weight: 500;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.services-page .servicescontent .faqbackclo .faqcontent .card {
    border: none;
    border-radius: 0px;
    margin-bottom: 2px;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-header {
    background: #ce9f41;
    border: none;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-header a {
    color: #fff;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-header a h5 {
    font-size: 18px;
    font-weight: 400;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-header a h5 .svg-inline--fa {
    float: right;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-body {
    background: #024d94;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-body p {
    color: #fff;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 1px;
    text-align: justify;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-body p a {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-decoration: underline;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-body ul {
    margin-left: 20px;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-body ul li {
    color: #fff;
    position: relative;
    font-size: 14px;
    margin-bottom: 10px;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .card-body ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 9px;
    left: -20px;
    background-color: #ffffff;
    border-radius: 50%;
}

.services-page .servicescontent .faqbackclo .faqcontent .card .rotate-icon.collapsed:before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.alert-danger {
    position: absolute;
    left: -30px;
}


/***************************************************privacypage*************************************************************/

.privacypage {
    margin-bottom: 70px;
}

.privacypage .content h2 {
    font-size: 30px;
    color: #000;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.privacypage .content h3 {
    font-size: 22px;
    color: #000;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.privacypage .content p {
    font-size: 15px;
    text-align: justify;
}


/* *****************************************************portfoliopagenew-css*********************************************** */

.portfoliopagenew .bannerhire {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
    padding-top: 170px;
}

.portfoliopagenew .bannerhire::before {
    position: absolute;
    content: "";
    background-color: #007bffb5;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.portfoliopagenew .bannerhire .bannerheading {
    max-width: 450px;
    position: relative;
    top: 160px;
}

.portfoliopagenew .bannerhire .bannerheading h1 {
    color: #fff;
    font-weight: 800;
    font-size: 54px;
    text-transform: capitalize;
    margin-bottom: 2px;
}

.portfoliopagenew .bannerhire .bannerheading p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: justify;
}

.portfoliopagenew .bannerhire .bannerheading a {
    font-size: 17px;
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent;
    padding: 10px 50px;
    border-radius: 30px;
}

.portfoliopagenew .bannerhire .bannerheading a:hover {
    background-color: #ce9f41;
}

.portfoliopagenew .bannerhire .requestform {
    background: #ffffffab;
    position: relative;
    padding: 30px 15px;
    padding-right: 30px;
}

.portfoliopagenew .bannerhire .requestform::after {
    position: absolute;
    content: "";
    background: #ffffffab;
    top: -10px;
    left: -10px;
    width: 100%;
    height: 100%;
}

.portfoliopagenew .bannerhire .requestform h2 {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #024d94;
    margin-bottom: 30px;
    text-transform: capitalize;
}

.portfoliopagenew .bannerhire .requestform form {
    position: relative;
    z-index: 1;
}

.portfoliopagenew .bannerhire .requestform form .form-group .wpcf7-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    color: #000;
    padding: 0px 0px;
    height: 45px;
    border-radius: 0px;
    text-transform: capitalize;
}

.portfoliopagenew .bannerhire .requestform form .form-group .wpcf7-form-control:focus,
.portfoliopagenew .bannerhire .requestform form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.portfoliopagenew .bannerhire .requestform form .form-group .wpcf7-form-control::placeholder,
.portfoliopagenew .bannerhire .requestform form .form-group textarea::placeholder {
    color: #000;
}

.portfoliopagenew .bannerhire .requestform form .form-group .wpcf7-form-control::-ms-input-placeholder,
.portfoliopagenew .bannerhire .requestform form .form-group textarea::-ms-input-placeholder {
    color: #000;
}

.portfoliopagenew .bannerhire .requestform form .form-group .wpcf7-form-control::-ms-input-placeholder,
.portfoliopagenew .bannerhire .requestform form .form-group textarea::-ms-input-placeholder {
    color: #000;
}

.portfoliopagenew .bannerhire .requestform form .captcher {
    color: #000;
    text-transform: capitalize;
}

.portfoliopagenew .bannerhire .requestform form .captcher img {
    width: 140px !important;
    height: auto !important;
    background: #1e5799;
    margin-left: 10px;
}

.portfoliopagenew .bannerhire .requestform form .form-group textarea {
    background: transparent;
    width: 100%;
    height: 80px;
    border: none;
    border-bottom: 1px solid #000 !important;
    color: #000;
    text-transform: capitalize;
}

.portfoliopagenew .bannerhire .requestform form input[type="submit"] {
    margin: 0 auto;
    width: 180px;
    display: block;
    background: transparent;
    border: 2px solid #024d94;
    padding: 5px 0px;
    color: #024d94;
    font-weight: 500;
    font-size: 18px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.portfoliopagenew .bannerhire .requestform form input[type="submit"]:hover {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #024d94;
    color: #fff;
}

.portfoliopagenew .aboutdetail .content {
    margin-top: 80px;
    position: relative;
}

.portfoliopagenew .aboutdetail .content p {
    text-align: justify;
}

.portfoliopagenew .aboutdetail .content h2 {
    margin-top: 15px;
    color: #024d94;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.portfoliopagenew .aboutdetail .content h2 strong {
    color: #ce9f41;
    font-weight: 700;
}

.portfoliopagenew .aboutdetail .content h2 .lasttext {
    color: #000;
}

.portfoliopagenew .aboutdetail .showcase {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.portfoliopagenew .aboutdetail .showcase h3 {
    margin-top: 15px;
    color: #024d94;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.portfoliopagenew .aboutdetail .showcase h3 strong {
    color: #ce9f41;
    font-weight: 700;
}

.portfoliopagenew .aboutdetail .showcase h3 .lasttext {
    color: #000;
}

.portfoliopagenew .aboutdetail .showslider {
    margin-bottom: 50px;
}

.portfoliopagenew .aboutdetail .showslider #gallary .item .carousel-thumb .box {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    position: relative;
    width: 100%;
}

.portfoliopagenew .aboutdetail .showslider #gallary .item .carousel-thumb .box img {
    display: block;
    height: auto;
    width: 100%;
}

.portfoliopagenew .aboutdetail .showslider #gallary .item .carousel-thumb .box .hoverbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #024d94e8;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    -o-transition: .5s ease;
    z-index: 999999;
    padding: 0px 15px;
}

.portfoliopagenew .aboutdetail .showslider #gallary .item .carousel-thumb .box:hover .hoverbox {
    height: 100%;
}

.portfoliopagenew .aboutdetail .showslider #gallary .item .carousel-thumb .box h3 {
    font-size: 16px;
    color: #fff;
    margin-top: 30px;
    font-weight: 300;
    margin-bottom: 15px;
    line-height: 28px;
}

.portfoliopagenew .aboutdetail .showslider #gallary .owl-nav {
    display: none;
}

.portfoliopagenew .aboutdetail .solutionbg {
    background-color: #024d94;
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    height: auto;
}

.portfoliopagenew .aboutdetail .solutionbg .heading {
    margin-bottom: 40px;
}

.portfoliopagenew .aboutdetail .solutionbg .heading h3 {
    margin-top: 15px;
    color: #fff;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.portfoliopagenew .aboutdetail .solutionbg .sbox h5 {
    color: #fff;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 600;
}

.portfoliopagenew .aboutdetail .solutionbg .sbox p {
    color: #d2d2d2;
    font-weight: 300;
    margin-bottom: 0;
    text-align: justify;
}

.portfoliopagenew .aboutdetail .ourservices {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    height: auto;
}

.portfoliopagenew .aboutdetail .ourservices .heading {
    margin-bottom: 40px;
}

.portfoliopagenew .aboutdetail .ourservices .heading h4 {
    margin-top: 15px;
    color: #024d94;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.portfoliopagenew .aboutdetail .ourservices .heading h4 strong {
    color: #ce9f41;
    font-weight: 700;
}

.portfoliopagenew .aboutdetail .ourservices .heading h4 .lasttext {
    color: #000;
}

.portfoliopagenew .aboutdetail .ourservices ul li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
    position: relative;
    padding-left: 25px;
}

.portfoliopagenew .aboutdetail .ourservices ul li::before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: 3px;
    left: 0;
    background-color: #013d76;
    border-radius: 50%;
}

.portfoliopagenew .aboutdetail .ourservices ul li .box h3 {
    color: #024d94;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 500;
}


/* *****************************************************casestudaypage-css*********************************************** */

.casestudaypage {
    position: relative;
    width: 100%;
}

.casestudaypage .aboutdetail .content {
    margin-top: 80px;
    position: relative;
}

.casestudaypage .aboutdetail .content span {
    font-size: 24px;
    font-weight: 400;
    color: #024d94;
    position: relative;
}

.casestudaypage .aboutdetail .content span::after {
    position: absolute;
    content: "";
    top: 17px;
    height: 2px;
    width: 126px;
    background-color: #e14504;
    margin-left: 7px;
}

.casestudaypage .aboutdetail .content h1 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .content h1::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -2px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .content h1::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.casestudaypage .aboutdetail .content h1 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .content p {
    text-align: justify;
}

.casestudaypage .aboutdetail .showcase {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .showcase h2 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .showcase h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .showcase h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .showcase ul {
    margin-top: 30px;
}

.casestudaypage .aboutdetail .showcase li {
    position: relative;
    padding-left: 30px;
}

.casestudaypage .aboutdetail .showcase li::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    background-color: #000000;
    bottom: 7px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.casestudaypage .aboutdetail .usedtechnolog {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .usedtechnolog h2 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .usedtechnolog h2 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .usedtechnolog h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .usedtechnolog h2::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .usedtechnolog ul {
    margin-top: 50px;
    text-align: center;
}

.casestudaypage .aboutdetail .usedtechnolog li {
    position: relative;
    display: inline-block;
    margin: 0 54px;
}

.casestudaypage .aboutdetail .usedtechnolog li:first-child {
    margin-left: 0;
}

.casestudaypage .aboutdetail .usedtechnolog li:last-child {
    margin-right: 0;
}

.casestudaypage .aboutdetail .prototype {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .prototype h3 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .prototype h3::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .prototype h3::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .protocontent,
.casestudaypage .aboutdetail .protoimag {
    margin-top: 50px;
}

.casestudaypage .aboutdetail .protocontent p {
    text-align: justify;
}

.casestudaypage .aboutdetail .protoimag span {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.casestudaypage .aboutdetail .protoimag span img {
    width: 100%;
    border: 3px solid #ce9f41;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.casestudaypage .aboutdetail .protoimag span:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.casestudaypage .aboutdetail .listofkey {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .listofkey .heading h3 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .listofkey .heading h3 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .listofkey .heading h3::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .listofkey .heading h3::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .listofkey .iconlist {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .listofkey .iconlist ul {
    text-align: center;
}

.casestudaypage .aboutdetail .listofkey .iconlist ul li {
    display: inline-block;
    width: 24%;
    background: #fff;
    padding: 30px 20px;
    text-align: center;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .listofkey .iconlist ul li:hover {
    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.casestudaypage .aboutdetail .listofkey .iconlist ul li span {
    color: #ce9f41;
    font-size: 18px;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.casestudaypage .aboutdetail .listofkey .iconlist ul li:hover span {
    color: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.casestudaypage .aboutdetail .designcompact {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .designcompact .heading h4 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .designcompact .heading h4 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .designcompact .heading h4::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .designcompact .heading h4::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .designcompact .heading p {
    text-align: center;
}

.casestudaypage .aboutdetail .designcompact .slider {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .designcompact .slider #casestudaylist .item .box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.casestudaypage .aboutdetail .designcompact .slider #casestudaylist .item .box img {
    width: 100%;
    border: 3px solid #ce9f41;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.casestudaypage .aboutdetail .designcompact .slider #casestudaylist .item:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.casestudaypage .aboutdetail .brttogether {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .brttogether .heading h1 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .brttogether .heading h1 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .brttogether .heading h1::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .brttogether .heading h1::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .brttogether .heading p {
    text-align: center;
}

.casestudaypage .aboutdetail .brttogether .heading6 h4 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .brttogether .heading6 h4 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .brttogether .heading6 h4::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .brttogether .heading6 h4::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .brttogether .heading6 p {
    text-align: center;
}

.casestudaypage .aboutdetail .brttogether .box {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

.casestudaypage .aboutdetail .brttogether .box img {
    width: 100%;
    border: 3px solid #ce9f41;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
}

.casestudaypage .aboutdetail .brttogether .box:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.casestudaypage .aboutdetail .teamworktimeline {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .teamworktimeline .heading h5 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .teamworktimeline .heading h5 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .teamworktimeline .heading h5::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .teamworktimeline .heading h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline {
    position: relative;
    margin-top: 20px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    float: left;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pmtime p {
    text-align: center;
    margin: 8px 0px;
    font-size: 16px;
    font-weight: 600;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pmtime span {
    width: 100%;
    height: 2px;
    display: block;
    position: relative;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pmtime span::after {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    bottom: -5px;
    border-radius: 50%;
    right: 0;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pmtime span::before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    bottom: -5px;
    border-radius: 50%;
    left: 0;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm1 p {
    color: #ff7200;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm1 span {
    background: #ff7200;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm1 span::before,
.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm1 span::after {
    background-color: #ff7200;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm2 {
    width: 15%;
    float: left;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm2 p {
    color: #00ff18;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm2 span {
    background: #00ff18;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm2 span::before,
.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm2 span::after {
    background-color: #00ff18;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm3 {
    width: 25%;
    float: left;
    margin-left: 30px;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm3 p {
    color: #0066ff;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm3 span {
    background: #0066ff;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm3 span::before,
.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm3 span::after {
    background-color: #0066ff;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm4 {
    width: 12%;
    float: left;
    margin-left: 30px;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm4 p {
    color: #ff1800;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm4 span {
    background: #ff1800;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm4 span::before,
.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm4 span::after {
    background-color: #ff1800;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm5 {
    width: 15%;
    float: left;
    margin-left: 30px;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm5 p {
    color: #9c00ff;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm5 span {
    background: #9c00ff;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm5 span::before,
.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm5 span::after {
    background-color: #9c00ff;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm6 {
    width: 13%;
    float: left;
    margin-left: 30px;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm6 p {
    color: #ff0042;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm6 span {
    background: #ff0042;
}

.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm6 span::before,
.casestudaypage .aboutdetail .teamworktimeline .projecttimeline .pm6 span::after {
    background-color: #ff0042;
}

.casestudaypage .aboutdetail .finalresult {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.casestudaypage .aboutdetail .finalresult .headinga h5 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .finalresult .headinga h5 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .finalresult .headinga h5::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .finalresult .headinga h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .finalresult .headingb h5 {
    margin-top: 15px;
    color: #000;
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .finalresult .headingb h5 strong {
    color: #ce9f41;
    font-weight: 700;
}

.casestudaypage .aboutdetail .finalresult .headingb h5::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -8px;
    left: -4px;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .finalresult .headingb h5::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 200px;
    background-color: #000000;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.casestudaypage .aboutdetail .finalresult .fresult h3 {
    font-size: 25px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.casestudaypage .aboutdetail .finalresult .fresult ul li {
    position: relative;
    padding-left: 20px;
}

.casestudaypage .aboutdetail .finalresult .fresult ul li::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 10px;
    bottom: 9px;
    border-radius: 50%;
    background-color: #000000;
    left: 0;
}

.casestudaypage .aboutdetail .finalresult .portimg {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.casestudaypage .aboutdetail .finalresult .portimg img {
    border: 3px solid #ce9f41;
}

.casestudaypage .aboutdetail .finalresult .headingb {
    text-align: center;
}


/* *****************************************************maincasepage-css*********************************************** */

.maincasepage .bannerhire {
    position: relative;
}

.maincasepage .bannerhire .bannerheading img {
    width: 100%;
}

.maincasepage .casestudylist {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.maincasepage .casestudylist .casebox {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    border: 4px solid #ce9f41;
}

.maincasepage .casestudylist .casebox img {
    display: block;
    width: 100%;
    height: auto;
}

.maincasepage .casestudylist .casebox .hbox {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #034d94eb;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.maincasepage .casestudylist .casebox:hover .hbox {
    height: 100%;
}

.maincasepage .casestudylist .casebox .hbox .content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

.maincasepage .casestudylist .casebox .hbox .content h3 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.maincasepage .casestudylist .casebox .hbox .content a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #fff;
    padding: 7px 30px;
    border-radius: 30px;
}

.maincasepage .casestudylist .casebox .hbox .content a:hover {
    background-color: #fff;
    color: #1e5799;
}


/* *****************************************************freeauditpage-css*********************************************** */

.freeauditpage .bannerhire {
    position: relative;
}

.freeauditpage .bannerhire .bannerheading img {
    width: 100%;
}

.freeauditpage .freedetail {
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}

.freeauditpage .freedetail h1 {
    font-size: 40px;
    color: #034d94;
    margin-bottom: 20px;
    font-weight: 700;
}

.freeauditpage .freedetail h2 {
    font-size: 30px;
    color: #ce9f41;
    margin-bottom: 20px;
    font-weight: 500;
}

.freeauditpage .freedetail h3 {
    font-size: 24px;
    color: #070b0e;
    margin-bottom: 20px;
    font-weight: 500;
}

.freeauditpage .freedetail h4 {
    font-size: 24px;
    color: #070b0e;
    margin-bottom: 30px;
    font-weight: 500;
    margin-top: 30px;
}

.freeauditpage .freedetail span {
    color: #000;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
}

.freeauditpage .freedetail ul li {
    position: relative;
    margin-bottom: 10px;
    padding-left: 20px;
}

.freeauditpage .freedetail ul li::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    border-top: 2px solid #1e5799;
    border-right: 2px solid #1e5799;
    left: 0;
    transform: rotate(121deg);
    top: 12px;
}

.freeauditpage .freedetail .keyform form .form-group {
    margin-bottom: 30px;
}

.freeauditpage .freedetail .keyform form .form-group label {
    display: block;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    margin-bottom: -20px;
}

.freeauditpage .freedetail .keyform form .form-group .wpcf7-form-control {
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #000000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.freeauditpage .freedetail .keyform form .form-group .wpcf7-form-control:focus,
.freeauditpage .freedetail .keyform form .form-group .wpcf7-form-control:focus,
.freeauditpage .freedetail .keyform form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.freeauditpage .freedetail .keyform form .form-group select {
    width: 100%;
    width: 100%;
    height: 45px;
    padding: 0 20px;
    border: 1px solid #000000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: uppercase;
}

.freeauditpage .freedetail .keyform form .form-group .wpcf7-textarea {
    width: 100%;
    height: 100px;
    padding: 20px 20px;
}

.freeauditpage .freedetail .keyform form p {
    text-align: center;
}

.freeauditpage .freedetail .keyform form .captcher {
    color: #000;
    text-transform: capitalize;
}

.freeauditpage .freedetail .keyform form .captcher br {
    display: none;
}

.freeauditpage .freedetail .keyform form .captcher img {
    width: 140px !important;
    height: auto !important;
    background: #1e5799;
    margin-left: 10px;
}

.freeauditpage .freedetail .keyform form .captcher span {
    display: inline-block;
    width: 150px;
}

.freeauditpage .freedetail .keyform form p input[type="submit"] {
    font-size: 16px;
    color: #1e5799;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #1e5799;
    padding: 10px 60px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.freeauditpage .freedetail .keyform form p input[type="submit"]:hover {
    background-color: #1e5799;
    color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.catpage {
    margin-top: -72px;
}


/* *****************************************************workpagenew-css*********************************************** */

.workpagenew .sliderwork {
    position: relative;
}

.workpagenew .sliderwork #wslork .item .box img {
    position: relative;
}

.workpagenew .sliderwork #wslork .item .box .hoverbox {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    background: #013d7685;
}

.workpagenew .sliderwork #wslork .item .box .hoverbox .banntext {
    display: block;
    width: 100%;
    position: absolute;
    bottom: 200px;
    left: 0;
    right: 0;
    text-align: center;
}

.workpagenew .sliderwork #wslork .item .box .hoverbox .banntext span {
    color: #fff;
    background: #000000;
    padding: 7px 30px;
    text-transform: uppercase;
    font-size: 14px;
}

.workpagenew .sliderwork #wslork .item .box .hoverbox .banntext h3 {
    display: block;
    margin-top: 30px;
}

.workpagenew .sliderwork #wslork .item .box .hoverbox .banntext h3 a {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background: #ce9f41;
    padding: 11px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.workpagenew .sliderwork #wslork .item .box .hoverbox .banntext h3 a:hover {
    background-color: #000000;
}

.workpagenew .allworkport {
    margin-top: 80px;
    position: relative;
    text-align: center;
}

.workpagenew .allworkport .worklist {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.workpagenew .allworkport .worklist ul {
    width: 100%;
    position: relative;
    float: left;
}

.workpagenew .allworkport .worklist ul li {
    width: 24%;
    float: left;
    margin: 3px;
    text-align: center;
    border: 2px solid #1e5799;
}

.workpagenew .allworkport .worklist ul li .wbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.workpagenew .allworkport .worklist ul li .wbox .hcontent {
    background: #fff;
    border: 4px solid #1e5799;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.workpagenew .allworkport .worklist ul li .wbox:hover .hcontent {
    opacity: 1;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.workpagenew .allworkport .worklist ul li .wbox .hcontent a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #ce9f41;
    padding: 11px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.workpagenew .allworkport .worklist ul li .wbox .hcontent a:hover {
    background-color: #000000;
}

.workpagenew .allworkport .worklist ul li .wbox .categ {
    color: #fff;
    background: #ce9f41;
    padding: 1px 12px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.blog-detail-text p {
    text-align: justify !important;
}

.pagenotfound {
    margin-top: -79px;
    background: #ce9f41;
    padding: 150px 30px;
}

.pagenotfound h1 {
    color: #fff;
    font-size: 38px;
}

.pagenotfound p {
    color: #fff;
}

#tawkchat-chat-bubble-close {
    display: none !important;
}

.allpagepop {
    top: 80px;
}

.allpagepop .onloadimg {
    text-align: center;
}

.allpagepop .modal-header {
    border: none;
}

.allpagepop .modal-header .close {
    background: #fff;
    border-radius: 50%;
    color: #000;
    font-size: 24px;
    line-height: 0px;
    padding: 15px 18px 15px 18px;
}

.manojpop {
    position: relative;
    display: none;
}


/* *****************************************************offerpage-css*********************************************** */

.offerpage .bannerhire {
    background-image: url(../img/christmas-banner.html);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0;
    position: relative;
}

.offerpage .bannerhire::before {
    position: absolute;
    content: "";
    background-color: #231f20bf;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
}

.offerpage .bannerhire .bannerheading {
    position: relative;
    top: 130px;
}

.offerpage .bannerhire .bannerheading h1 {
    color: #fff;
    font-weight: 800;
    font-size: 54px;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.offerpage .bannerhire .bannerheading ul li {
    position: relative;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 30px;
}

.offerpage .bannerhire .bannerheading ul li::before {
    position: absolute;
    content: "";
    background: #fff;
    border: 2px solid #ff7200;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offerpage .bannerhire .requestform {
    position: relative;
    background: #00000040;
    padding: 20px 20px;
}

.offerpage .bannerhire .requestform form {
    position: relative;
}

.offerpage .bannerhire .requestform form .form-group .wpcf7-form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff !important;
    width: 100%;
    color: #fff;
    padding: 0px 0px;
    height: 45px;
    border-radius: 0px;
    text-transform: capitalize;
}

.offerpage .bannerhire .requestform form .form-group .wpcf7-form-control option {
    background: #ce9f41;
}

.offerpage .bannerhire .requestform form .form-group .wpcf7-form-control:focus,
.offerpage .bannerhire .requestform form .form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.offerpage .bannerhire .requestform form .form-group .wpcf7-form-control::placeholder,
.offerpage .bannerhire .requestform form .form-group textarea::placeholder {
    color: #fff;
}

.offerpage .bannerhire .requestform form .form-group .wpcf7-form-control::-ms-input-placeholder,
.offerpage .bannerhire .requestform form .form-group textarea::-ms-input-placeholder {
    color: #fff;
}

.offerpage .bannerhire .requestform form .form-group .wpcf7-form-control::-ms-input-placeholder,
.offerpage .bannerhire .requestform form .form-group textarea::-ms-input-placeholder {
    color: #fff;
}

.offerpage .bannerhire .requestform form .captcher {
    color: #fff;
    text-transform: capitalize;
}

.offerpage .bannerhire .requestform form .captcher img {
    width: 80px !important;
    height: auto !important;
    background: #1e5799;
    margin-left: 10px;
}

.offerpage .bannerhire .requestform form .form-group textarea {
    background: transparent;
    width: 100%;
    height: 80px;
    border: none;
    border-bottom: 1px solid #000 !important;
    color: #fff;
    text-transform: capitalize;
}

.offerpage .bannerhire .requestform form input[type="submit"] {
    margin: 0 auto;
    width: 180px;
    display: block;
    background: transparent;
    border: 2px solid #fff;
    padding: 5px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.offerpage .bannerhire .requestform form input[type="submit"]:hover {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    background: #ce9f41;
    color: #fff;
}

.offerpage .offerdatail {
    margin-top: 80px;
    position: relative;
}

.offerpage .offerdatail .title h2 {
    color: #ce9f41;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 60px;
    text-align: center;
    text-transform: capitalize;
}

.offerpage .offerdatail .offertabes {
    margin: 0 auto;
    width: 100%;
    display: grid;
}

.offerpage .offerdatail .offertabes .nav-tabs {
    border: none;
    margin: 0 auto;
    text-align: center;
}

.offerpage .offerdatail .offertabes .nav-tabs .nav-item .nav-link {
    padding: 0 0;
    border: none;
    border-radius: 0;
    position: relative;
    color: #ce9f41;
    font-weight: 700;
    padding: 10px 40px;
    font-size: 18px;
}

.offerpage .offerdatail .offertabes .nav-tabs .nav-item .nav-link.active {
    background: #ce9f41;
    color: #fff;
}

.offerpage .offerdatail .offertabes .tab-content {
    margin-top: 50px;
}

.offerpage .offerdatail .offertabes .tab-content .content h3 {
    position: relative;
    font-size: 28px;
    color: #ce9f41;
    font-weight: 700;
    margin-bottom: 40px;
}

.offerpage .offerdatail .offertabes .tab-content .content ul li {
    width: 47%;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    margin-right: 10px;
}

.offerpage .offerdatail .offertabes .tab-content .content ul li::before {
    position: absolute;
    content: "";
    background: #fff;
    border: 2px solid #ff7200;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.offerpage .offerdatail .showcase {
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}

.offerpage .offerdatail .showcase h3 {
    margin-top: 15px;
    color: #ce9f41;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.offerpage .offerdatail .showslider {
    margin-bottom: 50px;
}

.offerpage .offerdatail .showslider #gallary .item .carousel-thumb .box {
    background-color: #fff;
    box-shadow: 0px 0px 15px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    position: relative;
    width: 100%;
}

.offerpage .offerdatail .showslider #gallary .item .carousel-thumb .box img {
    display: block;
    height: auto;
    width: 100%;
}

.offerpage .offerdatail .solutionbg {
    position: relative;
    height: auto;
}

.offerpage .offerdatail .solutionbg .heading {
    margin-bottom: 40px;
}

.offerpage .offerdatail .solutionbg .heading h4 {
    color: #ce9f41;
    font-weight: 700;
    font-size: 50px;
    margin-bottom: 15px;
    text-align: center;
    text-transform: capitalize;
}

.offerpage .offerdatail .solutionbg .worklist {
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.offerpage .offerdatail .solutionbg .worklist ul {
    width: 100%;
    position: relative;
    float: left;
}

.offerpage .offerdatail .solutionbg .worklist ul li {
    width: 24%;
    float: left;
    margin: 3px;
    text-align: center;
    border: 2px solid #1e5799;
}

.offerpage .offerdatail .solutionbg .worklist ul li .wbox {
    position: relative;
    width: 100%;
    height: 100%;
}

.offerpage .offerdatail .solutionbg .worklist ul li .wbox .hcontent {
    background: #fff;
    border: 4px solid #1e5799;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    padding: 15px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.offerpage .offerdatail .solutionbg .worklist ul li .wbox:hover .hcontent {
    opacity: 1;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.offerpage .offerdatail .solutionbg .worklist ul li .wbox .hcontent a {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #ce9f41;
    padding: 11px 40px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.offerpage .offerdatail .solutionbg .worklist ul li .wbox .hcontent a:hover {
    background-color: #000000;
}

.offerpage .offerdatail .solutionbg .worklist ul li .wbox .categ {
    color: #fff;
    background: #ce9f41;
    padding: 1px 12px;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}


/* *********************************************lawpage-css-start********************************************* */

.lawpage .banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 80px 0;
}

.lawpage .banner::before {
    position: absolute;
    content: "";
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.lawpage .banner .bannercontent {
    text-align: center;
}

.lawpage .banner .bannercontent h1 {
    font-size: 40px;
    color: #fff;
    max-width: 750px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: 700;
    padding-bottom: 20px;
}

.lawpage .banner .bannercontent p {
    font-size: 18px;
    color: #fff;
}

.lawpage .banner .bannercontent span {
    margin-bottom: 30px;
    display: block;
}

.lawpage .banner .bannercontent span a {
    color: #fff;
    font-size: 15px;
    padding: 7px 0px;
    width: 300px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    margin: 10px 30px;
    display: inline-block;
}

.lawpage .banner .bannercontent span a:hover {
    background-color: #fff;
    color: #e14504;
}

.lawpage .lawdetail {
    position: relative;
    height: auto;
    margin-top: 60px;
}

.lawpage .lawdetail .content {
    text-align: center;
}

.lawpage .lawdetail .content h2 {
    font-size: 40px;
    color: #e14504;
    max-width: 800px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: 700;
    padding-bottom: 20px;
}

.lawpage .lawdetail .content p {
    text-align: justify;
}

.lawpage .lawdetail .lawbox {
    background-color: #000;
    padding: 20px;
    text-align: center;
    min-height: 200px;
    margin-bottom: 30px;
}

.lawpage .lawdetail .lawbox h3 {
    font-size: 20px;
    color: #fff;
    margin-bottom: 15px;
}

.lawpage .lawdetail .lawbox h3 a {
    color: #fff;
}

.lawpage .lawdetail .lawbox p {
    color: #ccc;
    margin-bottom: 0;
    font-size: 14px;
}

.lawpage .lawdetail .lawbox {
    animation: animate 2s linear infinite;
    -webkit-animation: animate 2s linear infinite;
}

@keyframes animate {
    0% {
        box-shadow: 0 0 0 0 #e14504;
        border: 1px solid #e14504;
    }

    40% {
        box-shadow: 0 0 0 5px #e14504;
        border: 1px solid #e14504;
    }

    80% {
        box-shadow: 0 0 0 5px #e14504;
        border: 1px solid #e14504;
    }

    100% {
        box-shadow: 0 0 5px #e14504;
        border: 1px solid #e14504;
    }
}

.lawpage .lawdetail .logobgclor {
    background: #000;
    padding: 40px 0;
    text-align: center;
}

.lawpage .lawdetail .logobgclor .clientslogos {
    position: relative;
    height: auto;
    margin-top: 60px;
    text-align: center;
}

.lawpage .lawdetail .logobgclor .clientslogos h4 {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    padding-bottom: 20px;
}

.lawpage .lawdetail .logobgclor .clientslogos ul li {
    width: 100%;
    display: inline-block;
    margin: 10px 10px;
    text-align: center;
}


/* *********************************************lawpage-css-end********************************************* */


/* *********************************************lawpage-css-start********************************************* */

.magento_seo_page .banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 0 0;
}

.magento_seo_page .banner::before {
    position: absolute;
    content: "";
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.magento_seo_page .banner .bannercontent {
    text-align: center;
    margin-bottom: 200px;
}

.magento_seo_page .banner .bannercontent h1 {
    font-size: 40px;
    color: #fff;
    max-width: 750px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: 700;
    padding-bottom: 20px;
}

.magento_seo_page .bannerdown {
    background: #000000bf;
    padding: 20px 0;
    position: relative;
}

.magento_seo_page .bannerdown p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.magento_seo_page .bannerdown .bannericonimg {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.magento_seo_page .bannerdown .bannericonimg span {
    margin-left: 20px;
}

.magento_seo_page .bannerdown .bannericonimg span:last-child {
    margin-left: 0px;
}

.magento_seo_page .seo_detail {
    position: relative;
    height: auto;
    margin-top: 60px;
}

.magento_seo_page .seo_detail .content {
    text-align: center;
}

.magento_seo_page .seo_detail .content h2 {
    font-size: 40px;
    color: #e14504;
    max-width: 800px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: 700;
    padding-bottom: 20px;
}

.magento_seo_page .seo_detail .content p {
    text-align: justify;
}

.magento_seo_page .seo_detail .content #seemore_text {
    border: none;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    border-radius: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .seo_detail .content #seemore_text:hover {
    background: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .seo_detail .content .more_content {
    display: none;
}

.magento_seo_page .video_section {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 60px;
}

.magento_seo_page .video_section .title h3 {
    font-size: 40px;
    color: #e14504;
    margin-bottom: 25px;
}

.magento_seo_page .boxes_content {
    margin-top: 40px;
    text-align: center;
}

.magento_seo_page .boxes_content .box {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .boxes_content .box h4 {
    color: #e14504;
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.magento_seo_page .boxes_content .box p {
    text-align: justify;
}

.magento_seo_page .boxes_content .box:hover {
    box-shadow: 0px 0px 4px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .boxes_content .lets_talk {
    margin-top: 60px;
    position: relative;
}

.magento_seo_page .boxes_content .lets_talk h4 {
    font-size: 24px;
    color: #e14504;
    margin-bottom: 15px;
}

.magento_seo_page .boxes_content .lets_talk p {
    text-align: justify;
}

.magento_seo_page .boxes_content .lets_talk span {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}

.magento_seo_page .real_client {
    margin-top: 60px;
    position: relative;
    width: 100%;
    float: left;
}

.magento_seo_page .real_client .title {
    margin-bottom: 40px;
}

.magento_seo_page .real_client .title h5 {
    font-size: 40px;
    font-weight: 300;
    color: #e14504;
}

.magento_seo_page .real_client .title span {
    color: #000;
    font-size: 18px;
}

.magento_seo_page .real_client .leftbox {
    width: 60%;
    float: left;
    position: relative;
}

.magento_seo_page .real_client .leftbox button {
    border: none;
    background: #e14504;
    color: #fff;
    padding: 10px 0;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.magento_seo_page .real_client .leftbox button:hover {
    background: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .real_client .rightbox {
    width: 40%;
    float: left;
    position: relative;
    padding: 48px 20px;
}

.magento_seo_page .real_client .lrboxs {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    float: left;
}

.magento_seo_page .real_client .lrboxs::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000d1;
}

.magento_seo_page .real_client .rightbox .content {
    position: relative;
    text-align: left;
}

.magento_seo_page .real_client .rightbox .content span {
    color: #fff;
    font-size: 18px;
    margin-bottom: 15px;
    display: block;
}

.magento_seo_page .real_client .rightbox .content h5 {
    font-size: 34px;
    color: #fff;
    margin-bottom: 15px;
}

.magento_seo_page .real_client .rightbox .content p {
    color: #fff;
}

.magento_seo_page .real_client .rightbox .content .last_child {
    border: none;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    margin-right: 30px;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: uppercase;
}

.magento_seo_page .real_client .rightbox .content .last_child2 {
    margin-right: 0;
}

.magento_seo_page .real_client .rightbox .content .last_child:hover {
    background: #fff;
    color: #e14504;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .real_client .rightbox .content .se_link {
    color: #fff;
    display: block;
    margin-top: 30px;
    font-size: 18px;
}

.magento_seo_page .real_client .rightbox .content .se_link:hover {
    text-decoration: underline;
}

.magento_seo_page .art_content_box {
    margin-top: 60px;
    position: relative;
}

.magento_seo_page .art_content_box h5 {
    font-size: 40px;
    color: #e14504;
    margin-bottom: 15px;
}

.magento_seo_page .art_content_box p {
    text-align: justify;
}

.magento_seo_page .art_content_box #semple {
    border: none;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.magento_seo_page .art_content_box #semple:hover {
    background: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .art_content_box .semple_content {
    margin-top: 40px;
    position: relative;
    display: none;
}

.magento_seo_page .art_content_box .semple_content h5 {
    font-size: 24px;
    color: #e14504;
    margin-bottom: 15px;
}

.magento_seo_page .art_content_box .semple_content .pragr ul {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    display: block;
}

.magento_seo_page .art_content_box .semple_content .pragr ul li {
    width: 48%;
    background: #d6d7d8;
    margin-right: 20px;
    display: inline-block;
    margin-bottom: 20px;
    padding-bottom: 30px;
}

.magento_seo_page .art_content_box .semple_content .pragr ul li h6 {
    background: #e14504;
    color: #fff;
    padding: 10px 0;
    font-size: 16px;
    margin-bottom: 15px;
}

.magento_seo_page .art_content_box .semple_content .pragr ul li span {
    padding: 0 20px;
    font-size: 18px;
    color: #000;
}

.magento_seo_page .art_content_box .semple_content .pragr ul li p {
    padding: 0 20px;
    text-align: center;
    margin-top: 0;
}

.magento_seo_page .art_content_box .semple_content .pragr button {
    border: none;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.magento_seo_page .art_content_box .semple_content .pragr button:hover {
    background: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .art_content_box .semple_content .pragr p {
    margin-top: 30px;
    padding: 0;
}

.magento_seo_page .mss_section {
    margin-top: 60px;
    position: relative;
}

.magento_seo_page .mss_section .heading {
    text-align: center;
}

.magento_seo_page .mss_section .heading h5 {
    font-size: 40px;
    color: #e14504;
    margin-bottom: 15px;
}

.magento_seo_page .mss_section ul li {
    width: 33.3%;
    padding: 80px 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    margin: 0px;
    text-align: center;
    float: left;
    min-height: 490px;
    border-right: 2px solid #fff;
}

.magento_seo_page .mss_section ul li::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000000c4;
}

.magento_seo_page .mss_section ul li:last-child {
    width: 99.9%;
    border-top: 2px solid #fff;
}

.magento_seo_page .mss_section ul li:hover a {
    background: #fff;
    color: #e14504;
}

.magento_seo_page .mss_section ul li:hover::before {
    background: #e14504d6;
}

.magento_seo_page .mss_section ul li span {
    display: block;
    margin-bottom: 20px;
    position: relative;
}

.magento_seo_page .mss_section ul li h6 {
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
}

.magento_seo_page .mss_section ul li p {
    color: #fff;
    position: relative;
}

.magento_seo_page .mss_section ul li a {
    border: none;
    position: relative;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.magento_seo_page .mss_section ul li a:hover {
    background: #fff;
    color: #e14504;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .magento_faq {
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
    float: left;
    width: 100%;
}

.magento_seo_page .magento_faq::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #ffffffe6;
}

.magento_seo_page .magento_faq .faq_content h6 {
    font-size: 40px;
    color: #e14504;
    margin-bottom: 15px;
}

.magento_seo_page .magento_faq .faq_content button {
    border: none;
    position: relative;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.magento_seo_page .magento_faq .faq_content button:hover {
    background: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.magento_seo_page .magento_faq .faq_content .faques {
    margin-top: 40px;
    display: none;
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card {
    margin-bottom: 30px;
    border: 0;
    background: transparent;
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card .card-header {
    border: 0;
    padding: 0;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    background: transparent;
    box-shadow: none;
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card .card-header .btn-header-link {
    display: block;
    text-align: left;
    color: #e14504;
    padding: 20px;
    box-shadow: none;
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card .card-header .btn-header-link:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    float: right;
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f106";
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card .collapse {
    border: 0;
}

.magento_seo_page .magento_faq .faq_content .faques #faq .card .collapse.show {
    line-height: 30px;
    color: #222;
}

.modal_popups .slider_pop .modal-header {
    padding: 0;
    border: 0;
}

.modal_popups .slider_pop .modal-header .close {
    background: #ce9f41;
    line-height: 1;
    top: -10px;
    right: -10px;
    opacity: 1;
    padding: 13px 20px;
    border-radius: 50%;
}

.modal_popups .slider_pop .modal-header .close:hover {
    background: #000;
}

.modal_popups .slider_pop .modal-body {
    padding: 20px 20px;
    text-align: center;
}

.modal_popups .slider_pop .modal-body h6 {
    font-size: 30px;
    color: #F44336;
    display: block;
    font-weight: 700;
    width: 100%;
}

.modal_popups .slider_pop .modal-body span {
    display: block;
    width: 100%;
    color: #000;
    font-size: 18px;
    margin-bottom: 30px;
}

.modal_popups .slider_pop .modal-body .new_pop_btn {
    margin-top: 30px;
}

.modal_popups .slider_pop .modal-body .new_pop_btn button {
    border: none;
    position: relative;
    background: #e14504;
    color: #fff;
    padding: 10px 50px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: uppercase;
}

.modal_popups .slider_pop .modal-body .new_pop_btn button:hover {
    background: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.modal_popups .slider_pop .modal-body #magento_seo_slide .owl-nav,
.modal_popups .slider_pop .modal-body #magento_seo_slide .owl-dots {
    display: none;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group {
    margin-bottom: 17px;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input {
    border: 2px solid #000;
    height: 45px;
    padding: 4px 20px !important;
    border-radius: 30px;
    color: #000;
    width: 100%;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input:focus,
.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input::-webkit-input-placeholder,
.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea::-webkit-input-placeholder {
    color: #000;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input::-moz-placeholder,
.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea::-moz-placeholder {
    color: #000;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input::-ms-input-placeholder,
.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea::-ms-input-placeholder {
    color: #000;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input:-moz-placeholder,
.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea:-moz-placeholder {
    color: #000;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group input::placeholder,
.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea::placeholder {
    color: #000;
}

.modal_popups .slider_pop .modal-body .popup_forms form .input-group textarea {
    margin-bottom: 17px;
    border: 2px solid #000;
    height: 140px;
    padding: 10px 20px;
    color: #000;
    width: 100%;
}

.modal_popups .slider_pop .modal-body .popup_forms form .submit_button {
    text-align: center;
}

.modal_popups .slider_pop .modal-body .popup_forms form .submit_button>input[type="button"] {
    border: none;
    position: relative;
    background: #e14504 !important;
    color: #fff;
    padding: 10px 50px !important;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    text-transform: uppercase;
    width: auto;
    display: block;
    margin: 0 auto;
}

.modal_popups .slider_pop .modal-body .popup_forms form .submit_button>input[type="button"]:hover {
    background: #000 !important;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
    margin-top: 170px;
}


/* *********************************************magento_seo_page-css-end********************************************* */


/* *********************************************e_learing_page-css-start********************************************* */

.e_learing_page .banner {
    position: relative;
    background-size: cover;
    background-position: center center;
    padding: 200px 0 0 0;
}

.e_learing_page .banner::before {
    position: absolute;
    content: "";
    background: #000000c7;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.e_learing_page .banner .bannercontent {
    text-align: center;
    margin-bottom: 200px;
}

.e_learing_page .banner .bannercontent h1 {
    font-size: 40px;
    color: #fff;
    max-width: 750px;
    line-height: 60px;
    margin: 0 auto;
    font-weight: 700;
    padding-bottom: 20px;
}

.e_learing_page .bannercontent p {
    font-size: 18px;
    color: #fff;
    margin: 0;
}

.e_learing_page .bannercontent a {
    font-size: 15px;
    color: #ff001f;
    margin-top: 30px;
    display: inline-block;
    padding: 10px 30px;
    background-color: #fff;
    border-radius: 30px;
}

.e_learing_page .bannercontent a:hover {
    background-color: #ff001f;
    color: #fff;
}

.e_learing_page .e_learing_detail {
    margin-top: 70px;
    position: relative;
    height: auto;
}

.e_learing_page .e_learing_detail .content {
    text-align: center;
    margin-bottom: 50px;
}

.e_learing_page .e_learing_detail .content h2 {
    font-size: 30px;
    font-weight: 700;
    color: #F44336;
    position: relative;
}

.e_learing_page .e_learing_detail .content h2::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 150px;
    height: 3px;
    background-color: #ff001f;
    margin: 0 auto;
}

.e_learing_page .e_learing_detail .content p {
    color: #000;
}

.e_learing_page .e_learing_detail .ed_box {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .ed_box span {
    font-size: 64px;
    color: #F44336;
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .ed_box:hover span {
    color: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .ed_box h2 {
    font-size: 24px;
    color: #F44336;
}

.e_learing_page .e_learing_detail .ed_box p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.e_learing_page .e_learing_detail .ed_box:hover {
    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .ed_box::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 30%;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    top: 0;
    right: 0;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.e_learing_page .e_learing_detail .ed_box::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 30%;
    border-left: 3px solid #F44336;
    border-bottom: 3px solid #F44336;
    left: 0;
    bottom: 0;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.e_learing_page .e_learing_detail .ed_box:hover::before,
.e_learing_page .e_learing_detail .ed_box:hover::after {
    width: 100%;
    height: 100%;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.e_learing_page .e_learing_detail .content_are {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.e_learing_page .e_learing_detail .content_are h3 {
    font-size: 30px;
    font-weight: 700;
    color: #F44336;
    position: relative;
}

.e_learing_page .e_learing_detail .content_are h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 150px;
    height: 3px;
    background-color: #ff001f;
    margin: 0 auto;
}

.e_learing_page .e_learing_detail .content_are ul {
    margin-top: 30px;
    text-align: left;
}

.e_learing_page .e_learing_detail .content_are ul li {
    margin-bottom: 15px;
    padding-left: 20px;
    position: relative;
    display: block;
    text-transform: capitalize;
}

.e_learing_page .e_learing_detail .content_are ul li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 10px;
    height: 10px;
    background-color: #ff001f;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.e_learing_page .e_learing_detail .wea_content {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.e_learing_page .e_learing_detail .wea_content h3 {
    font-size: 30px;
    font-weight: 700;
    color: #F44336;
    position: relative;
}

.e_learing_page .e_learing_detail .wea_content h3::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 150px;
    height: 3px;
    background-color: #ff001f;
    margin: 0 auto;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate {
    margin-top: 60px;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box {
    text-align: center;
    padding: 30px 20px;
    position: relative;
    margin-bottom: 30px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    min-height: 300px;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box span {
    font-size: 64px;
    color: #F44336;
    margin-bottom: 30px;
    display: block;
    margin-top: 20px;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box:hover span {
    color: #000;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box h2 {
    font-size: 24px;
    color: #F44336;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box p {
    color: #000;
    font-size: 15px;
    margin-bottom: 0;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box:hover {
    box-shadow: 0px 0px 10px 0px #ccc;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box::before {
    position: absolute;
    content: "";
    width: 30%;
    height: 30%;
    border-right: 3px solid #000;
    border-top: 3px solid #000;
    top: 0;
    right: 0;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box::after {
    position: absolute;
    content: "";
    width: 30%;
    height: 30%;
    border-left: 3px solid #F44336;
    border-bottom: 3px solid #F44336;
    left: 0;
    bottom: 0;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box:hover::after,
.e_learing_page .e_learing_detail .wea_content .slider_plate #el_edu_slide .item .box:hover::before {
    width: 100%;
    height: 100%;
    transition: 0.7s ease-in-out;
    -webkit-transition: 0.7s ease-in-out;
    -moz-transition: 0.7s ease-in-out;
    -ms-transition: 0.7s ease-in-out;
    -o-transition: 0.7s ease-in-out;
}

.e_learing_page .fratures_section {
    margin-top: 60px;
    text-align: center;
    position: relative;
}

.e_learing_page .fratures_section .hrading h4 {
    font-size: 30px;
    font-weight: 700;
    color: #F44336;
    position: relative;
}

.e_learing_page .fratures_section .hrading h4::before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: -5px;
    width: 150px;
    height: 3px;
    background-color: #ff001f;
    margin: 0 auto;
}

.e_learing_page .fratures_section .fear_products_list {
    margin-top: 60px;
}

.e_learing_page .fratures_section .fear_products_list ul li {
    float: left;
    width: 100%;
    margin-bottom: 50px;
}

.e_learing_page .fratures_section .fear_products_list ul li .left_box {
    width: 50%;
    float: left;
}

.e_learing_page .fratures_section .fear_products_list ul li .left_box .products_image img {
    width: 60%;
}

.e_learing_page .fratures_section .fear_products_list ul li .right_box {
    width: 50%;
    float: left;
}

.e_learing_page .fratures_section .fear_products_list ul li .right_box .content {
    text-align: left;
}

.e_learing_page .fratures_section .fear_products_list ul li .right_box .content h4 {
    font-size: 24px;
    font-weight: 700;
    color: #F44336;
    margin-bottom: 30px;
    position: relative;
}

.e_learing_page .fratures_section .fear_products_list ul li .right_box .content h4::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    width: 150px;
    height: 3px;
    background-color: #ff001f;
}

.e_learing_page .fratures_section .fear_products_list ul li .right_box .content p {
    color: #000;
    line-height: 36px;
    max-width: 450px;
}


/* *********************************************e_learing_page-css-end********************************************* */


/* ****************404 page css start ***************** */

.page_not_found {
    height: auto;
    width: 100%;
    overflow-x: hidden;
    background: #ea5328;
}

.page_not_found .page_n_f_img img {
    width: 100%;
}


/* ****************404 page css start ***************** */


/* ****************SHOP page css start ***************** */

.ecom_custom_products_list {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    position: relative;
    margin-top: 30px;
}


/* *********************************************Shoppagedesign-css-start********************************************* */

.shoppage {
    position: relative;
    height: auto;
    width: 100%;
}

.shoppage .bannershop {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.shoppage .bannershop .text {
    padding: 120px 0;
    max-width: 600px;
}

.shoppage .bannershop .text h1 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.shoppage .bannershop .text p {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 0;
}

.shoppage .productsvi {
    margin-top: 40px;
    position: relative;
}

.shoppage .productsvi .protitle h2 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 30px;
    position: relative;
}

.shoppage .productsvi .protitle h2::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    border-bottom: 2px solid #ff001f;
    height: 2px;
    width: 158px;
}

.shoppage .productsvi .protitle .sortbar {
    margin-top: 35px;
    background: #ce9f41;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.shoppage .productsvi .protitle .sortbar .dropdownlist {
    display: inline-block;
    width: 49%;
    position: relative;
}

.shoppage .productsvi .protitle .sortbar .dropdownlist label {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
    margin-bottom: 0;
    text-transform: capitalize;
}

.shoppage .productsvi .protitle .sortbar .dropdownlist select {
    background: #ce9f41;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    text-transform: capitalize;
}

.shoppage .productsvi .protitle .sortbar .dropdownlist select:focus {
    outline: none;
    box-shadow: none;
}

.shoppage .productsvi .protitle .sortbar .rightselect {
    text-align: right;
}

.shoppage .productsvi .protitle .sortbar .rightselect select {
    margin-right: 0;
}

.shoppage .productsvi .productlist {
    margin-bottom: 30px;
    position: relative;
    height: auto;
}

.shoppage .productsvi .productlist .productsbox {
    background-color: #fff;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    margin-bottom: 30px;
}

.shoppage .productsvi .productlist .productsbox:hover {
    box-shadow: 0px 0px 22px 0px #c9cbce;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.shoppage .productsvi .productlist .productsbox .productmedia {
    position: relative;
}

.shoppage .productsvi .productlist .productsbox .productmedia img {
    width: 100%;
}

.shoppage .productsvi .productlist .productsbox .productmedia .category {
    position: absolute;
    left: 0;
    top: 10px;
    background: #ce9f41;
    padding: 7px 22px 7px 10px;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
}

.shoppage .productsvi .productlist .productsbox .productmedia .category a {
    color: #fff;
}

.shoppage .productsvi .productlist .productsbox .producttitle {
    padding: 20px 10px;
    position: relative;
}

.shoppage .productsvi .productlist .productsbox .producttitle h3 {
    font-size: 24px;
    text-align: center;
}

.shoppage .productsvi .productlist .productsbox .producttitle h3 a {
    color: #ce9f41;
}

.shoppage .productsvi .productlist .productsbox .producttitle p {
    font-size: 14px;
    text-align: justify;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 10px;
}

.shoppage .productsvi .productlist .productsbox .producttitle .reating {
    color: #ce9f41;
    font-size: 14px;
    text-align: center;
    display: block;
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn {
    margin-top: 15px;
    position: relative;
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .price {
    color: #ce9f41;
    font-size: 20px;
    font-weight: 600;
    width: 48%;
    display: inline-block;
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .centered {
    position: absolute;
    top: 18px;
    right: 0;
    transform: translate(0%, -50%);
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button {
    background: #ce9f41;
    padding: 6px;
    width: 180px;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    letter-spacing: 0px;
    box-shadow: none;
    border: none;
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button span {
    display: inline-block;
    min-width: 0.3em;
    text-transform: uppercase;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    opacity: 0;
    transform: translate(0, -20px);
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button:before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    text-transform: uppercase;
    letter-spacing: 3.5px;
    opacity: 1;
    transform: translate(0, 0px);
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button:hover:before,
.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button:focus:before {
    opacity: 0;
    transform: translate(0, 20px);
}

.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button:hover span,
.shoppage .productsvi .productlist .productsbox .producttitle .productpricebtn .h-button:focus span {
    opacity: 1;
    transform: translate(0, 0);
}


/* *********************************************Shoppagedesign-css-end********************************************* */


/* *********************************************shopdetailpage-css-start********************************************* */

.shopdetailpage {
    position: relative;
    height: auto;
    width: 100%;
}

.shopdetailpage .bannershop {
    background-color: #053772;
    position: relative;
    padding: 160px 0px 80px 0;
    text-align: center;
}

.shopdetailpage .bannershop .text {
    max-width: 600px;
    margin: 0 auto;
}

.shopdetailpage .bannershop .text h1 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-weight: 700;
}

.shopdetailpage .productsdetail {
    margin-top: 80px;
    position: relative;
}

.shopdetailpage .productsdetail .productimg {
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .productimg img {
    width: 100%;
}

.shopdetailpage .productsdetail .productschgbtn {
    position: relative;
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .productschgbtn button {
    border: none;
    box-shadow: none;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0;
    margin: -3px;
    width: 50%;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    position: relative;
}

.shopdetailpage .productsdetail .productschgbtn button:hover {
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.shopdetailpage .productsdetail .productschgbtn .btn1 {
    background: #ce9f41;
    border-radius: 30px 0px 0px 30px;
    -webkit-border-radius: 30px 0px 0px 30px;
    -moz-border-radius: 30px 0px 0px 30px;
    -ms-border-radius: 30px 0px 0px 30px;
    -o-border-radius: 30px 0px 0px 30px;
}

.shopdetailpage .productsdetail .productschgbtn .btn1:hover {
    background: #053772;
}

.shopdetailpage .productsdetail .productschgbtn .btn2 {
    background: #053772;
    border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -ms-border-radius: 0px 30px 30px 0px;
    -o-border-radius: 0px 30px 30px 0px;
}

.shopdetailpage .productsdetail .productschgbtn .btn2:hover {
    background: #ce9f41;
}

.shopdetailpage .productsdetail .productschgbtn .mlogo {
    position: absolute;
    top: 0;
    left: -10px;
    right: 0;
    margin: 0 auto;
}

.shopdetailpage .productsdetail .prodoutcontent h3 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 15px;
}

.shopdetailpage .productsdetail .prodoutcontent h1 {
    font-size: 30px;
    color: #000000;
}

.shopdetailpage .productsdetail .prodoutcontent .reating {
    color: #ce9f41;
    font-size: 13px;
    margin-right: 20px;
}

.shopdetailpage .productsdetail .prodoutcontent a {
    color: #ce9f41;
    font-weight: 500;
}

.shopdetailpage .productsdetail .prodoutcontent a:hover {
    color: #053772;
}

.shopdetailpage .productsdetail .prodoutcontent p {
    margin-top: 10px;
    margin-bottom: 18px;
}

.shopdetailpage .productsdetail .prodoutcontent h2 {
    font-size: 24px;
    color: #000;
}

.shopdetailpage .productsdetail .prodoutcontent ul {
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .prodoutcontent ul li {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 7px;
    position: relative;
}

.shopdetailpage .productsdetail .prodoutcontent ul li::before {
    position: absolute;
    content: "";
    left: -19px;
    top: 6px;
    width: 15px;
    height: 15px;
    background: #053772;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.shopdetailpage .productsdetail .prodoutcontent form .icons {
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .prodoutcontent form .icons a {
    margin-right: 10px;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group {
    display: block;
    margin-bottom: 15px;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group label {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-right: 15px;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group input {
    border-bottom: 1px solid #053772 !important;
    border: none;
    color: #053772;
    font-size: 15px;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group input::placeholder {
    color: #053772;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group input:-ms-input-placeholder {
    color: #053772;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group input::-ms-input-placeholder {
    color: #053772;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group input:focus,
.shopdetailpage .productsdetail .prodoutcontent form .form-group select:focus {
    box-shadow: none;
    outline: none;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group select {
    position: relative;
    border-bottom: 1px solid #053772 !important;
    border: none;
    font-size: 17px;
    border-radius: 10px;
    background-image: linear-gradient(45deg, transparent 50%, #053772 60%), linear-gradient(135deg, #053772 40%, transparent 50%) !important;
    background-position: calc(100% - 30px) 14px, calc(100% - 20px) 14px, 100% 0;
    background-size: 10px 10px, 10px 10px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    width: 68%;
    top: -7px;
}

.shopdetailpage .productsdetail .prodoutcontent form .form-group .custom-select {
    padding: 0px 0px 0px 0px;
    font-size: 15px;
    color: #053772;
}

.shopdetailpage .productsdetail .prodoutcontent form .checkbox input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.shopdetailpage .productsdetail .prodoutcontent form .checkbox label {
    position: relative;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #053772;
    margin-right: 0 !important;
    margin-bottom: 0;
}

.shopdetailpage .productsdetail .prodoutcontent form .checkbox label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #053772;
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
}

.shopdetailpage .productsdetail .prodoutcontent form .checkbox input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: 6px;
    width: 6px;
    height: 14px;
    border: solid #053772;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn {
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .price {
    color: #053772;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .centered {
    position: absolute;
    top: 88px;
    right: 0;
    transform: translate(0%, -50%);
    padding: 10px 0 !important;
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button {
    background: #ce9f41;
    padding: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: inline-block;
    letter-spacing: 0px;
    box-shadow: none;
    border: none;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button:hover {
    background: #053772;
    transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button span {
    display: inline-block;
    min-width: 0.3em;
    text-transform: uppercase;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    opacity: 0;
    transform: translate(0, -20px);
    -webkit-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -moz-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -ms-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -o-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button:before {
    content: attr(data-text);
    position: absolute;
    width: 100%;
    left: 0;
    transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    text-transform: uppercase;
    letter-spacing: 3.5px;
    opacity: 1;
    transform: translate(0, 0px);
    -webkit-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -moz-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -ms-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -o-transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
    -webkit-transform: translate(0, 0px);
    -moz-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    -o-transform: translate(0, 0px);
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button:hover:before,
.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button:focus:before {
    opacity: 0;
    transform: translate(0, 20px);
    -webkit-transform: translate(0, 20px);
    -moz-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    -o-transform: translate(0, 20px);
}

.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button:hover span,
.shopdetailpage .productsdetail .prodoutcontent form .addbtn .h-button:focus span {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}

.shopdetailpage .productsdetail .prodoutcontent form button:focus {
    outline: none;
}

.shopdetailpage .productsdetail .tabsystem .tabs {
    margin-top: 50px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer {
    margin-bottom: 40px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button li {
    display: table-cell;
    width: 20%;
    margin-bottom: 30px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button li a {
    margin: 0 15px;
    font-size: 20px;
    font-weight: 500;
    display: block;
    padding: .5em;
    background: #053772;
    border: none;
    text-align: center;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button li:first-child a {
    margin-left: 0;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button li:last-child a {
    margin-right: 0;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button li:not(:first-child) a {
    border-left: none;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button li a:hover,
.shopdetailpage .productsdetail .tabsystem .tabs .tab-button-outer #tab-button .is-active a {
    border-bottom-color: transparent;
    background: #ce9f41;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody p {
    text-align: justify;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table thead tr th {
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #053772;
    padding-bottom: 10px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table thead tr th h5 {
    font-size: 24px;
    font-weight: 600;
    color: #ce9f41;
    margin-bottom: 0;
    padding: 0;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table thead tr th span {
    padding: 0;
    background: #053772;
    color: #fff;
    font-weight: 400;
    padding: 7px 30px;
    border-radius: 30px;
    position: relative;
    top: -7px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table thead tr .subtitle {
    padding-top: 10px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table thead tr .subtitle p {
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-align: center;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table thead tr .subtitle:first-child p {
    text-align: left;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table tbody tr td {
    padding: 12px 0;
    font-size: 14px;
    border: none;
    color: #053772;
    text-align: center;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .tablebox .table tbody tr td:first-child {
    color: #000;
    text-align: left;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    color: #000;
    font-weight: 600;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit ul {
    margin-bottom: 30px;
    margin-top: 30px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit ul li {
    font-size: 16px;
    margin-left: 20px;
    margin-bottom: 7px;
    position: relative;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit ul li::before {
    position: absolute;
    content: "";
    left: -19px;
    top: 6px;
    width: 15px;
    height: 15px;
    background: #053772;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit p strong {
    color: #053772;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit span {
    text-align: center;
    display: block;
    margin-bottom: 50px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit span a {
    color: #fff;
    background: #053772;
    padding: 10px 70px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 30px;
}

.shopdetailpage .productsdetail .tabsystem .tabs .tab-contents .tabody .banifit span a:hover {
    background: #ce9f41;
}


/* *********************************************shopdetailpage-css-end********************************************* */