*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body{
	  font-family: 'eu_r';
}
p{
	  font-family: 'eu_r';
}
body a:hover{
    text-decoration: none !important;
}
@font-face {
    font-family: 'eu_l';
    src: url(../fonts/EuclidFlexLight.ttf);
}
@font-face {
    font-family: 'eu_r';
    src: url(../fonts/EuclidFlexRegular.ttf);
}
@font-face {
    font-family: 'eu_m';
    src: url(../fonts/EuclidFlexMedium.ttf);
}
@font-face {
    font-family: 'eu_s';
    src: url(../fonts/EuclidFlexSemiBold.ttf);
}
@font-face {
    font-family: 'tel_r';
    src: url(../fonts/telegrafico.ttf);
}
h1, h2, h3, h4{
    font-family: 'tel_r' !important;
}
/* header css start */
.header-main {
    width: 100%;
    min-height: 157px;
    background-color: #0f1c2e;
    float: left;
}
.header-main .topbar {
    padding: 15px 0px;
}
.header-main .topbar .top_bar_list {
    display: flex;
    justify-content: flex-end;
}
.header-main .topbar .top_bar {
    display: flex;
    gap: 12px;
    align-items: center;
    position: relative;
    max-width: 251px;
    width: 100%;
}
.header-main .topbar .top_bar_list .top_bar:nth-child(2):before {
    content: "";
    border-left: #3f4957 solid 1px;
    height: 39px;
    position: absolute;
    left: -49px;
}
.header-main .topbar .top_bar_list .top_bar:nth-child(2):after{
    content: "";
    border-left: #3f4957 solid 1px;
    height: 39px;
    position: absolute;
   right: 47px;
}
.header_menu {
    border-top: #2b4466 solid 1px;
}
.header-main .topbar .top_bar h5 {
    font-family: 'eu_l';
    font-size: 11px;
    letter-spacing: .2px;
    color: #ace0f0;
    margin-bottom: 1px;
    text-transform: uppercase;
}
.header-main .topbar .top_bar h5 a {
    color: #ace0f0;
}
.header-main .topbar .top_bar p {
    font-family: 'eu_s';
    font-size: 16px;
    margin-bottom: 0px;
    letter-spacing: -.2px;
}
.header-main .topbar .top_bar p a{
    color: #fff;
}
.header-main .topbar .top_bar img {
    max-width: 37px;
    min-height: 42px;
    object-fit: contain;
}
.header-main .logo_area img {
    position: relative;
    height: auto;
    max-width: 305px;
    min-height: 68px;
    object-fit: contain;
}
.header-main .topbar .top_bar.user img {
    width: 33px;
    height: 33px;
    object-fit: contain;
}
.header-main .topbar .cart img {
    width: 36px;
    height: 37px;
}
.header-main ul.menu{
  display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding-left: 0px;
    width: 100%;
	margin-bottom: 0px;
	max-width: 100%;
}
.header-main .row{
    align-items: center;
}
.header-main .main-menu-bar ul li {
    list-style: none;
}
.header-main .main-menu-bar ul li a {
    font-family: 'eu_s';
    font-size: 15.31px;
    text-transform: uppercase;
    position: relative;
    color: #fff;
	padding: 21px 39px 21px 0px;
}
.header-main .main-menu-bar ul li a:hover {
    color: #3f9bd5;
    text-decoration: none;
}
.header-main .cart{
	position: relative;
}
.header-main .cart span {
    background: #3f9bd5;
    width: 21px;
    height: 21px;
    position: absolute;
    border-radius: 40px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    right: -10px;
}
.customer_suport {
    display: flex;
    justify-content: end;
}
.customer_suport a {
    color: #fff;
    font-family: 'eu_s';
    background: #90a0af;
    padding: 19.56px 35px;
    text-transform: uppercase;
}
.customer_suport a:nth-child(2) {
    background: #3f9bd5;
}
.main_banner{
    position: relative;
    float: left;
	width: 100%;
}
.main_banner::after {
    content: "";
    background-image: url(../images/banner_after.png);
    width: 417px;
    height: 400px;
    position: absolute;
    z-index: 1;
    /* top: 0px; */
    right: 7%;
    bottom: 0px;
}
.main_banner img {
    width: 100%;
    height: 556px;
    object-fit: cover;
}
.main_banner .d-block{
    /* animation: zoom 30s infinite; */
}
@keyframes zoom{
    0% {
        transform: scale(1);
   }
    50% {
        transform: scale(1.3);
   }
    100% {
        transform: scale(1.5);
   }
}
.main_banner .banner_overlay{
    background: linear-gradient(90deg, #121e30b8 0%, #121e306b 35%, rgb(0 212 255 / 0%) 100%);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* padding-bottom: 66px; */
}
.btn-bnnr a {
    color: #0f1c2e;
    font-family: 'eu_s';
    background: #ace0f0;
    padding: 17.56px 35px;
    text-transform: uppercase;
}
.main_banner .btn-bnnr a:nth-child(2) {
    background: #3f9bd5;
    color: #fff;
}

.main_banner .contentbanner_area h4{
    margin: 0;
    color: #fff;
    font-size: 19px;
    letter-spacing: 3px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Oswald';
    line-height: 43px;
    border: #fff solid 1px;
    border-radius: 24px;
    padding: 0px 26px;
    display: inline-block;
    width: max-content;
  }
  .main_banner .contentbanner_area h1 {
    margin: 0;
    font-family: tel_r;
    color: #fff;
    font-size: 48px;
    line-height: 49px;
    /* font-weight: 700; */
    letter-spacing: -2.8px;
    padding: 40px 0 18px;
    text-transform: uppercase;
    max-width: 511px;
    width: 100%;
}
.main_banner .contentbanner_area h5{
    margin: 0;
    font-size: 56px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
    letter-spacing: -2px;
    font-family: 'cmu-serif-italic';
    padding: 0 0 25px;
    text-transform: capitalize;
    word-spacing: 0;
}
.main_banner .contentbanner_area{
    animation-duration: 3s;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
}
.main_banner .btn-bnnr {
    display: flex;
        align-items: center;
        justify-content: start;
        margin: 20px 0px 0px;
        gap: 17px;
}
.main_banner .contentbanner_area p {
    color: #fff;
    font-size: 19px;
    max-width: 607px;
    font-family: 'eu_r';
    line-height: 28.44px;
}
/* about us start */
.about-us {
    width: 100%;
    float: left;
    position: relative;
    /* min-height: 887px; */
    padding: 80px 0px 120px;
}
.about-us::before {
    content: "";
    background-repeat: repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    /* left: -224px; */
    background-size: cover;
}
.about-us .container{
    position: relative;
}
.about-us .container h2 {
    color: #474747;
    font-size: 47px;
    text-transform: uppercase;
    font-family: 'tel_r';
    letter-spacing: -3px;
    line-height: 59px;
    max-width: 838px;
    text-align: center;
    margin: auto;
    margin-bottom: 45px;
}
.about-us .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.about-us .services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 18px;
}
.services .wrapper {
    background: #acdff0;
    padding: 40px;
    border-radius: 11px;
    max-width: 273px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
}
.about-us .services .wrapper h5 {
    font-size: 35px;
    font-family: 'eu_s';
    color: #151412;
}
.about-us .services .wrapper h5 span{
    font-family: 'tel_r';
}
.services .wrapper p {
    color: #322722;
    font-family: 'eu_s';
    text-transform: uppercase;
    margin-bottom: 0px;
}
/* ---------services=----------- */
.service-sec{
    float: left;
    width: 100%;
    padding: 100px 0px;
    background-image: url(../images/services_bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.service-sec h2{
    color: #fff;
    font-size: 47px;
    text-transform: uppercase;
    font-family: 'tel_r';
    letter-spacing: -3px;
    line-height: 59px;
    max-width: 838px;
    text-align: center;
    margin: auto;
    margin-bottom: 45px;
}
.service-sec h2 span {
    font-family: 'eu_r';
}
.service-sec .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-sec .wrapper .contain p {
    background-color: #3f9bd5;
    width: 100%;
    padding: 30px 55px;
    max-width: 468px;
    width: 100%;
    border-radius: 23px;
    color: #fff;
    font-family: 'eu_s';
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    line-height: 38px;
}
.service-sec .right_contain {
    max-width: 590px;
    width: 100%;
}
.service-sec .item {
    background: #0e2134b8;
    padding: 30px 40px;
    border-radius: 11px;
    border: #284e6d solid 1px;
    margin-bottom: 20px;
}
.service-sec .item h4 {
    color: #fff;
    font-family: 'tel_r';
    font-size: 29px;
    text-transform: uppercase;
    line-height: 38px;
    letter-spacing: -1.7px;
}
.service-sec .item p {
    font-size: 17px;
    color: #fff;
    font-family: 'eu_r';
    line-height: 27px;
    margin-bottom: 0px;
}
/* -------------- */
.clint_area {
    width: 100%;
    float: left;
    padding: 80px 0px 90px;
}
.clint_area h2 {
    color: #474747;
    font-family: 'tel_r';
    font-size: 47px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 70px;
    letter-spacing: -2px;
}
.clint_area .wrapper img {
    width: 172px;
    height: 50px;
    object-fit: contain;
    filter: grayscale(1);
    transition: all .3s;
}
.clint_area .wrapper:hover img {
    filter: inherit !important;
}
.clint_area .wrapper {
    text-align: center;
    margin-bottom: 63px;
}
.read_more {
    color: #fff;
    font-family: 'eu_s';
    background: #3f9bd5;
    font-size: 15px;
    padding: 17.56px 35px;
    text-transform: uppercase;
}
section.clint_area .read_more {
    display: table;
    margin: auto;
    margin-top: 20px;
}
section.clint_area .read_more span{
    padding-left: 4px;
}
/* ------------comprehensive------- */
.compre_bg {
    width: 100%;
    float: left;
    padding: 40px 0px 80px;
    background-image: url(../images/Tech_bg.jpg);
    min-height: 613px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
}
.compre_bg h2 {
    color: #fff;
    font-size: 47px;
    text-transform: uppercase;
    letter-spacing: -3px;
    text-align: center;
    max-width: 838px;
    width: 100%;
    margin: auto;
    font-family: 'tel_r';
    line-height: 51px;
    margin-bottom: 44px;
}
.compre_bg .wrapper {
    min-height: 249px;
    background: #fff;
    border-radius: 21px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all .3s;;
}
.compre_bg .wrapper:hover {
    background: #3f9bd5;
}
.compre_bg .wrapper:hover img {
    filter: invert(0) brightness(13.5);
}
.compre_bg .wrapper:hover p{
    color: #fff;
}
.compre_bg .wrapper p {
    color: #373737;
    font-size: 20px;
    max-width: 213px;
    text-align: center;
    font-family: 'eu_m';
    line-height: 28px;
    padding-top: 27px;
    margin-bottom: 0px;
}
/* ------------------ */
.choose_area {
    width: 100%;
    float: left;
    position: relative;
    padding: 80px 0px 80px;
}
.choose_area::before {
    content: "";
    background-repeat: repeat;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    background: url(../images/about_bg.jpg);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    background-size: cover;
}
.choose_area .container{
    position: relative;
    z-index: 1;
}
.choose_area .container h2 {
    color: #0a1c26;
    font-size: 47px;
    text-transform: uppercase;
    font-family: 'tel_r';
    letter-spacing: -3px;
    line-height: 52px;
    max-width: 947px;
    text-align: center;
    margin: auto;
    margin-bottom: 45px;
}
.choose_area a.read_more {
    display: table;
    margin: auto;
    padding: 17.56px 48px;
}
.choose_area a.read_more:hover{
    background-color: #0f1c2e;
    color: #fff;
}
.choose_area a.read_more span {
    padding-left: 8px;
}
/* ----------footer_area------- */
.footer_area {
    width: 100%;
    float: left;
    position: relative;
    padding: 76px 0px 0px;
    background: url(../images/footer_bg.jpg);
    background-position: 10% 68%;
    background-size: cover;
}
.footer_area::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #0a1c2680;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.footer_area .social-area ul {
    display: flex;
    list-style: none;
    justify-content: center;
    margin-bottom: 0px;
}
.footer_area .footer_menu {
    padding-left: 91px;
}
.footer_area .social-area ul li {
    padding: 0px 17px 0px;
}
.footer_area .social-area {
    margin-top: 70px;
}
.footer_area .social-area ul li a {
    color: #ffffff;
    font-size: 39.28px;
    transition: all .4s;
}
.footer_area .social-area ul li a:hover {
    color: #3f9bd5;
}
.footer_area .social-area ul li a:hover img{
    filter: invert(0); 
}
.footer_area .social-area ul li img {
    filter: invert(5) brightness(11.5);
	object-fit: contain;
    max-width: fit-content;
}
.footer_area h5 {
    font-family: 'tel_r';
    font-size: 24px;
    color: #3f9bd5;
    margin-bottom: 10px;
}
.footer_area .col-md-3:nth-child(2) {
    padding-right: 0px;
}
.footer_area .footer_address {
    padding-left: 25px;
}
.footer_area .footer_address p {
    color: #fff;
    font-size: 16px;
    font-family: 'eu_r';
    line-height: 31px;
    margin-bottom: 1px;
}

.footer_area .footer_address p a {
    color: #fff;
}
.footer_area .footer_menu ul li{
    color: #fff;
    font-size: 16px;
    font-family: 'eu_m';
    line-height: 31px;
    margin-bottom: 6px; 
    position: relative; 
    text-transform: uppercase;
    list-style: none;
}
.footer_area .footer_menu ul li::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    color: #ace0f0;
    font-size: 21px;
    position: absolute;
    left: -20px;
    font-weight: 400;
}
.footer_area .footer_menu ul li a{
    color: #fff;
    transition: all .3s;
}
.footer_area .footer_menu ul li a:hover {
    color: #3f9bd5;
}
.footer_area .copy_right {
    position: relative;
    text-align: center;
    padding: 27px 13px;
    border-top: #2c343a solid 1px;
    margin-top: 30px;
}
.footer_area .copy_right p{
    color: #fff;
    font-size: 16px;
    font-family: 'eu_r';
    margin-bottom: 0px;
}
a{
    transition: all .3s;
}
.customer_suport a:hover {
    background: #fff;
    color: #0f1c2e;
}
.btn-bnnr a:hover, .main_banner .btn-bnnr a:nth-child(2):hover {
    background: #0f1c2e;
    color: #fff;
}
section.clint_area .read_more:hover {
    background: #0f1c2e;
    color: #fff;
}

