.footer_topc strong#header_2 h2/*
** header h1-h6
** section, div
** 
*/
focus, hover{
    outline: none;
}


p{
    margin: 0px;
}
*{
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: none;
    
}
*, *:before, *:after{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul, ol{
    list-style: none;
}
a{
    text-decoration: none;
    outline: none;
}
@font-face {
    font-family: lato_r;
    src: url(../fonts/Lato-Regular.ttf);
}
@font-face {
    font-family: lato_l;
    src: url(../fonts/Lato-Light.ttf);
}
@font-face {
    font-family: lato_bl;
    src: url(../fonts/Lato-Black.ttf);
}
@font-face {
    font-family: lato_b;
    src: url(../fonts/Lato-Bold.ttf);
}
@font-face {
    font-family: lato_i;
    src: url(../fonts/Lato-Italic.ttf);
}
.clr{
    clear: both;
    content: "";
}
.container{
    max-width: 1170px;
    margin: 0px auto;
}
h6{
    display: none;
}

 
/*----------------------------header_1  write start--------------------------------*/
#header_1{
    background: #004985;
    padding: 7px 0px;
}
#header_1 h2{
    font-size: 16px;
    font-family: lato_r;
    color: #fff;
    line-height: 25px;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
}
/*----------------------------header_2 style  part  write start--------------------------------*/
#header_2{
    background: #fff;
    padding: 17px 0px;
    position: relative;
    overflow: hidden;
}
#header_2 img{
    width: 150px;
    position: absolute;
    top: -12px;
}
#header_2 h2{
    font-size: 32px;
    font-family: lato_bl;
    color: #004985;
    margin: 0px;
    padding: 0px;
    text-transform: uppercase;
    text-align: right;
}
#header_2 h2 span{
    color: #6D6F71;
}
#header_2 .header_2_right {
	position: absolute;
	float: right;
	right: 0px;
	top: 0px;
	border-bottom: 74px solid #6D6F71;
	border-left: 21px solid transparent;
	border-right: 0px solid transparent;
	height: 0px;
}
#header_2 .border_thl{
	position: absolute;
	float: right;
	width: 7px;
	height: 74px;
	transform: skew(-16deg);
	background: #004985;
	left: -5.1%;
	top: 0px;
}
.hidden-md{
	display:none;
}
#header_2 h3{
    font-size: 28px;
    font-family: lato_l;
    color: #fff;
    margin: 0px;
    padding-top: 10px;
    padding-right: 80px;
    padding-left: 5px;
    text-transform: uppercase;
}
h3 strong{
    font-size: 22px;
    font-family: lato_b;
    color: #fff;
    margin: 0px;
    padding-left: 10px;
    text-transform: uppercase;
}
/*----------------------------menubar style  part  write start--------------------------------*/
#menubar{
    background: #004985;
    padding: 0px;
}

#menubar ul li{
    float: left;
}
#menubar ul li a{
    list-style: none;
    text-decoration: none;
    color: #fff;
    padding: 7px 40px;
    font-family: lato_b;
    font-size: 16px;
}
#menubar ul li a:hover, #menubar ul li a:focus{
    color: white;
    background: #0477d6;
}
#menubar ul li ul{
    background: white;
    padding: 0px;
    border: none;
    left: 0%;
    width: 285px;
    box-shadow: 0px 0px 20px 0px;
}
#menubar ul li ul li{
    width: 100%;
    background: white;
}

#menubar ul li ul li a{
    border-bottom: 1px solid #999;
    background: white;
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 16px;
    color: #2d2d2d;
    font-family: lato_r;
}
#menubar ul li ul li a i{
    float: right;
}
#menubar ul li ul li a:hover{
    background: #0477d6;
    color: white;
}
.navbar-bar{
    padding: 0px;
    margin: 0px;
}
.navbar{
    padding: 0px;
}
#menubar .container{
    text-align: center;
}
.menu_bar2{
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999999;
}
.mb_top{
    margin-bottom: 40px;
}
#menubar ul li:hover ul{
    background: white;
    padding: 0px;
    border: none;
    left: 0%;
    width: 285px;
    box-shadow: 0px 0px 20px 0px;
}
/*----------------------------Banner style  part  write start--------------------------------*/
#banner{
    position: relative;
}
#banner img{
    
    width:100%;
}
.sli_view_text{
    position: absolute;
    background: rgba(0,0,0,0.8);
    margin: 10px;
    padding: 10px;
    left: 17%;
    top: 29%;
}
.sli_view_text h2{
    font-size: 44px;
    color: #004985;
    font-family: lato_bl;
    text-transform: uppercase;
    text-align: center;
}
.sli_view_text p{
    font-size: 34px;
    color: #fff;
    font-family: lato_l;
    text-transform: uppercase;
    margin: 0px;
    line-height: 40px;
    text-align: center;
}
.sli_inner{
    border: 2px solid white;
    padding: 50px 100px;
}
.carousel-control-prev {
	position: absolute;
	top: 47%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4%;
	color: #fff;
	text-align: center;
	height: 50px;
    background: rgba(0,0,0,0.8);
    left: 5%;
}
.carousel-control-next{
	position: absolute;
	top: 47%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 4%;
	color: #fff;
	text-align: center;
	height: 50px;
    background: rgba(0,0,0,0.8);
    right: 5%;
}

