/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


.otgs-development-site-front-end {
    display: none;
}

.foot a:hover {
	text-decoration:underline !important;
}

.back a:hover {
	text-decoration:none !important;
}

b, strong {
    font-weight: 600;
}


.btnserv .elementor-button:hover svg.e-font-icon-svg.e-fas-arrow-right {
fill: #0C3762 !important;
}

/*HEADER*/

.reserved a.elementor-item.elementor-item-anchor {
    font-family: "Anta", Sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #fff !important;
    background: #283849;
    border-radius: 12px;
		border:1px solid #283849;
	margin-left:10px !important;
}

.reserved a.elementor-item.elementor-item-anchor:hover {
    color: #283849 !important;
    background: #fff;
    border-radius: 12px;
	border:1px solid #283849;
	margin-left:10px !important;
}

.wpml-ls-item .sub-menu.elementor-nav-menu--dropdown.sm-nowrap {
    width: 70px !important;
    min-width: 40px !important;
    display: none;
    max-width: 80px!important;
}

@media only screen and (max-width: 1080px) {
	.reserved a.elementor-item.elementor-item-anchor {
         width: 50% !important;
        padding-left: 20% !important;
}
}

@media only screen and (max-width: 768px) {
	.reserved a.elementor-item.elementor-item-anchor {
         width: 50% !important;
        padding-left: 18% !important;
}
}

@media only screen and (max-width: 768px) {
	.reserved a.elementor-item.elementor-item-anchor {
   width: auto !important;
		margin-right:10px !important;
		padding-left: 40% !important;
}
}



@media only screen and (max-width: 480px) {
	.reserved a.elementor-item.elementor-item-anchor {
   width: auto !important;
		margin-right:10px !important;
		padding-left: 35% !important;
		padding-top: 12px !important;
		padding-bottom: 12px !important;
}
}