body{
	background-color: #1b1b1b;
	font-family: 'Lato', sans-serif;
	color:white;
	padding-bottom:20px;
}
img, video{
	max-width: 100%;
}
small{
    line-height: 12px;
    display: inline-block;
}
ul{
	margin:0px;
}
ul li{
	list-style-type: none;
}
/* Floating header/navigation start */
body{
    padding-top: 56px;
}
@media ( min-width: 768px ){
    body{
        padding-top: 74px;
    }
}
header{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: #1b1b1b;
    z-index: 2;
}
.content_title{
    font-size: 25px;
}
p.content{
    font-size: 19px;
    font-weight: 300;
    line-height: 20px;
}
/* Floating header/navigation end */
.section_title{
    font-size: 25px;
    margin-bottom: 30px;
}
small{
    color: #bfbfbf;
    font-size: 15px;
    line-height: 14px;
}
.section_background_ink{
    background-color: #101824;
}
.custom_border_button{
	display: inline-block;
    position: relative;
    text-transform: uppercase;
}
.custom_border_button .content_bg{
    border: white solid 1px;
    height: 100%;
    width: 100%;
    top: 3px;
    left: -3px;
    position: absolute;
}
.custom_border_button .content{
    background-color: #2F73F6;
    padding: 10px;
    position: relative;
    transition: all .2s ease-in-out;
    color:white;
}
.custom_border_button .content:hover{
	transform: scale(1.1);
}
.custom_border_button a{
    text-decoration: none;
}
.custom_border_button span{
	color:white;
}
.hero_container h2{
    font-size: 4rem;
    font-weight: bold;
}
/* Hero start  */
.hero_container{
    background-size: cover;
    background-repeat: no-repeat;
}
.hero_container h5{
    line-height: 2.2rem;
}
.hero_container .btn-lg{
    padding: 1rem 1.5rem;
}
/* Hero end  */
.card{
    border-radius: unset;
    border: none;
    margin-bottom: 15px;
}
.card .card-header{
	background-color: #FF023E;
    border: none;
    border-radius: unset;
}
.card .card-body{
	background-color: #262626;
    padding: 0px;
}
.card .card-body > div{
	padding:20px;
}
.card .card-body.card-body-multiple-line > div:not(:last-child){
	border-bottom: 1px solid #787878;
}
.card .card-header .most_popular{
	border-radius: 50%;
	background-color: #2F73F6;
	position: absolute;
	right: -15px;
    top: -15px;
    font-size: 10px;
    width: 45px;
    height: 45px;
    line-height: 11px;
    padding-top: 10px;
}
@media (min-width: 992px){
	.card .card-body.card-body-multiple-line > div:not(:last-child){
	    min-height: 90px;
	}
}
.bar_container{
	padding:30px 0;
}
.bar{
	background-color: #262626;
	margin:100px 0;
	min-height: 200px;
	display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
@media (max-width: 991px){
	.bar{
	    margin: 0px 0;
	}
}
.fas{
	-moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	animation-duration: 0.2s;
}


/* Header menu start */
.nav-item .nav-link{
	color:white;
}
.navbar-dark .navbar-nav .nav-link {
    color: white;
}
@media (min-width: 992px){
	.navbar{
		padding-top:0px;
		padding-bottom:0px;
	}
	.navbar-expand-lg .navbar-nav {
	    height: 74px;
	    line-height: 54px;
	}
	.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-item:hover .nav-link{
		color:black;
		
	}
	.nav-item.active, .nav-item:hover{
		background-color: white;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: 1.5rem;
	    padding-left: 1.5rem;
	}
}
@media (max-width: 991px){
	.navbar-dark .navbar-brand{
	    margin-top: 20px;
	}
}
/* Header menu end */

/* footer start */
footer{
	padding-top:30px;
}
footer .logo{
	max-width: 190px;
}
footer .pages li{
	float:left;
	margin-right: 30px;
}
footer .pages li a{
	color:white;
	text-decoration: none;
}
footer .credit_cards li{
	float:left;
}
footer .credit_cards li img{
	max-width: 50px;
	margin-right:15px;
}
footer hr{
	border-top: 1px solid #676767;
}
@media (max-width: 991px){
	footer .col-lg-4:not(:last-child){
		margin-bottom: 20px;
	}
}
/*
footer small{
	font-weight: 300;
}
*/
small{
	font-weight: 300;
}
#scroll_to_top{
	display: none;
	position: fixed;
	bottom: 50px;
	right:10px;
    max-width: 50px;
    cursor: pointer;
}
/* footer end */


