/* 
 Theme Name:   Simple Boot Strap IT
 Theme URI:    
 Description:  
 Author:       adminRMT
 Author URI:   
 Template:     simple-bootstrap
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*
#C28E0C
#F0B933
#FBE8A6
#F4976C
#303C6C
#B4DFE5
#D2FDFFF
*/


@import url('https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap');

.site-title,.site-description{
font-family: 'Source Code Pro' ;
text-align: left;
}
nav{
	letter-spacing: 0.2em;
}

header-image-container .container{
width:92%;
}

header nav .container{
	max-width:none;
	width:100%;
}

header nav ul{
list-style: none;
display: inline-flex;
column-gap: 10px;
margin-top: 10px;
}
header nav ul li a{
color:#FFF !important;
font-size: 14px;
line-height: 1.2em;
}

/* change background color */
.bg-dark {
    border-color: #484848;
}
.navbar {
    border-style: solid;
    border-width: 0 1px 4px 1px;
}
.bg-dark {
    background-color: #555 !important;
}
/* change background color END */

.collaboration-info-box{
	min-height: 350px;
}

.services-logo div div img{
	max-height:140px;
}

.rt-img-box div .elementor-image-box-img a img{
	border-radius: 8px 8px 0 0;
}