/* added by PK to provide the swisspentest font on the website */
@font-face {
	font-family: 'swisspentest';
	src: url("/wp-content/themes/fonts/swisspentest_v2.woff2") format("woff2"),
		 url("/wp-content/themes/fonts/swisspentest_v2.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
.sp-font {
    font-size: 120%;
}
.sp-font, .sp-font * {
    font-family: 'swisspentest' !important;
}
.swisspentest {
    color: #974444;
}
.riscape {
    color: #076db9;
}
.swisspentest .black-inner,
.riscape .black-inner {
    color: #3B3B3B;
}

/* added by PK, to fix the design of Smartrecruiters Widget */
@font-face {
  font-family: 'verdana';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7SUc.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/*.srJobList .srJobListTitles *, .srJobList .srJobListJobOdd * {
    font-famiy: Inter !important;
}*/

/* added by PK to fix font size in main menu */
nav .sp-font * {
    font-size: 100% !important;
}

/* added by PK to make menu items more width */
.wraper_header.style-thirteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul {
    width: 260px !important;
}

/* Hide topbar with phone number and email in it */
.wraper_header_top {
    display: none !important;
}

/* header navbar logo auto width */
.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo img {
    max-width: unset !important;
}

/* make a white mobile menu background*/
#mobile-menu {
    background: white !important;
}

/* history titles in chronology not uppercase only */
.wordpresstheme-timeline.element-two > .wordpresstheme-timeline-item .wordpresstheme-timeline-item-data .title {
    text-transform: unset !important;
}

/* added by PK to fix theme options for testemonials */
.elementor-6 .elementor-element.elementor-element-5de1083e .testimonial .testimonial-item > .holder > .testimonial-title .designation {
  color: white !important;
  font-weight: bold;
}

/* added by PK to fix the orund images from testemonials */
.testimonial.element-one .testimonial-item > .holder > .testimonial-pic > .testimonial-pic-holder > .testimonial-pic-main {
    background-position: center !important;
    background-size: contain !important;
    border-radius: 0px !important;
    width: 300px !important;
}

/* added before */

.error404 .wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a{
   color: #181b31;
}
body{
overflow-x:hidden!important;
}
.error_main a{
   padding:16px 36px;
   color:#fff;
   font-size:15px;
   line-height:28px;
   background-color:#1869ff;
}
.error_main a:hover{
   color:#fff;
   
}
.error404 .wraper_header.style-six .wraper_header_main .header_main .brand-logo img,
.error404 .wraper_header.style-six .wraper_header_main .header_main .brand-logo-sticky img{
   filter: brightness(0);
}
.error404  .wraper_header.style-six .wraper_header_main{
   box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 15px;
}
.error404 .wraper_error_main {
   padding-top: 130px;
}
.wraper_error_main.style-one>.container {
   padding-top: 100px;
   padding-bottom: 130px;
}
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact>li:last-child {
    padding-right: 20px;
    padding-left: 30px;
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    background-image: url(/wp-content/uploads/2020/12/location_icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    position: relative;
}
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact>li {
    display: inline-block;
    vertical-align: top;
    /*padding: 7px 22px 8px 22px;*/
    border-right: 1px rgba(255, 255, 255, 0.2) solid;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    letter-spacing: 0.4px;
    background-image: url(/wp-content/uploads/2020/12/mail_icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 30px;
    margin-left: 10px;
}
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact>li:first-child {
    padding-left: 25px;
    background-image: url(/wp-content/uploads/2020/12/phone_icon.png);
    background-repeat: no-repeat;
    background-position-y: center;
}    
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn.button-one {
    background-color: #1f2732;
    background-image: url(/wp-content/uploads/2020/12/flag.png);
    background-repeat: no-repeat;
    background-position-y: center;
    padding-left: 35px;
}
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn.button-two {
    background-color: #1869ff;
    position: initial;
}

/*.wraper_header.style-thirteen .wraper_header_main>.container {
    padding-top: 0px;
    padding-bottom: 0px;
}*/
.wraper_header.style-thirteen .is-sticky .wraper_header_main, .wraper_header.style-thirteen .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    background-color: #ffffff;
    margin-top: -9px;
}
/*.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo img {
    padding-top: 18px; 
    padding-left: 5px;
}*/
.wraper_header.style-thirteen .wraper_header_main .nav {
    float: left;
    margin-top: 9px;
    text-align: right;
    padding-top: 15px;
    position: relative;
    left: 105px;
}
.wraper_header.style-thirteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li>ul {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header_main.wordpresstheme-sticky-style-two > div > div > div.header_main_action > ul > ul > ul > li.header-cart-bar > a > span.cart-count {
    background-color: #1869ff;
    border-radius: 50%;
    padding: 0px 5px 0px 5px;
    color: #fff;
    position: relative;
    bottom: 8px;
    font-weight: 400;
    left: 30px;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action {
    font-size: 16px;
    font-weight: 600;
    padding-top: 4px;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul {
    display: flex !important;
    padding-top: 12px !important;
    padding-right: 35px;
    position: relative;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li {
        margin-left: 20px;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul > ul > ul > li:nth-child(1) > div > div > i {
   float: right;
    position: absolute;
    top: 2px;
    right: -45px;
    z-index: 9;
    font-size: 15px;
    color: #333;
    font-weight: 600;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li span[class*='ti-'] {
    font-size: 15px;
    color: #333;
    line-height: 1;
    position: relative;
    left: 125px;
    top: -40px;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li span.cart-count {
    background-color: #1869FF;
    border-radius: 50%;
    color: #FFF;
    padding: 1px 5px 1px 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    bottom: 50px;
    left: 115px;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box {
    top: 30px;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul > li > div.rt-search-box2 {
    float: right;
    position: absolute;
    /*top: -35px;*/
    color: #333;
}

@media (max-width: 767px) {
.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo {
    padding-top: 17px;
    padding-left: 0px;
    margin-left: -5px;
}
}
   
@media (max-width: 767px) {
    .wraper_header.style-thirteen .wraper_header_main .header-responsive-nav {
    padding-top: 10px;
}
}
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) { 
    .wraper_header.style-thirteen .wraper_header_main .header_main_action {
    padding-top: 40px;
    position: relative;
    left: 50px;
    padding-bottom: 5px;
    }
}
@media screen and (max-width: 991px) and (min-width: 768px){
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    font-size: 0;
    float: right;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: none;
    vertical-align: top;
    font-size: 0;
    position: absolute;
}
}
@media screen and (max-width: 991px) and (min-width: 768px){
.wraper_header.style-thirteen .wraper_header_main .header-responsive-nav {
    width: 30px;
    float: right;
    margin-top: 8px;
    margin-left: 20px;
    text-align: right;
    font-size: 25px;
    color: #333;
    padding-top: 17px;
}
}

@media screen and (max-width: 991px) and (min-width: 768px){
.wraper_header.style-thirteen .wraper_header_main .header_main_action {
    font-size: 16px;
    font-weight: 600;
    padding-top: 25px;
    position: relative;
    left: 50px;
    visibility: hidden;
}
}

@media screen and (max-width: 991px) and (min-width: 768px){
.wraper_header.style-thirteen .wraper_header_main .header-responsive-nav {
    padding-top: 7px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    display: flex;
    position: absolute;
    left: -20px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item ul.header-contact>li:only-child {
    padding-left: 0;
    padding-right: 0;
    border-right: none;
    position: relative;
    left: 340px;
    margin-left: -35px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_top .header_top .header_top_item .header-calltoaction {
    display: inline-block;
    vertical-align: top;
    margin-left: 25px;
    font-size: 0;
    float: right;
    position: relative;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo img {
    padding-top: 17px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_main .nav>[class*='menu-'] {
    display: block;
    position: relative;
    right: 10px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){ 
    .wraper_header.style-thirteen .wraper_header_main .header_main_action {
        position: relative;
    }
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul {

    padding-top: 12px !important;
}
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul.social-13 {
    display:none !important;
}
}

@media (max-width: 767px) {
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul {
    visibility: hidden;
    padding: 0px !important;
}
}
@media (max-width: 767px) {
.wraper_header.style-thirteen .wraper_header_main>.container {
    height:72px;
}
}
@media (max-width: 767px) {
.wraper_header.style-thirteen .is-sticky .wraper_header_main, .wraper_header.style-thirteen .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    height:76px;
    position: fixed;
    top: -6px;
}
}
@media screen and (device-aspect-ratio: 40/71) {
.elementor-6 .elementor-element.elementor-element-81b8a34 .elementor-divider {
    margin-left: 20px;
}
}

@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li {
    margin-left: 14px;
}
}
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {
.elementor-6 .elementor-element.elementor-element-81b8a34 .elementor-divider {
    margin-left: -65px;
}
}
@media only screen 
    and (device-width : 414px) 
    and (device-height : 736px) 
    and (-webkit-device-pixel-ratio : 3) {
.elementor-6 .elementor-element.elementor-element-aa67c26 .elementor-divider {
    margin-left: -70px;
}
}
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    .elementor-6 .elementor-element.elementor-element-81b8a34 .elementor-divider {
    margin-left: -25px;
    }
   }
   
@media only screen 
    and (device-width : 375px) 
    and (device-height : 812px) 
    and (-webkit-device-pixel-ratio : 3) {
    .elementor-6 .elementor-element.elementor-element-aa67c26 .elementor-divider {
    margin-left: -35px;
    }
   }
    
@media screen and (max-width: 1199px) and (min-width: 992px){ 
.wraper_header.style-thirteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li {
    margin-right: 30px !important;
    padding-left: 5px;    
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){ 
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul > ul > ul > li:nth-child(1) > div > div > i {
    top: 30px;
    right: -90px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){ 
.wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li span[class*='ti-']{
    top: 28px;
    left: 70px;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
.wraper_header_main.wordpresstheme-sticky-style-two > div > div > div.header_main_action > ul > ul > ul > li.header-cart-bar > a > span.cart-count {
    left: 60px;
    top: 20px;
    bottom: 0;
}
}
@media only screen and (-webkit-device-pixel-ratio: 3) and (device-height: 736px) and (device-width: 414px) {
.wraper_header.style-thirteen .wraper_header_main .header_main_action {
    padding-top: 0px;
    position: relative;
    left: 50px;
    padding-bottom: 5px;.elementor-6 .elementor-element.elementor-element-5de1083e .testimonial .testimonial-item > .holder > .testimonial-title .designation {
  color: #1869FF;
}
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul {
    display: flex !important;
    padding-top: 0px;
    padding-right: 25px;
    margin-top: -12px;
    position: relative;
    bottom: 15px;
    right: 35px;
}
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo {
/*margin-left: -30px;*/
/*padding-top: 5px;*/
}
.elementor-6 .elementor-element.elementor-element-248673ea .elementor-heading-title {
    padding-top: 60px;
}
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .wraper_header.style-thirteen .wraper_header_main .header_main .brand-logo {
    margin-left: -4px;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li span[class*='ti-'] {
    top: 25px;
    left: 130px;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
  .wraper_header.style-thirteen .wraper_header_main .header_main_action ul>li span.cart-count {
    bottom: -15px;
}
}
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul > li > div.rt-search-box2 {
    top: 32px;
}
}
@media only screen and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) {
.wraper_header.style-thirteen .wraper_header_main .header_main_action > ul.social-13 {
display: none !important;
}
}
@media screen and (max-width: 1199px) and (min-width: 992px){
 .elementor-6 .elementor-element.elementor-element-81b8a34 .elementor-divider {
    position: relative;
    top: 80px;
    right: 100px;
    }
   }
@media screen and (max-width: 1199px) and (min-width: 992px){
 .elementor-6 .elementor-element.elementor-element-aa67c26 .elementor-divider {
    position: relative;
    left: 190px;
    }
   }   
.wraper_header.style-fifteen .wraper_header_top>.container {
        margin-bottom: -20px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo img {
   
    float: left;
    position: absolute;
    left: 6px;
    top: 2px;
}    

.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact>li:only-child {
    font-weight: 400;
    font-size: 14px;
    padding-left: 10px;
}
.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item .header-calltoaction .btn.button-two {
    padding-top: 25px;
    font-weight: 400;
    font-size: 14px;
}
.wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-'] {
    position: relative;
    right: 152px;
    top: -5px;
}
.wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li>ul {
    position: absolute;
    top: 55px;
    left: -5px;
    z-index: 1;
    width: 240px;
    padding-top: 20px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header.style-fifteen .wraper_header_main>.container {
    padding-top: 20px;
    padding-bottom: 0px;
    position: relative;
    top: -7px;
}
.wraper_header.style-fifteen .wraper_header_top {
    background-color: #1869ff;
    height: 38px;
}
.wraper_header_top.visible-lg.visible-md.visible-sm.hidden-xs > div > div > div.col-lg-6.col-md-6.col-sm-6.col-xs-12.text-left > div > ul.social-15 {
    display: flex;
    margin-left: 450px;
    position: relative;
    top: -35px;
    left: -350px;
}
.wraper_header_top.visible-lg.visible-md.visible-sm.hidden-xs > div > div > div.col-lg-6.col-md-6.col-sm-6.col-xs-12.text-left > div > ul.social-15 > li > a {
color: #FFFFFF;
} 
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul>li span[class*='ti-'] {
    font-size: 15px;
    color: #333;
    line-height: 1;
    font-weight: 600;
    position: relative;
    top: 5px;
    float: right;
    right: 5px;
}
.wraper_header.style-fifteen .wraper_header_main{
    height: 66px;
    
}
.wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li:hover>a:before, .wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li.current-menu-item>a:before, .wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li.current-menu-parent>a:before, .wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li.current-menu-ancestor>a:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover {
background: #fff;
padding: 0 40px 4px 5px;
color: #333;
}
.wraper_header.style-fifteen .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a {
  
    line-height: 20px;
    font-weight: 600;
    font-style: normal;
    color: #333333 !important;
    font-size: 15px;
    position: relative;
    top: 7px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box {
    position: absolute;
    top: 30px;
    right: 10px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-fifteen .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box>.form-row button[type=submit] {
    position: absolute;
    top: -3px;
    right: -20px;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul>li span[class*='cart-'] {
    color: #FFFFFF;
    font-size: 14px;
    background-color: #1869ff;
    border-radius: 50%;
    line-height: 20px;
    padding: 1px 5px 2px 5px;
    position: relative;
    bottom: 5px;
    right: -19px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul>li>div.rt-search-box2>div.container>i.search-btn2 {
    float: right;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    color: #333;
    left: 40px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul> li > div.rt-search-box2 > div.search-overlay2 > div.search-area-grid > [class*=" ti-"], [class^=ti-] {
    font-size: 20px;
    position: relative;
    bottom: 0px;
    right: 0px;
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.wraper_header.style-fifteen {
    position: relative;
    z-index: 999;
    width: 100%;
    direction: initial;
    box-shadow: none;
}    
@media (max-width: 767px){
.wraper_header.style-fifteen .wraper_header_main .header_main_action ul>li>div.rt-search-box2>div.container>i.search-btn2 {
left: 60px;
}
.wraper_header.style-fifteen .wraper_header_main .header-responsive-nav
{
color: #333;
}
.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo img {
left: 0px;
}
}
@media (max-width: 991px) and (min-width: 768px){
.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact>li:only-child {
padding-left: 0px;
margin-left: -5px;
}
.wraper_header.style-fifteen .wraper_header_main .header-responsive-nav {
    color: #333;
    margin-top: 0px;
    position: relative;
    bottom: 15px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main_action {
    margin-top: 0px;
    position: relative;
    bottom: 10px;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-fifteen .wraper_header_top .header_top .header_top_item ul.header-contact>li:only-child {
    padding-left: 0px; 
        margin-left: -17px;
}
.wraper_header.style-fifteen .wraper_header_main .header_main .brand-logo img {
left: -20px;
}
.wraper_header.style-fifteen .wraper_header_main .nav>[class*='menu-'] {
right: 50px;
}
}
.wraper_header.style-six .wraper_header_main{
    background-color: transparent !important;
}
.wraper_header.style-six .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    background-color: #ffffff !important;
}
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:before{
    display:none;
}
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > a:hover,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > a:hover,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > ul > li > ul > li  > a:hover{
    
}
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-ancestor > a,
.wraper_header.style-six .wraper_header_main .nav > [class*="menu-"] > ul.menu > li.current-menu-item > a{
  
}

/*.wraper_header.style-sixteen .is-sticky .wraper_header_main, .wraper_header.style-sixteen .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    height: 86px;
    padding-top: 18px;
}*/
.wraper_header.style-sixteen .wraper_header_main .nav>[class*='menu-']>ul.menu>li>ul{
    position: absolute;
    top: 45px;
    left: -15px;
    z-index: 1;
    width: 240px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.075);
    border-radius: 0px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;    
}
 .wraper_header.style-sixteen .wraper_header_main {
    background-color: #ffffff;
}
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
        background-color: #1869ff !important;
}
/*.wraper_header.style-sixteen .wraper_header_main .nav {
        padding-top: 10px;
        position: relative;
        z-index: 9;
}
.wraper_header.style-sixteen .wraper_header_main>.container {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -7px;
    margin-bottom: -7px;
}*/
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box>.form-row button[type=submit] {
    position: absolute;
    top: -25px;
    right: -125px;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    line-height: 30px;
}
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box {
    position: absolute;
    top: 55px;
    right: 125px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}

.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    background-color: #333333;
    position: absolute;
    top: 5px;
    right: 5px;
}
.wraper_header.style-sixteen .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {

    background-color: rgba(255,255,255,1) !important;
}
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul>li span[class*='ti-'] {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    position: relative;
    top: 13px;
    right: 15px;
}
.wordpresstheme-button > .wordpresstheme-button-main, .gdpr-notice .btn, .shop_single > .summary form.cart .button, .shop_single #review_form #respond input[type="submit"], .woocommerce button.button[name="apply_coupon"], .woocommerce button.button[name="update_cart"], .woocommerce button.button[name="update_cart"]:disabled, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce form.checkout_coupon .form-row .button, .woocommerce #payment #place_order, .woocommerce .return-to-shop .button, .woocommerce form .form-row input.button, .woocommerce table.shop_table.wishlist_table > tbody > tr > td.product-add-to-cart a, .widget-area > .widget.widget_price_filter .button, .post.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .page.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .tribe_events.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .testimonial.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .team.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .portfolio.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .case-studies.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .client.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .product.style-default .entry-main .entry-extra .entry-extra-item .post-read-more .btn span, .comments-area .comment-form > p button[type="submit"], .comments-area .comment-form > p button[type="reset"], .wraper_error_main.style-one .error_main .btn, .wraper_error_main.style-two .error_main .btn, .wraper_error_main.style-three .error_main_item .btn, .wraper_error_main.style-four .error_main .btn, .btn {
    border-radius: 0 0 0 0 !important;
}
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul> li.header_button {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    /* border: 1px solid transparent; */
    font-size: 15px;
    color: #FFFFFF !important;
    font-weight: 600;
    background-color: #1869ff;
    position: relative;
    padding: 11px 38px 11px 38px;
    top: -6px;
}
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul> li.header_button > a {
    color: #FFF;
}
.wraper_header.style-sixteen .wraper_header_main .header-main-action > ul > div.rt-search-box2 {
    float: right;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #333;
    right: 255px;
    top: 24px;
}
@media (max-width: 767px){
.wraper_header.style-sixteen .wraper_header_main .header_main{
    height: 64px;
}
}
@media (max-width: 767px){
.wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo {
    margin-top: 0px;
    margin-left:-5px;
}
}
@media (max-width: 767px){
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul>li span[class*='ti-'] {
    top: 60px;
}
}
@media (max-width: 767px){
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul > li.header-cart-bar > .header-cart-bar-icon .cart-count {
    top: 50px;
}
}
@media (max-width: 767px){
.wraper_header.style-sixteen .wraper_header_main .header-main-action > ul > div.rt-search-box2 {
    right: 95px;
    top: 70px;
}
}

@media (max-width: 767px) {
.wraper_header.style-sixteen .wraper_header_main .header-main-action {
    visibility: hidden;
}
}
@media (max-width: 767px) {
    .wraper_header.style-sixteen .wraper_header_main .header-responsive-nav{
            margin-top: 0px;
            position: relative;
            bottom: 41px;
            right: 0px;
    }
}    
@media (max-width: 991px) and (min-width: 768px){
.wraper_header.style-sixteen .wraper_header_main .header-responsive-nav {
    margin-top: 6px;
}

.wraper_header.style-sixteen .wraper_header_main > .container {
    padding-top: 14px;
    padding-bottom: 14px;
}
}
@media (max-width: 991px) and (min-width: 768px){
.wraper_header.style-sixteen .wraper_header_main .header-main-action > ul > div.rt-search-box2 {
        right: 300px;
}
}

@media (max-width: 1024px) and (min-width: 768px) {
  .wraper_header.style-sixteen .wraper_header_main .header_main .header_main_item .brand-logo {
    margin-left:-4px;
}  
}

@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-sixteen {
    padding-top: 12px;
    padding-bottom: 12px !important;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-sixteen .wraper_header_main .nav {
    width: 875px;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-sixteen .wraper_header_main .header-main-action > ul > div.rt-search-box2 {
    visibility: hidden;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul>li.header-cart-bar {
  visibility: hidden;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-sixteen .wraper_header_main .header-main-action ul> li.header_button {
      top: -18px !important;
}
}
.wraper_header.style-one .wraper_header_main .nav {
    float: right;
    margin-top: 7px;
    text-align: right;
    padding-right: 390px;
}
.style-one .post-button .ti-angle-right{
        color: #1869ff !important;
}
.style-one .post-button:hover .ti-angle-right {
    color: #ffffff !important;
}
.style-one .post-button:hover {
    background: #1869ff !important;
    color:#fff !important;
}
.wraper_header.style-eleven .wraper_header_top {
    visibility: hidden;
    height: 0px;
}

.wraper_header.style-eleven .wraper_header_nav {
    background-color: #1869ff !important;
}
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav>[class*='menu-']>ul.menu>li>a {
        -webkit-transform: skewX(0deg) ;
}
.wraper_header.style-eleven .wraper_header_main .header_main {
    margin-left: -17px;
}
.wraper_header.style-eleven .wraper_header_main .header_main .brand-logo img {
    margin-left: 22px;
}
.wraper_header.style-eleven .wraper_header_nav>.container {
    padding-top: 0;
    padding-bottom: 0;
}
.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact {
    float: right;
    font-size: 15px;
    position: absolute;
    padding: 0;
    margin: 0;
    top: 0px;
    left: 130px;
}
.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact>li {
    display: block;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: 30px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    float: left;
    left: 145px;
}
.wraper_header.style-eleven .wraper_header_main > div > div > div > div > ul.social-11 {
    display: flex;
    padding: 0px;
    margin: 0px;
    float: right;
    position: relative;
    top: -2px;
}

.wraper_header.style-eleven .wraper_header_main > div > div > div > div > ul.social-11> li {
    padding-right: 15px;
    padding-top: 5px;
}
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav>[class*='menu-']>ul.menu>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: auto;
    height: auto;
    margin-right: 10px;
    padding-top: 0px;
    right: 30px;
}
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav>[class*='menu-']>ul.menu>li>ul {
    position: absolute;
    top: 70px;
    left: 25px;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header.style-eleven .header-main-action > ul > li.header-cart-bar > a > span.ti-bag {
    color: #FFF;
    font-size: 15px;
    font-weight: 600;
    position: relative;
    top: 19px;
    left: 10px;
}
.wraper_header.style-eleven .header-main-action > ul > li.header-cart-bar > a > span.cart-count {
    color: #FFF;
    font-size: 14px;
    background-color: #FF2717;
    border-radius: 50%;
    padding: 1px 5px 1px 5px;
    position: relative;
    top: 10px;
}   
.wraper_header.style-eleven >  div > div > div > div > ul > li > div.rt-search-box2 > div > i {
    float: right;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    color: #FFF;
    position: relative;
    top: 20px;
    right: 50px;
}

@media (max-width: 767px) {
    .wraper_header.style-eleven .wraper_header_main .header_main .header-responsive-nav {
            margin-top: 5px;
    }
}
@media (max-width: 767px) {
.wraper_header.style-eleven .wraper_header_main > div > div > div > div > ul.social-11 {
visibility: hidden;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-eleven .wraper_header_main .header_main ul.header-contact {
    float: right;
    position: absolute;
    left: 50px;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-eleven .wraper_header_main .header_main .header-responsive-nav {
       display: none;
}
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav>[class*='menu-']>ul.menu>li>ul {
    left: 0px !important;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-eleven .wraper_header_nav .header_nav .nav>[class*='menu-']>ul.menu>li>a {
    padding: 0px;
    margin-right: 25px;
    top: 13px;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-eleven .wraper_header_main > div > div > div > div > ul.social-11 {
    position: relative;
    left: 25px;
    visibility: hidden;
}
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-eleven .wraper_header_main .header_main .brand-logo {
    margin-left: -25px;
}
}
@media (max-width: 991px) and (min-width: 768px){
    .wraper_header.style-eleven .wraper_header_main .header_main .header-responsive-nav {
    margin-top: 5px;
}
}
.wraper_header.style-twelve .wraper_header_main .nav>[class*='menu-'] {
    display: block;
    position: relative;
    right: 130px;
}
.wraper_header.style-twelve .is-sticky .wraper_header_main, .wraper_header.style-twelve .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    background-color: #041026 !important;
    padding-top: 0px;
}
/*.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo {
     padding-top: 3px;
}*/
.wraper_header.style-twelve .wraper_header_main ul.header-social{
    float: right;
    margin-top: 10px;
    margin-left: 30px;
    font-size: 15px;
    position: relative;
    left: 10px;
}
.wraper_header.style-twelve .wraper_header_main ul.header-social  > div.rt-search-box2 > div.container > i.search-btn2 {
    float: right;
    padding: 0;
    font-size: 15px;
    cursor: pointer;
    font-weight: 600;
    position: relative;
    right: 0px;
    color: #FFF;
}
.wraper_header.style-twelve .wraper_header_main ul.header-social>li {
    float: right;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    cursor: pointer;
}
.wraper_header.style-twelve .wraper_header_main ul.header-social>li.header-cart-bar > a > span.cart-count {
    background-color: #1869ff;
    border-radius: 50%;
    padding: 1px 5px 1px 5px;
    position: relative;
    bottom: 5px;
    right: 10px;
}
.wraper_header.style-twelve > div > div > div > ul > li.header-slideout-searchbar > div > form > div > button{
    background-color: #041026;
    border: none;
    color: #FFFFFF;
    position: relative;
    bottom: 32px;
    right: 5px;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder {
    position: relative;
    display: block;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li span[class*='ti-'] {
    font-size: 15px;
    color: #333;
    line-height: 1;
    position: relative;
    left: 10px;
}

.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box {
    position: absolute;
    top: 30px;
    right: -14px;
    z-index: 1;
    width: 30px;
    padding: 5px 5px 4px 12px;
    background-color: #f9f9f9;
    border: 3px rgba(0, 0, 0, 0.1) solid;
    border-radius: 35px;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out 0.2s;
    -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box>.form-row {
    position: relative;
    display: block;
    padding-right: 30px;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box>.form-row input[type=search] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 30px;
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box>.form-row button[type=submit] {
    position: absolute;
    top: 0;
    width: 26px;
    height: 30px;
    background-color: transparent;
    border: none;
    font-size: 13px;
    border-radius: 0;
    text-align: center;
    font-size: 18px;
    color: #333;
    line-height: 30px;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li.header-slideout-searchbar>.header-slideout-searchbar-holder>.header-slideout-searchbar-box>.form-row button[type=submit] span[class*='ti-'] {
    color: inherit;
}
.wraper_header.style-twelve .wraper_header_main .header_main_action ul>li span[class*='ti-'] {
    font-size: 15px;
    color: #333;
    line-height: 1;
    position: relative;
    left: 10px;
}

.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li:last-child, .wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li:only-child {
    font-weight: 400;
    font-size: 15px;
}
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li {
        font-weight: 400;
        font-size: 15px;
}
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li.phone {
        background-color: #1869ff ;
}
.wraper_header.style-twelve .wraper_header_main .nav>[class*='menu-']>ul.menu>li>a:before {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    height: 3px;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wraper_header.style-twelve .wraper_header_main .nav>[class*='menu-']>ul.menu>li>ul {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 1;
    width: 240px;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.wraper_header.style-twelve .wraper_header_main .nav > [class*="menu-"] > ul.menu > li > ul > li > a:hover {

color: #1869FF;
}
@media (max-width: 767px) {
.elementor-470 .elementor-element.elementor-element-f52ca05 .elementor-image-box-content .elementor-image-box-title {
    padding-top: 30px;
}

.elementor-470 .elementor-element.elementor-element-8db0705 .elementor-image-box-content .elementor-image-box-title {
padding-top: 30px;
}

.elementor-470 .elementor-element.elementor-element-b50173b .elementor-image-box-content .elementor-image-box-title {
padding-top: 30px;
}
}
@media (max-width: 767px) {
.wraper_header.style-twelve .wraper_header_main .header-responsive-nav {
 margin-top: 0px;
 margin-right: -7px;
}
.wraper_header.style-twelve .wraper_header_main ul.header-social {
    margin-right: 0px;
}
.wraper_header.style-twelve .wraper_header_main ul.header-social > div.rt-search-box2 > div.container > i.search-btn2 {
    right: 40px;
}
}
/*@media (max-width: 991px) and (min-width: 768px)
{
.wraper_header.style-twelve .wraper_header_main .header-responsive-nav {
 margin-top: 5px;
 right: 10px;
}
}*/
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.wraper_header.style-twelve .wraper_header_main .nav>[class*='menu-'] {
    right: 55px !important;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li:last-child, .wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li:only-child {
    margin-left: -4px;
}
.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo {
    margin-left: -4px;
}
/*.wraper_header.style-twelve .wraper_header_main .header-responsive-nav {
    margin-top: 0px;
    position: relative;
}*/
}
@media screen and (max-width: 1199px) and (min-width: 992px){ 
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li:last-child, .wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li .address {
position: relative;
    right: 3px;
}
.wraper_header.style-twelve .wraper_header_top .header_top .header_top_item ul.header-contact>li .email, .phone{
    position: relative;
    left: 0px;
}
.wraper_header.style-twelve .wraper_header_main .header_main .brand-logo {
margin-left: -4px;
}
}
/*home version css start*/
.hover-part:hover > div > div h4 {
    color: #fff !important;
}
.hover-part:hover > div > div p {
    color: #fff !important;
}
.hover-part:hover > div > div img {
    filter: brightness(0) invert(1) !important;
}
.hover-part div > div img:hover{
    filter: brightness(0) invert(1) !important;
}
.hover-part .elementor-image:hover img {
    filter: brightness(0) invert(1) !important;
}
.content-position .elementor-widget-wrap {
    align-self: end;
    max-width: 457px;
}
/*.testimonial.element-three .testimonial-item > .holder > .testimonial-title > .testimonial-title-data .title{
    color: #fff !important;
}*/

.content-position-two .elementor-widget-wrap {
    align-self: start;
    max-width: 530px;
}

.image-shadow{
box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
}
.home-one-form .form-row {
    position: relative;
}
.home-one-form .form-row input[type=text]{
    border-bottom: 1px solid #fff;
    border-left: 0px none;
    border-right: 0px none;
    border-top: 0px none;
}
.home-one-form .form-row button,
.home-one-form .form-row html input[type=button],
.home-one-form .form-row input[type=reset],.home-one-form .form-row input[type=submit]{
    position: absolute;
    top: 0;
    right:0;
}
.home-one-testmonial .holder{
    padding: 0 15px 0 15px;
}
.home-one-content-part{
    position: relative;
    z-index: 999;
}
.home-one-counter div{
text-align: left;
float:left;
}
.home-one-reveal-heading{
     margin-bottom: 0 !important;
}
.home-one-reveal-heading h2{
    margin-bottom: 3px;
}
.home-version-one-pop-up-video-icon img{ 
    background-color: #1869ff !important;
    border-radius: 50% !important; 
    animation: anim-btn 1.2s linear infinite; 
}
@keyframes anim-btn{ 
    0% {
        box-shadow: 0 0 0 0  rgba(24, 105, 255, 0.1),
        0 0 0 10px rgba(24, 105, 255, 0.1),
        0 0 0 30px rgba(24, 105, 255, 0.1); 
        
    } 
    100% { 
        box-shadow: 0 0 0 10px rgba(24, 105, 255, 0.1),
        0 0 0 30px rgba(24, 105, 255, 0.1),
        0 0 0 50px rgba(24, 105, 255, 0); 
        
    } 
    
}
.wraper_header.style-two .wraper_header_main .nav>[class*='menu-']>ul.menu>li>ul>li>ul,
.wraper_header.style-one .wraper_header_main .nav>[class*='menu-']>ul.menu>li>ul>li>ul{
        left: -100% !important;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
    .element-progress-bar-element-one .elementor-progress-percentage, .element-progress-bar-element-three .elementor-progress-percentage {
     padding-left: 200px;    
    }
}
/*home version One css end*/


/*home version Two css start*/
.home-two-list li{
    position: relative;
    padding:0 0 0 35px;
}
.home-two-list li strong{
    font-weight: 500;
    color: #242424;
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-two-list li:after {
    position: absolute;
    background:url('/wp-content/uploads/2020/11/home-two-tick-2.png') no-repeat left top;
    content: " ";
    height: 20px;
    width: 20px;
    left:-1px;
    top: 7px;
}

.home-two-out-list li{
    position: relative;
    padding:0 0 0 28px;
}
.home-two-out-list li strong{
    font-weight: 500;
    color: #242424;
    font-size: 15px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-two-out-list li:after {
    position: absolute;
    background:url('/wp-content/uploads/2020/11/home-two-tick-2.png') no-repeat left top;
    content: " ";
    height: 20px;
    width: 20px;
    left:-1px;
    top: 7px;
}
.home-two-content-position .elementor-widget-wrap {
    align-self: end;
    max-width: 493px;
}
.rt-text-reveal .holder > h2 {
    font-size: 50px;
    line-height: 70px;
    font-weight: 600;
}
.home-two-accordions .wordpresstheme-accordion.element-five .text {
    font-size:18px !important;
    font-weight: 600 !important;
}
.wordpresstheme-accordion.element-five .ques_bx li p{
    font-size:15px !important;
    font-weight: 400;
}
.wordpresstheme-accordion.element-five .minus{
    top:9px;
}
.wordpresstheme-accordion.element-five .plus{
    top:6px;
}

.home-two-accordions .wordpresstheme-accordion-item-title-icon {
    padding: 0 13px 0 0;
}
.home-two-accordions .wordpresstheme-accordion-item-title {
    margin: 0 0 8px 0;
}
.home-two-accordions .wordpresstheme-accordion-item-title {
    border-top: 0px none !important;
}
.home-two-accordions .wordpresstheme-active .wordpresstheme-accordion-item-title{
    background-color: #1869ff !important;
}
.home-two-sub-contact [class*="col-"]{
padding-right:0;
padding-left:0;
}
.home-two-accordions .panel-title{
    font-size:16px !important;
}

.home-version-two-contact .form-row input[type=email]{
    margin: 8px 0 8px 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #EAEAEA;
    background: #fff;
    color: #676767;
}
.home-version-two-contact .form-row button,
.home-version-two-contact .form-row html input[type=button],
.home-version-two-contact .form-row input[type=reset],.home-version-two-contact .form-row input[type=submit]{
    position: absolute;
    top: 8px;
    right:0;
    padding: 11px 35px 11px 35px;
    background: #1869ff;
    color: #fff;
    font-weight: 600;
    border: 0px none;
    border-radius: 0px;
}
.home-version-two-contact div {
    width: 90%;
    margin: 0 auto !important;
}
.case-study-customise .wordpresstheme-case-studies-slider.element-two .rt-case-study-box-item .holder .data .title a {
        font-size: 16px; 
}

/*home version three*/
.home-three-text-hover{
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.home-three-text-hover:hover{
/*box-shadow: 0px 5px 30px rgba(0,0,0,0.1);*/
}
.home-three-text-hover:hover h4{
    color:#1869ff !important;
}
.home-three-textbox-hover:hover .icon img{
    filter: sepia(100%) hue-rotate(190deg) saturate(1000%);
}
.home-three-case h3 a{
    color: #282828 !important;
}
.elementor-800 .elementor-element.elementor-element-42c598a .elementor-image img {
    height: 348px;
    width: auto;
}
@media (max-width: 767px) {
.testimonial[class*='element-'].owl-dot-style-two .owl-dots {
    position: relative !important;
    text-align: center !important;
    top: 30px !important;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.testimonial[class*='element-'].owl-dot-style-two .owl-dots {
    position: relative !important;
    text-align: center!important;
    top: 30px !important;
}
}
.home-page-three-form .form-row input[type=text],
.home-page-three-form .form-row input[type=email], 
.home-page-three-form .form-row input[type=number],
.home-page-three-form .form-row textarea{
    margin: 8px 0 8px 0;
    width: 100%;
    padding: 8px 15px;
    border:1px solid #EAEAEA;
}
.home-page-three-form .form-row textarea{
    height: 85px;
    resize:none;
}
.home-page-three-form .form-row input[type=submit]{
    width: auto;
    padding: 10px 36px 10px 36px;
    background: #1869ff;
    color: #fff;
    font-weight:600;
    border: 0px none;
    border-radius: 0px;
}
.page-id-800 .wraper_header.style-six-b .wraper_header_main .nav>[class*='menu-']>ul.menu>li>a:before{
    /*bottom: -25px;*/
}
/*.image-shadow img{
    box-shadow: 0px 0px 30px -1px rgba(0,0,0,0.2);
}*/
/*home version three*/

/*home version four*/
.home-four-shadow .elementor-row{
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
}
.home-four-list li{
    position: relative;
    padding:0 0 0 42px;
    color:#e6f7ed;
}
.home-four-list li strong{
    font-weight: 600;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-four-list li:after {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-tick.png') no-repeat left top;
    content: " ";
    height: 20px;
    width: 20px;
    left:-1px;
    top: 7px;
}
.home-four-hover-box .elementor-column-wrap{
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
    webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}
.home-four-hover-box:hover .elementor-column-wrap{
    color: #fff;
    transform: translate(0px,-23px);
    -webkit-transform: translate(0px,-23px);
}
.home-four-hover-box:hover .elementor-widget-wrap h4,
.home-four-hover-box:hover .elementor-widget-wrap p,
.home-four-hover-box:hover .elementor-widget-wrap a{
    color: #fff !important;
    background: none !important;
}
.home-four-hover-box:hover .elementor-image img {
    filter: brightness(0) invert(1) !important;
}
.home-four-video-shadow div{
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
}
.home-four-edge-list li{
    position: relative;
    padding:0 0 0 65px;
}
.home-four-edge-list li strong{
    font-weight: 600;
    color: #242424;
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-four-edge-list:nth-child(1) li:after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-one.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
.home-four-edge-list:nth-child(2) li:after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-two.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
.home-four-edge-list:nth-child(3) li:after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-three.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}

.service-hover-box-main .service-hover-box-two{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height:100%;
    background:rgba(0,0,0,0.8);
}
.service-hover-box-main:hover .service-hover-box-two{
    visibility:visible;
    opacity: 1;
}

.home-four-about-custom-menu ul li{
    padding: 0;
    margin:0;
    color: #a0a1a2;
    /*font-family: "Roboto", Sans-serif;*/
    font-weight: 300;
    line-height: 35px;
}
.home-four-about-custom-menu ul li a{
    color: #a0a1a2;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    text-decoration: none;
}
/*home version four*/

/*home version Five*/

.home-five-background-position{
    background-position:0px -260px;
}
ul.home-five-list li{
    position: relative;
    padding:6px 0 32px 65px;
    font-weight:400;
    color:#5c5c5c;
    /*font-size:17px;*/
    line-height:28px;
}
ul.home-five-list li strong{
    font-family: ;
    font-weight: 600;
    color: #494949;
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
ul.home-five-list li:nth-child(1):after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-one.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
ul.home-five-list li:nth-child(2):after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-two.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
ul.home-five-list li:nth-child(3):after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-three.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}

.home-five-new-list li{
    position: relative;
    padding:0 0 0 21px;
}
.home-five-new-list li strong{
    font-weight: 500;
    color: #242424;
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-five-new-list li:after {
    position: absolute;
    background:url('/wp-content/uploads/2020/11/list-image-five.png') no-repeat left top;
    content: " ";
    height: 20px;
    width: 20px;
    left:-1px;
    top: 10px;
}
.content-position-five .elementor-widget-wrap {
    align-self: end;
    max-width: 491px;
    width:100%;
}

@media only screen and (max-width: 1024px) {
    .content-position-five .elementor-widget-wrap {
        max-width:100%;
    }
}

.home-five-accordions .wordpresstheme-accordion-item-title {
    padding: 15px 0 15px 21px !important;
}
.wordpresstheme-accordion.element-five .minus {
    margin-right: -30px;
}
.wordpresstheme-accordion.element-five .plus {
    margin-right: -30px;
}
.home-five-accordions .wordpresstheme-accordion-item-title-icon {
    padding: 0 13px 0 0;
    padding: 0 15px 0 0;
    top: 16px !important;
}
.home-five-accordions .wordpresstheme-accordion-item-title {
    margin: 0 0 8px 0;
}
.home-five-accordions .wordpresstheme-accordion-item-title {
    border-top: 0px none !important;
}
.home-five-accordions .wordpresstheme-accordion-item-title{
    border-radius: 30px;
    border:1px solid #e2e2e2 !important;
    
}
.home-five-accordions .panel-title{
    text-transform: capitalize !important;
    font-size:16px !important;
}
.home-five-accordions .wordpresstheme-active .wordpresstheme-accordion-item-title{
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
}
.wordpresstheme-accordion.element-four .wordpresstheme-accordion-item > .wordpresstheme-accordion-item-body{
    border-top:0px none !important;
}
.home-five-lis-tick div p{
    position: relative;
    padding:0 0 0 35px;
}
.home-five-lis-tick div p:after{
    background:url('/wp-content/uploads/2019/06/home-five-tick.png') no-repeat left top;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 6px;
    left: 0;
    content:" ";
}
.custom-menu ul li{
    padding: 0;
    margin:0 0 10px 0;
    color: #a0a1a2;
    /* font-family: "Glacial Indifference Regular", Sans-serif;*/
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
}
.custom-menu ul li a{
    color: #a0a1a2;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
    text-decoration: none;
}
.home-five-text-hover > div{
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
}
.page-id-1445 .rt-fancy-text-box.element-four > .holder{
    padding: 35px 27px 20px 25px !important;
}
.home-five-form .form-row input[type=email]{
    margin: 8px 0 8px 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #EAEAEA;
    background: #fff;
    color: #676767;
    border-radius: 35px;
}
.home-five-form .form-row button,
.home-five-form .form-row html input[type=button],
.home-five-form .form-row input[type=reset],.home-five-form .form-row input[type=submit]{
    position: absolute;
    top: 8px;
    right:0;
    padding: 11px 35px 11px 35px;
    background: #1869ff;
    color: #fff;
    border: 0px none;
    border-radius: 35px
}

.home-five-form div {
    width: 90%;
    margin: 0 auto !important;
}
.home-five-text-box .rt-fancy-text-box.element-four>.holder>.main-placeholder .data>*:last-child{
    margin-bottom: 20px !important;
}
/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
.elementor-1445 .elementor-element.elementor-element-3d24c930 > .elementor-element-populated{
padding: 141px 0px 0px 0px !important;
}
}
/*home version Five*/

/*Start home version Six*/
   .home-six-list li{
    position: relative;
    padding:0 0 0 35px;
}
.home-six-list li strong{
    font-weight: 500;
    color: #242424;
    font-size: 18px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-six-list li:after {
    position: absolute;
    /*background:url('/wp-content/uploads/2019/06/tick.png') no-repeat left top;*/
    content: " ";
    height: 20px;
    width: 20px;
    left:-1px;
    top: 7px;
}

.home-six-out-list li{
    position: relative;
    padding:0 0 0 28px;
}
.home-six-out-list li strong{
    font-weight: 500;
    color: #282828;
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
.home-six-out-list li:after {
    position: absolute;
    /*background:url('/wp-content/uploads/2019/08/0066CC-2.png') no-repeat left top;*/
    content: " ";
    height: 20px;
    width: 20px;
    left:-1px;
    top: 7px;
}
.home-six-progress-text .rt-progress-bar > .title{
    font-family:futura-pt;
}

.home-six-testimonial .testimonial .testimonial-item > .holder > .testimonial-data blockquote p{
  font-family :futura-pt;    
}


/*End home version Six*/


/*Start home version Seven*/
.reez-icon-circle:hover .elementor-image:before{
    background:#1869ff!important;
}

.reez-icon-circle:hover .elementor-image img {
    filter: brightness(0) invert(1);
}

.reez-icon-circle .elementor-image:before {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 0;
    content: " ";
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.08);
    border-radius: 50%;
    width: 110px;
    height: 110px;
    margin: 0 auto;
}
    .home-seven-case-study .owl-nav{
        display:none;
}
    
    .home-seven-testmonial .testimonial[class*='element-'].owl-dot-style-one .owl-dots{
        margin-top:43px;
}

.home-seven-accordian .elementor-accordion .elementor-tab-title{
    border-radius: 50px!important;
    border: 1px solid #d4d4d4;
    margin-bottom: 14px!important;
    padding: 20px 40px 24px 40px;
}

.home-seven-accordian .elementor-accordion .elementor-accordion-item{
    border:none;
    
}

.home-seven-accordian .elementor-accordion .elementor-tab-content{
    border-top:none;
    padding: 8px 12px;
}

.home-seven-accordian a:hover{
    color: #242424;
}
.home-seven-accordian .elementor-accordion .elementor-tab-title.elementor-active{
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.08);
}


 .reez-home-seven-blog .blog.element-three .blog-item{
    padding-right:0px;
}


/*End home version Seven*/

/*Start home version eight*/

.reez-home-eight-blog .excerpt{
    display:none;
}
.home-version-eight-contact-form .form-row input[type=email]{
    margin: 8px 0 8px 0;
    width: 100%;
    border-radius: 50px;
    padding: 12px 20px;
    border: 1px solid #EAEAEA;
    background: #fff;
    color: #676767;
    
}

.home-version-eight-contact-form .form-row button, .home-version-eight-contact-form .form-row html input[type=button], .home-version-eight-contact-form .form-row input[type=reset], .home-version-eight-contact-form .form-row input[type=submit] {
    position: absolute;
    top: 8px;
    right: 0;
    padding: 13px 39px 13px 39px;
    background: #1869ff;
    color: #fff;
    border: 0px none;
    border-radius: 50px;
}

/*End home version eight*/



.about-custom-menu ul li{
    padding: 0;
    margin:0;
    color: #a0a1a2;
     /*font-family: "Barlow", Sans-serif;*/
    
    font-weight: 200;
    line-height: 35px;
}
.about-custom-menu ul li a{
    color: #a0a1a2;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    text-decoration: none;
}
.about-custom-menu ul li:hover a {
    color: #fff;
}
/*contact form css*/

.contact-page-form .form-row input[type=name],
.contact-page-form .form-row input[type=email], 
.contact-page-form .form-row input[type=number],
.contact-page-form .form-row input[type=textarea]{
    margin: 20px 0 20px 0;
}
.contact-page-form .form-row textarea{
    height: 154px;
    resize:none;
}
.contact-page-form .elementor-widget-container {
   width: 100%;
}
.home-three-form .form-row input[type=name],
.home-three-form .form-row input[type=email], 
.home-three-form .form-row input[type=number],
.home-three-form .form-row input[type=textarea]{
    margin: 20px 0 20px 0;
}
.home-three-form .form-row textarea{
    height: 85px;
    resize:none;
}
.contact-image-position .elementor-widget-container {
    background-position: 0px 7px !important;
}

/*contact form css*/

/*process page css*/
.process-lis-tick div p{
    position: relative;
    padding:0 0 0 35px;
    color: #5c5c5c;
}
.process-lis-tick div p strong{
    color: #242424;
    font-weight: 600;
    display: block;
    font-size: 20px;
    padding: 0 0 10px 0;
}
.process-lis-tick div p:after{
    background:url('/wp-content/uploads/2019/06/home-five-tick.png') no-repeat left top;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 6px;
    left: 0;
    content:" ";
}
.process-list-style div ul li i{
    font-size: 11px;
    margin:0 5px 0 0px;
}
.process-list-style div ul li{
    margin:0 0px 8px 0px;
}
.process-text-part .elementor-widget-wrap {
    align-self: end;
    max-width: 500px;
    width:100%;
}
/*process page css*/

/*service page css*/


.service-hover-box-main{
    position: relative;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.service-hover-box-main .service-hover-box{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    height:100%;
    background:rgba(0,0,0,0.5);
}
.service-hover-box-main:hover .service-hover-box{
    visibility:visible;
    opacity: 1;
}
.service-hover-box-main:hover .hidden-on-hover{
    visibility: hidden;
    opacity: 0;
        transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
/*.elementor-2320 .elementor-element.elementor-element-2527a23 .rt-pricing-table.element-one > .holder > .more .btn, .elementor-2320 .elementor-element.elementor-element-2527a23 .rt-pricing-table.element-two > .holder > .more .btn, .elementor-2320 .elementor-element.elementor-element-2527a23 .rt-pricing-table.element-three > .holder > .more .btn, .elementor-2320 .elementor-element.elementor-element-2527a23 .rt-pricing-table.element-four > .holder > .more .btn {
color: #FFF !important;
}*/

/*service page css*/

/*About two page css*/
.about-two-shadow-box > div{
    box-shadow: 0px 5px 30px rgba(0,0,0,0.1);
}
.about-two-shadow-box:hover .elementor-column-wrap{
    background:#1869ff !important;
}
.about-two-shadow-box:hover h4{
    color: #fff !important;
}
.about-two-shadow-box:hover .elementor-text-editor{
     color: #fff !important;
}
.about-two-shadow-box:hover .elementor-image img{
  filter: brightness(0) invert(1) !important;  
}

.about-two-custom-menu ul li{
    padding: 0;
    margin:0;
    color: #a0a1a2;
    font-family: "Roboto", Sans-serif;
    font-size: 17px;
    font-weight: 200;
    line-height: 35px;
}
.about-two-custom-menu ul li a{
    color: #a0a1a2;
    font-weight: 400;
    line-height: 35px;
    text-decoration: none;
    text-decoration: none;
}

/*About two page css*/


/*why choose css*/

ul.why-choose-list li{
    position: relative;
    padding:6px 0 15px 65px;
    font-weight:400;
    color:#5c5c5c;
    font-size:15px;
    line-height:28px;
}
ul.why-choose-list li strong{
    
    font-weight: 600;
    color: #242424;
    font-size:18px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
ul.why-choose-list li:nth-child(1):after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-one.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
ul.why-choose-list li:nth-child(2):after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-two.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
ul.why-choose-list li:nth-child(3):after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-four-three.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
.why-choose-content-position .elementor-widget-wrap {
    align-self: end;
    max-width: 550px;
    width:100%;
}



ul.why-choose-list-two li{
    position: relative;
    padding:0px 0 32px 43px;
    color:#8f9399;
    line-height:28px;
}
ul.why-choose-list-two li strong{
    /*font-family: "Barlow", Sans-serif;*/
    font-weight: 500;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    display: block;
    padding-bottom: 11px;
}
ul.why-choose-list-two li:after  {
    position: absolute;
    background:url('/wp-content/uploads/2019/06/home-five-tick.png') no-repeat left top;
    content: " ";
    height: 43px;
    width: 43px;
    left:-1px;
    top: 7px;
}
/*why choose css*/
.section-border-top,.section-border-top-two{
    position:relative;
}
.section-border-top > div:nth-child(odd):after {
    position: absolute;
    content: "";
    height: 1px;
    width: 4%;
    bottom: -20px;
    left: 14%;
    border-bottom: 2px dashed #d2d2d2;
    transform: rotate(90deg);
    margin-left: -12px;
}
.section-border-top > div:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 4%;
    bottom: -20px;
    right: 14%;
    border-bottom: 2px dashed #d2d2d2;
    transform: rotate(90deg);
    margin-left: -12px;
}
.section-border-top > .elementor-container:before{
position: absolute;
    content: "";
    height: 1px;
    width: 5%;
    bottom: -66px;
    left: 83%;
    border-bottom: 2px dashed #d2d2d2;
    transform: rotate(90deg);
    margin-left: -3px;
}
.section-border-top:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 58%;
    bottom: -42px;
    left: 21%;
    border-bottom: 2px dashed #d2d2d2;
}

.section-border-top-two > div:nth-child(odd):after {
     position: absolute;
    content: "";
    height: 1px;
    width: 4%;
    bottom: -20px;
    right: 14%;
    border-bottom: 2px dashed #d2d2d2;
    transform: rotate(90deg);
    margin-right: -10px;
}

.section-border-top-two > .elementor-container:before{
position: absolute;
    content: "";
    height: 1px;
    width: 5%;
    bottom: -22%;
    left: 14%;
    border-bottom: 2px dashed #d2d2d2;
    transform: rotate(90deg);
    margin-left: -15px;
}
.section-border-top-two:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 58%;
    bottom: -42px;
    left: 21%;
    border-bottom: 2px dashed #d2d2d2;
}

/*mobile responsive section*/

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
        .section-border-top:before{
    display: none;
    position: static;
}
.section-border-top > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top > div:nth-child(odd):after{
    display: none;
    position: static;
}
    .section-border-top-two:before{
    display: none;
    position: static;
}
.section-border-top-two > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top-two > div:nth-child(odd):after{
    display: none;
    position: static;
}
.service-hover-box-main{
    /*height:136%;*/
    height:auto;
}
.rt-pricing-table.element-four>.holder>.more .btn{
    padding: 11px 20px 13px 20px !important;
    
}
.rt-pricing-table.element-seven>.holder>.started .btn{
    padding: 11px 20px 13px 20px !important;
}
.rt-pricing-table.element-seven>.holder>.started .btn {
    margin-left: -55px !important;
}
.wordpresstheme-accordion.element-five .accord_bx_sec{padding:0 !important;}

/*.home-six-team .team-item {*/
/*    width:100% !important;*/
/* }*/
.home-version-six-button .wordpresstheme-custom-button.element-one{
   text-align:center; 
 }
}

/* TABLET PROTRAIT PART */

@media screen and (max-width:768px){
     /*.reez-home-seven-blog .blog.element-three .blog-item{*/
 /*   padding-left:0px;*/
 /*   padding-right:0px;*/
 /*}*/
}

@media screen and (min-width:480px) and (max-width:767px){
        .section-border-top:before{
    display: none;
    position: static;
}
.section-border-top > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top > div:nth-child(odd):after{
    display: none;
    position: static;
}
    .section-border-top-two:before{
    display: none;
    position: static;
}
.section-border-top-two > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top-two > div:nth-child(odd):after{
    display: none;
    position: static;
}
.home-six-team .team-item {
    width:100% !important;
 }
 /*.reez-home-seven-blog .blog.element-three .blog-item{*/
 /*   padding-left:0px;*/
 /*   padding-right:0px;*/
 /*}*/
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
    .section-border-top:before{
    display: none;
    position: static;
}
.section-border-top > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top > div:nth-child(odd):after{
    display: none;
    position: static;
}
    .section-border-top-two:before{
    display: none;
    position: static;
}
.section-border-top-two > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top-two > div:nth-child(odd):after{
    display: none;
    position: static;
}
.home-six-team .team-item {
    width:100% !important;
 }
 .home-version-six-button .wordpresstheme-custom-button.element-one{
   text-align:center; 
 }
 .reez-home-seven-blog .blog.element-three .blog-item{
    padding-left:0px;
    padding-right:0px;
 }
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
    .section-border-top:before{
    display: none;
    position: static;
}
.section-border-top > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top > div:nth-child(odd):after{
    display: none;
    position: static;
}
    .section-border-top-two:before{
    display: none;
    position: static;
}
.section-border-top-two > .elementor-container:before{
    display: none;
    position: static;
}
.section-border-top-two > div:nth-child(odd):after{
    display: none;
    position: static;
}
.home-six-team .team-item {
    width:100% !important;
 }
 .home-version-six-button .wordpresstheme-custom-button.element-one{
   text-align:center; 
 }
}

/*mobile responsive section*/
/* ================================== */
/* START OF MEGA MENU CSS*/
/* ================================== */

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu{
    position: static;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 25px rgba(0,0,0,0.08);
    padding: 35px 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.wraper_header.style-sixteen .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu{
    width: 1170px;
    left: -26%;
    top: 50px;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu:hover > ul.mega-child-menu{
     opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu{
    padding: 0px 0;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu > li{
   padding:0;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap:first-child{
    
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap{
    padding: 33px 35px !important;
    width: 100%;
    min-height: 1px;
    /* border-left-width: 1px !important;
    border-left-style: solid;
    border-left-color: #e2e2e2;*/
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > h5, .mega-menu-new h5
{
    position: relative;
      margin-bottom: 12px;
    font-weight: 700;
    font-size: 15px;
    color: #252525;
    line-height: 26px;
    
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > h5:before, .mega-menu-new h5:before{
        content: " ";
    position: absolute;
    top: 0px;
    left: 0;
    right:0;
    border-bottom: 1px solid #fb7a46;
    width: 0px;
    bottom: 0;
    display: block;
    transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    display:none;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > h5:hover:before, .mega-menu-new h5:hover:before{
    width: 80px;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > ul{

}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li, .mega-menu-new ul li{
    margin: 12px 0;
     line-height: 28px;
    font-weight: 400;
    font-style: normal;
    color: #030712;
    font-size: 15px;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > ul > li:last-child, .mega-menu-new ul li:last-child{
    margin-bottom: 0;
}
.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li > a, .mega-menu-new ul li a{
    position: relative;
    color: #000000;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.wraper_header .wraper_header_main .nav > [class*='menu-'] > ul.menu > li.mega-parent-menu > ul.mega-child-menu .elementor-element > .elementor-column-wrap > .elementor-widget-wrap > .elementor-element > .elementor-widget-container > div > ul > li >a:hover, .mega-menu-new ul li a:hover{
   color: #1869ff;
}

/* DESKTOP PART */
@media screen and (min-width:992px) and (max-width:1199px){
    .mega-child-menu .elementor-column.elementor-col-25{
    width: 100%;
}
    .mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li a{
    padding-left: 30px;
}
.mega-child-menu > li ul > li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    color: inherit;
}
.mega-child-menu > li ul > li > a{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 14px;
}
.mega-child-menu h5{
text-transform: uppercase;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #6a7c92;
    font-size: 15px;
    padding:10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    margin:0px;
}
.mega-child-menu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding: 0;
}
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
    .mega-child-menu .elementor-column.elementor-col-25{
    width: 100%;
}
    .mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li a{
    padding-left: 30px;
}
.mega-child-menu > li ul > li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    color: inherit;
}
.mega-child-menu > li ul > li > a{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
}
.mega-child-menu h5{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    padding:10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    margin:0px;
}
.mega-child-menu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding: 0;
}
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
    .rt_blob_plcmnt{right:0;}
    .mega-child-menu .elementor-column.elementor-col-25{
    width: 100%;
}
    .mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li a{
    padding-left: 30px;
}
.mega-child-menu > li ul > li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    color: inherit;
}
.mega-child-menu > li ul > li > a{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
}
.mega-child-menu h5{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    padding:10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    margin:0px;
}
.mega-child-menu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding: 0;
}
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
    .mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li a{
    padding-left: 30px;
}
.mega-child-menu > li ul > li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    color: inherit;
}
.mega-child-menu > li ul > li > a{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 14px;
}
.mega-child-menu h5{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 15px;
    padding:10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    margin:0px;
}
.mega-child-menu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding: 0;
}
.home-ten-banner-side-img{
    top:20px;
}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
    .mobile-menu-nav > [class*='menu-'] > ul.menu > li > ul > li a{
    padding-left: 30px;
}
.mega-child-menu > li ul > li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    color: inherit;
}
.mega-child-menu > li ul > li > a{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 14px;
}
.mega-child-menu h5{
text-transform: capitalize;
    line-height: 28px;
    letter-spacing: 0.5px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
    font-size: 15px;
    padding:10px 0 9px 17px;
    border-bottom: 1px rgba(106, 124, 146, 0.10) solid;
    margin:0px;
}
.mega-child-menu .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{
    padding: 0;
}
.home-ten-banner-side-img{
    top:20px;
}
}
/* ================================== */
/* END OF MEGA MENU CSS*/
/* ================================== */
/* ================================== */
/* START OF ELEMENT PAGE CSS*/
/* ================================== */
.element-section-box-shadow:before, .element-section-box-shadow:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 0;
    width: 50%;
    top: 80%;
    max-width: 500px;
    /* background: #777; */
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.10);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.element-section-box-shadow:after{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
      right: 3px;
  left: auto;
}
.element-service-box-item-one-arrow-icon .elementor-icon{
          transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;  
}
.element-service-box-item-three-icon {
    top: -32px;
    right: 30px;
}
.element-service-box-item-one-arrow-icon .elementor-icon:hover{
   background-color: #1869ff !important;
    color: #ffffff !important; 
} 
.element-service-box-item-four{
        transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    position: relative;
    transform: translateY(0);
}
.element-service-box-item-four:hover{
    transform: translateY(-15px);
}
.element-page-accordion-one > .elementor-widget-container > .elementor-accordion >  .elementor-accordion-item{
    margin-bottom:15px;
}
.element-page-accordion-one .elementor-accordion .elementor-tab-title,
.element-page-accordion-two .elementor-accordion .elementor-tab-title{
    padding: 30px 30px 30px 30px;
}
.element-page-accordion-one .elementor-accordion .elementor-tab-title.elementor-active,
.element-page-accordion-two .elementor-accordion .elementor-tab-title.elementor-active{
    padding: 30px 30px 15px 30px;
}
.element-page-accordion-one .elementor-accordion .elementor-tab-content,
.element-page-accordion-two .elementor-accordion .elementor-tab-content {
    padding: 5px 30px 30px 30px;
}


.element-page-accordion-one .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-one .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.element-page-accordion-two .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-two .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.element-page-accordion-three .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed,
.element-page-accordion-three .elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened{
    font-size: 14px;
    line-height: 23px;
}
.element-page-accordion-two .elementor-accordion .elementor-accordion-item{
    margin-bottom: 20px;
    border: 1px #E2E4EC solid;
    box-shadow: 0 10px 18px 0 rgba(0,0,0,0.08);
    background-color:#ffffff;
    border-radius: 3px;
}

.element-page-accordion-two .elementor-accordion .elementor-tab-title.elementor-active,
.element-page-accordion-two .elementor-accordion .elementor-tab-content.elementor-active{
}
.element-page-accordion-three .elementor-accordion .elementor-accordion-item{
    border-bottom: 1px #E2E4EC dashed !important;
    border-width: 1px !important;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    margin-bottom: 20px;
}

.element-page-accordion-three .elementor-accordion .elementor-tab-title,
.element-page-accordion-three .elementor-accordion .elementor-tab-content{
     padding: 0 0 20px 0;
}
.elements-team-item-one .team.element-one .team-item > .holder > .pic{
    box-shadow:none;
}
.team.element-one .team-item > .holder > .pic > .placeholder{
      transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;  
}
.team.element-one .team-item > .holder:hover > .pic > .placeholder {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.elements-team-item-one .team.element-one .team-item > .holder > .data .title,
.elements-team-item-two .team.element-two .team-item > .holder > .data .title,
.elements-team-item-four .team.element-four .team-item > .holder > .data .title{
    font-weight: 500;
    font-size: 22px;
    color: #1e1666;
    line-height: 32px;
}
.elements-team-item-one .team.element-one .team-item > .holder > .data .designation,
.elements-team-item-two .team.element-two .team-item > .holder > .data .designation,
.elements-team-item-four .team.element-four .team-item > .holder > .data .designation{
    color: #6a7c92 !important;
}
.elements-team-item-two .team.element-two .team-item > .holder{
    margin: 10px 0;
}
.elements-team-item-four .team.element-four .team-item > .holder:hover > .pic > .placeholder .pic-main {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}
.elements-team-item-four .team.element-four .team-item > .holder > .pic > .placeholder .pic-main{
   backface-visibility: hidden; 
}
.elements-team-item-two .team.element-two .team-item > .holder > .data{
        box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.08) !important;
        bottom: 18px;
}
.elements-team-item-two .team.element-two .team-item > .holder > .pic > .pic-main{
    filter: grayscale(0) !important;
}
.element-testimonial-item-one .testimonial.element-three .testimonial-item > .holder{
    padding: 35px 35px;
    background-color: #ffffff;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.08);
    margin: 20px 22px 25px 22px;
    border-radius: 8px;
}
.element-testimonial-item-one .testimonial[class*='element-'].owl-dot-style-one .owl-dots,
.element-testimonial-item-three .testimonial[class*='element-'].owl-dot-style-one .owl-dots,
.element-testimonial-item-four .testimonial[class*='element-'].owl-dot-style-one .owl-dots{
    margin-top: 30px;
}
.element-testimonial-item-three  .testimonial.element-six .testimonial-item > .holder{
    padding: 35px 35px;
    background-color: #ffffff;
    box-shadow: 0 0 12px rgba(0,0,0,0.10);
    margin: 15px 15px 25px 15px;
    border-radius: 8px;
}
.element-testimonial-item-three .testimonial.element-six .testimonial-item{
    padding:0 !important;
}
.element-testimonial-item-five .testimonial.element-six .testimonial-item > .holder > .testimonial-title{
        padding-top: 0;
        margin-top: 50px;
}
.element-testimonial-item-five .testimonial.element-six .testimonial-item > .holder > .testimonial-title > .testimonial-title-data > .designation{
    color:#ffffff !important;
}
.element-testimonial-item-five .testimonial[class*='element-'].owl-dot-style-one .owl-dots {
    margin-top: 60px;
    text-align: left;
}
.element-button-with-shadow .wordpresstheme-custom-button-main{
        box-shadow: 0 0 20px rgba(0,0,0,0.12);
}
.element-button-with-shadow-hover-effect-style-one .wordpresstheme-custom-button-main,
.element-button-with-shadow-hover-effect-style-two .wordpresstheme-custom-button-main{
    box-shadow: 0 0 20px rgba(0,0,0,0.12);
    transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
    -moz-transition: all 0.4s ease-in-out !important;
}
.element-button-with-shadow-hover-effect-style-one .wordpresstheme-custom-button-main:hover{
    border-radius:30px !important;
}
.element-button-with-shadow-hover-effect-style-two .wordpresstheme-custom-button-main:hover{
    border-radius:4px !important;
}
.element-progress-bar-element-one .elementor-title,
.element-progress-bar-element-three .elementor-title{
        margin-bottom: 5px;
    display: inline-block;
}
.element-progress-bar-element-one .elementor-progress-percentage,
.element-progress-bar-element-three .elementor-progress-percentage{
    margin-top: -34px;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
}
.element-progress-bar-element-one .elementor-widget-container,
.element-progress-bar-element-three .elementor-widget-container{
        transition: background .5s,border .5s,border-radius .5s,box-shadow .5s,-webkit-border-radius .5s,-webkit-box-shadow .5s !important;
}
.element-progress-bar-element-one .elementor-progress-wrapper{
    height:4px;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
.element-progress-bar-element-one .elementor-progress-bar,
.element-progress-bar-element-three .elementor-progress-bar{
    float:left;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.15);
}
.element-progress-bar-element-two .elementor-widget-container{
    margin-bottom:30px
}
.element-progress-bar-element-two .elementor-title{
    margin-bottom: 10px;
    display: block;
}
.element-progress-bar-element-two .elementor-progress-wrapper{
    height: 1px;
}
.element-progress-bar-element-two .elementor-progress-bar{
    float:left;
    height: 5px;
    top: -2px;
    position: relative;
    border-radius: 0;
}
.element-progress-bar-element-two .elementor-progress-percentage{
    position: relative;
    top: -36px;
    color: #fff;
    font-size: 17px;
}
.element-progress-bar-element-three .elementor-progress-wrapper{
    height:7px;
}
.element-progress-bar-element-three .elementor-progress-bar{
    animation: progress-bar-stripes 2s linear infinite;
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 40px 40px;
}
.element-pop-up-video-item-one .video-link img{
    opacity:0.5;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.element-pop-up-video-item-column:hover img{
    opacity:1;
}


.element-social-icon-item-one .social,
.element-social-icon-item-two .social,
.element-social-icon-item-four .social{
    text-align:center;
}
.element-social-icon-item-one .social li{
    display:inline-block;
    margin-right:18px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    transform: translateY(0);
   
}
.element-social-icon-item-one .social li:last-child,
.element-social-icon-item-two .social li:last-child{
    margin-right:0;
}
.element-social-icon-item-one .social li:hover{
    transform: translateY(-5px);
}
.element-social-icon-item-one .social li a{
    font-size:26px;
}

.element-social-icon-item-one .social li.facebook a,
.element-social-icon-item-two .social li.facebook a,
.element-social-icon-item-four .social li.facebook a{
    color:#3B5998;
}
.element-social-icon-item-one .social li.twitter a,
.element-social-icon-item-two .social li.twitter a,
.element-social-icon-item-four .social li.twitter a{
    color:#1DA1F2;
}
.element-social-icon-item-one .social li.youtube a,
.element-social-icon-item-two .social li.youtube a,
.element-social-icon-item-four .social li.youtube a{
    color:#FF0000;
}
.element-social-icon-item-one .social li.linkedin a,
.element-social-icon-item-two .social li.linkedin a,
.element-social-icon-item-four .social li.linkedin a{
    color:#1DA1F2;
}
.element-social-icon-item-one .social li.pinterest a,
.element-social-icon-item-two .social li.pinterest a,
.element-social-icon-item-four .social li.pinterest a{
    color:#D10A0A;
}
.element-social-icon-item-two .social li,
.element-social-icon-item-four .social li{
    display: inline-block;
    margin-right: 5px;
}
.element-social-icon-item-two .social li a{
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #D3D4D9;
    background-color:transparent;
    border-radius: 50%;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.element-social-icon-item-four .social li a{
    font-size: 20px;
    display: inline-block;
    position: relative;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    border: 1px solid #D3D4D9;
    border-radius: 2px;
    background-color:transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.element-social-icon-item-two .social li a:hover,
.element-social-icon-item-four .social li a:hover{
    border: 1px solid #ffffff;
    background-color:#ffffff;
    box-shadow: 0 0 12px rgba(0,0,0,0.14);
}
.element-social-icon-item-three .elementor-social-icon-youtube{
    background-color:#FF0000;
}
.element-social-icon-item-three .elementor-social-icon-pinterest{
    background-color:#D10909;
}
.element-social-icon-item-three .elementor-social-icon{
        transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}
.element-social-icon-item-three .elementor-social-icon-facebook:hover{
    box-shadow: 0 0 18px rgba(59,89,151,0.42);
}
.element-social-icon-item-three .elementor-social-icon-twitter:hover{
    box-shadow: 0 0 18px rgba(29,161,241,0.42);
}
.element-social-icon-item-three .elementor-social-icon-linkedin:hover{
    box-shadow: 0 0 18px rgba(5,121,183,0.42);
}
.element-social-icon-item-three .elementor-social-icon-youtube:hover{
    box-shadow: 0 0 18px rgba(255,0,0,0.42);
}
.element-social-icon-item-three .elementor-social-icon-pinterest:hover{
    box-shadow: 0 0 18px rgba(209,9,9,0.42);
}

.element-fancy-text-box-item-one{
    
}
.element-fancy-text-box-item-one .elementor-column-wrap:before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background:#1869ff;
    /*background: linear-gradient(to right, #6a30f5 0%, #9d43fe 100%);*/
    visibility: hidden;
    opacity: 0;
     transition: all 0.4s ease-in-out !important;
    -webkit-transition: all 0.4s ease-in-out !important;
}
.element-fancy-text-box-item-one .elementor-column-wrap:hover:before{
    visibility: visible;
    opacity: 0.9;
}
.element-fancy-text-box-item-two .elementor-widget-image-box .elementor-image-box-title{
    visibility: hidden;
    opacity: 0;
    transform:translateY(25px);
        transition: all 0.3s ease-in-out 0.3s;
    -webkit-transition: all 0.3s ease-in-out 0.3s;
}
.element-fancy-text-box-item-two .elementor-widget-image-box .elementor-image-box-description{
     visibility: hidden;
    opacity: 0;
      transition: all 0.3s ease-in-out 0.6s;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    transform:translateY(25px);
}
.element-fancy-text-box-item-two:hover .elementor-widget-image-box .elementor-image-box-title,
.element-fancy-text-box-item-two:hover .elementor-widget-image-box .elementor-image-box-description{
    visibility: visible;
    opacity: 1;
    transform:translateY(0);
}
.table-element-button .rt-pricing-table.element-one > .holder > .more .btn{
    border: none;
    /*background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;*/
    background:#1869ff;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 500;
}
.table-element-part .rt-pricing-table.element-seven > .holder {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    position: relative;
    box-shadow:none;
    padding-bottom:60px;
}
.table-element-part .rt-pricing-table.element-seven > .holder .icon{
    display:none;
}

.table-element-part .rt-pricing-table.element-seven > .holder > .started .btn{
    border: none;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;
    border: none;
    color: #fff !important;
    border-radius: 3px;
    letter-spacing: 0.8px;
    font-size: 15px;
    font-weight: 500;
}
.table-element-part .rt-pricing-table.element-seven > .holder:hover{
   box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}
.table-element-part .rt-pricing-table.element-seven > .holder:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
}

.table-element-part .rt-pricing-table.element-seven > .holder:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: " ";
    height: 6px;
    background: linear-gradient(to right, #fa897d 0%, #fe5f88 100%) !important;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}
.table-element-part .rt-pricing-table.element-seven > .holder > .heading .title{
    color: #1e1666;
    font-weight:500;
}
.table-element-part .rt-pricing-table.element-seven > .holder > .pricing > .price sup{
    color: #1e1666;
}
.table-element-part .rt-pricing-table.element-seven > .holder > .pricing > .price sub{
    color: #1e1666;
}
.table-element-button .rt-pricing-table.element-one > .holder > .pricing .price{
    color: #1e1666;
    font-weight: 600;
}
.table-element-button .rt-pricing-table > .holder > .heading .title{
    color: #1e1666;
}
.table-element-button .rt-pricing-table.element-one > .holder > .pricing .tagline {
    width: 85%;
    margin: 0 auto;
}

.carousel-shadow .slick-track{
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    padding: 15px 0 15px 0;
}
.carousel-shadow  .slick-slide.slick-active{

}
.carousel-shadow  .slick-slide{

}
.carousel-shadow .elementor-slick-slider .slick-slide img{
  
    box-shadow: 0 0 17px rgba(0,0,0,0.2);
}

.alert-box-one .wordpresstheme-alert-box.element-one.alert-info{
    background: #fff;
    border:1px solid #C7BCBC;
}
.alert-box-two .wordpresstheme-alert-box.element-one.alert-info{
    background: #fff;
    border:1px solid #fff;
    box-shadow: 0 8px 30px rgba(0,0,0,0.1);
}
.alert-box-three .wordpresstheme-alert-box.element-one.alert-info{
    background: #E7E7E7;
    border:1px solid #E7E7E7;
}
.alert-icon .wordpresstheme-alert-box.element-one > .icon{
    height: 18px;
    width: 18px;
    border-radius: 35px;
    /*background: #6B00FF;*/
    background:#1869ff;
    text-align: center;
    display: flex;
    vertical-align: middle;
}
.alert-icon .wordpresstheme-alert-box.element-one > .icon i {
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding:2px 0 0 0;
}
.alert-icon .wordpresstheme-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
}
.alert-icon .wordpresstheme-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
    color: #797474;
}
.alert-box-four .wordpresstheme-alert-box.element-one.alert-warning{
    background: #fff;
    border:1px solid #C7BCBC;
}
.alert-icon-two .wordpresstheme-alert-box.element-one > .icon{
    height: 18px;
    width: 18px;
    border-radius: 35px;
    background: #FFC933;
    text-align: center;
    display: flex;
    vertical-align: middle;
}

.alert-icon-two .wordpresstheme-alert-box.element-one > .icon i{
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    padding: 2px 0 0 0;
}
.alert-icon-two .wordpresstheme-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
}
.alert-icon-two .wordpresstheme-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color:#797474;
}
.alert-icon-two .wordpresstheme-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
}

.alert-box-five .wordpresstheme-alert-box.element-one.alert-warning{
    background: #FFC933;
    border:1px solid #FFC933;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.alert-box-six .wordpresstheme-alert-box.element-one.alert-warning{
    background: #EDE8DC;
    border:1px solid #EDE8DC;
}
.alert-icon-three .wordpresstheme-alert-box.element-one > .icon{
    background: #fff;
    height: 18px;
    width: 18px;
    border-radius: 35px;
    text-align: center;
    display: flex;
    vertical-align: middle;
}
.alert-icon-three .wordpresstheme-alert-box.element-one > .icon i{
    color: #FFC933;
    text-align: center;
    font-size: 11px;
    line-height: 16px;
    padding: 2px 0 0 0;
}
.alert-icon-three .wordpresstheme-alert-box.element-one > .close{
    border: 1px solid #fff;
    color: #fff;
    height: 18px;
    width: 18px;
    border-radius: 35px;
    display: flex;
    vertical-align: middle;
    text-align: center;
}
.alert-icon-three .wordpresstheme-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
}

.alert-box-seven .wordpresstheme-alert-box.element-one.alert-success,
.alert-box-seven .wordpresstheme-alert-box.element-one.alert-danger{
    background: #fff;
    border: 1px solid #C7BCBC;
}
.alert-box-seven .wordpresstheme-alert-box.element-one > .icon i{
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    color: #03CB89;
}
.alert-icon-four .wordpresstheme-alert-box.element-one > .close {
    height: 18px;
    width: 18px;
    border-radius: 35px;
    border: 1px solid #797474;
    display: flex;
    vertical-align: middle;
    text-align: center;
    color: #797474;

}
.alert-icon-four .wordpresstheme-alert-box.element-one > .close i {
    font-size: 12px;
    line-height: 16px;
}
.alert-box-eight .wordpresstheme-alert-box.element-one.alert-success{
    /*background: #03CB89;
    border: 1px solid #03CB89;*/
    background: #1869ff;
    border: 1px solid #1869ff;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.alert-box-nine .wordpresstheme-alert-box.element-one.alert-success{
    background: #EDE8DC;
    border: 1px solid #EDE8DC;
}
.alert-box-six .wordpresstheme-alert-box.element-one.alert-success,.alert-box-six .wordpresstheme-alert-box.element-one.alert-danger{
    background: #EDE8DC;
    border: 1px solid #EDE8DC;
}
.alert-box-ten .wordpresstheme-alert-box.element-one.alert-danger{
    background: #FF4D65;
    border: 1px solid #FF4D65;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.alert-icon-six .wordpresstheme-alert-box.element-one > .icon i{
    color: #FF4D65;
}
.countdown-two .rt-countdown.element-one{
    border-top:0px none;
    border-bottom:0px none;
}
/* ================================== */
/* END OF ELEMENT PAGE CSS*/
/* ================================== */

.blog.element-one .blog-item > .holder > .data .btn > .btn-arrow > i{
    top: -8px;
}
.rt-case-study-box.element-two > .rt-case-study-box-item > .holder > .data > .title > a{
    color: #282828 !important;
    font-size: 20px !important;
}

.rt-case-study-box.element-two>.rt-case-study-box-item>.holder>.post-btn>.post-button:hover{
    background-color: #2DC976 !important;
}


.team-details-img .elementor-image {
   width: 670px;
   float: right;
}

@media screen and (min-width:768px) and (max-width:991px){
.team-details-img .elementor-image {
   width: 100%;
   float: none;
}
}
@media screen and (min-width:480px) and (max-width:767px){
.team-details-img .elementor-image {
   width: 100%;
   float: left;
}
}
@media screen and (min-width:321px) and (max-width:479px){
.team-details-img .elementor-image {
   width: 100%;
   float: left;
}
}

/*contact page start*/

.contact-page-form .form-row input[type=text],
.contact-page-form .form-row input[type=email],
.contact-page-form .form-row textarea{
    margin: 0 0 15px 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #F7F9FB;
    background: #F7F9FB;
    color: #828282;
}
.contact-page-form .form-row label {
   padding: 10px 0;
}
.contact-page-form .form-row button,
.contact-page-form .form-row html input[type=button],
.contact-page-form .form-row input[type=reset],
.contact-page-form .form-row input[type=submit]{
    top: 8px;
    right:0;
    padding: 11px 35px 11px 35px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#27ad60+0,2adb75+100 */
background: rgb(39,173,96); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(39,173,96,1) 0%, rgba(42,219,117,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(39,173,96,1) 0%,rgba(42,219,117,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(39,173,96,1) 0%,rgba(42,219,117,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#27ad60', endColorstr='#2adb75',GradientType=0 ); /* IE6-9 */
    color: #fff;
    border: 0px none;
    border-radius: 0px;
    font-weight: 600;
    /*width:100%;*/
    float:right;
    background:#1869ff;
}
.contact-page-form > div {
    width: 90%;
    margin: 0 auto !important;
}

/*contact page end*/


/*contact page two start*/

.contact-us-two .form-row input[type=text],
.contact-us-two .form-row input[type=email],
.contact-us-two .form-row textarea{
    margin: 0 0 15px 0;
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #E3E3E3;
    background: none;
    color: #828282;
}
.contact-us-two .form-row textarea{
    height:180px;
}
.contact-us-two .form-row label {
   padding: 10px 0;
}
.contact-us-two .form-row button,
.contact-us-two .form-row html input[type=button],
.contact-us-two .form-row input[type=reset],
.contact-us-two .form-row input[type=submit]{
    top: 8px;
    right:0;
    padding: 11px 35px 11px 35px;
    color: #ffffff;
    border: 0px Solid;
    border-radius: 0px;
    float:right;
    background:#a6a3a3;
    font-weight:600;
}
.contact-us-two > div {
    width: 100%;
    margin: 0 auto !important;
}

/*contact page two end*/


/*footer lower menu*/
.footer-lower-custom-menu ul li {
    padding: 0;
    margin: 0 9px 0 0;
    color: #a0a1a2;
    font-weight: 1400;
    line-height: 35px;
    display: inline-block;
     font-size:13px;
}
.footer-lower-custom-menu ul li a {
    color: #a0a1a2;
    font-weight: 1400;
    line-height: 35px;
    text-decoration: none;
    text-decoration: none;
}
.footer-lower-custom-menu ul li:hover a{
    color:#fff;
}
/* DESKTOP PART */

@media screen and (min-width:992px) and (max-width:1199px) {
.home-bage-one-custom-position-img1{
    left: -35px !important;
    width: 411px !important;
    max-width: 413px !important;
    top: -40px !important;
}
.home-bage-one-custom-position-img2{
    left: -172px !important;
    width: 415px !important;
    max-width: 399px !important;
    top: 14px !important;
}
.content-position .elementor-widget-wrap {
    align-self: end;
    max-width: 100%;
}
.home-version-one-pop-up-video-icon{
    position: static !important;
}
}

/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
.footer-lower-custom-menu ul li {
    font-size: 14px;
}
.home-bage-one-custom-position-img1{
    left: -35px !important;
    width: 340px !important;
    max-width: 340px !important;
    top: 0 !important;
}
.home-bage-one-custom-position-img2{
    left: -172px !important;
    width: 332px !important;
    max-width: 332px !important;
    top: 72px !important;
}

.home-version-one-pop-up-video-icon{
    position: static !important;
}
.content-position .elementor-widget-wrap {
    align-self: end;
    max-width: 100%;
}
.content-position-five .elementor-widget-wrap {
    align-self: end;
    max-width: 100%;
}
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
        .footer-lower-custom-menu ul li {
    display: block;
}
.home-bage-one-custom-position-img,
.home-version-one-pop-up-video-icon{
    position: static !important;
}
.home-version-two-contact div{
    width: 100%;
}
.content-position-five .elementor-widget-wrap {
    align-self: end;
    max-width: 100%;
}
.home-bage-one-custom-position-img1,
.home-bage-one-custom-position-img2,
.home-version-one-pop-up-video-icon{
    position: static !important;
}
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
    .footer-lower-custom-menu ul li {
    display: block;
}
.home-bage-one-custom-position-img1,
.home-bage-one-custom-position-img2,
.home-version-one-pop-up-video-icon{
    position: static !important;
}
.home-two-accordions .wordpresstheme-accordion.element-five .accord_bx_sec {
    padding: 0 24px 0px 0px;
}
.home-version-two-contact div{
    width: 100%;
}
.home-version-two-contact .form-row input[type=submit]{
        /*position: static;*/
    display: block;
    margin: 0 auto;
    
}
.home-version-two-contact div{
    width: 100%;
}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
    .footer-lower-custom-menu ul li {
    display: block;
}
.home-version-two-contact div{
    width: 100%;
}
.home-bage-one-custom-position-img1,
.home-bage-one-custom-position-img2,
.home-version-one-pop-up-video-icon{
    position: static !important;
}
}
/*footer lower menu*/

.tz-gallery .lightbox:after{
    display:none !important;
    background-color: rgba(39,174,96, 0.7) !important;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a:hover:before{
    background-color:#1869ff !important;
    color: #fff !important;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-next-post>a:before{
    color: #1869ff !important;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a:hover:before{
    background-color:#1869ff !important;
    color: #fff !important;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-previous-post>a:before{
    color: #1869ff !important;
}
.case-studies-single-pagination>[class*='col-']>.case-studies-single-post-back-btn>a>span:before{
    background-color:#1869ff !important;
}
.testimonial.element-one .testimonial-item>.holder>.testimonial-title .title {
    text-transform: capitalize !important;
}
.testimonial.element-one .testimonial-item>.holder>.testimonial-title .designation{
    text-transform: capitalize !important; 
}



.wraper_header.style-one .wraper_header_main .header-responsive-nav i{
    font-size:25px;
}
.blog-item{
    animation-duration: .15s !important;
    transition: all 0.7s ease-in;
}
#blog-item-296{
    animation-delay: 200ms !important;
}
#blog-item-286{
    animation-delay: 400ms !important;
}
#blog-item-293{
    animation-delay: 600ms !important;
}

.rt-pricing-table.element-seven.spotlight .holder{
    background:#1869ff !important
    
}
.rt-pricing-table.element-seven.spotlight .holder>.started .btn {
    background-color: transparent !important;
    border: 1px #fff solid;
    color: #fff !important;
}

.rt-pricing-table.element-seven>.holder>.started .btn {
    background-color: transparent !important;
    color: #1869ff!important;
    border: 1px #1869ff solid;
}

.rt-pricing-table.element-seven>.holder>.started .btn:hover {
    background-color: #1869ff !important;
    color:#fff !important;
}
.rt-pricing-table.element-seven.spotlight .holder>.started .btn:hover{
    background-color: #fff !important;
    color:#1869ff !important;
}

.rt-pricing-table.element-seven.spotlight .holder>.spotlight-tag>.spotlight-tag-text {
    color: #1869ff !important;
}

.wordpresstheme-accordion.element-five {
    background: transparent !important;
}

.table-element-part .rt-pricing-table.element-seven>.holder>.started .btn {
    background: #1869ff !important;
}

.table-element-part .rt-pricing-table.element-seven>.holder:before {
    background: #1869ff !important;
}

.default-page input[type=submit]{background-color:#1869ff !important; border-radius:0px !important;}

.default-form.main-contact-form .form-row input[type=submit]{background:#1869ff !important; 
    line-height:normal !important; padding: 0 40px !important; border-radius:0px !important;}
.default-form.faq-contact-form .form-row input[type=submit]{background:#1869ff !important; border-radius:0px !important;}


.rt_contact_form .default-form.main-contact-form .form-row input[type=submit]{border-radius:0px !important;}
.rt_contact_form .default-form.faq-contact-form .form-row input[type=submit]{border-radius:0px !important;}

.elements-team-item-one .team.element-one .team-item > .holder > .data .designation, .elements-team-item-two 
.team.element-two .team-item > .holder > .data .designation, .elements-team-item-four .team.element-four .team-item > .holder > .data .designation{color:#6c6d74 important;}
.elements-team-item-two .team.element-two .team-item > .holder > .data .designation{color:#6c6d74 important;}
.elements-team-item-one .team.element-one .team-item > .holder > .data .title{color:#181b31 !important;}
.elements-team-item-two .team.element-two .team-item > .holder > .data .title{color:#181b31 !important;}
.team.element-four .team-item>.holder>.data .title {color:#181b31 !important;}
.team.element-five .rt_team_detail_bx h3{color:#181b31 !important;}
.team.element-five .rt_team_detail_bx p{color:#6c6d74 important;}
.team.element-four .team-item > .holder > .data .designation{color:#6c6d74 important;}
.elements-team-item-one .team.element-one .team-item > .holder > .data .designation{color:#6c6d74 important;}


/*shop css*/
li.wc-layered-nav-rating a {
    color: #181b31;
}
.pagination>*.current, .woocommerce nav.woocommerce-pagination ul li span.current{
    background-color: #1869ff;
}
.wordpresstheme-shop-box.style-six>.holder>.pic>.action-buttons>.button:hover, 
.wordpresstheme-shop-box.style-six>.holder>.pic>.action-buttons>.added_to_cart:hover, 
.wordpresstheme-shop-box.style-six>.holder>.pic>.action-buttons>.yith-wcwl-add-to-wishlist:hover {
    background-color: #1869ff;
    color: #fff;
}
.wordpresstheme-shop-box.style-six>.holder>.onsale{
  background-color: #1869ff;  
}
.shop_single #review_form .comment-reply-title {
    color: #181b31;
}
.shop_single #review_form #respond label {
    color: #181b31;
}
.woocommerce p.stars a{
  color: #181b31;  
}
.woocommerce table.shop_table>tbody>tr>th, .woocommerce table.shop_table>tbody>tr>td a {
    color: #000;
}
.woocommerce-message {
    background-color: #1869ff;
    border-color: #1869ff;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    padding-left: 15px!important;
}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: 0px 10px 0px 10px !important;;
    border: 1px rgba(195, 196, 198, 0.5) solid !important;
    width: 100% !important;
    /* padding: 0 !important; */
}
.woocommerce-MyAccount-navigation>ul>li{
    color: #1869ff;
}
.woocommerce-MyAccount-content p a{
    color: #1869ff;
}
.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    padding: 10px 21px;
    font-weight: 400;
    border-radius: 0;
    color: #fff;
    background-color: #1869ff;
}
/* TABLET LANDSCAPE PART */
@media screen and (min-width:768px) and (max-width:991px){
    .woocommerce .coupon, .woocommerce .checkout_coupon {
    max-width: 100% !important;
    display: inline-block;
}
}

/* TABLET PROTRAIT PART */
@media screen and (min-width:480px) and (max-width:767px){
    .woocommerce .coupon, .woocommerce .checkout_coupon {
    max-width: 100% !important;
    display: inline-block;
}
}

/* SMART PHONE LANDSCAPE PART */
@media screen and (min-width:321px) and (max-width:479px){
.woocommerce .coupon, .woocommerce .checkout_coupon {
    max-width: 100% !important;
    display: inline-block;
}
.woocommerce form .form-row {
    width: 100%;
}
}

/* SMART PHONE PROTRAIT PART */
@media screen and (max-width:320px){
    .woocommerce .coupon, .woocommerce .checkout_coupon {
    max-width: 100% !important;
    display: inline-block;
}
.woocommerce form .form-row {
    width: 100% !important;
}
}
/*shop css*/
.about-custom-menu ul {
    padding-left: 0 !important;
}
.about-custom-menu ul li {
    list-style: none;
}



.mega-menu-new ul li {
    margin:0;
    padding: 12px 0 0 0;
}
.mega-menu-new h5{
    margin:0;
}
/*blog css*/

.rt-recent-post-with-thumbnail.element-one>ul.rt-recent-post-with-thumbnail-holder>li.rt-recent-post-with-thumbnail-post img{
   border-radius: 0;
}
.wraper_header.style-six .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky{
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.rt-case-study-box.element-four > .rt-case-study-box-item > .holder > .data > .date {
    font-style: normal !important;
    color: #1869FF;
}
.rt-case-study-box.element-four > .rt-case-study-box-item > .holder > .data > .title > a {
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
}
/*blog css*/                
.blog.element-five .blog-item>.holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}
.blog.element-five .blog-item>.holder>.pic {
    padding-top: 0px !important;
    height: auto;
}
.blog.element-five .blog-item .holder:hover .pic .bg-overlay {
    opacity: 1;
}

.blog.element-five .blog-item .holder .pic .bg-overlay {
    background: rgba(24, 105, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.blog.element-five .blog-item .holder .post-btn .post-button .ti-arrow-right {
    display: block;
    position: absolute;
    bottom: 65px;
    left: 0px;
    width: 60px;
    height: 60px;
    line-height: 40px;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
    background: linear-gradient(90deg, #1869FF 0%, #1869FF 100%);
    z-index: 9;
    border-radius: 0px;
    transform: translateY(25px);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-decoration: none;
    font-size: 18px;
     opacity: 0;
}
.blog.element-five .blog-item .holder:hover .post-btn .post-button .ti-arrow-right {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.blog.element-five .blog-item .holder .data .date {
    margin-bottom: 0px;
    width: auto;
    float: left;
    color: #808595;
    font-size: 14px;
    line-height: 14px;
    text-align: left;
    padding: 0 13px 0 0;
    display: block;
    position: relative;
}
.blog.element-five .blog-item .holder .data .date:after {
    content: "";
    background: #808595;
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0;
    top: 0px;
}
.blog.element-five .blog-item .holder .data {
    padding: 30px 0px 0px 0px !important;
    float: left;
    width: 100%;
    box-shadow:none !important;
}


.blog.element-five .blog-item>.holder:hover {
    transform: none !important;
    -webkit-transform: none !important;
    box-shadow: none !important;
}

.blog.element-five .blog-item .holder .data .title {
    text-align: left;
    float: left;
    margin-top: 0px;
    width: 100%;
    margin-bottom:8px !important;
}
.blog.element-five .blog-item .holder .data .category {
    margin-bottom: 0px;
    width: auto;
    float: left;
    text-align: left;
    padding: 0 0px 0 13px;
    position: relative;
    bottom: 6px;
}
.blog.element-five .blog-item .holder .data p {
    text-align: left;
    margin-top: 0px;
    float: left;
}               
.wordpresstheme-case-studies-slider.element-one .case-study-box {
    float: left;
    position: relative;
    cursor: pointer;
    width: 360px;
    margin-right: 30px;
}
.wordpresstheme-case-studies-slider.element-one .case-study-box .mask {
    padding: 20px;
    transform: translateY(30px);
    opacity: 0;
    background: #1869FF !important;
    border-radius: 0px !important;
    transition: all 0.4s ease-in-out;
    text-align: center;
}
.wordpresstheme-case-studies-slider.element-one img {
    display: block;
    position: relative;
    border-radius: 0px !important;
    box-shadow: 2px 0px 0px 0px rgba(23.00000000000011, 22.000000000000007, 138.99999999999994, 0.08) !important;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
display: none;
}
.wordpresstheme-case-studies-slider.element-one .owl-dots>.owl-dot {
    display: inline-block;
    vertical-align: top;
    margin-left: 4px;
    margin-right: 4px;
    background-color: #1869FF;
    border-radius: 50%;
}
.wordpresstheme-case-studies-slider.element-one .case-study-box:hover .mask {
        padding-bottom: 0px;
}		
.wordpresstheme-case-studies-slider.element-one .case-study-box h5 a{
    color: #FFF;
}		
@media (max-width: 767px) {
.wordpresstheme-case-studies-slider.element-one .case-study-box .mask {
    margin-right: 40px;
}
.blog.element-five .blog-item .holder .post-btn .post-button .ti-arrow-right {
    bottom: 50px;
}
}
@media (max-width: 991px) and (min-width: 768px){
.wordpresstheme-case-studies-slider.element-one .case-study-box {
    width: 235px;
    padding-right: 10px;
}
.wordpresstheme-case-studies-slider.element-one img {
 height: 170px;
 }
.wordpresstheme-case-studies-slider.element-one .mask, .wordpresstheme-case-studies-slider.element-one .content {
    right: 12px !important;
}
.wordpresstheme-case-studies-slider.element-one .case-study-box .mask {
    padding: 0px 0 !important;
    transform: translateY(40px) !important;
 }
 .wordpresstheme-case-studies-slider.element-one .case-study-box h5 { 
 position: relative;
 top: 16px;
 }
}
@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5){
.wordpresstheme-case-studies-slider.element-one .case-study-box {
    width: 320px;
    padding-right: 10px;
}
.wordpresstheme-case-studies-slider.element-one .mask, .wordpresstheme-case-studies-slider.element-one .content {
    right: 12px !important;
}
.wordpresstheme-case-studies-slider.element-one .case-study-box .mask {
    padding: 0px 0 !important;
    transform: translateY(40px) !important;
 }
 .wordpresstheme-case-studies-slider.element-one img {
 height: 170px;
 }
 .wordpresstheme-case-studies-slider.element-one .case-study-box h5 { 
 position: relative;
 top: 16px;
 }
}

.logged-in .wraper_header.style-sixteen .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    top:32px;
}

.logged-in .wraper_header.style-thirteen .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    top:32px;
}

.logged-in .wraper_header.style-twelve .is-sticky .wraper_header_main {
    top:32px !important;
}

.logged-in .wraper_header.style-eleven .wraper_header_nav.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    top:32px;
}

.logged-in .wraper_header.style-six .wraper_header_main.wordpresstheme-sticky-style-two.i-am-delayed-sticky {
    top:32px;
}

.rt-case-study-box.element-four > .rt-case-study-box-item > .holder > .data > .title {
    font-size:20px !important;
    line-height:28px !important;
    letter-spacing:0 !important;
    font-weight:600 !important;
    text-transform:capitalize;
}	

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .wordpresstheme-case-studies-slider.element-one .case-study-box {
        width:100%;
        padding-right:15px;
        
    }
    
    .wordpresstheme-case-studies-slider.element-one img {
        height:auto;
    }
}

.wordpresstheme-case-studies-slider.element-one .case-study-box h5 {
    margin-bottom: 15px !important;
}

/* added by BB to change link hover color */
.home-three-text-hover:hover h4{
    color:#000 !important;
}
a:focus, a:hover {
    color: #076db9 !important;
}
/* remove capital letters from testimonials */
.elementor-6 .elementor-element {
    text-transform: none !important;
}