/* ----------------breadcrmub------------ */
.breadcrumbs {
    padding: 60px 0px 60px;
    text-align: center;
    position: relative;
}
.about-banner {
	float:left;
    background: #afaeae;
    width: 100%;
    position: relative;
    background-size: cover;
    background-position: center;
	background-position: 11% 21%;
}
.about-banner:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ace0f0;
    left: 0px;
    content: "";
}	
.about-banner h1 {
    color: #0f1c2e;
    letter-spacing: -.4px;
    line-height: 60px;
    font-family: 'tel_r';
    font-size: 57px;
    letter-spacing: -3px;
    margin-bottom: 3px;
}
.about-banner h1:after{
/*     content: ""; */
    background: #fff;
    width: 60px;
    height: 2px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    bottom: 6px;
}
.about-banner .about-right {
  padding:0px 0 0px;
}
.about-banner ul {
    display: flex;
    justify-content: center;
    list-style: none;
    align-items: center;
	margin-bottom: 0px;
}
.about-banner ul li {
   margin-bottom: 0px;
    color: #0f1c2e;
    line-height: 25px;
    font-size: 17px;
      font-family: 'eu_r';
    line-height: 32px;
    letter-spacing: -.2px;
    /* font-style: italic; */
    letter-spacing: .1px;
}
.about-banner .about-right ul li a {
       color: #0f1c2e;
}
.about-banner ul li i {
    padding: 0 11px;
    color: #0f1c2e !important;
    font-size: 16px;
}
.all-spacing {
    float: left;
    width: 100%;
}