.table tr td{
	border: 1px solid;
}
/*----------------------------Part_1 style  part  write start--------------------------------*/
#part_1{
    padding: 50px 0px;
    background: #004985;
}

#part_1 p {
	color: white;
	font-size: 18px;
	font-family: lato_r;
	margin: 0px;
    padding-left: 60px;
    padding-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
	border: 2px solid white;
	margin-left: 36px;
}
.cercle{
	height: 75px;
	width: 75px;
	background: #004985;
	border: 2px solid white;
	border-radius: 50%;
	position: absolute;
	left: 13px;
	top: 21px;
	color: white;
	padding-left: 20px;
	font-size: 30px;
	padding-top: 14px;
	font-family: loto_bl;
}
/*----------------------------Part_2 style  part  write start--------------------------------*/
#part_2 .border{
    float: left;
}
#part_2{
    padding: 85px 0px;
    background: white;
}
h4{
    font-family: lato_bl;
    font-size: 36px;
    color: #004985;
    text-transform: uppercase;
    margin: 0px;
}
.border {
	background: #004985;
	height: 6px;
	width: 100px;
	display: block;
    margin-top: 15px;
    margin-bottom: 28px;
}
#part_2 p, #part_5 p{
    font-family: lato_i;
    font-size: 18px;
    color:#2d2d2d;
    line-height: 30px;
}

/*----------------------------Part_3 style  part  write start--------------------------------*/
#part_3{
    padding: 70px 0px;
    background: #e6e6e6;
    overflow: hidden;
}
.border{
    background: #004985;
	height: 6px;
	width: 100px;
	display: block;
    margin: 28px auto;
}
#part_3 p{
	padding: 47px;
	border-radius: 2px;
	background: white;
	float: left;
	width: 47.4%;
	left: 0%;
	position: relative;
	top: 16px;
	margin-left: 20px;
	font-family: lato_i;
	font-size: 20px;
	color: #3d3d3d;
    border: 1px solid #C2C2C2;
}
#part_3 p i{
    font-size: 40px;
    color: #A1A1A1;
}
.fa-angle-right{
    font-size: 50px;
    position: absolute;
    z-index: 9;
    top: 48%;
    right: 4%;
    color: white;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    padding: 4px 12px;
}
.hidden{
display:none;
}
.fa-angle-left{
    font-size: 50px;
    position: absolute;
    z-index: 99;
    top: 48%;
    left: 4%;
    color: white;
    cursor: pointer;
    background: rgba(0,0,0,0.5);
    padding: 4px 12px;
}

quote-right{
    float: right;
}
#part_3 .carousel-control-prev{
    left: -4%;
    top: 45%;
}
#part_3 .carousel-control-next{
    right: -4%;
    top: 45%;
}

/*----------------------------Part_4 style  part  write start--------------------------------*/
#part_4{
    position: relative;
}

