/************************************************
Css Table Of Content
-----------------------
01. Resset Css
02. Typogrpahy
    2.1 Font Typography
    2.2 Color Typography
    2.3 Hedding Tag Typography
03. Scroll Top CSS
04. Global Style
*************************************************/

@import url('https://fonts.googleapis.com/css2?family=Lora:ital@0;1&display=swap');

/*--------------Start Resset Css------------------*/
* {
    margin: 0px;
    padding: 0px;
}
*:focus {
    box-shadow: none;
    border: none;
    outline: none;
}


body {
    padding: 0px;
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin: 0px auto;
    font-family: 'Lora', 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figur,
a {
    margin: 0px;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
/*    font-family: 'Poppins', sans-serif;*/
    -webkit-font-variant-ligatures: common-ligatures;
    font-variant-ligatures: common-ligatures;
}

P,
.p {
/*    font-family: 'Open Sans', sans-serif;*/
    font-size: 15px;
    line-height: 26px;
    color: #222;
}
a {
    text-decoration: none;
    color: #333;
}
a:hover,
a:focus,
input:focus,
button:focus,
a:active {
    text-decoration: none;
    outline: none;
    outline-offset: 0px;
    box-shadow: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*------------0.1 End Resset Css----------------------*/


/*--------------------02. Typography------------------*/
/*------------2.1 font weight Typography------------*/
.fw_300 {
    font-weight: 300;
}.fw_400 {
    font-weight: 400;
}.fw_500 {
    font-weight: 500;
}.fw_600 {
    font-weight: 600;
}.fw_700 {
    font-weight: 700;
}.fw_900 {
    font-weight: 900;
}


/*------------2.2 color Typography----------*/
.color_22 {
    color: #222222;
}.color_33 {
    color: #333333;
}.color_55 {
    color: #555555;
}.color_66 {
    color: #666666;
}.color_ff {
    color: #ffffff;
}.color_00 {
    color: #000000;
}.color_10 {
    color: #101010;
}

.color_98 {
    color: #9898cc;
}
.color_4b {
	color:#4baad9;
}


/*------------background color-------------*/
.bg_color_f7{
    background-color: #f7f7f7;
}
.bg_color_f8{
    background-color: #f8f8f8;
}

.bg_color_98 {
    background-color: #9898cc;
}.bg_color_55 {
    background-color: #555555;
}
.bg_color_ff {
    background-color: #fff;
}
.bg_color_4b {
	background-color:#4baad9;
}

.bg_color_11 {
	background-color:#111;
}

.bg_color_f3{
	background-color:#f3f3f3;
}



/*-------------border-color-------------*/
.border_color_22 {
    border-color: #222222;
}.border_color_33 {
    border-color: #333333;
}.border_color_55 {
    border-color: #555555;
}


/*-----------2.3 heading tag Typogrpahy------------*/

h1,
.h1 {
    font-size: 3.5rem;
    line-height: 4.5rem;
}h2,
.h2 {
    font-size: 3.2rem;
    line-height: 4.2rem;
}h3,
.h3 {
    font-size: 2.9rem;
    line-height: 3.9rem;
}h4,
.h4 {
    font-size: 2.7rem;
    line-height: 3.7rem;
}h5,
.h5 {
    font-size: 2.5rem;
    line-height: 3.5rem;
}h6,
.h6 {
    font-size: 2.3rem;
    line-height: 3.3rem;
}
p {
	font-size:2rem;
	color:#555;
	line-height:3rem;
}
.custom_70 {
    font-size: 70px;
    line-height: 80px;
}
.custom_50 {
	font-size:50px;
	line-height:60px;
}

/*------------2.1 font weight Typography------------*/
.fw_300 {
    font-weight: 300;
}.fw_400 {
    font-weight: 400;
}.fw_500 {
    font-weight: 500;
}.fw_600 {
    font-weight: 600;
}.fw_700 {
    font-weight: 700;
}.fw_900 {
    font-weight: 900;
}

.poppins {
    font-family: 'Poppins', sans-serif;
}
.opensanse {
    font-family: 'Open Sans', sans-serif;
}

/*-------------03. scroll top css-----------*/
.scroll_top {
    background: #027AEC none repeat scroll 0 0;
    border-radius: 3px;
    bottom: 50px;
    cursor: pointer;
    height: 40px;
    position: fixed;
    right: 30px;
    text-align: center;
    width: 40px;
    z-index: 999;
}
.scroll_top:hover i {
    color: #000;
}
.not_visible {
    visibility: hidden;
    display: none;
}
.scroll_top i {
    color: #fff;
    font-size: 24px;
    line-height: 38px;
}


/*-------------04. Global style---------------*/

.pos_relative {
    position: relative;
}
.d_block {
    display: block;
}
.overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.section_tbl {
    display: table;
    width: 100%;
    height: 100%;
}
.section_tbl_cell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

/*---------border-radius-------*/
.radius_3 {
    border-radius: 3px;
}.radius_5 {
    border-radius: 5px;
}.radius_10 {
    border-radius: 10px;
}.radius_50 {
    border-radius: 50px;
}.radius_100p {
    border-radius: 100%;
}
.menuzord {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
img.header_logo {
  height: 35px;
}



.btn-contact:hover,
.team-memebrs-inner-main .social-icon-hover,
.team-memebrs-inner-main:hover .social-icon-hover,
.social-link li a,
.social-link li a:hover,
.footer-content-02 li a:hover,
.footer-content-02 li a,
.copyright .footer-menu-link li a:hover,
.footer-content-03 .get-guote:hover,
 .call-action-btn:hover::before,
 .call-action-btn::before,
 .service-inner-box:hover,
.service-inner-box:hover .icon-box::after,
.icon-box::after,
.transition_3s
a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.align_center_center {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.align_row_center_left {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: flex-start;
}
.align_row_spacebetween {
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between;
}

.align_row_center_end {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.d_inline,
.d_inline li {
    display: inline-block;
}
.uppercase>li>a {
    text-transform: uppercase;
}
.capitalize>li>a {
    text-transform: capitalize;
}
/* --------04. End GLOBAL style css ------**/


/*-------------padding typography---------------*/

.pad_all_20 {
    padding:20px;
}


/*--padding top bottom---*/
.ptb_90 {
    padding: 90px 0;
}

.ptb_70 {
    padding: 70px 0;
}
.ptb_50 {
    padding: 50px 0;
}
.ptb_10 {
    padding: 10px 0;
}

.ptb_30 {
    padding: 30px 0;
}

.ptb_20 {
    padding: 20px 0;
}




/*---padding top---*/
.pt_94{
    padding-top: 90px;
}

.pt_70{
    padding-top: 70px;
}
.pt_10{
    padding-top: 10px;
}
.pt_0 {
	padding-top:0;
}

/*---padding bottom---*/
.pb_0 {
    padding-bottom: 0!important
}.pb_5 {
    padding-bottom: 5px;
}

.pb_70 {
    padding-bottom: 70px;
}

.pb_50 {
    padding-bottom: 50px;
}

/*---padding-left---*/


/*---padding-left---*/
.pl_50 {
    padding-left: 50px;
}

/*---padding-right---*/
.pr_0 {
    padding-right: 0px!important;
}.pr_50 {
    padding-right: 50px;
}


/*----------------margin typography-------------*/
/*---margin top bottom----*/
.mtb_0 {
    margin: 0px!important;
}.mtb_5 {
    margin: 5px 0;
}.mtb_10 {
    margin: 10px 0;
}
.mtb_30 {
    margin: 30px 0;
}

/*-----margin bottom-----*/
.mb_0 {
    margin-bottom: 0px!important;
}.mb_5 {
    margin-bottom: 5px;
}
.mb_15 {
    margin-bottom: 15px;
}

.mb_20 {
    margin-bottom: 20px;
}

.mb_30 {
    margin-bottom: 30px;
}

.mb_40 {
    margin-bottom: 40px;
}
.mb_50 {
    margin-bottom: 50px;
}
.mb_60 {
    margin-bottom: 60px;
}

/*-----margin top*/
.mt_0 {
    margin-top: 0px!important;
}.mt_10 {
    margin-top: 10px;
}
.mt_20 {
    margin-top: 20px;
}
.mt_40 {
    margin-top: 40px;
}

/*-----margin left------*/
.ml_0 {
    margin-left: 0px!important;
}.ml_10 {
    margin-left: 10px;
}

/*-----margin right------*/
.mr_0 {
    margin-right: 0px!important;
}.mr_10 {
    margin-right: 10px;
}
