/* rt-case-study-box element-one */

.rt-case-study-box.element-one{
}

.rt-case-study-box.element-one .rt-case-study-box-item{
    padding-left:0;
    padding-right:0;
    text-align:center;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder{
    background-color:#f8f8f8;
    border:1px #edebeb solid;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder:hover{
    position:relative;
    z-index:1;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .pic{
    position:relative;
    overflow:hidden;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .pic > img{
    width:100%;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .pic > .holder{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:1;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder:hover > .pic > .holder{
    transform:scale(1.15);
    -webkit-transform:scale(1.15);
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data{
    padding:25px 25px 27px 25px;
}

.rt-case-study-box.element-one[data-case-study-box-align=left] .rt-case-study-box-item > .holder > .data{
    text-align:left;
}

.rt-case-study-box.element-one[data-case-study-box-align=center] .rt-case-study-box-item > .holder > .data{
    text-align:center;
}

.rt-case-study-box.element-one[data-case-study-box-align=right] .rt-case-study-box-item > .holder > .data{
    text-align:right;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data > *:last-child{
    margin-bottom:0 !important;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data p.category{
    margin-bottom:7px;
    font-weight:400;
    font-size:15px;
    color:#001040;
    line-height:25px;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data h4{
    margin-bottom:7px;
    font-weight:600;
    font-size:17px;
    color:#001040;
    line-height:28px;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data h4 a{
    color:inherit;
}

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data p{
    margin-bottom:10px;
    color:#001040;
}

/* LARGE DESKTOP PART */
@media screen and (min-width:1200px){
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){

    .rt-case-study-box.element-one .rt-case-study-box-item{
        width:33.33% !important;
    }

}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){

    .rt-case-study-box.element-one .rt-case-study-box-item{
        width:50% !important;
    }

}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){

    .rt-case-study-box.element-one .rt-case-study-box-item{
        width:100% !important;
    }

}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){

    .rt-case-study-box.element-one .rt-case-study-box-item{
        width:100% !important;
    }

}

/* rt-tab element-four */

.rt-tab.element-four{
}

.rt-tab.element-four > ul.nav-tabs{
    border:none;
}

.rt-tab.element-four > ul.nav-tabs:not(.nav-justified){
    font-size:0;
}

.rt-tab.element-four > ul.nav-tabs > li{
    margin-right:3px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-four > ul.nav-tabs:not(.nav-justified) > li{
    display:inline-block;
    vertical-align:top;
    float:none;
}

.rt-tab.element-four > ul.nav-tabs:not(.nav-justified) > li:last-child,
.rt-tab.element-four > ul.nav-tabs:not(.nav-justified) > li:only-child{
    margin-right:0;
}

.rt-tab.element-four > ul.nav-tabs > li > a{
    position:relative;
    display:block;
    padding:14px 20px 15px 20px;
    background-color:#fbfbfb;
    border:1px #e9e9e9 solid !important;
    border-right:none !important;
    border-radius:0;
    text-align:center;
    font-weight:400;
    font-size:16px;
    line-height:22px;
    letter-spacing:1px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-four > ul.nav-tabs > li:last-child > a{
    border-right:1px #e9e9e9 solid !important;
}

.rt-tab.element-four > ul.nav-tabs > li > a:hover,
.rt-tab.element-four > ul.nav-tabs > li.active > a{
    background-color:#fff;
    color:#7c7c7c;
}

.rt-tab.element-four > ul.nav-tabs > li > a:before,
.rt-tab.element-four > ul.nav-tabs > li > a:after{
    top:100%;
    left:50%;
    border:solid transparent;
    content:" ";
    height:0;
    width:0;
    position:absolute;
    pointer-events:none;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.rt-tab.element-four > ul.nav-tabs > li > a:before{
    border-color:rgba(233, 233, 233, 0);
    border-top-color:#e9e9e9;
    border-width:0;
    margin-left:0;
}

.rt-tab.element-four > ul.nav-tabs > li > a:after{
    border-color:rgba(255, 255, 255, 0);
    border-top-color:#fff;
    border-width:0;
    margin-left:0;
}

.rt-tab.element-four > ul.nav-tabs > li > a:hover:before,
.rt-tab.element-four > ul.nav-tabs > li.active > a:before{
    border-width:8px;
    margin-left:-8px;
}

.rt-tab.element-four > ul.nav-tabs > li > a:hover:after,
.rt-tab.element-four > ul.nav-tabs > li.active > a:after{
    border-width:7px;
    margin-left:-7px;
}

.rt-tab.element-four > ul.nav-tabs > li > a i{
    display:block;
    margin-bottom:7px;
    font-size:120%;
}

.rt-tab.element-four > .tab-content{
    padding:30px 30px 35px 30px;
    background-color:#fff;
    border:1px #e9e9e9 solid;
    border-top:none;
}

.menu-item {
    display: grid;
}


body{
    -webkit-font-smoothing: antialiased;
}

/************************
* HEADER MEGAMENU START *
* **********************/

.rt-mega-menu{
    width:600px;
}

.rt-mega-menu-row > .menu-item{
    padding:25px 25px 0px 25px;
    border-right:1px rgba(0,0,0,0.05) solid;
}

.rt-megamenu-widget .rt-megamenu-widget-title{
    display:none;
}

.rt-megamenu-widget .textwidget img{
    box-shadow:0 0 35px rgba(0,0,0,0.1);
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.rt-megamenu-widget .textwidget img:hover{
    box-shadow:0 0 35px rgba(0,0,0,0.15);
    transform:translateY(-10px);
    -webkit-transform:translateY(-10px);
}

/************************
* HEADER MEGAMENU END *
* **********************/

/************************
 * DEMO ELEVEN START *
* **********************/

.services-hover{position:relative;   transition:all .5s;}

.services-hover > .vc_column-inner {
    overflow:hidden;
}

.services-hover> .vc_column-inner .wpb_single_image img {
    transition: all .5s;
    width: 100%;
}

.services-hover:hover > .vc_column-inner .wpb_single_image img{
    transform: scale(1.2);
}

.image {
    display: block;
    width: 100%;
    height: auto;
}
.overlay-work-demo1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .9s ease;
    background-color:rgba(8,22,44,0.7);
}
.services-hover:hover .overlay-work-demo1 {
    opacity: 1;
}
.overlay-work-demo1 > .wpb_wrapper {
    font-size: 15px;
    position: absolute;
    bottom: 5%;
    left:5%;
}



body.rt-coming-soon.coming-soon-style-two .comingsoon_main .comingsoon-counter > .time{

    color:#fff;
}
.error_main img {
    margin-bottom: 10px;
    width:500px;
}
.error_main .btn{line-height:24px;}
.error_main .btn:hover {
    background-color:#ee5f18 !important;
    color: #fff !important;
    border-color: #ee5f18 !important;
}
.error_main .btn:before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1 !important;
    content: " ";
    width: 0;
    height: 100%;
    transition: none !important;
    -webkit-transition: none !important;
}
.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .radiantthemes-timeline-item-data::before {
    border: 3px #273272 solid !important;

}
.radiantthemes-timeline.element-one > .radiantthemes-timeline-item:hover > .radiantthemes-timeline-item-data::before {
    background-color: #273272 !important;

}

.heading-left-border,
.heading-left-border2,
.heading-left-border3{
    position:relative;
    padding-left:21px;
}
.heading-left-border:after{ content:"";
    background-color:#273272;
    width:4px;
    height:80%;
    position:absolute;
    left:0px; top:10px;}
.heading-left-border2:after{ content:"";
    background-color:#273272;
    width:4px;
    height:80%;
    position:absolute;
    left:0px; top:10px;}
.heading-left-border3:after{ content:"";
    background-color:#273272;
    width:4px;
    height:52%;
    position:absolute;
    left:0px; top:10px;}


.contact-info-custom ul li i {
    color: #ee5f18;
    position: absolute;
    left: 0px;
    top: 6px;
    font-size: 13px;
}
.testimonial.element-eleven .testimonial-item > .holder > .data:before {
    background-color:#fff !important;
}

.after-border{position:relative;
}
.after-border:after{ content:"";
    position:absolute;
    top:0px;
    right:40px;
    width:1px;height:58px;
    margin-top: 29px;
    background-color:#f0f0f0;}

.header_main_action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count{
    background-color:#fc7837 !important;
    color: #fff;
}
.email-submit button{
    background:#ee5f18;
}
.footer_main_item ul.contact li:before{color:#c3d3e5;}

.footer_main_item input[type="submit"]:hover, .footer_main_item input[type="button"]:hover, .footer_main_item button[type="submit"]:hover, .footer_main_item button[type="button"]:hover{
    background:#ee5f18;
    color:#fff;
}

.box-hover-text:hover > .vc_column-inner h3 a{
    color:#273272;
}

/****START FONT***/
.font-weight-regular{font-weight:400;}
.font-weight-medium{font-weight:500;}
.font-weight-semibold{font-weight:600;}
.font-weight-bold{font-weight:800;}
/****END FONT***/
.custom-box-shadow{
    box-shadow:0px 0px 20px rgba(0, 1, 1, 0.05);
}

.custom-box-shadow-2{
    box-shadow:0px 0px 50px rgba(0, 1, 1, 0.11);
}
.position-relative{
    position: relative;
    z-index:10;
}
.side-menu ul{ width:100%;
    display:inline-block;
    vertical-align:top;
}
.side-menu ul li:last-child a{margin-bottom:0px !important;}
.side-menu ul li a{ background:#f3f4f5 !important;
    padding:14px 24px !important;
    font-size:16px !important;
    color:#161616 !important;
    margin-bottom:3px !important;
    border-left:4px solid #f3f4f5 !important;
    position: relative;
    transition:all 0.3s;
}
.side-menu ul li a:hover{
    border-left:4px solid #273272 !important;
    background-color:#ebebeb !important;
}
.side-menu ul li.current_page_item a{
    border-left:4px solid #273272 !important;
    background-color:#ebebeb !important;
}
.inner_banner_main .title{
    padding-left:12px; border-left:3px solid #273272;
    line-height:30px !important;}

.hover-custom-box .holder:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height:5px;
    background: #ee5f18;
    width:0%;
    transition:width 0.5s;}

.hover-custom-box .holder:hover:after{width:100%; background:#273272;}


.hover-custom-box .holder:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height:5px;
    background: #ee5f18;
    width:100%;
}
.testimonial.element-ten .testimonial-item > .holder > .data blockquote::before{
    background-color: #273272 !important;
}
.tab-list-style-one .nav-tabs li.active a{
    background: #273272 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 20px 6px !important;
    color: #001a57 !important;
    margin: 0 1px;
}
.tab-list-style-one .nav-tabs li a{
    background: #131313 !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    padding: 20px 6px !important;
    color: #fff ;
    margin: 0 1px;
    text-transform:uppercase;
}
h2.heading-font-style:after{
    position:absolute;
    content:" ";
    height:4px;
    width:31px;
    left:0;
    background:#273272;
    border-radius:4px;
    bottom: 9px;
}
.contect-section ul li{
    font-size:15px;
    list-style-image:url('https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/06/demo-eleven-bullet-1-1.png');
    list-style-position: inside;
}
/************************
 * DEMO ELEVEN END *
 * **********************/

.rt-case-study-box.element-one .rt-case-study-box-item > .holder > .data h4{
    color:#161616 !important;
}


.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data p.category{
    color:#161616 !important;
}
.rt-case-study-box.element-four .rt-case-study-box-item > .holder > .data .btn:hover {
    background-color: #00acdf !important;
    border-color: #00acdf !important;
    color: #fff;
}

.header_top_item .header-data-social ul.social li a{background-color: #ffffff05 !important;}
.header_top_item .header-data-social p{color:#fff !important;}
body > .scrollup i {
    font-size: 23px;
    color: #fff;
    line-height: 45px;
}

.header-callback-button .btn{
    background:#00acdf !important;
}
/* MANAGEMENT PAGE */

.radiantthemes-social-icon{
    text-align:left;
}

.radiantthemes-social-icon ul{
    font-size:0;
}

.radiantthemes-social-icon ul li{
    display:inline-block;
    vertical-align:top;
    margin-right:10px;
}

.radiantthemes-social-icon ul li:last-child,
.radiantthemes-social-icon ul li:only-child{
    margin-right:0;
}



/*demo nine*/

/*hover*/
.hover-icon > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image img{filter:grayscale(100%);}
.hover-icon:hover > .vc_column_container > .vc_column-inner > .wpb_wrapper .wpb_single_image img{filter:grayscale(0%);}

.hover-box > .vc_column-inner h3{
    transition: all .4s
}


.overlay-holder{position:relative;}



.overlay-holder .vc_single_image-wrapper{overflow:hidden;}

.overlay-holder .vc_single_image-wrapper img{transition: transform .5s;}

.overlay-holder:hover .vc_single_image-wrapper img{transform: scale(1.1);}


/*hover*/




/*footer*/
.menu-our-services-container > ul > li{    width: 49% !important;
    display: inline-block !important;
    vertical-align: top !important;}
.footer_main_item .widget_media_image {
    margin-bottom: 14px;
}

.email-submit {
    background-color: #fff;
    float: left;
    border-radius: 50px;
    width: 100%;
}
.email-submit input[type=email] {
    height: 45px;
    width: 67%;
    float: left;
    background-color: #fff !important;
    border-radius: 50px;
    color: #898989;
    padding: 0px 15px;
    margin:0px;
}
.email-submit button {

    color: #fff;
    font-size: 15px;
    font-weight: normal !important;
    width: 33% !important;
    border-radius: 50px !important;
    float: right;
    margin: 0px;
    padding: 7px 20px 8px 20px !important;
}

.wraper_footer_copyright > .container {
    padding-top: 20px;
    padding-bottom: 12px;
}
.footer_copyright_item {
    margin-bottom: 0px;
}
.footer_copyright_item ul.menu {
    margin: 0px 0px 0px 0px;
    font-size: 0;
}

/*footer*/

.vc_row.wpb_row.vc_inner.vc_row-fluid.image-position {
    position: absolute;
    width: 100%;
    top: -78px;
    right: -45px;
}
.before-image > .vc_column-inner{ position:relative; }

.image-over2.wpb_single_image img{ position:absolute;
    top:0px; right:0px;}

.list-icon > div > ul > li{position:relative;    padding-left: 19px;}
.list-icon > div > ul > li:after{content:"";
    position:absolute;
    left:0px; top:8px; width:10px; height:10px; border:2px solid #ff5e14; border-radius:50px;}
.border-triangle{position:relative;}
.border-triangle:after {
    content: "";
    position: absolute;
    -webkit-clip-path: polygon(120% 0, 32% 0, 100% 100%);
    clip-path: polygon(120% 0, 32% 0, 100% 100%);
    background-color: #ff5e14;
    width: 100%;
    height: 100%;
}


.box-shadow-inner2{
    box-shadow:0px 0px 15px 0px rgba(4, 4, 4, 0.15);


}

.header_main_action ul > li i{color:#161616 !important;}



.rt-portfolio-box.element-five .rt-portfolio-box-item > .holder > .pic > .overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;

}
.rt-image-slider.element-one .rt-image-slider-item:before {
    background-color: rgba(0,0,0,0.1) !important;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data h5 {
    display: none;
}
.rt-image-slider.element-one .rt-image-slider-item > .holder > .data .zoom-focus i {
    font-size: 20px !important;
    color: #ffffff !important;
    line-height: 20px !important;
    background-color: rgba(0, 0, 0, 0.47);
    padding: 15px;
    border-radius: 50px;
}

/*demo nine*/

/*zoom*/
.overlay-holder{position:relative;}

.overlay-holder .vc_single_image-wrapper{overflow:hidden;}

.overlay-holder .vc_single_image-wrapper img{transition: transform .5s;}

.overlay-holder:hover .vc_single_image-wrapper img{transform: scale(1.2);}



.over-lay {
    position: absolute;
    bottom: 0px;
    z-index: 10;
    padding: 20px 20px 30px 20px;
    margin: 0px;
}

/*zoom*/



.left-border2 {
    position: relative;
}

.left-border2::after {
    position: absolute;
    height: 63%;
    width: 3px;
    background: #e4edf7;
    content: "";
    right: 16%;
    top: 0;
}

/*----- button 1 -----*/
/*----- button 6 -----*/
.text-under-border.btn{position:relative;}

.text-under-border > .holder > .more >.btn:before {content:"";
    display: block;
    position:absolute;
    width: 0;
    height: 2px;
    background:#555f99;
    transition: width .3s;
    bottom:0px;

}
.text-under-border > .holder > .more >.btn:hover::before {
    width: 100%;

}

.yon {border: 50px solid rgba(0, 0, 0, 0.7);}

.hover-box .img-hover img{background-color:#f8f8f8;border-radius:100px;

    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.hover-box:hover .img-hover img{  border-radius:100px;
    background-color:#a4bbd6;
    box-shadow: inset 0 0 0 25px #a4bbd6;
}
.boxs .vc_column-inner{transition: 0.5s ease;}
.boxs:hover .vc_column-inner{ box-shadow: inset 0 0 0 10px #a4bbd6;	}


.top-overlay{position:relative; top:-60px; }

/*home 8 */
.box-shadow-inner > .vc_column-inner {
    box-shadow:0px 0px 15px 0px rgba(4, 4, 4, 0.15);


}

/*hover border*/
.hover-border-top >.vc_column-inner{position:relative;}
.hover-border-top >.vc_column-inner:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height:5px;
    background: #ff5e14;
    width:0%;
    transition:width 0.5s;}

.hover-border-top >.vc_column-inner:hover:after{width:100%; background:#ff5e14;}
.hover-border-top >.vc_column-inner:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height:5px;
    background: #fff;
    width:100%;
}


.border-hover-client .testimonial-item .holder{position:relative;}


.border-hover-client .testimonial-item .holder:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height:5px;
    background: #001a57;
    width:0%;
    transition:width 0.5s;}


.border-hover-client .testimonial-item .holder:hover:after{width:100%; background:#001a57;}

.border-hover-client .testimonial-item .holder:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0px;
    height:5px;
    background: #c6d3e3;
    width:100%;
}

/*hover border*/

.service-text-style {
    position: absolute;
    z-index: 1;
    top: 185px;
    right: 15px;
}

.service-text-style2 {
    position: absolute;
    z-index: 1;
    top: 218px;
    right: 15px;
}


/*home8*/

/*home7*/

.latter-spance-text{letter-spacing:1px;}
.rt-button2.element-two.hover-style-four .rt-button2-main > .overlay,.rt-button2.element-two.hover-style-three .rt-button2-main > .overlay{border-radius:50px !important;}
.vc_custom_1520418614313{border-radius:50px !important;}
.vc_custom_1520418614313 .overlay{display:none !important;}

.border-right-light{ position:relative;
}
.border-right-light:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 82%;
    background-color: #e5e5e5;
    right: 0px;
    z-index: 10;
    top: 0px;
}

/*End home7*/



/*home6*/
.box-shadow-form{    box-shadow: 0px 0px 20px rgba(125, 145, 157, 0.58);
}

.banner-form.radiant-contact-form.element-one .form-row {
    margin: 0px 0px 9px 0px !important;
}

.banner-form.radiant-contact-form .form-row input[type=text],
.banner-form.radiant-contact-form .form-row input[type=email],
.banner-form.radiant-contact-form .form-row input[type=tel] {height: 44px !important;
}


.banner-form.radiant-contact-form .form-row input::-webkit-input-placeholder,.banner-form.radiant-contact-form .form-row input:-moz-placeholder ,.banner-form.radiant-contact-form .form-row input:-ms-input-placeholder,.banner-form.radiant-contact-form .form-row input::-moz-placeholder { /* Firefox 18- */
    text-transform:capitalize;
    font-size:13px;
    letter-spacing:1px;
}
.demo6-text-line .vc_column-inner{}
.demo6-text-line{position:relative;}
.demo6-text-line:after {
    content: "";
    position: absolute;
    background-color: #c6d3e3;
    width: 4px;
    height: 60px;
    border-radius: 50px;
    right: 25px;
    top: 11px;
}

.box-padding .title,.box-padding .data,.box-padding .more{padding:0px 37px 0px 30px;}
.box-padding .data{    margin-bottom: 10px !important;}

.box-padding .more > .btn {
    padding: 0px !important;
    border: none !important;
    position: relative;
}
.box-padding .more > .btn:hover,.box-padding .more > .btn:focus{background:none !important; color:#001a57 !important;
    box-shadow:none;}

.box-padding .more > .btn:after {
    content: "f105";
    position: absolute;
    right: -20px;
    top: -1px;
    font-family: 'FontAwesome';
    font-size: 15px;
}
.box-padding .pic{overflow:hidden;}
.box-padding .pic img{    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;}
.box-padding:hover .pic img{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.border-radus{ border-top-right-radius:15px;border-top-left-radius:15px;}

.box-shadow-dark{     box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
    border-radius: 15px;}

.button-background{ position:relative; z-index:10;}
.button-background:after{content:"";
    position:absolute;
    border-bottom-left-radius:15px;
    border-bottom-right-radius:15px;
    z-index:0;
    width:100%;
    height:107px;
    bottom:0px;
    background-color:#efefef;}


.box-after-background:hover:before{	-webkit-transform: rotate(-4deg);top:84px;}
.box-after-background:hover:after{-webkit-transform: rotate(-6deg);top:133px;}

.box-after-background:after {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
    width: 92%;
    height: 361px;
    left: 0px;
    z-index: 0;
    top: 142px;

}

.z-index-button{  position: relative;
    z-index: 2;}

.box-after-background{ position:relative;
}
.box-after-background:before {
    transition: all 0.5s ease;
    content: "";
    position: absolute;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.40);
    width: 92%;
    height: 410px;
    left: 20px;
    z-index: 1;
    top: 93px;

}

.column-border{position:relative;}
.column-border:after {
    content: "";
    position: absolute;
    background-color: #737f8e;
    right: 4px;
    width: 1px;
    height: 204px;
    top: 22%;
}

.background-item-color .testimonial-item > .holder {
    background-color: #ffffff;
    padding: 26px 26px 26px 138px;
    box-shadow:0px 0px 15px 0px rgba(0, 0, 0, 0.20) !important;
}
.background-item-color .testimonial-item > .holder .pic{top:26% !important;
    left:25px !important;}

.background-item-color .testimonial-item > .holder .pic img{width:106px !important;}

.background-item-color .testimonial-item > .holder > .data:before {
    position: absolute;
    top: 23% !important;
    left: 15px !important;
    z-index: 0;
    content: " ";
    width: 3px;
    height: calc(100% - 34px);
    max-height: 88px !important;
    background-color: #c6d3e3;
}

.background-item-color .testimonial-item {

    padding-top: 10px;
    padding-bottom: 10px;
}

.price-list-text{padding-left: 65px;}

@media screen and (max-width: 768px) {

    .border-right-light:after {
        content: "";
        position: absolute;
        width: 0px !important;

    }
    .text-padding{ padding:0px 15px;}

    .demo6-text-line:after{width:0px !important;}

    .column-border:after {
        content: "";
        position: absolute;
        background-color: none !important;
        right: 4px;
        width:0px !important;
        height: 204px;
        top: 22%;
    }
    .padding-price{padding-bottom:100px;}
}

@media screen and (max-width: 400px) {
    .price-list-text{padding-left:18px;}
}


/*home6*/
/*faq*/
.faq-contetnt .panel-title{ color:#001a57;}

/*faq*/



/*contact*/
.wpcf7-form textarea{height:100px !important;}
/*contact*/
.border-right {
    border-right: 1px solid #eaeaea;
}
.map iframe {
    border: 0;
    filter: gray;
    -webkit-filter: grayscale(99%);
    -webkit-backface-visibility: hidden;
}


input.wpcf7-form-control.wpcf7-submit.custom-btn-submit2 {
    width: 100%;
}
.contact-info-custom ul li{position:relative; padding-left:24px; margin-bottom:15px;}

.text-center {
    text-align: center !important;
}
input.wpcf7-form-control.wpcf7-submit.custom-btn-submit {
    padding: 15px 70px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */

    font-size:13px;
    letter-spacing:1px;
}
::-moz-placeholder { /* Firefox 19+ */

    font-size:13px;
    letter-spacing:1px;
}
:-ms-input-placeholder { /* IE 10+ */

    font-size:13px;
    letter-spacing:1px;
}
:-moz-placeholder { /* Firefox 18- */

    font-size:13px;
    letter-spacing:1px;
}

.radiant-contact-form .form-row input[type=text], .radiant-contact-form .form-row input[type=email], .radiant-contact-form .form-row input[type=url], .radiant-contact-form .form-row input[type=tel], .radiant-contact-form .form-row input[type=number], .radiant-contact-form .form-row input[type=password], .radiant-contact-form .form-row input[type=date], .radiant-contact-form .form-row input[type=time], .radiant-contact-form .form-row select{ height:50px !important;}
.box-shadow-contact{
    box-shadow: 0px 2px 57px #e2e2e2;
    position: relative;
    z-index: 10;}

.under-line .vc_column-inner {position:relative;}
.under-line .vc_column-inner :after {
    content: "";
    width: 70px;
    height: 1px;
    background: #c9c9c9;
    left: 14px;
    bottom: -21px !important;
    position: absolute;
}

/*contact*/

/*Button*/
.rt-call-to-action-wraper.element-three .rt-call-to-action-item .btn {
    color: #00174d !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 50px !important;
    background-color: #fff !important;
}

.rt-fancy-text-box.element-four > .holder > .more .btn {
    padding: 7px 20px 8px 20px;
    border-radius: 50px !important;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.post-read-more .btn{ border-radius:50px !important;}
.rt-portfolio-box-filter.filter-style-six > button:before{
    background-color:#95afcc !important; }

#tribe-bar-form .tribe-bar-submit input[type=submit],.post-read-more.btn {
    border-radius: 50px !important;
    font-weight: normal !important;
    background-color:#ffffff !important;
    border:1px solid #ededed;
    color:#01123a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 400;
    font-style: normal;
    font-size:12px;
}

#tribe-bar-form .tribe-bar-submit input[type=submit]:hover,.post-read-more.btn:hover{
    background-color:#01123a !important;
    border:1px solid #01123a;
    color:#ffffff;
}

/*Button */




/*company overview*/



.button-custom a{overflow:hidden;}

.left-align {
    text-align: right !important;
}


.testimonial.element-eight .testimonial-item > .holder > .data {
    border: 1px solid #f0f0f0;
}

.testimonial.element-eight .testimonial-item > .holder > .data > .holder blockquote::before {
    color: rgba(0,0,0,0.2) !important;

}


/*company overview*/

.line-height-image{line-height:10px;}
.number {
    margin-right: 14px !important;
}
.font-weight{font-weight: 600 !important;}


@media screen and (max-width:767px){
    .left-align {
        text-align:left !important;
    }
    .image-space img{ margin-bottom:50px;}
    .image-space-top img{margin-top:40px;}
}

@media screen and (min-width:768px){
    .two-column-mega-menu,
    .three-column-mega-menu{
        position:relative !important;
    }
    .two-column-mega-menu > ul.mega-sub-menu{
        width:700px !important;
    }
    .three-column-mega-menu > ul.mega-sub-menu{
        width:800px !important;
    }
}
.service-seidebar-contact-info i{
    margin:0px 10px 15px 0px;
    color:#fde428;
}
.news-form input {
    background: #f9f9f9;
    border: none;
    padding: 0px 15px;
    font-size:14px;
    color:#00174d;
    width: 100%;
}

.news-form button {
    width: 100%;
    border-radius:50px;
    background: #001a57;
    border: none;
    color: #fff;
    padding:12px 15px 12px 15px;
    text-transform:uppercase;
    font-size:13px;
    font-weight:normal;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.box-shadow {
    box-shadow: 0px 0px 14px #e2e2e2;
}
.box-shadow2 {
    box-shadow: 0px 0px 35px #e2e2e2;
}
.text-shadow{text-shadow: 1px 1px 3px #444444e6;}

.table-striped2 tr th {background: #00174d; border: 1px solid #00174d; padding:8px; color:#fff;}
.table-striped2 th,.table-striped2 td{padding: 14px 20px !important;}
.table-striped2 th{border:0px !important;}
.table-striped2 tr:nth-child(2),.table-striped2 tr:nth-child(4){background: #e4e7ee; }
.table-striped2 tr:nth-child(3){background: #ced6ea; }



.news-form input {
    background: #f9f9f9;
    border: none;
    padding: 0px 15px;
    font-size:14px;
    color:#00174d;
    height:40px;
    margin-bottom:15px;
}
.news-form button {
    background: #001a57;
    border: none;
    color: #fff;
    border-radius: 25px;
    padding:12px 0;
}
.news-form button:hover{
    background:#f5f6f6;
    color:#001139;

}
.contact-color{margin-top:28px;}

.contact-color li span{color:#ffffff;}
.contact-color li {color:#ffffff; margin-bottom:8px;}
.contact-color li i{margin-right:12px; color:#fde428;}

.portfolio-style-two > button.current-menu-item{
    color:#fe3b30 !important;
}
/*.footer_main_item ul.contact li::before {
    left: 3px;
    content: "f041";
    color:#fde428;
}
.footer_main_item .widget_recent_entries ul li .post-date::before {
color:#fde428;
}*/
.flip-box-text h4{
    font-size:20px !important;
    margin-top:10px;
    margin-bottom:5px !important;
}
.flip-box-text .second-card .btn{
    background:#00174d !important;
}
.flip-box-text .second-card .btn:hover{
    color:#fff !important;
}

.flip-box-text-two h4{
    font-size:18px !important;
    color:#fff !important;
}
.flip-box-text-two p{
    color:#fff !important;
}
.flip-box-text-two .second-card .btn{
    font-size:15px !important;
    padding:5px 20px 5px 20px !important;
}
.flip-box-text-three h4{
    font-size:18px !important;
    color:#333333 !important;
    margin-bottom:4px !important;
}
.flip-box-text-three p{
    color:#333333 !important;
}
.flip-box-text-three .second-card .btn,.flip-box-text .second-card .btn, .flip-box-text-two .second-card .btn{
    font-size:15px !important;
    padding:5px 20px 5px 20px !important;
    color:#00104c !important;
}
.box-font-color blockquote{
    color:#fff !important;
}
.box-font-color cite{
    color:#fff !important;
}
.box-color h4{
    color:#424242 !important;
}
.box-color > .holder .data .btn{
    border:1px solid #1e73be !important;
    color:#1e73be !important;
}
.box-color-two p{
    color:#fff !important;
}
.box-color-three p{
    color:#424242 !important;
}
.box-color-three h4 {
    color:#424242 !important;
}
.box-color-three > .holder .data .btn{
    border:1px solid #424242 !important;
    color:#424242 !important;
}
.tab-list-style ul li{
    padding:10px 0px 0px 0px;
    font-size:16px;
    color:#7c7c7c;
    list-style-image:url('https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/02/bullet-1.png');
    list-style-position: inside;
}
.tab-list-style h3{
    color:#2a2a2a;
    font-size:24px;
    padding:0 0 20px 0;
    position:relative;
    width:auto !important;
    display:inline-block;
}
.tab-list-style .nav-tabs li.active a{
    background: #273272 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 22px 6px !important;
    color: #fff !important;
    margin: 0 1px;
}
.tab-list-style .nav-tabs li a{
    background: #2a2a2a !important;
    font-weight: 600 !important;
    font-size: 20px !important;
    padding: 22px 6px !important;
    color: #fff ;
    margin: 0 1px;
}
.tab-list-style-2{
    width:100%;
    float:left;
}
.tab-list-style-2 ul li{
    font-size:13px;
    color:#4e4e4e;
    float:left;
    list-style:none;
    margin:0 12px 7px 0;
}
.address-section{
    width:100%;
}

.address-section p{
    display:inline-block;
    padding:0 0 21px 0;
}
.tab-list-style-2 .fa{
    margin:0 2px 0 1px;
}
.address-section .fa {
    margin: 0 2px 0 1px;
}
.register-form .form-row input[type="text"],.register-form .form-row input[type="email"], .register-form .form-row input[type="url"], .register-form .form-row input[type="tel"], .register-form .form-row input[type="number"], .register-form .form-row input[type="password"], .register-form .form-row input[type="date"], .register-form .form-row input[type="time"]{
    width:100%;
    border:1px solid #d8d8d8;
    font-size:16px;
    line-height:23px;
    color:#767676;
    margin:0 0 30px 0;
    padding:8px 10px;
    font-weight:normal;
    font-family: 'Work Sans', sans-serif;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.register-form input[type="text"]:focus,.register-form input[type="email"]:focus,.register-form input[type="tel"]:focus {
    background: #F2F2F2CC;
    border: 1px solid #27327299;
}

.rt-tab.element-four > ul.nav-tabs > li > a:hover, .rt-tab.element-four > ul.nav-tabs > li.active > a{
    color:#fff !important;
}

.register-form input[type="submit"], .register-form input[type="button"], .register-form button[type="submit"]{
    background:#273272;
    padding:8px 43px;
    font-size:14px;
    font-weight:600;
    border-radius: 2px;
    color:#fff;
    border:0px none;
    font-family: 'Poppins', sans-serif;
}
.register-form input[type="submit"]:hover, .register-form input[type="button"]:hover, .register-form button[type="submit"]:hover{
    background: #2a2a2a ;
}
span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
    margin: 0 3px 12px 2px;
    color: #767676;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
}
.speaker-section{
    width:100%;
    margin-top:25px;
}
.speaker-section h4{
    font-size:18px;
    color:#2a2a2a;
    font-family: 'Work Sans', sans-serif;
    padding:0 0 7px 0;
}
.speaker-section .col-sm-9{
    margin-bottom:40px;
}
.speaker-section .col-sm-6:first-child{
    border-right:1px solid #eee;
}
/*.tab-list-style h3:after{
position: absolute;
content: " ";
background: #273272;
right: -41px;
height: 3px;
width: 32px;
bottom: 50%;
}*/
h2.heading-font{
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}
h2.heading-font-tow{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
}
h3.heading-font-tow{
    font-family: 'Poppins', sans-serif;
    font-weight:700;
    font-size:20px;
}
.tab-list-style .nav-tabs li a{
    font-family: 'Poppins', sans-serif;
    font-weight:700 !important;
    font-size:16px !important;
    text-transform:uppercase;
    line-height:7px !important;
}
.speaker-section p{
    line-height:23px !important;
}
.list-text li{
    font-size:15px;
    line-height:25px;
    color:#001040;
    margin:0 0 8px 0;
}


/*.testimonial.element-ten .testimonial-item > .holder > .data h5{
color:#fff !important;
}*/
/*.testimonial.element-ten .testimonial-item > .holder > .data .role{
color:#fff !important;
}*/
.team.element-four .team-item > .holder:hover{
    background-color:#90a0c7 !important;
    color:#fff !important;
}

/*service section*/
.side-menu-service ul{ width:100%;
    display:inline-block;
    vertical-align:top;
}
.side-menu-service ul li a{
    color:#505050 !important;font-size:15px !important;
    padding:7px 24px !important;
    margin-bottom:3px !important;
    line-height: 24px !important;
}
.side-menu-service ul li a:hover ,.side-menu-service .current_page_item a{ background:#dbe7f4 !important;
    padding:7px 24px !important;
    font-size:15px !important;
    color:#001952 !important;
    margin-bottom:3px !important;
    line-height: 24px !important;
}
p.pdf-style{
    border-bottom:1px solid #eee;
    background-position:0 4px !important;
    padding-bottom: 9px !important;
}
p.pdf-style:last-child{
    border-bottom:none;
}
.accordion-style-three .panel-title{
    font-weight:800 !important;
}
.accordion-style-three .rt-accordion-item{
    padding-bottom: 16px !important;
}
.accordion-style-three .rt-accordion-item .rt-accordion-item-body{
    padding-left: 40px;
    line-height: 28px;
    padding-top: 8px;
    padding-bottom: 13px;
}
.accordion-style-three .rt-accordion-item .rt-accordion-item-title{
    padding-bottom: 6px;
}
.service-form .form-row input[type="text"], .service-form .form-row input[type="email"], .service-form .form-row input[type="url"], .service-form .form-row input[type="tel"], .service-form .form-row input[type="number"], .service-form .form-row input[type="password"], .service-form .form-row input[type="date"], .service-form .form-row input[type="time"], .service-form .form-row select{
    height:39px !important;
    font-family: Rubik !important;
    font-size:14px !important;
}
.service-form .form-row textarea{
    height:109px !important;
    font-family: Rubik !important;
    font-size:14px !important;
}
.service-form .form-row{
    margin:0px 0px 14px 0px !important;
}
.service-form .form-row [type="submit"],.service-form .form-row input[type="button"], .service-form .form-row button[type="submit"]{
    line-height:20px !important;
    margin-top:-5px;
}
.list-style-left{
    width: auto;
    float: left;
    padding: 0 10px 0 0;
}
.list-style-right{
    width: auto;
    float: left;
    padding: 0 0 0 40px;
}
div.mechin-text {
    background-position: -17px !important;
}
.mechin-text h2{
    font-size:14px;
    line-height:27px;
}
.mechin-text p{
    font-size:15px;
    line-height:27px;
    color:#2d2d2d;
    margin-top:4px;
}
.tab-inner-section{
    width:auto;
    margin:40px 0 0 0;
}
.contect-section h2{
    font-size:17px;
    font-weight:500;
    line-height:17px;
    padding-bottom:25px;
}
.contect-section ul{
    display:inline-block;
}
.contect-section ul {
    width: auto;
    float:left;
    padding-right:37px;
}


h2.heading-font-style{
    font-size:24px;
    line-height:30px;
    padding-bottom:30px;
    position:relative;
    padding-top:30px;
}
.contect-section{
    width:auto;
}



/* HOME PAGE - VERSION TWO */

.home-two-welcome-box > .vc_column-inner,
.home-two-welcome-box > .vc_column-inner > .wpb_wrapper > *{
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
}

.home-two-welcome-box > .vc_column-inner > .wpb_wrapper{
    position:relative;
}

.home-two-welcome-box > .vc_column-inner:hover{
    background-color:#001a57;
}

.home-two-welcome-box .home-two-welcome-box-image-hover{
    position:absolute;
    top:0;
    left:0;
    right:0;
    opacity:0;
    visibility:hidden;
}

.home-two-welcome-box > .vc_column-inner:hover .home-two-welcome-box-image-hover{
    opacity:1;
    visibility:visible;
}

.home-two-welcome-box > .vc_column-inner:hover .home-two-welcome-box-image-main{
    opacity:0;
    visibility:hidden;
}

.home-two-welcome-box > .vc_column-inner:hover .vc_custom_heading,
.home-two-welcome-box > .vc_column-inner:hover .wpb_text_column{
    color:#fff !important;
}

.home-two-grow-box{
    max-width: 850px;
    margin: 0 auto !important;
}

.home-two-grow-box-heading{
    font-family:'Poppins';
}

.home-two-clients-like-box > .vc_column-inner > .wpb_wrapper{
    position:relative;
    overflow:hidden;
}

.home-two-clients-like-box-data{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    z-index:2;
    align-items:end;
    opacity:0;
    visibility:hidden;
    transform:scale(1.7);
    -webkit-transform:scale(1.7);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.home-two-clients-like-box:hover .home-two-clients-like-box-data{
    opacity:1;
    visibility:visible;
    transform:scale(1);
    -webkit-transform:scale(1);
}

.home-two-clients-like-box-data > .wpb_wrapper > h5{
    margin-bottom:5px;
    font-weight:700;
    font-size:15px;
    color:#fff;
    line-height:25px;
}

.home-two-clients-like-box-data > .wpb_wrapper > p{
    font-weight:400;
    font-size:15px;
    color:#ccd8f6;
    line-height:26px;
}

.home-two-buy-button .rt-button2-main{
    font-weight:600;
    letter-spacing:1px;
}

/* HOME PAGE - VERSION THREE */

.home-three-welcome-box-title{
    min-height:90px;
}

.home-three-overview-box-heading{
    font-family:'Poppins';
}

.home-three-service-box{
    z-index:1;
}

.home-three-consultation-form{
    position:relative;
    z-index:1;
    box-shadow:0px 0px 24px rgba(5,6,6,0.07);
}

.home-three-consultation-form input[type="submit"]{
    border:1px #313d85 solid !important;
}

/* HOME PAGE - VERSION FOUR */

.home-four-like-box > .vc_column-inner{
    position:relative;
    overflow:hidden;
}

.home-four-like-box-data{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    display:flex;
    align-items:end;
    opacity:0;
    visibility:hidden;
    transform:scale(1.7);
    -webkit-transform:scale(1.7);
    transition:all 0.5s ease-in-out;
    -webkit-transition:all 0.5s ease-in-out;
}

.home-four-like-box > .vc_column-inner:hover .home-four-like-box-data{
    opacity:1;
    visibility:visible;
    transform:scale(1);
    -webkit-transform:scale(1);
}

.home-four-testimonial-box{
    box-shadow:0px 0px 18px rgba(5,6,6,0.08);
}

/* HOME PAGE - VERSION FIVE */

.home-five-experience-box-title{
    min-height:95px;
}

.home-five-different-pic:before{
    position:absolute;
    top:0;
    bottom:0;
    right:0;
    z-index:0;
    content:" ";
    width:112px;
    background-color:#f9f9f9;
}

/* TAB ELEMENT PAGE */

.rt-tab.element-five.demo-one-horizontal-tab-two > ul.nav-tabs{
    border-bottom-color:rgba(255,255,255,0.2);
}

.rt-tab.element-six.demo-one-vertical-tab-two > ul.nav-tabs{
    border-right-color:rgba(255,255,255,0.2);
}

.rt-tab.element-five.demo-one-horizontal-tab-two > ul.nav-tabs > li > a:before, .rt-tab.element-six.demo-one-vertical-tab-two > ul.nav-tabs > li > a:before{
    background-color:#fff;
}

.rt-tab.element-five.demo-one-horizontal-tab-two > ul.nav-tabs > li > a, .rt-tab.element-five.demo-one-horizontal-tab-two > .tab-content, .rt-tab.element-six.demo-one-vertical-tab-two > ul.nav-tabs > li > a, .rt-tab.element-six.demo-one-vertical-tab-two > .tab-content{
    color:#fff;
}

/* FOOTER MENU HOVER */

.footer_main_item ul li a:hover{
    color:#00acdf !important;
}
/*blog font-weight*/
.blog-font-section .blog-item > .holder > .data ul.post-meta li strong{
    font-weight:500 !important;
}
/*blog font-weight*/
/*team text weight*/
.team-text-weight .team-item > .holder > .title h5{
    font-weight:500 !important;
}
/*team text weight*/
/*testimonial font weight*/
.team-text-weight .testimonial-item > .holder > .data h5{
    font-weight:500 !important;
    letter-spacing: 0.06em !important;
}
.team-text-weight .testimonial-item > .holder > .data .role{
    letter-spacing: 0.06em !important;
}
/*testimonial font weight*/

.text-space > .holder > .data{

    padding:15px 0 !important;
}
.testimonial-font-color .testimonial-item > .holder > .title p{
    color:#fff !important;
}
.testimonial-font-color .testimonial-item > .holder > .data h5{
    color:#95afcc !important;
}
.testimonial-font-color .testimonial-item > .holder > .data p{
    color:#fff !important;
}
.counter-text-weight {
    font-weight:500 !important;
}


.radiantthemes-timeline.element-one > .radiantthemes-timeline-item > .radiantthemes-timeline-item-data .title{
    color:#161616 !important;
}



/*demo-ten css*/
.border-left{
    position:relative;
}
.border-left:after{
    position: absolute;
    content: " ";
    top: 50%;
    border-radius: 5px;
    background: #11b5e6;
    height: 61px;
    width: 4px;
    right: 0;
    margin-right:9px;
    margin-top: -29px;
}

.nav > [class*="menu-"] > ul.menu > li > a::before {
    position:static;
    background:none;
}
.menu-side-menu-container > ul > li {
    width: 49% !important;
    display: inline-block !important;
    vertical-align: top !important;
}


.email-submit button:hover{
    background:#fff;
    color:#1d2837;
}


.radiantthemes-social-icon ul li a{
    display:block;
    width:40px;
    height:40px;
    border:2px #3a322e solid;
    border-radius:50%;
    text-align:center;
    transition: all .4s
}
.radiantthemes-social-icon ul li a i:before{
    font-size:19px;
    color:#010101;
    line-height:38px;
}
.radiantthemes-social-icon ul li a:hover i{color:#fff !important;}
/*border hover*/
.hover-custom-box.holder{position:relative;}

/*border hover*/

/*service tab*/
.tab-list-style-one ul li{
    padding:10px 0px 0px 0px;
    font-size:14px;
    color:#7c7c7c;
    /*list-style-image:url('https://hrschool.az/static/images/point.png');*/
    list-style-position: inside;
}
.tab-list-style-one h3{
    color:#2a2a2a;
    font-size:24px;
    padding:0 0 20px 0;
    position:relative;
    width:auto !important;
    display:inline-block;
}

/*service tab*/



/*comming soon css*/

/*demo-ten css*/
.error_main h1 {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 45px;
    line-height: 55px;
}
.error_main h2 {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 16px;
    line-height: 28px;
}
.error_main .btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 40px 12px 40px;
    overflow: hidden;
    background-color: #fff;
    border: 1px #1d2837 solid;
    border-top-color: rgb(0, 17, 57);
    border-right-color: rgb(0, 17, 57);
    border-bottom-color: rgb(0, 17, 57);
    border-left-color: rgb(0, 17, 57);
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 12px;
    color: #001139;
    line-break: 25px;
    letter-spacing: 1px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

body.rt-coming-soon.coming-soon-style-two .comingsoon_main h1{
    color:#fff !important;
}
.comingsoon-counter strong{color:#fff !important;}
/*MEDIA*/

.testimo:ial[class*='element-'].owl-dot-style-two .owl-dots > .owl-dot > span {
    display: block;
    width: 12px;
    height: 5px;
    background-color: #d2d2d2 !important;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.testimonial.element-ten .testimonial-item > .holder > .data h5 {
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    color: #000 !important;
    line-height: 26px;
}

@media screen and (max-width:1199px) {

    .vc_row.wpb_row.vc_inner.vc_row-fluid.image-position {
        position: absolute;
        width: 100%;
        top: 48px;
        right: -45px;
    }

}
@media screen and (max-width:990px) {
    .vc_row.wpb_row.vc_inner.vc_row-fluid.image-position {

        display: none;
    }
}
@media screen and (max-width:767px) {
    .style-nine {
        position: relative;
    }
    .after-border:after {
        content: "";
        position: absolute;
        top: 0px;
        right: 40px;
        width: 0px;
        height: 100%;
        background-color: none !important;
    }
    .after-border {
        position: relative;
        margin-bottom: 20px;
        margin-left: 10px;
    }
    .after-border + .vc_column_container {
        margin-left: 10px;
    }

    .vc_custom_1524646716449 > .wpb_wrapper > .rt-button2.element-two[data-button-direction=right],
    .vc_custom_1521436203613 > .wpb_wrapper > .rt-button2.element-two[data-button-direction=right]{
        text-align: left !important;
        margin-top: 15px;
        padding-left:10px !important;
    }

    .vc_custom_1522744952081 {
        padding: 0px 30px !important;
    }

}

@media screen and (max-width:400px) {
    .inner_banner_main .title,.vc_custom_1522730022704,.vc_custom_1518697486754,.vc_custom_1518760412281 .vc_custom_heading,.vc_custom_1518762306782,.vc_custom_1518762268936,.vc_custom_1519195663293,.vc_custom_1519195682256,.vc_custom_1519195574793,.vc_custom_1519195465860,.vc_custom_1519195486087,.vc_custom_1519195506048,.vc_custom_1518844289548,.vc_custom_1520486308869,.vc_custom_1522736394141,.vc_custom_1519730936863,.vc_custom_1519733402399,.vc_custom_1521715588283,.vc_custom_1521626615193,.vc_custom_1521436436604,.vc_custom_1519733402399,.vc_custom_1519735222279,.vc_custom_1519795993386,.vc_custom_1522745956413,.vc_custom_1522748056181,.vc_custom_1522749873690,.vc_custom_1519211782078,.vc_custom_1519207092950,.vc_custom_1519208581726,.vc_custom_1522753025240,.vc_custom_1519389515951,.vc_custom_1519207092950,.vc_custom_1519208581726,.vc_custom_1520835343321,.vc_custom_1522919565906,.vc_custom_1522919495020{
        font-size: 7vw !important;
        line-height: 10vw !important;
    }
    .wraper_inner_banner_main > .container {
        padding-top: 33px !important;
        padding-bottom: 10px;
    }

    .vc_custom_1522740475327 {

        padding-top: 40px !important;
        padding-bottom: 40px !important;
    }
    .heading-left-border, .heading-left-border2, .heading-left-border3,.vc_custom_1522744656988 {
        position: relative;
        padding-left: 21px;
        font-size: 7vw !important;
        line-height: 10vw !important;
    }
    .heading-left-border3 h2{
        font-size: 7vw !important;
        line-height: 10vw !important;
    }

    .wpb_single_image .vc_figure {
        display: inline-block;
        vertical-align: top;
        margin: 0;
        max-width: 100%;
        width: 100%;
    }
    .overlay-holder .vc_single_image-wrapper img {
        transition: transform .5s;
        width: 100%;
    }
    .overlay-holder .vc_single_image-wrapper {
        overflow: hidden;
        width: 100%;
    }
    .vc_custom_1522736394141,.vc_custom_1522736089519,.vc_custom_1522736020859{
        padding-left: 0px !important;
        background-image: none !important;
    }

    .vc_custom_1522735991852,.vc_custom_1522736104131,.vc_custom_1522736394141{
        font-size: 5vw !important;
        line-height: 7vw !important;
    }

    .vc_column-inner.vc_custom_1522736140339 ,.vc_column-inner.vc_custom_1522736089519,.vc_column-inner.vc_custom_1522736020859{
        padding-left: 0px !important;
        background-image:none !important;
    }

    .menu-our-services-container > ul > li {
        width: 100% !important;
        display: inline-block !important;
        vertical-align: top !important;
    }

    p.vc_custom_heading.vc_custom_1522749508438 {
        margin-bottom: 30px !important;
    }
    .left-border2::after {
        position: absolute;
        height: 63%;
        width: 3px;
        background: none !important;
        content: "";
        right: 16%;
        top: 0;
    }
}


/* START HOME PAGE DEMO TEN*/

.wraper_header_main{
    transition:all 0.3s ease-in-out;
}

.is-sticky .wraper_header_main{
    background-color:rgba(255,255,255,1) !important;
    box-shadow:0px 0px 20px rgba(0,0,0,0.3);
}
body{background-color:#FFFFFF;}body{font-family:Rubik;line-height:26px;font-weight:400;font-style:normal;color:#424141;font-size:15px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading body,{opacity: 0;}.ie.wf-loading body,{visibility: hidden;}h1{font-family:Poppins;line-height:45px;letter-spacing:0px;font-weight:800;font-style:normal;color:#131313;font-size:36px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h1,{opacity: 0;}.ie.wf-loading h1,{visibility: hidden;}h2{font-family:Poppins;line-height:45px;font-weight:800;font-style:normal;color:#131313;font-size:36px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h2,{opacity: 0;}.ie.wf-loading h2,{visibility: hidden;}h3{font-family:Poppins;line-height:35px;font-weight:700;font-style:normal;color:#131313;font-size:30px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h3,{opacity: 0;}.ie.wf-loading h3,{visibility: hidden;}h4{font-family:Poppins;line-height:35px;font-weight:700;font-style:normal;color:#131313;font-size:24px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h4,{opacity: 0;}.ie.wf-loading h4,{visibility: hidden;}h5{font-family:Poppins;line-height:30px;letter-spacing:0px;font-weight:700;font-style:normal;font-size:18px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h5,{opacity: 0;}.ie.wf-loading h5,{visibility: hidden;}h6{font-family:Poppins;line-height:27px;font-weight:700;font-style:normal;color:#131313;font-size:16px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading h6,{opacity: 0;}.ie.wf-loading h6,{visibility: hidden;}.preloader{background-color:#273272;}.sk-rotating-plane, .sk-double-bounce .sk-child, .sk-wave .sk-rect, .sk-wandering-cubes .sk-cube, .sk-spinner-pulse, .sk-chasing-dots .sk-child, .sk-three-bounce .sk-child, .sk-circle .sk-child:before, .sk-circle .sk-child:before, .sk-cube-grid .sk-cube, .sk-fading-circle .sk-circle:before, .sk-folding-cube .sk-cube:before{background-color:#ffffff;}.wraper_header.style-one .wraper_header_top, .wraper_header.style-three .wraper_header_top{background-color:#1d2837;}.wraper_header.style-one .wraper_header_main, .wraper_header.style-two .wraper_header_main, .wraper_header.style-three .wraper_header_main, .wraper_header.style-four, .wraper_header.style-seven .wraper_header_main, .wraper_header.style-eight .wraper_header_main, #hamburger-menu, .wraper_flyout_menu{background-color:rgba(255,255,255,0.1);}.wraper_header.style-two .wraper_header_main, .wraper_header.style-seven .wraper_header_main, .wraper_header.style-eight .wraper_header_main{border-bottom-color:rgba(255,255,255,0.1);}.wraper_header:not(.style-four):not(.style-five):not(.style-six):not(.style-nine):not(.style-ten) .nav{text-transform:uppercase;line-height:25px;letter-spacing:1px;font-weight:400;font-style:normal;color:#5b5b5b;font-size:13px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .wraper_header:not(.style-four):not(.style-five):not(.style-six):not(.style-nine):not(.style-ten) .nav,{opacity: 0;}.ie.wf-loading .wraper_header:not(.style-four):not(.style-five):not(.style-six):not(.style-nine):not(.style-ten) .nav,{visibility: hidden;}.wraper_header.style-nine{-moz-box-shadow: 0 0 0 0 rgb(5,6,6);-webkit-box-shadow: 0 0 0 0 rgb(5,6,6);-ms-box-shadow: 0 0 0 0 rgb(5,6,6);-o-box-shadow: 0 0 0 0 rgb(5,6,6);box-shadow: 0 0 0 0 rgb(5,6,6);}.wraper_header.style-nine .wraper_header_top{background-color:#273272;}.wraper_header.style-nine .wraper_header_main{background-color:#ffffff;}.wraper_header.style-nine .nav{font-family:Rubik;text-transform:uppercase;line-height:25px;font-weight:400;font-style:normal;color:#4d4d4d;font-size:13px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .wraper_header.style-nine .nav,{opacity: 0;}.ie.wf-loading .wraper_header.style-nine .nav,{visibility: hidden;}.wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-nine .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a{color:#273272;}.wraper_header.style-ten .wraper_header_top{background-color:rgba(29,40,55,0.4);}.wraper_header.style-ten .wraper_header_main{background-color:rgba(0,0,0,0.01);}.wraper_header.style-ten .nav{font-family:Lato;text-transform:uppercase;line-height:25px;font-weight:700;font-style:normal;color:#fff;font-size:15px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .wraper_header.style-ten .nav,{opacity: 0;}.ie.wf-loading .wraper_header.style-ten .nav,{visibility: hidden;}.wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li:hover > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-parent > a, .wraper_header.style-ten .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a{color:#10c0f4;}.wraper_inner_banner{background-color:#f6f6f6;background-repeat:no-repeat;background-size:cover;background-image:url('https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/06/Inner-Banner-Background-Image.png');}.wraper_inner_banner_main{border-bottom-color:rgba(255,255,255,0.01);}.wraper_inner_banner_main > .container{padding-top:38px;padding-bottom:5px;}.inner_banner_main .title{font-family:Poppins;line-height:40px;letter-spacing:0px;font-weight:800;font-style:normal;color:#131313;font-size:32px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .inner_banner_main .title,{opacity: 0;}.ie.wf-loading .inner_banner_main .title,{visibility: hidden;}.inner_banner_main .subtitle{font-family:Poppins;line-height:26px;font-weight:600;font-style:normal;color:#131313;font-size:18px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .inner_banner_main .subtitle,{opacity: 0;}.ie.wf-loading .inner_banner_main .subtitle,{visibility: hidden;}.inner_banner_breadcrumb #crumbs{font-family:Rubik;text-transform:uppercase;line-height:18px;letter-spacing:1px;font-weight:400;font-style:normal;color:#131313;font-size:12px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .inner_banner_breadcrumb #crumbs,{opacity: 0;}.ie.wf-loading .inner_banner_breadcrumb #crumbs,{visibility: hidden;}.wraper_inner_banner_breadcrumb > .container{padding-top:10px;padding-bottom:10px;}.wraper_footer{background-color:#273272;background-repeat:no-repeat;background-size:cover;background-position:right top;background-image:url('https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/06/footer.jpg');}.wraper_footer_main{border-bottom-color:#45508e;}.wraper_footer_copyright{background-color:#273272;}.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn{padding-top:13px;padding-right:35px;padding-bottom:13px;padding-left:35px;}.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce form .form-row input.button, .woocommerce .return-to-shop .button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn{background-color:#ee5f18;}.rt-button.element-one[class*="hover-style-"] .rt-button-main > .overlay, .radiant-contact-form .form-row input[type=submit]:hover, .radiant-contact-form .form-row input[type=button]:hover, .radiant-contact-form .form-row button[type=submit]:hover, .post.style-two .post-read-more .btn:hover, .post.style-three .entry-main .post-read-more .btn:hover, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .widget-area > .widget.widget_price_filter .button:hover, .rt-fancy-text-box.element-one > .holder > .more > a:hover, .rt-fancy-text-box.element-two > .holder > .more > a:hover, .rt-fancy-text-box.element-three > .holder > .more > a:hover, .rt-fancy-text-box.element-four > .holder > .more > a:hover, .team.element-six .team-item > .holder .data .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn:hover, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn:hover{background-color:#ee5f18;}.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn{border-top:0px none #ededed;border-bottom:0px none #ededed;border-left:0px none #ededed;border-right:0px none #ededed;}.rt-button.element-one > .rt-button-main:hover, .radiant-contact-form .form-row input[type=submit]:hover, .radiant-contact-form .form-row input[type=button]:hover, .radiant-contact-form .form-row button[type=submit]:hover, .post.style-two .post-read-more .btn:hover, .post.style-three .entry-main .post-read-more .btn:hover, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .widget-area > .widget.widget_price_filter .button:hover, .rt-fancy-text-box.element-one > .holder > .more > a:hover, .rt-fancy-text-box.element-two > .holder > .more > a:hover, .rt-fancy-text-box.element-three > .holder > .more > a:hover, .rt-fancy-text-box.element-four > .holder > .more > a:hover, .team.element-six .team-item > .holder .data .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn:hover, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn:hover{border-top:0px none #ffffff;border-bottom:0px none #ffffff;border-left:0px none #ffffff;border-right:0px none #ffffff;}.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn{-moz-box-shadow:     rgb(0,0,0);-webkit-box-shadow:     rgb(0,0,0);-ms-box-shadow:     rgb(0,0,0);-o-box-shadow:     rgb(0,0,0);box-shadow:     rgb(0,0,0);}.rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn{font-family:Rubik;text-transform:uppercase;line-height:23px;letter-spacing:1px;font-weight:400;font-style:normal;color:#ffffff;font-size:13px;opacity: 1;visibility: visible;-webkit-transition: opacity 0.24s ease-in-out;-moz-transition: opacity 0.24s ease-in-out;transition: opacity 0.24s ease-in-out;}.wf-loading .rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn,{opacity: 0;}.ie.wf-loading .rt-button.element-one > .rt-button-main, .radiant-contact-form .form-row input[type=submit], .radiant-contact-form .form-row input[type=button], .radiant-contact-form .form-row button[type=submit], .post.style-two .post-read-more .btn, .post.style-three .entry-main .post-read-more .btn, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .widget-area > .widget.widget_price_filter .button, .rt-fancy-text-box.element-one > .holder > .more > a, .rt-fancy-text-box.element-two > .holder > .more > a, .rt-fancy-text-box.element-three > .holder > .more > a, .rt-fancy-text-box.element-four > .holder > .more > a, .team.element-six .team-item > .holder .data .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn,{visibility: hidden;}.rt-button.element-one > .rt-button-main:hover, .radiant-contact-form .form-row input[type=submit]:hover, .radiant-contact-form .form-row input[type=button]:hover, .radiant-contact-form .form-row button[type=submit]:hover, .post.style-two .post-read-more .btn:hover, .post.style-three .entry-main .post-read-more .btn:hover, .woocommerce #respond input#submit, .woocommerce .return-to-shop .button:hover, .woocommerce form .form-row input.button:hover, .widget-area > .widget.widget_price_filter .button:hover, .rt-fancy-text-box.element-one > .holder > .more > a:hover, .rt-fancy-text-box.element-two > .holder > .more > a:hover, .rt-fancy-text-box.element-three > .holder > .more > a:hover, .rt-fancy-text-box.element-four > .holder > .more > a:hover, .team.element-six .team-item > .holder .data .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title .btn:hover, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title .btn:hover, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data .btn:hover, .rt-portfolio-box.element-four .rt-portfolio-box-item > .holder > .pic > .data .btn:hover{color:#ffffff;}.rt-button.element-one > .rt-button-main i{color:#ffffff;}.rt-button.element-one > .rt-button-main:hover i{color:#ffffff;}.radiant-contact-form .form-row input[type=text], .radiant-contact-form .form-row input[type=email], .radiant-contact-form .form-row input[type=url], .radiant-contact-form .form-row input[type=tel], .radiant-contact-form .form-row input[type=number], .radiant-contact-form .form-row input[type=password], .radiant-contact-form .form-row input[type=date], .radiant-contact-form .form-row input[type=time], .radiant-contact-form .form-row select{height:45px;}.radiant-contact-form .form-row textarea{height:55px;}.radiant-contact-form .form-row input[type=text]:focus, .radiant-contact-form .form-row input[type=email]:focus, .radiant-contact-form .form-row input[type=url]:focus, .radiant-contact-form .form-row input[type=tel]:focus, .radiant-contact-form .form-row input[type=number]:focus, .radiant-contact-form .form-row input[type=password]:focus, .radiant-contact-form .form-row input[type=date]:focus, .radiant-contact-form .form-row input[type=time]:focus, .radiant-contact-form .form-row select:focus, .radiant-contact-form .form-row textarea:focus{padding-top:5px;padding-right:10px;padding-bottom:5px;padding-left:10px;}.radiant-contact-form .form-row input[type=text], .radiant-contact-form .form-row input[type=email], .radiant-contact-form .form-row input[type=url], .radiant-contact-form .form-row input[type=tel], .radiant-contact-form .form-row input[type=number], .radiant-contact-form .form-row input[type=password], .radiant-contact-form .form-row input[type=date], .radiant-contact-form .form-row input[type=time], .radiant-contact-form .form-row select, .radiant-contact-form .form-row textarea{-moz-box-shadow: 0 0 0 0 rgb(0,0,0);-webkit-box-shadow: 0 0 0 0 rgb(0,0,0);-ms-box-shadow: 0 0 0 0 rgb(0,0,0);-o-box-shadow: 0 0 0 0 rgb(0,0,0);box-shadow: 0 0 0 0 rgb(0,0,0);}.rt-accordion.element-one .rt-accordion-item{background-color:#ffffff;}.rt-accordion.element-two .rt-accordion-item > .rt-accordion-item-title > .rt-accordion-item-title-icon > .holder{background-color:#00174d;}.rt-accordion.element-two .rt-accordion-item.rt-active > .rt-accordion-item-title > .panel-title{color:#00174d;}.rt-accordion.element-three .rt-accordion-item > .rt-accordion-item-title > .rt-accordion-item-title-icon > .holder i, .rt-accordion.element-three .rt-accordion-item > .rt-accordion-item-title > .panel-title{color:#2c394c;}.rt-accordion.element-four .rt-accordion-item.rt-active > .rt-accordion-item-title{color:#2c394c;}.rt-fancy-text-box.element-one > .holder > .title > .icon i, .rt-fancy-text-box.element-one > .holder > .title > .fancy-text-tag, .rt-fancy-text-box.element-one > .holder > .title > .fancy-text-tag > a, .rt-fancy-text-box.element-two > .holder > .icon i, .rt-fancy-text-box.element-two > .holder > .title > .fancy-text-tag, .rt-fancy-text-box.element-two > .holder > .title > .fancy-text-tag > a, .rt-fancy-text-box.element-three > .holder > .title > .fancy-text-tag, .rt-fancy-text-box.element-three > .holder > .title > .fancy-text-tag > a, .rt-fancy-text-box.element-four > .holder > .title > .fancy-text-tag, .rt-fancy-text-box.element-four > .holder > .title > .fancy-text-tag > a{color:#1b2533;}.rt-pricing-table.element-one > .holder > .data{background-color:#ffdc40;}.rt-pricing-table.element-one > .holder > .data h5{color:#ffffff;}.rt-pricing-table.element-one > .holder > .data .btn{background-color:#ffffff;}.rt-pricing-table.element-two.spotlight > .holder > .title:before, .rt-pricing-table.element-two.spotlight > .holder > .title:after, .rt-pricing-table.element-two > .holder > .title h4:before, .rt-pricing-table.element-two > .holder > .data .btn{background-color:#e60e46;}.rt-pricing-table.element-two > .holder > .title h5{color:#e60e46;}.rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .title, .rt-portfolio-box.element-one .rt-portfolio-box-item > .holder > .data, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .title > .table, .rt-portfolio-box.element-two .rt-portfolio-box-item > .holder > .pic > .data > .table{background-color:rgba(10,10,10,0.86);}.testimonial.element-one .testimonial-item > .holder > .title h5{color:#001a57;}.testimonial.element-one .testimonial-item > .holder > .title p{color:#ffffff;}.testimonial.element-one .testimonial-item > .holder > .data{background-color:#f2f0ee;}.testimonial.element-one .testimonial-item > .holder > .data:before{border-top-color:#f2f0ee;}.testimonial.element-one .testimonial-item > .holder > .data blockquote p{color:#b9cbf4;}.testimonial.element-two .testimonial-item > .holder > .title h5{color:#ffffff;}.testimonial.element-two .testimonial-item > .holder > .data blockquote p{color:#d8d4d4;}.testimonial.element-two .testimonial-item > .holder > .meta ul.social li a i{color:#ffffff;}.testimonial.element-three .testimonial-item > .holder > .data h5{color:#ffffff;}.testimonial.element-three .testimonial-item > .holder > .data blockquote p{color:#d8d4d4;}.testimonial.element-three .testimonial-item > .holder > .data ul.rating li i{color:#ffffff;}.testimonial.element-four .testimonial-item > .holder > .data h5{color:#ffffff;}.testimonial.element-four .testimonial-item > .holder > .data{background-color:rgba(0,0,0,0.01);}.testimonial.element-four .testimonial-item > .holder > .data blockquote p{color:#d8d4d4;}.testimonial.element-four .testimonial-item > .holder > .data ul.rating li i{color:#ffffff;}.testimonial.element-five .testimonial-item > .holder > .title h5{color:#ffffff;}.testimonial.element-five .testimonial-item > .holder > .title p{color:#001a57;}.testimonial.element-five .testimonial-item > .holder > .data{background-color:#584835;}.testimonial.element-five .testimonial-item > .holder > .data blockquote p{color:#ffffff;}.testimonial.element-six .testimonial-item > .holder > .data h5{color:#001a57;}.testimonial.element-six .testimonial-item > .holder > .data blockquote p{color:#222222;}.testimonial.element-seven .testimonial-item > .holder > .title h5{color:#ffffff;}.testimonial.element-seven .testimonial-item > .holder > .title p{color:#001a57;}.testimonial.element-seven .testimonial-item > .holder > .data blockquote p{color:#ffffff;}.testimonial.element-seven .testimonial-item > .holder > .title ul.rating li i{color:#001a57;}.testimonial.element-eight .testimonial-item > .holder > .title h5{color:#001a57;}.testimonial.element-eight .testimonial-item > .holder > .title p{color:#0f5c84;}.testimonial.element-eight .testimonial-item > .holder > .data{background-color:rgba(0,0,0,0.04);}.testimonial.element-eight .testimonial-item > .holder > .data blockquote p{color:#222222;}.testimonial.element-nine .testimonial-item > .holder > .title h5{color:#001a57;}.testimonial.element-nine .testimonial-item > .holder > .title p{color:#0f5c84;}.testimonial.element-nine .testimonial-item > .holder{background-color:rgba(0,0,0,0.02);}.testimonial.element-nine .testimonial-item > .holder > .data blockquote p{color:#222222;}.testimonial.element-ten .testimonial-item > .holder > .data h5{color:#161616;}.testimonial.element-ten .testimonial-item > .holder > .data .role{color:#ffffff;}.testimonial.element-ten .testimonial-item > .holder > .data blockquote:before{background-color:#ffffff;}.testimonial.element-ten .testimonial-item > .holder > .data blockquote p{color:#161616;}.rt-loan-calculator.element-one > ul.nav-tabs > li.active > a, .rt-loan-calculator.element-one .rt-loan-calculator-form .form-row .form-row-slider .slider .slider-track > .slider-selection{background-color:#273272;}.rt-loan-calculator.element-one > ul.nav-tabs > li.active > a{border-color:#273272;}.rt-loan-calculator.element-one .rt-loan-calculator-form .result-row .result-row-amount p{color:#273272;}body.error-404-style-one .wraper_error_main, body.error-404-style-two .wraper_error_main{background-color:#0f2240;background-repeat:no-repeat;background-size:cover;background-attachment:inherit;background-image:url('https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/06/dark-image-for-404-page.jpg');}.wraper_error_main > .container{padding-top:180px;padding-bottom:180px;} .vc_custom_1519198247869{margin-bottom: 0px !important;padding-top: 65px !important;padding-bottom: 30px !important;}.vc_custom_1519211851621{margin-top: 25px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 25px !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1519211447547{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 50px !important;padding-bottom: 50px !important;background-color: #f8f8f8 !important;}.vc_custom_1519191954575{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519191969183{margin-right: 0px !important;padding-right: 42px !important;}.vc_custom_1519211782078{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519200782031{margin-top: 12px !important;margin-bottom: 27px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519201505171{margin-top: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519201525912{margin-top: 10px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 32px !important;}.vc_custom_1529302143858{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 92px !important;background-image: url(https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/06/demo-eleven-mechin-1.png?id=10166) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1529302165002{margin-right: 0px !important;margin-left: 0px !important;padding-right: 0px !important;padding-left: 92px !important;background-image: url(https://themes.radiantthemes.com/consultix/demo-eleven/wp-content/uploads/2018/06/demo-eleven-mechin-2.png?id=10167) !important;background-position: 0 0 !important;background-repeat: no-repeat !important;}.vc_custom_1519207092950{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1522752753139{margin-top: 12px !important;margin-bottom: 27px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1518610017481{padding-bottom: 50px !important;}.vc_custom_1519211433719{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1519208581726{padding-top: 0px !important;padding-bottom: 0px !important;}.vc_custom_1529302312957{margin-top: 0px !important;margin-bottom: 0px !important;padding-top: 10px !important;padding-bottom: 10px !important;} .wpb_animate_when_almost_visible { opacity: 1; }

.details-content input {
    background: green;
    padding: 10px;
    color: #fff;
    border: none;
    border-radius: 5px;
}

.tags {
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.tags li {
    float: left;
}

.tag {
    background: #eee;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 23px;
    position: relative;
    margin: 0 10px 10px 0;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

.tag::before {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
    content: '';
    height: 6px;
    left: 10px;
    position: absolute;
    width: 6px;
    top: 10px;
}

.tag::after {
    background: #fff;
    border-bottom: 13px solid transparent;
    border-left: 10px solid #eee;
    border-top: 13px solid transparent;
    content: '';
    position: absolute;
    right: 0;
    top: 0;
}

.tag:hover {
    background-color: crimson;
    color: white;
}

.tag:hover::after {
    border-left-color: crimson;
}