/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
Add your custom styles here
*/
/*.ctw-digits:after {
content: ":";
display: block;

}*/
@font-face {
    font-family: 'Sansation';
    src:url('fonts/Sansation_Bold.ttf');
}
/* .custom-sansation-font-family h1,h2,h3,h4,h5{ */
  /* font-family: 'Sansation', sans-serif !important; */
/* } */
.custom-sansation-font-family .elementskit-author-name{
  font-family: 'Sansation', sans-serif !important;
}
.custom-menu-css-class .current_page_item .hfe-menu-item {
  font-weight: 700 !important;
}
.ehf-header #masthead {
  position: fixed;
  top: 0;
  background: #fff;
  width:100%;
}
body{
  margin-top: 99px;
}
.admin-bar.ehf-header #masthead{
  top: 32px;
}
.custom-item a{
  color:#333333;
}
.custom-service-section-main{
  display: flex;
  margin-left: -15x;
  margin-right: -15px;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
}
.custom-item {
    width: 33.33%;
	padding: 0px 15px;
}
.custom-item .service-inner-column{
	padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 28px;
    background: #FFFFFF;
    box-shadow: 0px 4px 0px #2EA6E9;
    border-radius: 5px;
    margin-bottom: 40px;
	min-height: 450px;	
}
.custom-title-icon-section{
  display: flex;
  position: relative;
}
.custom-title-icon-section{
  right: 0;
  }  
.custom-title-icon-section{
  right: 0;
  top: -3px;
  left: 2px;
}
.custom-image-icon-shadaw-box {
    background: #FFFFFF;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding-top: 11px;
    padding-left: 16px;
    padding-right: 16px;
    position: absolute;
    padding-bottom: 2px;
    right: -10px;
    top: -35px;
}
.custom-title-icon-section h3{
	margin-bottom: 0px;
}
.service-content-area p{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
    
}
.custom-item a:hover{
  color:#666666;
}
.custom-item p{
  color:#666666;
}
.custom-item h3:hover{
  color:#2EA6E9;
}
.custom-round-progress-service .circle>span {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
  top: -40px !important;
  left: 63px;
}
/* .custom-round-progress-service .elementor-heading-title { */
    /* margin: -156px 0px 0px -104px; */
    /* padding: 0px 0px 0px 0px; */
/* } */
.custom-round-progress-service .circle>.bar:after, .circle>.bar:before {
    content: '';
    height: 80%;
    width: 80%;
    border: 3px solid var(--color);
    border-radius: 50%;
    clip: rect(0,0.5em,1em,0);
}  
.circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    box-sizing: border-box;
    border: 3px dashed #fff;
    z-index: 1;
}
.career-applay-now-custom-css  label{
  width:100%;
}
.custom-contact-us-page-contact-form-css .wpcf7-submit{
  width:100%;
}
.custom-contact-us-page-contact-form-css label{
  width:100%;
}
/*Techonology List*/
.custom_tab_view_technology {
  overflow: hidden;
}

/* Style the buttons inside the custom_tab_view_technology */
.custom_tab_view_technology button {
  border: 1px solid #666666;
  border-radius: 50px;
  font-family: 'Sansation';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #666666;
  background-color:#fff;
  padding-top:15px;
  padding-bottom:15px;
  padding-left:25px;
  padding-right:25px 
}

/* Change background color of buttons on hover */
.custom_tab_view_technology button:hover {
  background-color: #2EA6E9;
  color:#fff;
  border: 1px solid #2EA6E9;
}

/* Create an active/current custom_tab_view_technologylink class */
.custom_tab_view_technology button.active {
 background-color: #2EA6E9;
  color:#fff;
  border: 1px solid #2EA6E9;
}