.part_4{
    position: relative;
}
.call_now_1{
    z-index: 15;
    height: 500px;
    background: white;
}
#part_4 img{
    width: 100%;
    position: relative;
}
#part_4 h3 {
	font-size: 30px;
	font-family: lato_l;
	color: #fff;
	margin: 0px auto;
	text-transform: uppercase;
	background: #004985;
	width: 37%;
	position: absolute;
	left: 32%;
	top: 33%;
	z-index: 999999;
	text-align: center;
	padding: 21px 0px;
    height: 39%;
    
}
#part_4 h3 strong{
    font-size: 50px;
    font-family: lato_bl;
    color: #fff;
    margin: 0px;
    padding-left: 10px;
    text-transform: uppercase;
}
.rectangle1 {
	position: absolute;
	width: 15%;
	height: 24%;
	border: 2px solid #004985;
	background: transparent;
	top: 5%;
	right: 7%;
    z-index: 999;
}
.rectangle2{
	position: absolute;
	width: 37%;
	height: 45%;
	border: 2px solid #004985;
	background: transparent;
	top: 30%;
	right: 31%;
    z-index: 999;
}
.rectangle3 {
	position: absolute;
	width: 39%;
	height: 39%;
	border: 2px solid #004985;
	background: transparent;
	top: 33%;
	right: 30%;
    z-index: 999;
}
.rectangle4 {
	position: absolute;
	width: 59%;
	height: 36%;
	border: 2px solid #004985;
	background: transparent;
	top: 64%;
	right: 19%;
    z-index: 9;
	border-bottom: none;
}
.rectangle5 {
	position: absolute;
	width: 15%;
	height: 35%;
	border: 2px solid #004985;
	background: transparent;
	top: 45%;
    z-index: 99;
	left: 12%;
}
/*----------------------------Part_5 style  part  write start--------------------------------*/
#part_5{
    padding-top: 80px;
    background: white;
    padding-bottom: 150px;
    overflow: hidden;
}
#part_5 h4{
    padding-top: 25px;
}
#part_5 img{
    z-index: 99;
    position: absolute;
    left: 5px;
    top: 5px;
}
.what_bg{
    background: #004985;
    position: static;
    left: 0px;
    top: 0px;
    width: 420px;
    height: 320px;
}
.mar_top10{
    margin-top: 25px;
}
.mar_bottom{
    margin-bottom: 15px;
}
#part_5 .border{
    float: left;
}
/*----------------------------Part_6 style  part  write start--------------------------------*/
#part_6 {
	background: #e6e6e6;
	position: relative;
	overflow: hidden;
	padding-top: 70px;
	padding-bottom: 250px;
}
.hot_real_bg {
	position: absolute;
	left: 26px;
	top: 12px;
	z-index: 1;
}
#part_6 .border{
    margin: 28px auto;
}
.hot_real_left{
    background: white;
    padding: 20px;
}
.hot_real_left big {
	position: absolute;
	left: 38px;
	top: 46px;
	color: white;
	font-size: 15px;
	font-family: lato_r;
	transform: rotate(-45deg);
	z-index: 99;
	text-transform: uppercase;
	font-weight: bold;
}
.hot_real_right big {
	position: absolute;
	left: 38px;
	top: 46px;
	color: white;
	font-size: 15px;
	font-family: lato_r;
	transform: rotate(-45deg);
	z-index: 99;
	text-transform: uppercase;
	font-weight: bold;
}
h5{
    font-family: lato_bl;
    font-size: 34px;
    color: #0477d6;
    text-transform: uppercase;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
}

p i{
    color:#ff5f00;
    margin-right: 5px;
}
p i:nth-child(4), i:nth-child(5){
    color:#e6e6e6;
}
#part_6 level{
    color: #2d2d2d;
    font-size: 18px;
    font-family: lato_r;
}