.all-spacing h1, .all-spacing h2, .all-spacing h3, .all-spacing h4, .all-spacing h5 {
    font-family: 'tel_r' !important;
    letter-spacing: -1.4px;
}
.all-spacing p{
  font-family: 'eu_r' !important;	
}

/*  ----------dropdown menu---------  */
.header-main .menu-main-menu-container ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    border-radius: 0 0 7px 7px !important;
    position: absolute !important;
    top: 107px !important;
    color: #333!important;
    background: #3f9bd5 !important;
    /* padding: 23px 0px; */
    list-style: none;
    transition: all 0.5s;
    box-shadow: 1px 1px 3px #70707047;
    display: inherit;
	z-index:9;
}
.header-main .menu-main-menu-container li.menu-item-has-children:hover .sub-menu {
   opacity: 1;
    top: 44px !important;
    visibility: visible;
}
.header-main .menu-main-menu-container .menu-item-has-children .sub-menu li{
	list-style: none !important;
    width: 295px !important;
    float: none !important;
    display: list-item !important;
    position: relative !important;
    border-radius: 0;
    padding: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
    padding: 0 !important;
    border-bottom: 1px solid #0698a4;
    margin: 0px;
    line-height: 24px;
		border-bottom: #e0e0e0 solid 1px
}
.header-main .menu-main-menu-container .menu-item-has-children .sub-menu li a {
   padding: 17px 20px !important;
    display: inline-block;
    width: 100%;
    position: relative;
    color: #fff;
    transition: all .4s;
    font-size: 15px;
}
.header-main .menu-main-menu-container .menu-item-has-children .sub-menu li a:hover {
    color: #151515;
    background: #fff !important;
    /* padding: 20px; */
    border-bottom: none;
}
.header-main .menu-main-menu-container ul.sub-menu li:last-child {
    clip-path: none;
    background: none;
	min-height: auto;
}
.header-main .menu-main-menu-container .sub-menu li:last-child{
    border:none !important;
}
a:hover{
	text-decoration: none;
}
.header-main .menu-main-menu-container .menu-item-has-children .sub-menu li:hover a::before {
    width: 100%;
}
.header-main .menu-main-menu-container .menu > li.menu-item-has-children a:first-child::after {
    content: "\e874";
    position: relative;
    font-family: Linearicons-Free;
    margin-left: 5px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}