/* Style the custom_tab_view_technology content */
.custom_tab_view_technologycontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
/*------------------------------Image Gallery-----------------------------*/
.custom-technology-image-list-main-class{
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  border-radius: 8px;
  background-color: #fff;
  text-align: center;
  margin-top:30px;
  align-items: center;
}
.custom-technology-column{
  width: 15%;
  background: #FFFFFF;
  padding:10px;
  
}
.custom-portfolio-column{
   width: 33%;
   background: #FFFFFF;
   padding:30px;
}
.custom-portfolio-column h3{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
.custom_tab_view_technology{
      text-align: center;
} 
.custom_load_more{
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;

}
.load_more_div{
  text-align: center;
}
.custom_tab_view_technology{
   font-family: 'Sansation';
   font-style: normal;
   font-weight: 700;
   font-size: 18px;
   line-height: 30px;
}
.custom-portfolio button{
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
/*Load More Loader*/
  
  .custom_loader_image{
    text-align: center;
    max-height: 100px;
    overflow: hidden;
  }
  .custom_loader_image img{
    height: 100px;
  }
.slick-arrow{
	padding:0px !important;
}
.custom-height-35{
	height: 35px !important;
}
/*Load More Loader End*/
/*------------------------------End--------------------------------------*/
/*End*/
.custome-tesimonial-slider .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	display:none;
}
.custome-tesimonial-slider .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	display:none;
}