.bg_co{
    background: #e6e6e6;
    width: 100%;
    float: left;
    padding: 0px;
    border:1px solid #D2D2D2;
    margin-bottom:0px;
}
.fa-check-circle{
color:green;

}
.fa-times-circle-o{
color:red;

}
.div1{
    width: 20%;
    text-align: center;
    float: left;
}
.div1 i {
	background: #0477d6;
	border-radius: 50%;
	color: white;
	font-size: 50px;
	height: 80px;
	width: 80px;
	padding: 14px;
}
.div1 b {
	text-align: center;
	font-size: 14px;
	color: #2d2d2d;
	font-family: lato_r;
	display: block;
	text-transform: capitalize;
	padding-top: 5px;
}
.hot_real_bottom {
	background: white;
	padding: 30px 20px;
}
.bg_co1{
    background: white;
    width: 60%;
    float: left;
    padding: 0px;
}
.bg_co2 {
	background: white;
	width: 40%;
	float: left;
	padding: 0px;
	padding-left: 20px;
}
.bg_co1:first-child{
    border-right: 1px solid #999;
}
.hot_real_bottom p{
    font-size: 25px;
    color: #0477d6;
    font-family: lato_b;
    text-transform: capitalize;
    margin: 0px;
}
.bg_co1 b{
    font-family: lato_bl;
    font-weight: normal;
}
.hot_real_bottom span{
	color: #004985;
	font-size: 18px;
	font-family: lato_r;
	display: block;
	padding-top: 12px;
}
.hot_real_bottom small{
	color: #004985;
	font-size: 25px;
	font-family: lato_bl;
	display: block;
	padding-top: 5px;
}
.hot_real_right i:nth-child(4){
    color:#ff5f00;
}
.btn_more_view, .view_btn_bottom{
    padding: 15px 40px;
    margin-top: 50px;
    margin-bottom: 100px;
    background: #004985;
    border: none;
    font-size: 28px;
    font-family: lato_bl;
    text-transform: uppercase;
    color: #fff;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    border: 2px solid white;
    transition: all 0.2s linear;
}
.btn_more_view:hover, .view_btn_bottom:hover{
    padding: 15px 40px;
    margin-top: 50px;
    margin-bottom: 100px;
    background: #fff;
    border: none;
    font-size: 28px;
    font-family: lato_bl;
    text-transform: uppercase;
    color: #004985;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    border: 2px solid #004985;
    transition: all 0.2s linear;
}
/*----------------------------Footer top part  style  part  write start--------------------------------*/
.div_border1 {
	border: 1px solid white;
	width: 93.4%;
	height: 224px;
	z-index: 999;
	margin: 20px auto;
	position: absolute;
	left: 3.1%;
	top: 0px;
}
.footer_topc h3 {
	font-size: 36px;
	font-family: lato_l;
	color: #fff;
	margin: 0px auto;
	text-transform: capitalize;
	background: #004985;
	width: 55%;
	position: absolute;
	left: 22%;
	top: 20%;
	z-index: 999;
	text-align: center;
	padding: 21px 0px;
	height: 63%;
    z-index: 9999;
}
.footer_topc strong{
	font-size: 40px;
	font-family: lato_bl;
	color: #fff;
}

#footer_top .rectangle2 {
	position: absolute;
	width: 55%;
	height: 75%;
	border: 2px solid #004985;
	background: transparent;
	top: 14%;
	right: 23%;
}
#footer_top .rectangle3 {
	position: absolute;
	width: 57.8%;
	height: 63%;
	border: 2px solid #004985;
	background: transparent;
	top: 20%;
	right: 21.6%;
}
#footer_top .container{
    position: relative;
}




/*----------------------------Footer part  style  part  write start--------------------------------*/
#footer_part{
    position: relative;
    padding-top: 130px;
    padding-bottom: 0px;
    background: #004985;
}
#footer_part h3{
    font-size: 16px;
    color: #ebebeb;
    font-family: lato_b;
    margin: 0px;
    padding: 5px 0px;
    text-transform: uppercase;
    cursor: pointer;
}
#footer_part .border_text{
    height: 3px;
    width: 30px;
    background: #6D6F71;
    margin: 0px;
}
#footer_part ul li a{
    font-family: lato_r;
    font-size: 14px;
    color: #ebebeb;
    line-height: 25px;
    text-transform: capitalize;
}
#footer_part ul li a:hover{
    outline: none;
    color: #6D6F71;
    text-decoration: none;
}
#footer_part ul{
    margin-top: 18px;
    margin-bottom: 0px;
}
.copy_right{
    background: #04170e;
    padding: 20px 0px;
    margin-top: 35px;
}
.copy_right p {
	font-family: lato_r;
	font-size: 14px;
	color: #ffffff;
	line-height: 30px;
    cursor: pointer;
}
.copy_right p a {
	font-size: 18px;
	padding: 5px 8px;
	height: 30px;
	width: 30px;
	background: #9ba29f;
	color: #04170e;
	border-radius: 50%;
	margin-left: 5px;
    text-decoration: none;
}
.copy_right p a:hover{
	background: white;
	color: #6D6F71;
}
.border_left{
    border-left: 1px solid #9ba29f;
    padding-left: 35px;
}
#footer_part ul li a i{
    margin-right: 10px;
}
.footer_top{
    position: relative;
}
.footer_topc {
	position: absolute;
	left: 0%;
	top: -191px;
	width: 100%;
	z-index: 99;
}

