/* 
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
*/

p, ul{
    color: #6D6E70;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
p em{
    color: #B4111A;
}

figcaption{
    color: #7A7A7A !important;
}
footer figcaption{
    margin-top: 5px !important;
    font-size: 11px !important;
}

.text-center{
    text-align: center;
}

header{
    text-align: right;
}

header .header-top-bar{
    background-image: -webkit-linear-gradient(0deg,#b4111a 0%,#200 100%);
    width: 100%;
    padding: 10px 0;
}

header .site-logo{
    width: 20%;
    margin: 25px 6% 25px 0;
    display: inline-block;
}

@media (max-width:1100px){
    header .site-logo{
        width:30%;
    }
}

@media (max-width:767px){
    header .site-logo{
        width:35%;
    }
}

nav {
    background-image: linear-gradient(to bottom,#edc4b4 0,#fff 70%,#fff 100%)!important;
    box-shadow: none!important;
    z-index: 2;
}

nav ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
}

nav ul a{
    padding: 8px 10px 8px 10px;
    text-decoration: none;
    display: inline-block;
    color: #b4111a;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
    font-weight: 700;
    letter-spacing: 0.5!important;
    transition: all 0.3s ease-in-out;
}

nav ul li:hover > a{
    background: #b4111a;
    color: #fff;
}

nav ul li ul{
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.3s ease-in-out;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    background: #fff;
    z-index: 999;
    display:block;
}
nav ul li:hover ul{
    visibility: visible;
    opacity: 1;
}
nav ul li ul li{
    text-align: left;
}
nav ul li ul li a{
    text-transform: uppercase;
    padding: 5px 10px!important;
    color: #333;
    transition: 0.3s;
    font-size: 14px;
    display: block;
}

.section-gap{
    padding:20px 0;
}

section.hero{
    background-image: url(http://geocad.com/wp-content/uploads/2022/07/GeoCAD_at_work_hero.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    padding: 20px 0px 20px 0px;
}

section.hero .hero-container{
    max-width:1140px;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

section.hero .hero-container > div:nth-child(1){
    width: 54%;
}
section.hero .hero-container > div:nth-child(2){
    width: 46%;
}
section.hero .hero-container .hero-text{
    padding: 75px 70px 75px 70px;
    color: #fff;
}


/* RGeo-eye Home */
.home-rgeo-boxes{
    overflow: hidden;
    height:101%;
}
.home-owl-carousel .elementor-element-populated{
    padding-top: 0px !important;
}
.home-rgeo-boxes .owl-stage{
	display:flex;
}

.home-rgeo-boxes .owl-item{
	border: 1px solid #000;
}

.home-rgeo-boxes .owl-item .item{
	padding:10px;
}

.home-rgeo-boxes .owl-item .item img{
	max-height: 86px;
    max-width: 90%;
    margin-bottom: 10px;
}

.home-rgeo-boxes .owl-item .item a{
    color: #6D6E70;
    font-family: "Source Sans Pro", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.home-rgeo-boxes .owl-item .item p{
    color: #000;
    font-size: 15px;
    margin-bottom: 5px;
}

.home-rgeo-boxes .owl-item .item h3{
	color: #b20e10;
	font-size: 21px;
	line-height: 25px !important;
	margin-bottom: 10px;
}

.home-rgeo-boxes .owl-item .item .click-more{
	color: #b20e10;
	font-weight: 700;
    font-size: 16px;
	margin-bottom: 0px;
}

.televiewer-click-icon .elementor-container .elementor-container{
    border-bottom: 1px solid #b21f28;
    padding-bottom: 10px;
}

.resources .elementor-element-populated{
    border: 0px !important;
}
.resources figcaption{
    margin-top: 10px;
    font-size: 14px;
    font-style: unset;
    font-weight: 700 !important;
    text-align: left;
    padding-left: 5px;
    color: #6D6E70 !important;
    font-family: "Source Sans Pro", sans-serif !important;
    line-height: 17px;
}
.resources .resources-row .elementor-container .elementor-column:first-child{
    margin-left: -10px;
}

@media (max-width: 767px){
    .container{
        max-width: 767px;
    }
    section.hero .hero-container{
        max-width: 767px;
    }
    section.hero .hero-container > div:nth-child(1){
        width: 0%;
    }
    section.hero .hero-container > div:nth-child(2){
        width: 100%;
    }
}

/* RGeo Visualizer */
.visualizer .page-lit{
    padding-bottom: 20px;
    border-bottom: 1px solid #B4111A;
}
.visualizer img{
	max-width: 100%;
	height: auto;
	border: 2px solid #b21f28;
}
.visualizer .rgeo-visualizer-logo img{
	border: 0px;
}
.visualizer .font-600{
	font-weight: 600;
}
.visualizer .bold{
	font-weight: 700;
}
.visualizer .red-text p{
	color: #b21f28;
    margin-bottom: 5px;
}
.visualizer .intro{
	margin: 0 0 20px;
}
.visualizer .red-separator{
	width:100%;
	height:3px;
	background-color: #b21f28;
	margin: 20px 0;
}
.visualizer .table-content ul{
	list-style-type: none;
	margin: 0;
    padding: 0;
	border: 1px solid #B4111A;
    border-bottom: 3px solid #B4111A;
}
.visualizer .table-content ul li{
	border: 1px solid #B4111A;
	padding: 5px;
	text-align: center;
    font-size: 15px;
    color: #000;
}
.visualizer .table-content ul li:first-child{
	background-color: #B4111A;
	color: #fff;
    padding: 10px 5px;
    font-weight: 700;
}
.visualizer.grey-bar{
	background-color: #e4e4e4;
	padding: 20px 0;
	margin-bottom: 30px;
}
.visualizer .img-caption{
	font-style: italic;
	color: #b21f28;
	font-weight: 600;
}
.visualizer .rg-body h3.title{
    font-family: "Source Sans Pro", Sans-serif;
	padding-top: 0px !important;
    margin-top: 0;
	color: #B4111A;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 600 !important;
}
.visualizer.comments-observations .indent{
	position: relative;
    left: 15%;
    z-index: 999;
}
.visualizer .snapshots .indent{
	position: absolute;
	bottom: 23%;
	left: 21%;
}
.visualizer .snapshots ul{
	margin-top: 10px;
}
.visualizer .snapshots ul li{
	font-style: italic;
}
.visualizer .reports-data-export .indent{
	position: absolute;
    bottom: 2%;
    left: 30%;
}
.visualizer .page-lit img.four-page-lit-icon{
    width:180px;
    max-width: unset;
}
.visualizer .page-lit .click-icon{
	padding-top: 0 !important;
	color: #b21f28;
	font-size:20px;
	line-height: 23px;
}

@media(max-width:992px){
    .visualizer .page-lit .click-icon{
        margin-left: 15px;
    }
}

.visualizer.four-page-literature{
    border-bottom: 2px solid #b21f28;
}

@media (max-width: 767px){
    .visualizer .reports-data-export .indent{
        position: unset !important;
    }
    .visualizer .reports-data-export .indent{
        margin: 0px;
    }
}

@media (max-width: 864px){
    .visualizer.comments-observations .indent, .visualizer .snapshots  .indent{
        position: unset !important;
    }
    .visualizer.comments-observations .indent{
        margin-top:20px;
    }
}

table thead:first-child tr:first-child th {
    border-top: none !Important;
}