.header-main .menu-main-menu-container .menu-item-has-children .sub-menu li a:after {
    display: none;
}
.header-main .menu-main-menu-container .menu-item-has-children .sub-menu li.current-menu-item a {
    border-bottom: none;
}
/* ------------contact page-------- */

.contact_page input, .contact_page textarea {
    width: 100%;
    color: #474747 !important;
    background: #ffffff !important;
    height: 48px !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    margin-bottom: 3.8px !important;
	  font-family: 'eu_r' !important;	
}
.contact_page textarea{
	 height: 119px !important;
}
.contact_page input::placeholder, .contact_page textarea::placeholder{
	color: #5b6973 !important;
	  font-family: 'eu_r' !important;	
}
.contact_page .wpforms-submit {
    background: #0f1c2e !important;
    color: #ffffff ! IMPORTANT;
    font-size: 18px !important;
    text-transform: uppercase !important;
    /* font-weight: 800 !important; */
    font-family: 'tel_r' !important;
    letter-spacing: 2px ! IMPORTANT;
    padding: 9px 73px 11px !important;
    border-radius: 5px !important;
    display: table !important;
    margin: auto ! IMPORTANT;
    transition: all .3s;
    width: 100% !important;
    border: none !important;
}
.contact_page .wpforms-submit:hover{
   background: #fff !important;	
	color: #0f1c2e !important;
}

