/*=====================================================
	Template Name : PopTop Web Agency HTML 5 Responsive Bootstrap-4 Template.
	Author Name   : Ripon Hossain Jewel.
	Author Url    : ......;
	Decripation   : This is a one page HTML 5 Responsive Template.
	Version       : 1.0 ;
=======================================================*/

/* ======= CSS Document ========= */

/************ TABLE OF CONTENTS ***************

	01. Google Fonts
	02. Default css
	03. Common css
	04. hero_area css
	05. services_area css
	06. about_area css
	07. project_area css
	08. extra_face_area css
	09. price_area css
	10. testimonial_area css
	11. purchase_now css
	12. blog_area css
	13. get_in_touch_area css
	14. footer_area css
	15. Home two css
	16. Home three css
	17. Home four css
	18. Home five css


***********************************************/

/*Google Fonts*/

@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800');

/********* Defaulf css *******/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.99);
	z-index: 13000;
	height: 100%;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
	display: none;
}

.preloader_image {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(img/preloader.html) no-repeat 50% 50% transparent;
	margin: -50px 0 0 -50px;
}


* {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
button:focus {
    outline: 0 solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 700;
}

html,
body {
    height: 100%;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a {
    margin: 0;
}

a:hover {
    text-decoration: none;
}

/********* Common css *********/

.pad {
    padding: 100px 0;
}

.pad_top {
    padding-top: 100px;
}

.pad_bottom {
    padding-bottom: 100px;
}

.title {
    margin-bottom: 60px;
    text-align: center;
    line-height: 21px;
    font-size: 14px;
}

.title h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
}

.title h4 span {
    background-color: #18c08b;
    color: #000;
    padding: 0 15px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    padding: 10px 0;
    width: 100%;
    z-index: 99;
    background-color: #435c74;
}

.main_menu li a:hover,
.main_menu li.current a {
    background-color: #053a6c;
    border-radius: 50px;
    color: rgb(175, 33, 33);
}

.form_messages {
    text-align: right;
    margin-top: -55px;
}

p.error {
    color: red;
}

p.success {
    color: green;
}

/*********** Start hero_area **********/

.hero_area {
    height: 100%;
    position: relative;
    background-image: url(assets/img/hero-bg.jpg);
    background-size: cover;
    background-position: center center;
}

.hero_area:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #151515;
    opacity: .65;
}

header {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 0;
    background-color: rgba(21, 21, 21, 0.3);
}

.logo { width: 340px;}

.logo a {}

.logo {}

nav {
    text-align: right;
}

.main_menu {
    list-style: none;
    padding-top: 20px;
}

.main_menu li {
    display: inline-block;
}

.main_menu li.current {
    color: #fff;
}