.announce_container img{
    display: block;
    margin: auto;
}
.announce_container img.background{
    width: 100%;
}

/* how to reach us start */
.how_to_reach_us .icon{
    width: 50px;
    height: 50px;
    margin: auto;
}
.how_to_reach_us{
    background-color: #262626;
    padding: 50px 0px;
}
.how_to_reach_us .title{
    margin:20px 0;
}
.how_to_reach_us .contact_methods .col-lg-4{
    padding:0px;
}
.how_to_reach_us .contact_methods .col-lg-4:not(:last-child){
    border-right: 1px solid #575757;
    margin-bottom: 40px;
}
.how_to_reach_us .decoration{
    position: absolute;
    right:0px;
    top: -110px;
    max-width: 128px;
}
@media (max-width: 991px){
    .how_to_reach_us .decoration{
        max-width: 90px;
        top:-60px;
    }
}
/* how to reach us end */

/* most popular start */
.popular{
	width: 100%;
    min-height: 235px;
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;

    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    transition: all .2s ease-in-out;
    background-size: cover;
}
.popular:hover{
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.popular_title{
	background-color: #FF023E;
    display: inline-block;
    padding: 10px 20px;
}
.popular .custom_border_button{
	margin-right:20px;
}
.coming_soon{
    font-size: 10px;
    display: inline-block;
}
@media (max-width: 991px){
	.popular{
		background-size:unset;
	    min-height: 135px;
	}
	.popular .custom_border_button {
    	margin-right: 0px;
	}
}
/* most popular end */

/* our offering start */
.our_offering .offering{
	width: 100%;
    min-height: 80px;
    background-color: #262626;
    display: flex;
    align-items: center;
    margin-bottom: 33px;
}
.offering .title{
    background-color: #FF023E;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 50%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    transition: all .2s ease-in-out;
}
.offering .title:hover{
    transform: scale(1.1);
}
.offering .content{
	margin-left:10px;
}
/* our offering end */


/* our technology start */
.our_technology .section_title{
	margin-bottom:5px;
}
.our_technology small{
	font-weight: 300;
}
.our_technology .content_container{
    border:1px solid #42FFFF;
    padding:20px;
    background-color:#1b1b1b;
    z-index: 1;
}
.our_technology ul{
    margin-top: 20px;
    margin-bottom: 10px;
}
.our_technology li{
    list-style-type: none;
}
.our_technology li:not(:last-child){
    margin-bottom: 25px;
}
.our_technology li:before {
    content: "\f064"; /* FontAwesome Unicode */
    font-family: "Font Awesome 5 Free";
    display: inline-block;
    margin-left: -1.3em; /* same as padding-left set on li */
    width: 1.3em; /* same as padding-left set on li */
    font-weight: 900;
    float: left;
}
.our_technology .content_container_wrap{
    display: flex;
    align-items: center;
}
@media (min-width: 992px){
    .our_technology .image_wrap{
        padding: 50px;
    }
    .our_technology .connection_bar{
        border-top:1px solid #42FFFF;
        height: 1px;
        width: 60%;
        position: absolute;
        left: 30%;
        top: 50%;
        z-index: 0;
    }
    .our_technology .image_wrap.image_wrap_right{
        padding-right:0px;
        z-index: 1;
    }
    .our_technology .image_wrap.image_wrap_left{
        padding-left:0px;
        z-index: 1;
    }
}
@media (max-width: 991px){
    .our_technology .image_wrap{
        margin-bottom:20px;
    }
}
/* our technology end */