/* ---------ecomm------- */
.woocommerce-page .all-spacing {
    padding: 90px 0px;
}
.all-spacing li {
	font-family: 'eu_r' !important;	
}
.ul_li_margin ul li{
	   margin-bottom: 6px;
}
.all-spacing li strong {
    font-family: 'eu_s' !important;
    font-weight: inherit !important;
}
.all-spacing p strong {
    font-family: 'eu_s' !important;
    font-weight: inherit !important;
}
.all-spacing strong {
    font-family: 'eu_s' !important;
    font-weight: inherit !important;
}
.woocommerce-account .col2-set .col-1 {
    min-height: 608px;
    background: #03a84e21 !important;
    border-radius: 20px !important;
    padding: 30px 37px 24px !important;
}
.woocommerce-account .col2-set .col-1 {
    min-height: 608px;
    background: #ecfbff !important;
    border-radius: 20px !important;
    padding: 30px 37px 24px !important;
}
.admin-bar .woocommerce {
   background: #fafafa !important;
    padding: 20px !important;
    border-radius: 6px !important;
}
.page-id-187 nav.woocommerce-MyAccount-navigation ul li a {
   background: #3f9bd5 !important;
    display: block !important;
    padding: 10px 0px !important;
    text-align: left !important;
    font-size: 18px !important;
    color: #fff !important;
    letter-spacing: 0px !important;
    text-transform: uppercase !important;
    font-family: 'tel_r';
    margin: 0 0 8px 0 !important;
    padding-left: 16px !important;
	border-radius: 4px;
}
.wp-custom-logo nav.woocommerce-MyAccount-navigation li.is-active a, nav.woocommerce-MyAccount-navigation li a:hover {
    background: #0f1c2e !important;
    color: #fff !important;
}
.page-id-187 nav.woocommerce-MyAccount-navigation ul li a:hover {
    background: #0f1c2e !important;
    color: #fff !important;
    transition: 0.5s !important;
}
.page-id-187 .woocommerce-MyAccount-content p {
    font-size: 17px !important;
    line-height: 27px !important;
    color: #373737 !important;
    font-weight: 400 !important;
    font-family: 'eu_r' !important;
}
.page-id-187 .woocommerce-MyAccount-content p a {
    color: #3f9bd5;
}
.page-id-187 .woocommerce-MyAccount-content {
    background: #f3f3f3 !important;
    padding: 15px !important;
    filter: drop-shadow(0px 0px 2px #ddd) !important;
}
.page-id-187 h2 {
    color: #212121;
    letter-spacing: -3px;
    font-size: 38px;
}
.page-id-187 .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 7px 12px !important;
    width: 100% !important;
    height: 48px;
    border-radius: 0px;
    border: 0px solid #ccc;
     color: #3b3b3b !important;
    font-family: 'eu_r' !important;
}
.page-id-187 .woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    padding: 7px 12px !important;
    width: 100% !important;
    height: 48px;
    border-radius: 0px;
    border: 0px solid #ccc;
    font-family: 'eu_r' !important;
       color: #3b3b3b !important;
    font-weight: 500 !important;
}
.woocommerce form .password-input, .woocommerce-page form .password-input {
    width: 100%;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    width: 100% !important;
}
.woocommerce-MyAccount-content legend {
    font-size: 37px;
    font-family: 'tel_r' !important;
    color: #303030;
    padding: 27px 0px 0px;
    letter-spacing: -1.9px;
}
.woocommerce label {
   color: #373737 !important;
    font-family: 'eu_m' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: normal !important;
    margin-bottom: 8px;
    margin-top: 4px;
    letter-spacing: .2px !important;
}
.woocommerce-MyAccount-content .addresses a {
    font-size: 15px;
    color: #0f1c2e !important;
    font-family: 'eu_r' !important;
    font-weight: 500;
    background: #ace0f0;
    padding: 2px 13px;
    border-radius: 5px;
    margin: 4px 0px 9px;
}
#customer_login .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    border-radius: 20px !important;
    background: #ebf3ff !important;
    padding: 25px !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 50%;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 50%;
}
.woocommerce-MyAccount-content .u-columns .col-1, .woocommerce-MyAccount-content .u-column2.col-2 {
    min-height: auto !important;
    background: #fff !important;
    margin-top: 19px;
}
.woocommerce-Button {
    background: #3f9bd5 !important;
    padding: 18px 49px !important;
    margin-left: 13px !important;
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    color: #fff !important;
    font-weight: inherit !important;
    font-family: 'eu_s' !important;
    text-transform: uppercase;
    font-size: 14px !important;
    letter-spacing: 1px;
	border-radius: 0px !important;
}
.woocommerce .button {
     background: #3f9bd5 !important;
    color: #fff !important;
    padding: 18px 32px !important;
    font-family: 'eu_s' !important;
    text-transform: uppercase;
    font-size: 15px !important;
    margin: 1px 7px !important;
    border-radius: 0px !important;
    transition: all .4s;
    border: none;
    font-weight: 700;
    display: inline-block;
}
.woocommerce .button:hover {
    background: #0f1c2e !important;
}
.all-spacing p a {
    color: #3f9bd5 !important;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    font-family: 'eu_r' !important;
    font-size: 17.4px;
    font-weight: 400;
    border: #9f9f9f solid 0px;
    padding: 10px 8px;
}
.woocommerce .woocommerce-ordering select {
    padding: 10px;
    color: #373737;
    border: 1px solid #373737;
    margin-bottom: 4px;
    margin-bottom: 4px;
    font-family: 'eu_r' !important;
    font-weight: 500;
    margin-right: 1px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    background: #f4f4f4 !important;
    padding: 15px 20px 22px !important;
    margin-bottom: 29px !important;
    text-align: center;
    min-height: 420px;
	 clear: none !important;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 18px !important;
    font-family: 'tel_r';
    color: #0f1c2e;
    line-height: 25px;
    letter-spacing: -.7px;
    max-width: 100%;
    padding-left: 0px !important;
    font-weight: 700;
    padding: 6px 0px 0px !important;
    margin: 0 0 5px;
	min-height: 56px;
}
.woocommerce ul.products li.product .price {
    color: #3f9bd5 !important;
    font-size: 16px !important;
    margin-bottom: 20px;
    font-family: 'tel_r' ! IMPORTANT;
    margin: 14px 0px 21px !important;
    text-decoration: none ! IMPORTANT;
}
.woocommerce ul.products li.product span.woocommerce-Price-amount.amount {
    font-family: 'eu_r' !important;
    font-size: 16px;
    width: 100%;
	display: inline-block;
}
.products del span {
    text-decoration: line-through !important;
}
.woocommerce ul.products li {
    width: 31.3% !important;
    margin: 0 1% 25px !important;
    background: #f5f5f5 !important;
    padding: 15px 15px 21px !important;
    box-shadow: none;
    min-height: auto;
}
.woocommerce span.onsale {
    background: #3f9bd5 !important;
	font-family: 'eu_r' !important;
}
.woocommerce span.onsale {
    padding: 0;
    line-height: 20px;
    border-radius: 100%;
    background: #3f9bd5 !important;
    color: #fff;
    font-size: 15px;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
	font-weight: 400 !important;
}
.woocommerce ul.products li.product a img {
    width: 100% !important;
    height: 231px !important;
    border-radius: 10px;
    object-fit: cover;
}
.woocommerce ul.products li.product .wc-forward {
    background: #0f1c2e;
    color: #fff;
    padding: 7px 10px !important;
    border-radius: 4px;
    font-size: 13px !important;
  	font-family: 'eu_m' !important;
    margin: 5px 0px 0px;
    font-weight: 500;
}
.woocommerce-message {
    border-top-color: #3f9bd5;
}
.woocommerce-message::before {
    content: "\e015";
    color: #3f9bd5;
}
.woocommerce table.shop_table th {
    font-family: 'eu_s';
	    font-size: 16px !important;
}
.woocommerce table.shop_table td, .woocommerce table.shop_table td a {
   font-family: 'eu_r';
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #121212;
    text-decoration: none;
}
.woocommerce td.product-price span {
    font-family: 'eu_r';
    font-size: 16px;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: var(--wc-red);
}
.page .woocommerce a.remove {
    color: #fff !important;
    background: #3f9bd5;
}
.woocommerce .cart .coupon input {
    width: auto !important;
    height: 55px;
    padding: 0px 28px !important;
    margin: 0px !important;
    font-weight: 500;
    font-family: 'eu_r' !important;
    letter-spacing: -.4px;
}
.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
    max-width: 100%;
    background: #d26f2e;
    color: #fff;
    padding: 10px !important;
    font-family: 'eu_r' !important;
    font-size: 15px !important;
    position: relative;
    border-radius: 0px !important;
    padding: 20px 31px !important;
    top: 0px;
    font-weight: 700 !important;
    letter-spacing: 1px;
    text-transform: uppercase !important;
    border: none;
    margin: 0px !important;
}
.cart_totals h2 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -3px;
    color: #1e1e1e;
    margin: 0px 0px 21px;
}
a {
    color: #3f9bd5;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    border-top-color: #3f9bd5 !important;
    font-weight: 500;
    font-family: 'eu_r' !important;
    font-size: 17px;
    letter-spacing: 0px;
    color: #444 !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    width: 100% !important;
    max-width: 50%;
}
#customer_login .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
  min-height: 649px;
   background: #ebf7ff !important;
    border-radius: 20px !important;
    padding: 35px !important;
}
.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    width: 100% !important;
}
span.woocommerce-input-wrapper {
    display: inline-block;
    width: 100%;
}
.woocommerce-checkout .col2-set textarea {
    height: 110px !important;
    padding-top: 15px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #757575 !important;
    line-height: 49px !important;
   font-family: 'eu_r' !important;
    font-weight: 500;
}
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: 50%;
}
#customer_login .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    border-radius: 20px !important;
    background: #f3f3f3 !important;
    padding: 35px !important;
}
.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 0px solid #ddd !important;
    min-height: 52px !important;
    border-radius: 0 !important;
    text-align: left !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
}
h3#order_review_heading {
    border-bottom: 2px solid #3f9bd5;
    padding-bottom: 6px;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 45px;
    letter-spacing: -3px;
    color: #000;
    margin-top: 34px;
    margin-bottom: 20px !important;
}
.woocommerce-billing-fields h3, .woocommerce-additional-fields h3 {
    border-bottom: 2px solid #3f9bd5;
    padding-bottom: 6px;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 45px;
   letter-spacing: -3px;
    color: #313131;
    font-family: 'tel_r' ! IMPORTANT;
    margin-bottom: 20px !important;
}
.woocommerce form.checkout_coupon {
    background: #f6f5f8;
}
.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
    font-family: 'eu_r' ! IMPORTANT;
    font-size: 16px !important;
    line-height: 30px;
    font-weight: 400 !important;
}
.woocommerce div.product .product_title {
    text-transform: capitalize;
    color: #1e1e1e;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -3px;
    color: #313131;
    font-family: 'tel_r' ! IMPORTANT;
    margin: 0px 0px 10px;
}
.single .woocommerce-Price-amount {
    color: #3f9bd5 !important;
    font-family: 'eu_r' ! IMPORTANT;
    font-size: 17px !important;
}
.woocommerce div.product p.price del{
	 color: #3f9bd5 !important;
}
.woocommerce-Tabs-panel--reviews input, .woocommerce-Tabs-panel--reviews textarea {
    width: 100%;
     font-family: 'eu_r' ! IMPORTANT;
    font-size: 16px !important;
    color: #474747 !important;
    height: 50px;
    padding: 7px 16px !important;
    border: 0;
}
.woocommerce-Tabs-panel--reviews input[type="checkbox"], .woocommerce-Tabs-panel--reviews input[type="submit"] {
    width: auto;
    height: auto;
}
.single .related h2:first-child {
    font-family: 'tel_r' ! IMPORTANT;
    font-size: 40px !important;
    margin: 57px 0 18px !important;
    padding-bottom: 3px !important;
    border-bottom: 2px solid #3f9bd5 !important;
    padding-bottom: 18px !important;
    letter-spacing: -3px;
}
.woocommerce .quantity .qty {
    padding: 12px;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
    text-decoration: none;
}
.single button.single_add_to_cart_button.button {
    margin: 0px !important;
    padding: 18.6px 23px !important;
    margin-left: -4px !important;
    border-radius: 0pc 5px 5px 0px !important;
}
span.posted_in, span.sku_wrapper {
    font-family: 'eu_s';
    font-size: 16px;
}
.single .woocommerce-Tabs-panel h2 {
    text-transform: capitalize;
    font-size: 40px;
    line-height: 45px;
    letter-spacing: -2.7px;
    color: #212529;
    font-family: 'tel_r';
    margin: 0px 0px 21px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0px !important;
    margin: 0px !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin-bottom: -4px;
    border: 1px solid #3f9bd5;
    font-family: 'Outfit' !important;
    background: #3f9bd5 !important;
    color: #fff !important;
    padding: 8px 30px !important;
    line-height: 20px !important;
    font-weight: normal !important;
    margin: 0 0px !important;
	border:none !important;
	transition: all .3s;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-weight: normal !important;
    font-size: 16px !important;
    letter-spacing: 1px !important;
    color: #fff !important;
    font-family: 'eu_m';
}
.woocommerce #review_form #respond .form-submit input {
    left: auto;
    width: auto;
    border: 0;
    background: #3f9bd5;
    text-transform: uppercase;
    font-weight: 700 !important;
    letter-spacing: 2px;
    border-radius: 0 !important;
    padding: 17px 39px !important;
    color: #ffffff !important;
    display: inline-block;
    transition: all 0.5s;
}
.woocommerce #review_form #respond .form-submit input:hover{
    background: #0d2134 !important;
    color: #fff !important; 
}
.woocommerce span.onsale {
    background: #3f9bd5 !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0 0 2em !important;
    padding: 41px !important;
    box-shadow: none !important;
    background: #f5f5f5;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
     background: #0f1c2e !important;
}
.woocommerce ul.products {
    margin: 0 -1.6% !important;
    padding-left: 10px !important;
}
.woocommerce-checkout .woocommerce form.login {
    background: #f3f3f3 !important;
}
.woocommerce-product-details__short-description p {
    font-size: 16px;
    line-height: 28px;
}
.woocommerce div.product .woocommerce-tabs .panel p{
	 line-height: 28px;
}
.woocommerce div.product div.images img {
    height: 446px !important;
    object-fit: cover;
}
.woocommerce div.product form.cart {
    margin: 21px 0px !important;
}
p.woocommerce-LostPassword.lost_password a {
    background: #0f1c2e;
    color: #fff !important;
    font-family: 'eu_m';
    text-transform: uppercase;
    padding: 17px 30px;
    font-size: 15px !important;
    margin-top: 0px !important;
    margin-left: 11px;
    display: inline-block;
}
p.woocommerce-LostPassword.lost_password a:hover{
	background: #3f9bd5 !important;
}
form.woocommerce-ResetPassword.lost_reset_password {
    background: #f5f5f5;
    border-radius: 7px;
    padding: 25px;
}
.u-column2.col-2.woocommerce-Address {
    background: #fff !important;
}
.elementor-button {
    font-family: 'eu_s' ! IMPORTANT;
}
.tab_career ul {
    margin-left: 22px;
}
.tab_career .elementor-tab-title {
    font-family: 'eu_s' !important;
    font-weight: normal !important;
}
.tab_career .elementor-widget-tabs .elementor-tab-content {
    padding: 38px;
}
.tab_career li {
    font-size: 17px !important;
    line-height: 28px !important;
    margin-bottom: 10px;
}
.tab_career h3 {
    font-size: 31px;
    margin-bottom: 14px;
}
.tab_career h5 {
    font-size: 26px;
}
.tab_career .elementor-tab-desktop-title.elementor-active {
    background-color: #3f9bd5 !important;
}
.all-spacing .tab_career p a{
	color: #ace0f0 !important;
}