/*----------------------------about.html page style  part  write start--------------------------------*/
#about_banner{
    position: relative;
}
#about_banner h2{
    font-size: 52px;
    color: #fff;
    font-family: lato_b;
    position: absolute;
    right: 9%;
    bottom: 10%;
    text-transform: uppercase;
    cursor: pointer;
}
#about_page nav{
    background: #004985;
    padding: 0px;
}
#about_page nav a{
    float: left;
    padding-left: 0px;
    color: white;
    font-family: lato_r;
}
#about_page nav a span{
    padding-left: 15px;
}
.about_page_contain{
    padding-top: 80px;
    padding-bottom: 290px;
}
.about_page_contain p{
    font-size: 18px;
    font-family: lato_i;
    text-align: justify;
    margin-top: 10px;
    margin-bottom: 0px;
    color: #2d2d2d;
    line-height: 30px;
    text-align:center;
}
.about_page_contain p span{
    font-size: 18px;
    font-family: lato_b;
    text-transform: uppercase;
}
.mar_top50{
    margin-top: 50px;
}

/*----------------------------info_main.html page style  part  write start--------------------------------*/

#info_main_banner{
    position: relative;
}

#info_main_banner h2{
    font-size: 52px;
    color: #fff;
    font-family: lato_b;
    position: absolute;
    right: 9%;
    bottom: 7%;
    text-transform: uppercase;
    cursor: pointer;
}
#info_main_page nav{
    background: #004985;
    padding: 0px;
}
#info_main_page nav a{
    float: left;
    padding-left: 0px;
    color: white;
    font-family: lato_r;
}
#info_main_page nav a span{
    padding-left: 15px;
}
#info_main_page h4{
    text-align: center;
}

.blog1{
    padding: 15px;
    background: #ededed;
    border-radius: 4px;
    box-shadow: 0px 1px 4px 0px;
    margin-top: 25px;
    overflow:hidden;
}
.position{
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}
.blog1 h3 {
	color: white;
	font-family: lato_bl;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: -40px;
	padding-left: 15px;
}
#info_main_page .blog1 p {
	color: #2d2d2d;
	font-family: lato_i;
	font-size: 18px;
	padding: 20px;
	text-align: left;
	margin-top: 0px;
    line-height: 27px;
}
/*----------------------------info_blog.html page style  part  write start--------------------------------*/
.blog_page h4{
    padding-bottom: 30px;
}
.gallery h4{
    text-align: center;
}
.gallery h2{
    font-size: 18px;
    color: #2d2d2d;
    font-family: lato_bl;
    text-align: center;
    padding-top: 15px;
    margin: 0px;
    text-transform: uppercase;
}
.galley_hover{
    max-width: 320px;
    max-height: 246px;
    background: rgba(0,0,0,0.6);
    position: absolute;
    left: 8%;
    top: 12%;
    transition: all 0.1s linear;
    margin-bottom: -300px;
    visibility: hidden;
}
.blog1:hover .galley_hover{
    margin-top: 0px;
    transition: all 0.1s linear;
    visibility: visible;
}
.galley_hover i{
	text-align: center;
	padding: 154px;
	color: white;
	padding: 15px;
	border: 1px solid white;
	border-radius: 50%;
	margin-top: 200px;
	margin: 109px 138px;
}

/*----------------------------contact.html page style  part  write start--------------------------------*/
.contact{
    padding-top: 80px;
    padding-bottom: 280px;
}
.contact_form{
    background: #ebebeb;
    padding: 47px 20px;
    border-radius: 2px;
}
#contact .contact_form .border{
    float: left;
}
.contact_form {
    text-align: left;
}
.input_text {
	width: 37%;
	padding: 5px 15px;
	font-family: lato_r;
	color: #2d2d2d;
	font-size: 17px;
	border-radius: 4px;
	border: none;
	margin-top: 15px;
	box-shadow: 0px 1px 4px 0px;
	margin-right: 15px;
}
.contact_form textarea{
    width: 76%;
	padding: 5px 15px;
	font-family: lato_r;
	color: #2d2d2d;
	font-size: 17px;
	border-radius: 4px;
	border: none;
	margin-top: 15px;
	box-shadow: 0px 1px 4px 0px;
	margin-right: 15px;
}
.sumbit_btn {
	display: block;
	padding: 5px 15px;
	background: #6D6F71;
	color: white;
	font-family: lato_b;
	font-size: 20px;
	border-radius: 4px;
	margin-top: 30px;
    text-transform: uppercase;
    cursor: pointer;
}
.sumbit_btn:hover{
	background: #0477d6;
	color: white;
    transition:  all 0.2s linear;
    cursor: pointer;
}
.contact_us_right {
	position: absolute;
	background: #0477d6;
	padding: 15px;
	left: -100%;
	top: 20%;
    color: white;
}
#contact .contact_us_right h4{
    color: white;
}
.detail {
	background: white;
	border: none;
	padding: 0px 15px;
	text-align: right;
	color: black;
}
.detail a{
	color: #0477d6;
}
#contact .contact_us_right .border{
    background: white;
    float: left;
    height: 2px;
    margin-top: 15px;
    width: 100px;
}

