/*-----------------------------------------------------------------------------------

    Template Name: Appro HTML5 Template,
    Template URI: http://appro.intimissibd.com
    Description: This is html5 template
    Author: ThemeCTG
    Author URI: http://themectg.com
    Version: 1.0

-----------------------------------------------------------------------------------
    
    CSS INDEX
    ===================
    1. Google font
	2. Theme Default CSS (body, link color, section etc)   
-----------------------------------------------------------------------------------*/


/*-----------------
1. Google font
------------------*/

@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');

@font-face {
    font-family: 'Cairo-Bold';
    src: url('fonts/Cairo-Bold.ttf') format('truetype');
}
/*-------------------
2. Theme Default CSS
--------------------*/
.marginn {
    text-align: center;
    align-items: center;
    display: grid;
}
.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden;
}
p span, h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
    color: #d34c4c !important;
}

a {
    font-family: 'Cairo-Bold';
    text-decoration: none;
    outline: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #303030;
}


    .btn.focus,
    .btn:focus,
    .btn:hover,
    input:focus,
    button:focus,
    a:focus,
    a:hover {
        text-decoration: none;
        outline: none;
        color: inherit;
        font-family: 'Cairo-Bold';
    }

img {
    max-width: 100%;
    height: auto;
}
.image {
    width: 249px;
    /* width: auto; */
    height: 452px;
    /* height: 18%; */
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Cairo-Bold';
    margin: 0 0 10px;
    font-weight: 600;
}

h1 {
    font-size: 40px;
}

    p span,
    h1 span,
    h2 span,
    h3 span,
    h4 span,
    h5 span,
    h6 span {
        color: #16c9f6;
    }

html,
body {
    height: 100%
}

body {
    font-family: 'Cairo-Bold' !important;
   
    font-size: 14px;
    line-height: 1.6;
    color: #606060;
}
.margin{
    margin-left:10px;
}
.logo-footer {
    margin: auto;
    display: flex;
    padding: 0;
    justify-content: center;
    /* align-items: center; */
    justify-content: center;
}
.link{
    text-decoration:underline;
    color:dodgerblue
}

.phonenumber {
    direction: ltr;
    text-align: end;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

#maps {
    width: 100%;
    height: 500px;
}
.bgwhite{
    background-color:white !important;
    margin:auto !important;
}
a.display {
    display: none;
}
.imagelogo {
    width: 12%;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    align-items: flex-start;
}
.navbar-nav{
    float:inherit;
}
.alogo {
    background-image: url('../images/aqarLogo.png');
    background-size: 100% 100%;
    width: 50px;
    margin-right: auto !important;
    height: 50px;
}

.topheder {
    margin: auto !important;
    width: 25% !important;
}
.navbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.col-xs-12.col-sm-6.col-md-4.wow.fadeInRight {
    text-align: end;
}
.con {
    position: absolute;
    top: 20%;
    left: 0;
    right: 0;
}