/* ------------contact page-------- */

.career input, .career textarea {
    width: 100%;
    color: #474747 !important;
    background: #ffffff !important;
    height: 48px !important;
    border: none !important;
    border-radius: 5px !important;
    font-size: 16px !important;
    margin-bottom: 3.8px !important;
	  font-family: 'eu_r' !important;	
}
.career textarea{
	 height: 119px !important;
}
.career input::placeholder, .career textarea::placeholder{
	color: #474747 !important;
	  font-family: 'eu_r' !important;	
}
.career .wpforms-submit {
    background: #0f1c2e !important;
    color: #ffffff ! IMPORTANT;
    font-size: 18px !important;
    text-transform: uppercase !important;
    /* font-weight: 800 !important; */
    font-family: 'tel_r' !important;
    letter-spacing: 2px ! IMPORTANT;
    padding: 9px 73px 11px !important;
    border-radius: 5px !important;
    display: table !important;
    margin: auto ! IMPORTANT;
    transition: all .3s;
    width: 100% !important;
    border: none !important;
}
.career .wpforms-submit:hover{
   background: #fff !important;	
	color: #0f1c2e !important;
}
.all-spacing .contact_info a {
    color: #167dbd !important;
}
.privacy_page h3 {
    font-size: 34px;
    color: #0a1c26;
    letter-spacing: -2px;
	margin-top: 4px;
}
.privacy_page p{
	font-size: 17px;
	line-height: 28px;
	color: #373737;
}
.wcgs-woocommerce-product-gallery {
    background: #e7e7e7;
    padding: 10px;
}
.wcgs-thumb img {
    height: 101px !important;
    object-fit: cover;
}
.single-product span.sku_wrapper {
    display: block;
    padding-bottom: 17px;
}
.team_page a {
    width: 100%;
}
.team_page img {
    object-position: top !important;
}
section.team-member {
    float: left;
    width: 100%;
    padding: 90px 0px;
}
section.team-member .profile-image img {
    max-width: 375px !important;
    height: auto;
    border-radius: 10px;
    width: 100% !important;
    object-fit: cover;
    float: right;
    margin: 0px 0px 10px 30px;
}
section.team-member h3 {
    color: #0a1c26;
    font-size: 41px;
    letter-spacing: -3px;
}
section.team-member .team-information h4 {
    background: #f1faff;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 17px 7px;
    color: #3f9bd5;
    font-size: 21px;
	margin: 4px 0px 16px;
}
section.team-member .team-information p {
    font-size: 17px;
    line-height: 27px;
}
 .all-spacing .term_condi ul li,  .all-spacing .term_condi p {
    font-family: 'eu_r' !important;
    color: #373737;
    font-size: 17px;
    line-height: 27px;
}
.all-spacing .term_condi ul ul {
    list-style: disc;
}
.all-spacing .term_condi ol li {
    color: #0a1c26;
    font-size: 25px;
    text-transform: uppercase;
    font-family: 'tel_r' !important;
    letter-spacing: -1px;
}
 .all-spacing .term_condi {
    padding: 90px 34px 140px;
    counter-reset: section;
}
.all-spacing .term_condi ol {
    position: relative;
    list-style: none;
    margin-left: 36px;
    margin: 35px 36px 11px;
}
.all-spacing .term_condi ol:before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: -35px;
    line-height: 47px;
      color: #0a1c26;
    font-family: 'tel_r';
    font-size: 28px;
    top: -4px;
    /* background: #f0f9ff; */
    width: 40px;
    /* text-align: center; */
    border-radius: 100px;
    height: 40px;
    line-height: 44px;
    font-weight: 700;
}
.all-spacing .term_condi ul li {
    padding-left: 14px;
    margin-left: 25px;
}
.footer_logo img {
    max-width: 260px;
}
.all-spacing .term_condi ul li {
    padding-left: 2px;
    margin-left: 55px;
}
.all-spacing .term_condi ol:before {
    counter-increment: section;
    content: "" counter(section) " ";
    position: absolute;
    left: -38px;
    line-height: 47px;
    color: #0a1c26;
    font-family: 'tel_r';
    font-size: 22px;
    top: 0px;
    background: #f0f9ff;
    width: 33px;
    text-align: center;
    border-radius: 100px;
    height: 32px;
    line-height: 36px;
    font-weight: 700;
}
.all-spacing .term_condi ul ul li {
    margin-left: 22px;
}
.all-spacing .term_condi ul li {
    padding-left: 2px;
    margin-left: 55px;
    margin-bottom: 10px;
}
.compre_bg .wrapper img {
    width: 67px;
    object-fit: contain;
}
.inner_con a{
	color: #fff;
}
.choose_area br {
    display: none;
}
.team_page .elementor-loop-container.elementor-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team_page .team {
    width: 31%;
}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
    font-family: 'tel_r' !important;
    font-weight: 700 !important;
    font-size: 23px !important;
	line-height: 19px !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
    background: #3f9bd5 !important;
    color: #ffffff !important;
    padding: 12px 14px;
}
.woocommerce nav.woocommerce-pagination ul{
	border: 0px !important;
}
.woocommerce nav.woocommerce-pagination ul li {
    padding: 0 !important;
    margin: 0px 3px !important;
    border: #ccc solid 1px;
    border-radius: 7px;
}
.woocommerce div.product .stock {
    color: #3f9bd5 !important;
    font-family: 'tel_r' !important;
    font-weight: 700;
    font-size: 19px !important;
}
.single .woocommerce-Price-amount {
    font-size: 19px !important;
}
.woocommerce table.shop_attributes th {
    line-height: 1.5;
    font-family: 'tel_r';
    color: #3f9bd5;
}
.woocommerce table.shop_attributes td {
    font-family: 'eu_m' !important;
    color: #353535;
}
.product_meta span.posted_in {
    display: none;
}
.summary.entry-summary p {
    color: #515151 !important;
}
.all-spacing .info_a a {
    color: #9edaff !important;
}
.sals_box img {
    filter: invert(0) brightness(2.5);
}
.services .wrapper {
    padding: 50px 39px;
	max-width: 29%;
}
section.clint_area .row {
    justify-content: center;
}
.clint_area .wrapper {
    margin-bottom: 24px;
    border: #e5e5e5 solid 1px;
    border-radius: 10px;
}
.clint_area .wrapper img {
       width: 178px;
    height: 105px;
    filter: none;
    padding: 14px;
}
.clint_area h2 {
    margin-bottom: 41px;
}
.clint_area .col-md-3:nth-child(11) img {
    object-fit: cover !important;
    object-position: 10% 20%;
}
section.job_listing, .job_details {
    float: left;
    width: 100%;
    padding: 80px 0px 90px;
}
section.job_listing .jobs_list {
    background: #eff9ff;
    margin-bottom: 22px;
    padding: 40px;
    border-radius: 13px;
}
section.job_listing a.read_more {
    display: inline-block;
}
section.job_listing a.read_more:hover{
	background: #0f1c2e;
    color: #fff;
}
.jobs_list p {
    padding: 7px 0px 11px;
}
.job_details h3 {
    font-size: 45px;
    letter-spacing: -4px;
}
section.job_details ul{
	margin-left: 23px;
}
section.job_details ul li {
    color: #373737;
    font-size: 17px;
    font-family: 'eu_r';
    line-height: 28px;
}
section.job_details h4 {
       border-top: #ccc solid 1px;
    margin: 20px 0px 15px;
    padding: 30px 0px 0px;
}
.position strong {
    background: #e0f7ff;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 5px;
    margin-right: 4px;
    font-family: 'eu_s';
	font-weight: 600;
}
.position {
    margin-bottom: 22px;
    font-family: 'eu_r';
    /* display: flex
; */
    /* align-items: center; */
    /* border: #ccc solid 1px; */
    /* padding: 25px; */
    /* max-width: 335px; */
}
.position p {
    font-size: 17px;
    margin-bottom: 14px;
}