.contact_us_right p{
    font-family: lato_l;
    font-size: 26px;
    color: white;
    margin: 0px;
}
.contact_us_right .copy_right{
    background: transparent;
    margin-top: 0px;
}
.contact_us_right .copy_right p{
   text-align: left;
}
.contact_us_right  .copy_right p a{
    background: white;
    color: #0477d6;
    padding: 6px 8px;
}
.contact_us_right ul li a{
    color: white;
    font-size: 20px;
    font-family: lato_b;
    padding-top: 15px;
    display: block;
    text-decoration: none;
}
.contact_us_right ul li a i {
	margin-right: 15px;
	border-radius: 50%;
	padding: 10px 10px;
	border: 1px solid white;
	width: 40px;
	height: 40px;
}
.contact_us_right ul{
    margin-top: 25px;
}
.contact_us_right{
    padding-top: 50px;
    padding-bottom: 25px;
}
.contact_us_right .copy_right p a:hover{
    color: white;
    background: #6D6F71;
    transition: all 0.2s linear;
}
/*----------------------------product.html page style  part  write start--------------------------------*/
.product{
    padding-bottom: 70px;
}
.product_top_nav ul li a{
    float: left;
    padding: 10px 20px;
    background: transparent;
    text-decoration: none;
    color: #004985;
    font-family: lato_b;
    font-size: 16px;
    border-top: 2px solid #cacaca;
    border-bottom: 2px solid #cacaca;
    text-transform: uppercase;
}
.product_top_nav ul li a:hover{
    float: left;
    padding: 9.3px 20px;
    background: transparent;
    text-decoration: none;
    color: #6D6F71;
    font-family: lato_b;
    font-size: 16px;
    border-top: 3px solid #6D6F71;
    border-bottom: 2px solid #cacaca;
    text-transform: uppercase;
}
.product_top_nav {
    margin-bottom: 30px;
}
.footer_thanks{
    margin-top: -70px;
}
.example-image-link img {
	max-width: 357px;
	height: 280px;
	border: 1px solid #004985;
	margin: 5px;
}
.span1{
    font-family: lato_r;
    font-size: 15px;
}
.span2{
    float:right;
}
.bg_co p{
	padding: 5px 15px;
	border-bottom: 1px solid #D2D2D2;
	line-height:25px;
	cursor:pointer;
}

.bg_co  p:last-child{
	border-bottom: 0px solid;
}

.bg_co p:nth-child(odd){
	background:ghostwhite;
}
#about_page .paragraph{
    	text-align:left;
    }









/*---------------------------- Mobile Responsive style  part  write start--------------------------------*/