.main_menu li a {
    display: inline-block;
    text-decoration: none;
    line-height: 27px;
    padding: 2px 15px;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.main_menu li a:hover { color : #fff; }

.welcome_content {
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.poptop {
    text-align: center;
    /* background-color: rgba(255, 255, 255, 0.1);  */
}

.poptop h1 {
    color: #fff;
    letter-spacing: 50px;
    font-size: 80px;
    font-weight: 300;
    margin-left: 50px;
}

.poptop h1 span {
    color: #053a6c;
}

.welcome_txt {
    text-align: center;
    color: #fff;
    line-height: 27px;
    font-size: 18px;
}

.welcome_txt h1 {
    font-size: 60px;
    font-weight: 400;
    text-transform: capitalize;
}

.welcome_txt p {
    width: 490px;
    margin: 0 auto;
}

.cmn_btn {
    margin-top: 40px;
}

.cmn_btn a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 50px;
    background-color: #053a6c;
    border-radius: 50px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.cmn_btn a:hover {
    color: #000;
    -webkit-box-shadow: 0 0 5px rgba(21, 21, 21, 0.5);
    box-shadow: 0 0 5px rgba(21, 21, 21, 0.5);
}

/*********** Start services_area ***********/

.services {}

.services_left {}

.services_left img {
    height: 720px;
    background-size: cover;
    background-position: center;
}

.services_wrapper {
    margin-left: 30px;
}

.single_service {
    position: relative;
    text-align: center;
    padding: 20px;
    background-color: #292929;
    margin-bottom: 30px;
    height: 220px;
    overflow: hidden;
    color: #6c6c6c;
    font-size: 12px;
    line-height: 21px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_service::before {
    position: absolute;
    content: "";
    left: -20px;
    top: 0px;
    height: 30px;
    width: 80px;
    background-color: #053a6c;
    -webkit-transform: rotate(-40deg);
    -ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}

.single_service i {
    font-size: 35px;
    color: #053a6c;
    margin-bottom: 20px;
    display: block;
}

.single_service h5 {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.single_service:hover {
    background-color: #000;
}

/********** Start about_area *********/

.about_area {}

.about_title {
    text-align: center;
    margin-bottom: 60px;
}

.about_title h1 {
    font-size: 50px;
    line-height: 27px;
    color: #9e9e9e;
    font-weight: 300;
    text-transform: uppercase;
}

.about_title h1 span {
    border: 1px solid #053a6c;
    padding-left: 20px;
}

.about_item {
    position: relative;
    overflow: hidden;
}

.corner_txt {
    position: absolute;
    left: -15%;
    top: 20px;
    height: 80px;
    width: 300px;
    background-color: rgba(158, 158, 158, 0.8);
    line-height: 80px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.about_img {}

.about_img img {
    height: 530px;
    width: 100%;
}

.about_content {
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 20px;
    line-height: 27px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.about_content h1 {
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}

.about_content a {
    color: #053a6c;
}

.about_item:hover .about_content {
    visibility: visible;
    opacity: 1;
}

.choose_poptop {
    background-color: #18c08b;
    padding: 70px 0;
    position: relative;
}

.choose_poptop::before {
    position: absolute;
    content: "";
    height: 90%;
    width: 14%;
    top: 5%;
    left: 40%;
    border: 1px solid #053a6c;
}

.choose_right {
    padding: 20px 0;
    background-color: #151515;
}

.choose_item {
    font-size: 16px;
    line-height: 24px;
    color: #9e9e9e;
    position: relative;
}

.choose_item i {
    font-size: 25px;
    height: 60px;
    width: 60px;
    background-color: #292929;
    color: #053a6c;
    display: inline-block;
    line-height: 60px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 25px;
    border-radius: 50%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_choose {
    margin-left: 70px;
    padding: 0 30px;
}

.single_choose h5 {
    color: #fff;
    font-size: 20px;
    font-weight: 300;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.choose_item:hover.choose_item i {
    background-color: #000;
}

.choose_item:hover .single_choose h5 {
    color: #053a6c;
}

/******** Start project_area ********/

.project_area {}

.product_items {
    margin-bottom: 40px;
    text-align: center;
}

.product_menu {
    list-style: none;
    background-color: #e9e9e9;
    display: inline-block;
    border-radius: 50px;
}

.product_menu li {
    display: inline-block;
    text-decoration: none;
    padding: 5px 20px;
    color: #000;
    cursor: pointer;
    margin-right: -5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product_menu li:hover {
    background-color: #151515;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    color: #053a6c;
}

.single_product {
    position: relative;
    margin-bottom: 30px;
}

.single_product::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: #151515;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_product img {
    height: 280px;
    width: 100%;
    border: 1px solid #053a6c;
    padding: 5px;
    background-size: cover;
    background-position: center;
}

.product_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 2px 15px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.product_content span {
    color: #053a6c;
}

.single_product a {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    background-color: #151515;
    padding: 10px;
    height: 40px;
    width: 40px;
    text-align: center;
    color: #053a6c;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.single_product:hover .product_content {
    visibility: visible;
    opacity: 1;
}

.single_product:hover.single_product a {
    visibility: visible;
    opacity: 1;
}

.single_product:hover.single_product::before {
    visibility: visible;
    opacity: .75;
}

.work_process {
    position: relative;
    margin-top: 70px;
    padding: 60px 0;
    background-image: url(assets/img/work-process-bg.jpg);
    background-position: center;
    background-size: cover;
}

.work_process::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #151515;
    opacity: .7;
}

.work_title {
    text-align: center;
    margin-bottom: 30px;
}

.work_title h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}

.work_item {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 30px 0;
}

.work_item h1 {
    font-size: 70px;
    font-weight: 400;
    height: 100px;
    width: 100px;
    line-height: 100px;
    background-color: #053a6c;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.25);
    margin: 0 auto;
    margin-bottom: 20px;
}

.work_item h2 {
    font-size: 36px;
    font-weight: 400;
    line-height: 27px;
    color: #fff;
}

/************* Start extra_face_area ************/

.expart_face_area {}


.expart_slider {
    padding-bottom: 70px;
}

.expart_slide {}


.expart_items {
    overflow: hidden;
}

.expart_items img {
    height: 350px;
}

.expart_content {
    height: 350px;
    background-color: #f4f4f4;
    font-size: 14px;
    padding: 60px 30px;
    overflow: hidden;
    border-top-right-radius: 150px;
    border-top: 1px solid #053a6c;
    border-right: 1px solid #053a6c;
    border-bottom: 1px solid #053a6c;
}

.expart_content h4 {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.expart_content span {
    font-weight: 300;
    margin-bottom: 15px;
    display: block;
    border-bottom: 1px solid #053a6c;
    width: 70%;
}

.expart_icons {
    list-style: none;
    margin-top: 40px;
}

.expart_icons li {
    display: inline-block;
}

.expart_icons li a {
    height: 35px;
    width: 35px;
    background-color: #053a6c;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    text-align: center;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.expart_icons li a:hover {
    -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
            transform: translate(0, -5px);
    color: #000;
}

.expart_slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.expart_slider .owl-dot {
    height: 10px;
    width: 10px;
    border: 2px solid #053a6c;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
}

.expart_slider .owl-dot.active {
    background-color: #053a6c;
}

/*********** Start price_area ********/

.peice_area {}

.price_item {
    border: 1px solid rgba(247, 157, 1, 0.35);
    padding: 30px;
    text-align: center;
    height: 450px;
}

.price_item h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    color: #053a6c;
}

.price_item h1 {
    font-size: 50px;
    margin: 0;
    font-weight: 400;
}

.price_item span {
    margin-bottom: 20px;
    display: block;
    font-size: 18px;
}

.price_list {
    list-style: none;
}

.price_list li {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0;
}

.price_item .cmn_btn {
    margin-top: 20px;
}

.price_item .cmn_btn a {
    padding: 5px 30px;
    font-size: 14px;
}

/*********** Start testimonial_area *********/

.testimonials_area {
    position: relative;
    background-image: url(assets/img/testimonial-bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.testimonials_area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #151515;
    opacity: .75;
    z-index: -1;
}

.testimonials_area .title {
    color: #fff;
}

.testimonials_area .title h4 span {
    color: #000;
}

.testimonial_slider {}

.testimonial_slide {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 60px 0;
    position: relative;
    margin: 0 auto;
}

.teestimonial_inner {
    margin-left: 100px;
    padding-right: 100px;
    line-height: 27px;
    color: #fff;
}

.testimonial_slide img {
    border-radius: 50%;
    height: 90px;
    width: 90px;
    background-size: cover;
    background-position: center;
    position: absolute;
    left: -50px;
}

.teestimonial_inner span {
    color: #053a6c;
    font-size: 20px;
    font-weight: 500;
}

.testimonial_slider .owl-item img {
    width: auto;
}

.testimonial_slider .owl-stage-outer {
    padding: 0 50px 50px 50px;
}

.testimonial_slider .owl-dots {
    position: absolute;
    left: 50%;
    bottom: -10%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.testimonial_slider .owl-dot {
    height: 10px;
    width: 10px;
    border: 2px solid #fff;
    margin: 5px;
    border-radius: 50%;
    display: inline-block;
}

.testimonial_slider .owl-dot.active {
    background-color: #053a6c;
    border: 2px solid #053a6c;
}

/*********** Start purchase_now ***********/

.purchase_now {
    background-color: #053a6c;
    padding: 70px 0;
}

.home2.purchase_now {
    background-color: #4bad31;
}

.purchase_tag {
    text-align: center;
}

.purchase_tag h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}

.purchase_btn {}

.purchase_btn a {
    display: inline-block;
    text-decoration: none;
    padding: 6px 50px;
    color: #fff;
    background-color: #515151;
    border-radius: 50px;
}

/********* Start blog_area **********/

.blog_area {}

.blog_wrapper {
    margin-bottom: 50px;
}

.blog_item {}

.blog_item img {
    height: 360px;
}

.blog_content {
    padding: 50px 20px 0 20px;
    line-height: 27px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.blog_content span i {
    margin-right: 10px;
    color: #053a6c;
}

.blog_content span {
    margin-right: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.blog_content a {
    color: #053a6c;
    line-height: 27px;
}

.blog_content h6 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 25px;
    position: relative;
}

.blog_content h6::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #ededed;
    bottom: -15px;
}

/********** Start get_in_touch_area ***********/

.get_in_touch_area {}

.info {
    text-align: center;
    line-height: 27px;
}

.info i {
    font-size: 40px;
    height: 70px;
    width: 70px;
    background-color: #053a6c;
    color: #fff;
    display: inline-block;
    line-height: 70px;
    border-radius: 50%;
    margin-bottom: 30px;
}

.info h6 {
    font-size: 18px;
    font-weight: 500;
    color: #053a6c;
    text-transform: uppercase;
}

.contact_form {}

.contact_form form input {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    padding: 0 15px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact_form form textarea {
    width: 100%;
    resize: none;
    height: 300px;
    padding: 20px 30px;
    border: 1px solid #9e9e9e;
    border-radius: 2px;
    margin-bottom: 20px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.contact_form form input:hover {
    border-color: #053a6c;
}

.contact_form form textarea:hover {
    border-color: #053a6c;
}

.contact_form form input[type="submit"] {
    width: auto;
    padding: 0 50px;
    border: none;
    background-color: #053a6c;
    color: #fff;
    border-radius: 50px;
    font-weight: 500;
    cursor: pointer;
}

/*********** Start footer_area *********/

.footer_area {}

.footer_top {
    background-color: #000;
    padding: 36px 0;
    margin-top: 55px;
}

.footer_icons {
    text-align: center;
}

.social_icons {
    list-style: none;
}

.social_icons li {
    display: inline-block;
    padding: 0 1px;
}

.social_icons li a {
    display: inline-block;
    text-decoration: none;
    color: #053a6c;
    height: 40px;
    width: 40px;
    line-height: 40px;
    background-color: #222222;
    text-align: center;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.social_icons li:nth-child(1) a:hover {
    background-color: #053a6c;
    color: #4F71B7;
}

.social_icons li:nth-child(2) a:hover {
    color: #1DA1F2;
    background-color: #053a6c;
}

.social_icons li:nth-child(3) a:hover {
    color: #DC5043;
    background-color: #053a6c;
}

.social_icons li:nth-child(4) a:hover {
    color: #D53C6B;
    background-color: #053a6c;
}

.social_icons li:nth-child(5) a:hover {
    color: #1769FF;
    background-color: #053a6c;
}

.footer_bottom {
    background-color: #272727;
}

.copy_txt {
    position: relative;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 30px 0;
    color: #fff;
}

.copy_txt p span {
    color: #053a6c;
}

.scroll_top {
    position: absolute;
    top: 30%;
    right: 0;
}

.scroll_top i {
    font-size: 40px;
    color: #053a6c;
    cursor: pointer;
}

/********** Home two css *********/

.video-background {
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    width: auto;
    min-width: 100%;
    min-height: 100%;
}

.video_overlay {
    background-color: rgba(0, 0, 0, 0.65);
    height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 1;
}

/********** Home three css *********/

.home3_slide {
    height: 100vh;
    background-image: url(assets/img/4.jpg);
    background-size: cover;
    background-position: center center;
}

.home3_slide.bg1 {
    background-image: url(assets/img/3.jpg);
}

.home3_slide.bg2 {
    background-image: url(assets/img/2.jpg);
}
.home3_slide.bg3 {
    background-image: url(assets/img/1.jpg);
}
.home3_slide.bg4 {
    background-image: url(assets/img/3.jpg);
}
.home3_slide.bg5 {
    background-image: url(assets/img/pharmus_eye.jpg);
}

.home3_slide.welcome_content {
    position: relative;
}

.home3_slide.welcome_content:before {
    position: absolute;
    content: "";
    background-color: #000;
    height: 100%;
    width: 100%;
    opacity: .65;
}

.home3_slider .owl-nav {
    font-size: 40px;
    color: #fff;
}

.home3_slider .owl-nav .owl-next,
.home3_slider .owl-nav .owl-prev {
    position: absolute;
    right: 5%;
    top: 50%;
    font-size: 45px;
}

.home3_slider .owl-nav .owl-prev {
    right: auto;
    left: 5%;
}

.home3.expart_items img {
    height: 350px;
    border: 3px solid #053a6c;
}

.home3.expart_content {
    border-radius: 0px;
}

.home3.price_item h4 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
    background-color: #053a6c;
    line-height: 30px;
}

.home3.info i {
    font-size: 24px;
    height: 50px;
    width: 50px;
    background-color: #053a6c;
    line-height: 50px;
    border-radius: 0;
}

.home3.about_item {}

.home3.blog_item img {
    border: 1px solid #053a6c;
    padding: 10px;
}

/************ home 4 ***********/

#particles-js {
    position: absolute;
    height: 100vh;
    width: 100%;
}

/************ home 5 ***********/

.shape {
    position: absolute;
    bottom: 0;
    border-bottom: 145px solid #fff;
    right: 20%;
    border-left: 600px solid transparent;
}

.shape_one {
    position: absolute;
    bottom: 0;
    border-bottom: 140px solid #fff;
    left: 20%;
    border-right: 600px solid transparent;
}

.home_down {
    position: absolute;
    left: 50%;
    bottom: 4%;
    font-size: 40px;
    border: 1px solid #fff;
    border-radius: 50px;
    color: #fff;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    cursor: pointer;
}

.home_down a {
    font-size: 35px;
    color: #fff;
}
.logo img{
	width:340px;
}
.about_area .title p{
	font-size: 16px;
    line-height: 1.8;
}
#home .poptop h1{
	letter-spacing:2px;
}
.services_left img {
                height: 471px;
                background-size: cover;
                background-position: center;
                width: 676px;
            }
            .single_service h5 {
                font-size: 17px;
                font-weight: 600;
                color: #fff;
            }
            #loading{position:fixed;top:50%;left:50%;z-index:1104;}
            .pad_top {
                padding-top: 40px;
                padding-bottom: 10px;
            }
            footer {
                background: #222;
                padding: 50px 0 0 0;
                color: #bababa;
            }
            .subfooter {
                color: #898989;
                background: #1a1a1a;
                margin-top: 20px;
                padding: 20px 0 10px 0;
            }
            .footer-description {
                border-bottom: 1px solid #808080;
                margin-bottom: 15px;
            }
            .footer-logo {
                height: 45px;
                padding-right: 25px;
                border-right: 1px solid #808080;
            }
            .footer-details > .footer-list {
                width: 27%;
            }
            .footer-details > .footer-list {
                display: inline-block;
                width: 24.5%;
            }


            .footer-details > ul {
                width: 49%!important;
            }
            .list-unstyled {
                padding-left: 0;
                list-style: none;
            }
            ul, ol {
                margin-top: 0;
                margin-bottom: 20px;
            }
            ul, ol {
                padding: 0 0 0 13px;
                margin-top: 0;
                margin-bottom: 10px;
            }
            ol, ul {
                margin-top: 0;
                margin-bottom: 10px;
            }
            * {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            user agent stylesheet
            ul {
                display: block;
                list-style-type: disc;
                margin-block-start: 1em;
                margin-block-end: 1em;
                margin-inline-start: 0px;
                margin-inline-end: 0px;
                padding-inline-start: 40px;
            }
            .footer-social-networks .icon-square {
                color: #bababa;
                background: #464646;
                padding-left: 19px;
            }
            .fa-2x.icon-circle, .fa-2x.icon-square {
                width: 60px;
                height: 60px;
                font-size: 22px;
                line-height: 60px;
            }

            