.custome-tesimonial-slider .elementskit-commentor-content{
	position: relative;
	/* width: 730px; */
    /* margin: auto; */
}
.custome-tesimonial-slider .ekit-wid-con .ekit-testimonia-style-4 .elementskit-single-testimonial-slider{
	padding-bottom: 0;
}
.custome-tesimonial-slider .elementskit-commentor-content:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -25px;
    background-image: url("http://optimumtechnologies.co/wp-content/uploads/2022/11/quote-01.svg");
    background-repeat: no-repeat;
    height: 33px;
    width: 33px;
}
.custome-tesimonial-slider .elementskit-commentor-content:after {
    content: '';
    position: absolute;
    bottom: 10px;
    right: -30px;
    background-image: url("http://optimumtechnologies.co/wp-content/uploads/2022/11/quote.svg");
    background-repeat: no-repeat;
    height: 33px;
    width: 33px;
}
.custome-tesimonial-slider .icon-right-arrow1{
	padding-left: 5px;
}
.custom-testimonials-text .elementor-heading-title {
	font-family: "Roboto", Sans-serif !important;
}
.custom-round-progressbar .eael-progressbar-circle-inner {
	border-style: dashed;
}
.custom-round-progressbar .eael-progressbar-circle-inner-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	flex-direction: column-reverse;
}
.custom-round-progressbar .eael-progressbar-circle-inner-content .eael-progressbar-count-wrap{
	padding-bottom: 10px;
}
.career-applay-now-custom-css .wpcf7-form input.wpcf7-form-control.wpcf7-file.wpcf7-validates-as-required.apply-file-upload{
	border: none !important;
    padding: 0 !important;
    margin-top: 5px;
	margin-bottom: 0;
}
.career-applay-now-custom-css .wpcf7-form select.wpcf7-form-control.wpcf7-select,
.career-applay-now-custom-css .wpcf7-form input {
	height: 35px !important;
}
.career-applay-now-custom-css .ekit-wid-con .ekit-form form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.career-applay-now-custom-css .ekit-wid-con .ekit-form form textarea{
	padding: 6px 6px;
}
.career-applay-now-custom-css .wpcf7-form textarea{
	height: 90px !important;
}
body .career-applay-now-custom-css .form-submit-button input.wpcf7-form-control.wpcf7-submit {
	width: 315px;
    height: 60px !important;
	font-size: 18px !important;
    text-transform: uppercase;
}
.form-apply-title  span.elementor-heading-title {
	font-family: "Sansation";
}
.career-applay-now-custom-css .ekit-wid-con .ekit-form form div{
	margin-bottom: 25px;
}
.wpcf7 form.invalid .wpcf7-response-output{
	border-color: #f00;
	color: #f00;
	margin-top: 15px;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #46b450;
    margin-top: 15px;
}
.form-submit-button{
	display: flex;
	align-items: center;
}
body .elementor-47 .elementor-element.elementor-element-3a2982a .ekit-form form input,
body .elementor-35 .elementor-element.elementor-element-e8dfa09 .ekit-form form input{
	margin-bottom: 5px;
}
.about-us-page-title .elementor-heading-title, .icon-list-title .elementor-icon-box-title span{
	font-family: 'Sansation';
}
.see-your-self-title p{
	margin-bottom: 0;
}
.custom_load_more{
	text-transform: uppercase;
}
.technology-tab-slider .custom_tab_view_technologylinks:focus,
.portfolio-tabs .custom_tab_view_technologylinks:focus,
.custom_load_more:focus{
	outline: none;
}
.contact-us-from-title span{
	font-family: 'Sansation';
}
.custom-contact-us-from form div label{
	display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.custom-contact-us-from br{
	display: none;
}
.form-submit-button .wpcf7-spinner{
	width: 45px;
}
.ss-image {
	min-height: 260px;
}
.icon-list-title .elementor-icon-box-icon{
	padding-top: 5px;
}
.contact-map, 
.contact-map .elementor-widget-container, 
.contact-map .elementor-widget-container .elementor-custom-embed,
.contact-map .elementor-widget-container .elementor-custom-embed iframe {
	height: 100%;
}

@media only screen and (min-width: 1200px) {
	 .custom-menu-css-class .current-menu-item.current_page_item:after{
		content: '';
		position: absolute;
		background-image: url(/wp-content/uploads/2022/11/menu_hover-2-1.svg);
		background-repeat: no-repeat;
		top:-16px;
		left: 0;
		height: 25px;
		background-position: center;
		display: block;
		width: 100%;
	}
	.custom-progress-bar .skill-title:before{
		content: '';
		position: absolute;
		background-image: url(/wp-content/uploads/2022/11/skill-bar-icon.svg);
		background-repeat: no-repeat;
		top: 7px;
		left: -332px;
		height: 11px;
		background-position: center;
		display: block;
		width: 100%;
	}
	.custom-menu-css-class .hfe-nav-menu .menu-item{
		position: relative;
	}
	.custom-menu-css-class .hfe-nav-menu .menu-item:hover:after{
		content: ''; 
		position: absolute;
		background-image: url(/wp-content/uploads/2022/11/menu_hover-2-1.svg); 
		background-repeat: no-repeat;
		top: -16px; 
		left: 0;
		height: 25px;
		background-position: center; 
		display: block; 
		width: 100%; 
	}
	.custom-menu-css-class .current-menu-item.current_page_item{
		position:   relative; 
	}
}
@media only screen and (max-width: 991px) {
    .custom-progress-bar .skill-bar-content:before{
		content: '';
		position: absolute;
		background-image: url(http://localhost/optimum-technology/wp-content/uploads/2022/11/skill-bar-icon.svg);
		background-repeat: no-repeat;
		top: 7px;
		left: -249px;
		height: 11px;
		background-position: center;
		display: block;
		width: 100%;
	 }
	.custom-item.custom-item1 {
		width: 47%;
		padding: 10px;
		margin-bottom:20px;
	}
	.custom-service-section-main {
		display: flex;
		 margin-left: 0px; 
		margin-right: 0px; 
		flex-wrap: wrap;
		border-radius: 8px;
		background-color: #fff;
		text-align: center;
		justify-content: space-between;
	 }
	 .custom_tab_view_technology {
		display:  flex; 
		overflow-x: scroll;
		padding-bottom: 15px;
	 }
	.custom-technology-column{
	  width: 33.33%;
	  background: #FFFFFF;
	}
	.custom-portfolio{
		display: block;
	}
	.ss-image {
		min-height: 240px;
	}
	.custom-title-icon-section{
		top: 5px;
	}
	.custom-image-icon-shadaw-box{
		top: -68px;
	}
}
@media only screen and (max-width: 767px){
	html body{
		margin-top: 92px;
	}
	.custom_tab_view_technology button{
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.custom-item.custom-item1 {
		width: 100%;
		padding: 0px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.custom_tab_view_technology {
		display:  flex; 
		overflow-x: scroll;
	}
	 .custom-portfolio-column{
		width:100%;
		padding: 10px;
	 }
	 .custom-portfolio button{
		padding-top:5px;
		padding-right:15px;
		padding-left:15px;
		padding-bottom:5px;
	 }
	 
	 .custom-portfolio{
		display: block;
	 }
	 .custom-item .service-inner-column{
		min-height: 400px;
	 }
	 .custome-tesimonial-slider .elementskit-commentor-content:after{
		 bottom: 0;
	 }
	 .custom-technology-column{
		 width: 50%;
	 }
	 .custom_tab_view_technologycontent{
		 padding: 0;
	 }
	 
}
@media only screen and (max-width: 448px) {
	.load_more_div button{
		font-size: 14px;
		padding: 15px;
	}
	 
}