@media screen and (max-width: 767px) {
	.span1{
	    font-size: 12px;
	}
	.example-image-link img {
		width: 100%;
		height: auto;
	}
	.galley_hover i {
        text-align: center;
        color: white;
        padding: 15px;
        border: 1px solid white;
        border-radius: 50%;
        position: absolute;
        left: 46%;
        top: 40%;
	    }
	h4{
 	font-size:20px;
	}
	.fa-angle-left {
	font-size: 28px;;
	z-index: 99;
	top: 40%;
	}
	.fa-angle-right{
	font-size: 28px;
	top: 40%;
	}
	.copy_right p {
	text-align: center;
	}
	#menubar .container{
	width:100%;
	text-align:left;
	padding: 5px;
	}
	#header_2 img {
	width: 35%;
	}
    #banner img{
        height:auto;
    }
    
    #menubar ul li ul {
        width: 241px;
        margin-left: 40px;
        margin-right: 10px;
        line-height: 19px;
    }
    .dropdown-menu{
        position: static;
    }
    .blog1:hover .galley_hover {
	width: 89%;
	height: 80%;
	background: rgba(0,0,0,0.6);
	position: absolute;
	left: 5.6%;
	top: 9%;
}
    .blog1 img{
        width: 100%;
    }
    .contact_us_right ul li a{
        font-size: 18px;
    }
    .contact_us_right{
        margin-top: 15px;
    }
    
    .contact {
        padding-top: 15px;
        padding-bottom: 125px;
    }
    .contact_us_right{
        position: static;
    }
    .input_text{
        width: 100%;
    }
    .contact_form textarea{
        width: 100%;
    }
    .blog_page h4{
        font-size: 22px;
    }
    .about_page_contain {
        padding-top: 30px;
        padding-bottom: 150px;
    }
    .about_page_contain p{
        font-size: 15px;
    }
    .footer_topc{
        top: -110px;
    }
    #part_6{
        padding-bottom: 120px;
    }
    #footer_part{
        padding-top: 90px;
    }
    .div_border1{
        width: 83.4%;
        height: 150px;
        z-index: 999;
        left: 8.1%;
        top: -7px;
    }
    #footer_top img{
        height: 175px;
    }
    .hot_real_bottom p, .hot_real_bottom small, .hot_real_bottom span{
        font-size: 15px;
    }
    .bg_co{
        width: 100%;
        margin-bottom: 15px;
    }
    .div1 b{
        font-size: 12px;
    }
    .div1{
        width: 20%;
    }
    .div1 i {
        font-size: 24px;
        height: 50px;
        width: 50px;
    }
    #part_6 h5{
        font-size: 25px;
    }
    .hot_real_bg {
        left: 29px;
        top: 15px;
        width: 100px;
    }
    .hot_real_left big {
	font-size: 12px;
	left: 21px;
	top: 42px;
	}
    .btn_more_view, .view_btn_bottom{
        margin-bottom: 20px;
        margin-top: 10px;
        padding: 10px 30px;
        font-size: 15px;
    }
    .btn_more_view:hover, .view_btn_bottom:hover{
        margin-bottom: 20px;
        margin-top: 10px;
        padding: 10px 30px;
        font-size: 15px;
    }
    .footer_topc strong{
        font-size: 12px;
        font-weight: normal;
    }
    #header_2 h3 {
	padding-right: 15px;
	font-size: 20px;
	padding-top: 17px;
	text-align: center;
	}
    h3 strong {
	font-size: 17px;
	display: block;
}
    #header_2 .border_thl{
        left: -9.1%;
    }
    #header_2 h2{
        margin-top: 68px;
        text-align:center;
    }
    .sli_inner {
        padding:15px;
    }
    .sli_view_text h2{
        font-size: 15px;
    }
    .sli_view_text p {
        font-size: 11px;
        line-height: 20px;
    }
    .sli_view_text {
        left: 10%;
        top: 12%;
    }
    #part_2{
        padding: 20px 0px;
    }
    #part_2 h4{
       font-size: 20px;
        padding-top: 20px;
    }
    #part_2 p, #part_5 p{
        text-align: justify;
    }
    #part_4 h3, #part_4 h3 strong{
        font-size: 14px;
        padding: 5px 0px;
    }
    #part_5 {
        padding: 30px 0px;
    }
    #part_5 h4 {
        padding-top: 51px;
        font-size: 25px;
    }
    .border_left{
        padding-left: 15px;
    }
    #footer_part ul{
        margin-top: 15px;
        margin-bottom: 25px;
    }
   #footer_top .rectangle2 {
        height: 53%;
        width: 90%;
        right: 5%;
    }
   #footer_top .rectangle3 {
        width: 97%;
        right: 1.7%;
        height: 41%;
    }
    .footer_topc h3 {
        font-size: 20px;
        width: 90%;
        left: 14px;
        top: 20%;
        height: 41%;
        font-size: 20px;
        padding: 10px 0px;
    }
    #part_3 p{
        width: 88%;
        font-size: 12px;
        padding: 10px;
        margin-left: 0px;
    }
    .carousel-control-prev {
        left: 5.7%;
        top: 32%;
    }
    .carousel-control-next {
        right: 5.7%;
        top: 32%;
    }
    #part_3 h4, #part_6 h4{
        font-size: 25px;
    }
    .border_left {
        border-left: 1px solid transparent;
    }
    .navbar-toggler, .navbar-toggler:focus{
        outline: none;
        cursor: pointer;
    }
    #menubar ul li{
        width: 100%;
        text-align: left;
    }
    #info_main_page .blog1 p{
        padding: 20px 0px;
        font-size: 15px;
    }
    .product_top_nav ul li a{
        width: 100%;
        border-bottom: none;
        padding: 10px 0px;
    }
    .product_top_nav ul li a:hover{
        width: 100%;
        border-bottom: none;
        padding: 10px 0px;
    }
    .what_bg{
        display: none;
    }
    #part_5 img{
        position: static;
        left: 0px;
        top: 0px;
            
    }
}

/*---------------------------- Tab Pc Responsive style  part  write start--------------------------------*/
@media (min-width: 768px) and (max-width: 1024px) {
	.blog1:hover .galley_hover{
	width: 76%;
	height: 60%;
	left: 12%;
	top: 17%;
	}
    #banner img{
        height:auto;
    }
    .galley_hover {
        max-width: 203px;
        max-height: 164px;
    }
    .galley_hover i {
        margin: 57px 78px;
    }
    .product_top_nav ul li a{
        margin-bottom: 30px;
    }
    
    #part_6 .mar_top10{
        margin-top: 15px;
    }
    .contact_us_right ul li a i{
        padding: 11px 12px;
        margin-right: 10px;
    }
    .contact_us_right{
        padding-bottom: 30px;
    }
    .contact_us_right ul li a{
        font-size: 15px;
    }
    #contact .contact_us_right h4{
        font-size: 30px;
    }
    #info_main_page .blog1 p{
        padding: 27px 0px;
        font-size: 15px;
    }
    .blog1 h3{
        font-size: 15px;
    }
   #header_2 h2{
       text-align: right;
       padding: 0px 15px;
    }
    .sli_inner {
        padding:15px;
    }
    .sli_view_text{
        left: 9%;
    }
    #menubar a {
        width: 100%;
        text-align: left;
    }
    .navbar-toggler, .navbar-toggler:focus{
        outline: none;
        cursor: pointer;
    }
    .sli_view_text h2{
        font-size: 30px;
    }
    .sli_view_text p{
        font-size: 28px;
    }
    #part_1 p{
        font-size: 12px;
    }
    #part_2 h4, #part_3 h4, #part_5 h4, #part_6 h4{
        font-size: 23px;
    }
    #part_2 p, #part_5 p{
        font-size: 16px;
        text-align: justify;
    }
    #part_3 p {
        padding: 15px;
        margin-left: 12px;
        font-family: lato_i;
        font-size: 18px;
        text-align: justify;
    }
    .what_bg {
        max-width: 253px;
        height: 220px;
    }
    .div1 {
        width: 32%;
        margin-top: 10px;
    }
    .hot_real_bottom p, .hot_real_bottom span{
        font-size: 15px;
    }
    .hot_real_bottom small{
        font-size: 14px;
    }
    #part_4 h3{
        font-size: 16px;
    }
    #part_4 h3 strong{
        font-size: 30px;
    }
    .div_border1 {
        height: 141px;
        top: -11px;
    }
    .footer_topc h3 {
        font-size: 25px;
        padding: 10px 0px;
    }
    .footer_topc strong{
        font-size: 18px;
    }
    .footer_topc {
        top: -93px;
    }
    #footer_part{
        padding-top: 90px;
    }
    #part_6 {
        padding-bottom: 150px;
    }
    .btn_more_view, .view_btn_bottom {
        padding: 15px 40px;
        margin-top: 15px;
        font-size: 15px;
    }
    .btn_more_view:hover, .view_btn_bottom:hover{
        padding: 15px 40px;
        margin-top: 15px;
        font-size: 15px;
    }
    .border_left{
        padding-left: 15px;
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
	h3 strong {
	font-size: 22px;
	padding-left: 10px;
	}
	#header_2 h3 {
	font-size: 22px;
	padding-top: 17px;
	padding-right: 30px;
	}
	#header_2 h2 {
	font-size: 22px;
	}
	#header_2 img {
	top: -18px;
	}
	.copy_right p {
	font-size: 12px;
	}
	.hot_real_right big {
	left: 29px;
	top: 53px;
	}

}
/*------------------back _to top button---------scrolltop--------------*/
.scrolltop, .scrolltop:focus{
  display: none;
  color: #6D6F71;
  position: fixed;
  cursor: pointer;
  border-radius:30px;
  font-size: 30px;
  text-align: center;
  transition:all .8s;
  right: 2%;
  bottom: 3%;
  z-index: 99999;
}
.scrolltop:hover{
  color: #DF0C2D;
}