body{
	padding:0;
	margin: 0;
	overflow-x: hidden;
}

p{
	padding: 0; margin: 0;
}
img{
	height: 0 auto;
}

.t-c{
	text-align: center !important;
}
.t-l{
	text-align: left !important;
}
.t-r{
	text-align: right !important;
}
.no-padding{
	padding: 0;
}
.center_contanier{
	width: 1200px; margin:0 auto;
}
.smallcenter_contanier{
	width: 1000px; margin:0 auto;
}
.smallcenter_contanier_md{
	width: 1050px; margin:0 auto;
}
.small_net_center_contanier {
    width: 900px;
    margin: 0 auto;
}
.center_big_contanier{
	width: 1290px; margin:0 auto;
}
.center_smallbig_contanier{
	width: 400px; margin:0 auto;
}
.mar_1{
	margin-top: 5px;
}
.mar_2{
	margin-top: 10px;
}

.mar_3{
	margin-top: 15px;
}
.mar_4{
	margin-top: 20px;
}
.mar_5{
	margin-top: 25px;
}
.mar_6{
	margin-top: 30px;
}
.mar_7{
	margin-top: 35px;
}
.mar_8{
	margin-top: 40px;
}
.mar_9{
	margin-top: 45px;
}
.mar_10{
	margin-top: 50px;
}
.mar_11{
	margin-top: 55px;
}
.mar_12{
	margin-top: 60px;
}
.mar_13{
	margin-top: 65px;
}
.mar_14{
	margin-top: 70px;
}
.mar_15{
	margin-top: 75px;
}
.mar_16{
	margin-top: 80px;
}
.mar_17{
	margin-top: 85px;
}
.mar_18{
	margin-top: 90px;
}
.mar_19{
	margin-top: 95px;
}
.mar_20{
	margin-top: 100px;
}
/*==== Back To Top Start ====*/
#return-to-top {
  position: fixed;
  bottom: 70px;
  right:20px;
  background: #07689d;
  width:45px;
  height:45px;
  line-height:45px;
  text-align:center;
  border: 2px solid #fff;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 20px 20px 0px 0px;
  display:none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 99;
  box-shadow:4px 4px 5px 0px rgba(50, 50, 50, 0.2);
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  font-size:19px;
  -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;
}


/*---------------------slider_banner----------------------*/
.slider_banner {
	width: 100%;
	float: left;
	background-color: #07689d;
	padding: 43px 39px;
}

.bs-slider{
    overflow: hidden;
    position: relative;
    border: 10px solid #00a0e3;
}
.bs-slider:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}
.bs-slider:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}
.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}






/*---------- LEFT/RIGHT ROUND CONTROL ----------*/
.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: #07689d;
}
.control-round:hover .carousel-control{
    opacity: 1;
}
.control-round .carousel-control.left {
    left: 0%;
}
.control-round .carousel-control.right {
    right: 0%;
}
.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover{
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}
.control-round .carousel-control.left>span:nth-child(1){
    left: 45%;
}
.control-round .carousel-control.right>span:nth-child(1){
    right: 45%;
}





/*---------- INDICATORS CONTROL ----------*/
.indicators-line > .carousel-indicators {
    right: 88%;
    bottom: 10%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}
.indicators-line > .carousel-indicators li{
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    transition: all 0.5s cubic-bezier(0.22,0.81,0.01,0.99);
    z-index: 10;
    cursor:pointer;
}
.indicators-line > .carousel-indicators li:last-child{
    margin-right: 0;
}
.indicators-line > .carousel-indicators .active{
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;

}
.indicators-line > .carousel-indicators .active:before{
    transform: scale(0.5);
    background-color: #fff;
    content:"";
    position: absolute;
    left:-1px;
    top:-1px;
    width:15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}


.slide-text {
    left: 0;
    top: 22%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
    
}
.slide-text > h1 {
    color: #077c18;
    font-family: 'Lato', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    margin-top: -6px;
    text-align: left;
    width:100%;
    float: left;
    text-transform: uppercase;
}
.slide-text > h2 {
    color: #020210;
    font-family: 'Lato', sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 800;
    margin-top: 0px;
    text-align: left;
    width: 100%;
    float: left;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.slide-text > h1 span {
	color: #b60159;;
}
.slide-text > p {
    font-family: 'Lato', sans-serif;    
    padding: 0;
    color: #1c1c1c;
    font-size: 16px;
    line-height: 33px;
    font-weight: 400;
    margin-bottom: 9px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    width: 52%;
    text-align: left;
    margin-left: 0px;
    margin-top: 18px;
}
.slide-text > p span {
	color: #60af3c;
	font-weight: bold;
}
.slide-text > a.btn-default {
    font-family: 'Lato', sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 0px;
    margin-right: 9px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    font-weight: 500;
    background-color: #4eadd4;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-left: 0px;
    width: 17%;
    padding: 26px 0px;
    margin-top: 20px;
    border: 2px solid #87ceeb;
    text-transform: uppercase;
    font-weight: 600;
}
.slide-text > a.btn-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #b0389e;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.slide-text > a:hover,
.slide-text > a:active {
    color: #ffffff;
    background: #222222;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}


.di{
	padding: 1px 0px;
}

.slide-text > a.btn2-default {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 19px;
    line-height: 0px;
    margin-right: 10px;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 1px;
    display: inline-block;
    border: none;
    font-weight: 500;
    background-color: #0170ec;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    margin-left: 0px;
    width: 22%;
    padding: 20px 0px;
    margin-top: 10px;
    border-radius: 50px;
    border: 2px solid #0170ec;
}
.slide-text > a.btn2-primary{
    color: #ffffff;
    cursor: pointer;
    font-weight: 400;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 17px 30px;
    white-space: nowrap;
    letter-spacing: 1px;
    background: #00bfff;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    border: none;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}


/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 991px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text > p {

        font-size: 18px;
    }
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text > p {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .control-round .carousel-control{
        display: none;
    }

}
@media  (max-width: 480px) {
    .slide-text {
        padding: 10px 30px;
    }
    .slide-text h1 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 5px;
    }
    .slide-text > p {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .slide-text > a.btn-default, 
    .slide-text > a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-right: 10px;
        text-align: center;
        padding: 10px 15px;
    }
    .indicators-line > .carousel-indicators{
        display: none;
    }

}
/*------parkwaysolutions_panl_two----------*/
.parkwaysolutions_panl_one{
		width: 100%;
		float: left;
		background: #07689d;
		padding: 6px 0px;
}
.parkwaysolutions_panl_one .social_infromation_details {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 6px;
    padding-right: 0px;
    float: left;
}
.parkwaysolutions_panl_one .social_infromation_details span{width: 25px;height: 25px;float: left;background: #00a0e3;border-radius: 10px 0px;text-align: center;line-height: 24px;margin-right: 16px;font-size: 12px;}
.parkwaysolutions_panl_one .social_infromation_details ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.parkwaysolutions_panl_one .social_infromation_details ul li{width: auto;float: left;line-height: 24px;}
.parkwaysolutions_panl_one .social_infromation_details ul li a{
	color: #ffffff;
	text-decoration: none;
	float: left;
	padding: 0px 10px;
}
.parkwaysolutions_panl_one .read_more_buttan_two_three {
    font-family: 'Rubik', sans-serif;
    font-size: 13px;
    color: #07689d;
    width: auto;
    text-align: center;
    font-weight: 500;
    border-radius: 2px;
    border: none;
    text-transform: uppercase;
    padding: 9px 19px;
    margin-top: 0px;
    background-color: #ffffff;
    float: right;
}
.parkwaysolutions_panl_one .read_more_buttan_two_three_two {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #ffffff;
    width: auto;
    text-align: center;
    font-weight: 500;
    border: none;
    text-transform: uppercase;
    padding: 9px 19px;
    margin-top: 0px;
    background-color: #00a0e3;
    float: right;
    margin-left: 10px;
    border-radius: 20px 0px;
}
/*------parkwaysolutions_panl_two----------*/

.parkwaysolutions_panl_two {
	width: 100%;
	float: left;
	position: relative;
	z-index: 99;
	box-shadow: 5px 5px 10px -3px #000;
}
.parkwaysolutions_panl_two .total_navigation_box {
	width: 100%;
	float: left;
}
.parkwaysolutions_panl_two .total_navigation_box .logo_box_one {
	width: 100%;
	float: left;
	background-color: #000000;
	height: 112px;
}
.parkwaysolutions_panl_two .total_navigation_box .logo_pic {
	width: 24%;
	float: left;
	margin-top: 9px;
}

.parkwaysolutions_panl_two .total_navigation_box .bor_der_divider {
	width:100%;
	float: left;
	border-bottom: 1px solid #cba13b;
}
.parkwaysolutions_panl_two .total_navigation_box .contact_info {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width:100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 17px;
    line-height: 0px;
}
.parkwaysolutions_panl_two .total_navigation_box .contact_info .pic_ic {width: 20px;margin-right: 9px;}
.parkwaysolutions_panl_two .total_navigation_box .contact_info .pic_ic_two {width: 20px;margin-right: 6px;margin-top: -3px;}
.parkwaysolutions_panl_two .total_navigation_box .contact_info ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.parkwaysolutions_panl_two .total_navigation_box .contact_info ul li{
	float: left;
	padding: 0px 16px;
}
.parkwaysolutions_panl_two .total_navigation_box .contact_info ul li a{
	color: #ffffff;
	text-decoration: none;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    width: auto;
    margin-top: 25px;
    padding-right: 8px;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li {
	float: left;
}

.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 10px 0px;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    margin-left: 10px;
    background: #0b5fc8;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:first-child a {
    background-color: #3b5998;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(3) a {
    background-color: #44c6ff;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(4) a {
    background-color: #e85353;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(4) a:hover {
    background-color: #db0000;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(5) a {
    background-color: #d20202;
}
.parkwaysolutions_panl_two .total_navigation_box .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}
.navbar-default {
    background-color: transparent !important;
    border-color: transparent !important;
}

.navbar-default .navbar-nav li a {
    font-size: 14px;
    color: #000000;
    font-family: 'Rubik', sans-serif;
    padding: 12px 17px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 17px;
}

.navbar-nav {
    float: right;
    margin-top: 22px;
    margin-right: 0px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}
.navbar-default .navbar-nav .active a, .navbar-default .navbar-nav .active a:focus, .navbar-default .navbar-nav .active a:hover {
    color: #ffffff;
    background-color: #07689d;
    border-radius: 10px 0px;
    }
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: #00a0e3;
    border-radius: 10px 0px;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background:#d3191e;
    color: #ffffff;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 8px !important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: none;
    padding-top: 29px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #ff0000;
    text-decoration: none;
    background-color: transparent;
}
.dropdown-menu > li > a {
  display: block;
  padding: 12px 17px !important;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
  border-bottom: 1px dashed #8b8a8a;
  padding-left: 20px !important;
  font-size: 12px !important;
  height: auto !important;
}
.parkwaysolutions_panl_three {
    width: 100%;
    float: left;
}
.parkwaysolutions_panl_three .extar_width_services {width: 20%;}
.parkwaysolutions_panl_three .col_v_box {
    width: 100%;
    float: left;
    background-color: #004460;
    padding: 35px 20px;
    border-left: 4px dashed #0d6b92;
    height: 158px;
}
.parkwaysolutions_panl_three .col_v_box:hover {
    background-color: #000000;
}
.parkwaysolutions_panl_three h2 {
    font-size: 14px;
    text-align: center;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize;
    width: 100%;
    float: left;
}
.parkwaysolutions_panl_three .ic_images {
	
}
/*---------------------parkwaysolutions_panl_four----------------------*/
.parkwaysolutions_panl_four {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 60px;
}
.parkwaysolutions_panl_four .ab_pic {
    margin-top: 10px;
    width: 95%;
    border: 10px solid #07689d;
    border-radius: 30px;
}
.parkwaysolutions_panl_four h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 49px;
    color: #2d2d2d;
    font-weight: 800;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 10px;
    line-height: 50px;
    text-transform: uppercase;
}

.parkwaysolutions_panl_four p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #5d5454;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 8px;
    line-height: 29px;
}
.parkwaysolutions_panl_four .smna_list_addsmna_list_add_new {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    float: none;
    width: auto;
    text-align: center;
    padding: 13px 39px;
    border: none;
    background-color: #07689d;
    border-radius: 20px 0px;
    text-transform: uppercase;
    margin-top: 20px;
}
/*---------------------parkwaysolutions_panl_five----------------------*/
.parkwaysolutions_panl_five {
	width: 100%;
	float: left;
	background-color: #e4e4e4;
	padding-top: 50px;
	padding-bottom: 50px
}
.parkwaysolutions_panl_five .car_new {
	
}

.parkwaysolutions_panl_five .box_white_ti {
	width: 100%;
	float: left;
	background-color: #00a0e3;
	margin-bottom: 25px;
}

.parkwaysolutions_panl_five h2 {
    font-family: 'Heebo', sans-serif;
    font-size: 22px;
    color: #ffffff;
    font-weight: 500;
    float: left;
    width: 31%;
    text-align: left;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: uppercase;
    background-color: #07689d;
    padding: 19px;
    clip-path: polygon(0 0, 100% 0%, 90% 99%, 0% 100%);
}
.parkwaysolutions_panl_five .gray_logo_box {
	width: 97%;
	float: left;
	border: none;
	margin-top: 18px;
	height: auto;
	background: #fff;
	padding: 10px 0px;
	border-radius: 200px 200px 0px 0px;
	border-top: 8px solid #00a0e3;
}
.parkwaysolutions_panl_five .gray_logo_box  .brand_logo_ou {width: 30%;margin-top: 22px;}

.parkwaysolutions_panl_five h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 17px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: #07689d;
    margin-top: 11px;
    padding: 22px 5px;
}

.parkwaysolutions_panl_five p {
    font-family: 'Heebo', sans-serif;
    font-size: 14px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
    padding: 10px 20px;
}
.parkwaysolutions_panl_five .booktewt {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    font-weight: 700;
    margin-top: 16px;
    text-transform: uppercase;
}
/*-------parkwaysolutions_panl_six---------*/
.parkwaysolutions_panl_six {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
}
.parkwaysolutions_panl_six h2 {
    color: #0b2140;
    font-family: 'Rubik', sans-serif;
    font-size: 49px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin-bottom: 0px;
}
.parkwaysolutions_panl_six .box_desoi_new {
	width: 100%;
	float: left;
	margin-top: 40px;
	box-shadow: 0px 10px 10px -5px #cacaca;
	padding: 7px;
	border: 1px solid #efefef;
}
.parkwaysolutions_panl_six .box_desoi_new h3{
    color: #000000;
    font-family: 'Rubik', sans-serif;
    font-size: 27px;
    text-align: center;
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 9px;
    float: left;
}
.parkwaysolutions_panl_six .box_desoi_new p{
	color: #000000;
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	text-align: center;
	width: 100%;
	margin-top: 8px;
	font-weight: 400;
	margin-bottom: 9px;
	float: left;
	line-height: 31px;
}
.parkwaysolutions_panl_six .box_desoi_new .number_butta{
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 26px;
    text-align: center;
    margin-top: 15px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 9px;
    float: none;
    width: 70px;
    height: 70px;
    border-radius: 30px 0px;
    border: none;
    background-color: #00a0e3;
}

/*-------phonex_home_page_five---------*/
.parkwaysolutions_panl_saven {
    width: 100%;
    float: left;
}

.parkwaysolutions_panl_saven .map_wid {
    width: 100%;
    float: left;
    border: none;
    height: 550px;
}
.parkwaysolutions_panl_saven .box_details {
    float: none;
    margin: 0 auto;
    position: absolute;
    left: 0;
    z-index: 999999;
    background-color: #fff;
    top: -493px;
    padding: 20px 0px;
    right: 0;
    width: 520px;
}
.parkwaysolutions_panl_saven .box_details h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 19px;
}
.parkwaysolutions_panl_saven .box_details h3 {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 9px;
    line-height: 25px;
    background: #ffff00;
    padding: 14px 30px;
}
.parkwaysolutions_panl_saven .box_details h3 a {
	color: #000000;
	text-decoration: none;
}
.parkwaysolutions_panl_saven .box_details h4 {
    font-family: 'Rubik', sans-serif;
    font-size: 28px;
    color: #ffffff;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -1px;
    margin-bottom: 19px;
}
.parkwaysolutions_panl_saven .box_details h4 a {
	color: #000000;
	text-decoration: none;
}
.parkwaysolutions_panl_saven .box_details .big_map {
	width: 10%;
}
.parkwaysolutions_panl_saven .box_details h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color: #000000;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 9px;
    margin-bottom: 19px;
    text-transform: uppercase;
}
.parkwaysolutions_panl_saven .box_details h5 span {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 7px;
    margin-bottom: 3px;
    line-height: 30px;
}
/*-------parkwaysolutions_panl_eight---------*/
.parkwaysolutions_panl_eight {
	width: 100%;
	float: left;
	padding-top: 40px;
	padding-bottom: 40px;
	background-color: #000;
}
.parkwaysolutions_panl_eight h2 {
    color: #fff2f2;
    font-family: 'Rubik', sans-serif;
    font-size: 43px;
    text-align: left;
    width: 100%;
    margin-top: 9px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin-bottom: 10px;
}
.parkwaysolutions_panl_eight .round_plant_butan {
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 23px;
    font-weight: 600;
    background-color: #00a0e3;
    border: none;
    padding: 17px 60px;
    border-radius: 8px;
    width: auto;
    text-transform: uppercase;
    float: right;
}
.parkwaysolutions_panl_eight .round_plant_butantwo {
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    text-align: center;
    margin-top: 23px;
    font-weight: 600;
    background-color: #ff8c01;
    border: none;
    padding: 17px 60px;
    border-radius: 8px;
    width: auto;
    text-transform: uppercase;
    float: right;
    margin-right: 10px;
}
/*-----------parkwaysolutions_panl_nine-------------*/
.parkwaysolutions_panl_nine {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #07689d;
}
.parkwaysolutions_panl_nine .futter_nvi_ne{
    color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    text-align: left;
    width: auto;
    margin-top: 0px;
    font-weight: 600;
    margin-bottom: 0px;
    
display: flex;align-content: space-around;justify-content: space-around;text-transform: uppercase;}
.parkwaysolutions_panl_nine .futter_nvi_ne ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	
}
.parkwaysolutions_panl_nine .futter_nvi_ne ul li{
	float: left;
	
}
.parkwaysolutions_panl_nine .futter_nvi_ne ul li a{
	color: #ffffff;
	text-decoration: none;
padding: 1px 26px;}

/*-----------parkwaysolutions_panl_ten-------------*/
.parkwaysolutions_panl_ten {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.parkwaysolutions_panl_ten .logo_fotter {
    width: 11%;
}

.parkwaysolutions_panl_ten .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: none;
    width: auto;
    margin-top: 25px;
    padding-right: 0px;
    display: flex;
    justify-content: space-around;
}
.parkwaysolutions_panl_ten .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.parkwaysolutions_panl_ten .social_ic ul li {
	float: left;
}

.parkwaysolutions_panl_ten .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 40px;
    height: 40px;
    float: left;
    border-radius: 10px 0px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    margin-left: 10px;
    background: #0b5fc8;
}
.parkwaysolutions_panl_ten .social_ic ul li:first-child a {
    background-color: #3b5998;
}
.parkwaysolutions_panl_ten .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.parkwaysolutions_panl_ten .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.parkwaysolutions_panl_ten .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.parkwaysolutions_panl_ten  .social_ic ul li:nth-child(3) a {
    background-color: #44c6ff;
}
.parkwaysolutions_panl_ten  .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.parkwaysolutions_panl_ten  .social_ic ul li:nth-child(4) a {
    background-color: #e85353;
}
.parkwaysolutions_panl_ten  .social_ic ul li:nth-child(4) a:hover {
    background-color: #db0000;
}
.parkwaysolutions_panl_ten  .social_ic ul li:nth-child(5) a {
    background-color: #d20202;
}
.parkwaysolutions_panl_ten  .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}
/*-----------parkwaysolutions_panl_eleven-------------*/
.parkwaysolutions_panl_eleven {
	width: 100%;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
.parkwaysolutions_panl_eleven h2 {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
    padding-right: 0px;
}
.parkwaysolutions_panl_eleven h2 a {
	text-decoration: none;
	color: #000000;
}

/*-----------parkwaysolutions_panl_twoele------------*/
.parkwaysolutions_panl_twoele {
	width: 100%;
	float: left;
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f2f2f2;
}

.parkwaysolutions_panl_twoele  .contact_hoomr_desta {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.parkwaysolutions_panl_twoele  .contact_hoomr_desta .aisvg_pic{
	width: 70%;
}
.parkwaysolutions_panl_twoele h2{
    color: #0b2140;
    font-family: 'Rubik', sans-serif;
    font-size: 49px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin-bottom: 0px;	
}
.parkwaysolutions_panl_twoele p {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 16px;
    text-align: center;
    font-weight: 400;
    line-height: 28px;
    margin-top: 0px;
    padding: 10px 280px;
}
.parkwaysolutions_panl_twoele  .contact_hoomr_desta h3{
    color: #0b2140;
    font-family: 'Rubik', sans-serif;
    font-size: 20px;
    text-align: center;
    width: 100%;
    margin-top: 40px;
    font-weight: 700;
    text-transform: capitalize;
    float: left;
    margin-bottom: 0px;
}
.parkwaysolutions_panl_twoele  .contact_hoomr_desta .smna_list_addsmna_list_add_new {
    font-family: 'Rubik', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    float: none;
    width: auto;
    text-align: center;
    padding: 11px 39px;
    border: none;
    background-color: #07689d;
    border-radius: 20px 20px 0px 0px;
    text-transform: uppercase;
    margin-top: 20px;
}
/*--------inner_baner----------*/
.inner_banner {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    padding-top: 40px;
    background: #00a0e3;
}
.inner_banner h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
    font-weight: 700;
}
.inner_banner h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    color: #ffffff;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 700;
}
.inner_banner h2 a {
	text-decoration: none;
	color: #000000;
}

/*-----------------parkwaysolutions_service_page_form_desian---------------*/
.parkwaysolutions_service_page_form_desian {
    width: 100%;
    float: left;
    padding-bottom: 40px;
    padding-top: 40px;
    background: #07689d;
}
.parkwaysolutions_service_page_form_desian .vip_inform {
    width: 100%;
    float: left;
    background-color: #ffffff;
    padding: 31px 22px;
    border: 5px dashed #00a0e3;
}
.parkwaysolutions_service_page_form_desian .in_form {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 98%;
    background-color: transparent;
    padding: 13px 10px;
    border: 2px dashed #c7c7c7;
    outline: none;
    border-radius: 2px;
    text-transform: uppercase;
}
.parkwaysolutions_service_page_form_desian .in_form2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 100%;
    background-color: transparent;
    padding: 9px;
    height: 135px;
    border: 1px solid #c7c7c7;
    border-radius: 2px;
}

.parkwaysolutions_service_page_form_desian .readmore1 {
    font-family: 'Rubik', sans-serif;
    background-color: #07689d;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 32px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 13px auto;
    border-radius: 35px;
}
.parkwaysolutions_service_page_form_desian .readmore1:hover {
	background-color: #000000;
}

.parkwaysolutions_service_page_form_desian h5 {
    font-family: 'Rubik', sans-serif;
    font-size: 41px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 0px;
}
.parkwaysolutions_service_page_form_desian h6 {
    font-family: 'Rubik', sans-serif;
    font-size: 15px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}

.parkwaysolutions_service_page_form_desian label{
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 11px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
}
.parkwaysolutions_service_page_form_desian .color_box_fir {
	width: 100%;
	float: left;
	padding: 30px 10px;
	background: #ffffff;
	border-radius: 7px;
}
.parkwaysolutions_service_page_form_desian h2{
    font-family: 'Rubik', sans-serif;
    font-size: 22px;
    color:#000000;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 0px;
    text-transform: capitalize;
}
.parkwaysolutions_service_page_form_desian p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color:#000000;
    font-weight: 400;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    text-transform: capitalize;
    line-height: 30px;
}
.template_faq {
    background: #edf3fe none repeat scroll 0 0;
}
.panel-group {
    border-radius: 3px;
    margin-bottom: 0;
    padding: 1px;
}
#accordion .panel {
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    margin: 0 0 15px 10px;
}
#accordion .panel-heading {
    border-radius: 30px;
    padding: 0;
}
#accordion .panel-title a {
    background: #07689d none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 20px 12px 50px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-decoration: none;
}
#accordion .panel-title a.collapsed {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    color: #333;
}
#accordion .panel-title a::after, #accordion .panel-title a.collapsed::after {
    background: #07689d none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    color: #fff;
    content: "\f107";
    font-family: 'FontAwesome';
    font-size: 25px;
    height: 55px;
    left: -20px;
    line-height: 55px;
    position: absolute;
    text-align: center;
    top: -5px;
    transition: all 0.3s ease 0s;
    width: 55px;
}
#accordion .panel-title a.collapsed::after {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: none;
    color: #333;
    content: "\f105";
}
#accordion .panel-body {
    background: transparent none repeat scroll 0 0;
    border-top: medium none;
    padding: 20px 25px 10px 9px;
    position: relative;
}
#accordion .panel-body p {
    border-left: 1px dashed #8c8c8c;
    padding-left: 25px;
}

.parkwaysolutions_service_page_form_desian  .alko_box {
	width: 100%;
	float: left;
	background-color: #fff;
	margin-bottom: 19px;
}
.parkwaysolutions_service_page_form_desian .alko_box  .avout_poin {
	width: 100%;
}
.parkwaysolutions_service_page_form_desian .alko_box h3{
    font-family: 'Rubik', sans-serif;
    font-size: 27px;
    color:#000000;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 14px;
    text-transform: capitalize;
}
.parkwaysolutions_service_page_form_desian .alko_box .timeing_nav {
    font-family: 'Rubik', sans-serif;
    font-size: 12px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    margin-top: 0px;
    line-height: 36px;
    padding: 10px 20px;
}

.parkwaysolutions_service_page_form_desian .alko_box .timeing_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.parkwaysolutions_service_page_form_desian .alko_box .timeing_nav ul li {
	float: left;
	width: 49%;
	padding: 4px 0px;
	line-height: 26px;
}
.parkwaysolutions_service_page_form_desian .alko_box .timeing_nav ul li a {
    color: #2b2a2a;
    text-decoration: none;
}
.parkwaysolutions_service_page_form_desian .alko_box .timeing_nav .sup_cla{
    font-family: 'Saira', sans-serif;
    font-size: 10px;
    color: #ffffff;
    background-color: #07689d;
    width: 23px;
    height: 23px;
    float: left;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    margin-right: 17px;
}

/*----------service_page_design_two---------------*/
.service_page_design_two {
	width:100%;
	float: left;
	padding: 50px 0px;
	background-color: #f1f1f1;
}
.service_page_design_two .testimanil_box_pagedesc {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 40px 40px;
	box-shadow: 0px 6px 10px -4px #bbbaba;
	border: 2px dashed #cfcfcf;
	margin-bottom: 40px;
}
.service_page_design_two .testimanil_box_pagedesc  .testi_pic{
	width: 79%;
}
.service_page_design_two .testimanil_box_pagedesc h2 {
    color: #050505;
    font-family: 'Barlow Condensed', ui-sans-serif;
    font-size: 31px;
    text-align: left;
    width: 100%;
    margin-top: 10px;
    font-weight: 600;
    float: left;
    margin-bottom: 0px;
}
.service_page_design_two .testimanil_box_pagedesc h3 {
    color: #000000;
    font-family: 'Barlow Condensed', ui-sans-serif;
    font-size: 17px;
    text-align: left;
    width: 100%;
    margin-top: 3px;
    font-weight: 600;
    float: left;
    margin-bottom: 0px;
}
.service_page_design_two .testimanil_box_pagedesc p {
    color: #000000;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: left;
    width: 100%;
    margin-top: 20px;
    font-weight: 400;
    float: left;
    margin-bottom: 0px;
    line-height: 32px;
}
/*------------parkwaysolutions_panl_sixteen--------------*/
.parkwaysolutions_panl_sixteen {
	width: 100%;
	float: left;
	padding-top: 80px;
	padding-bottom: 55px;
}
.parkwaysolutions_panl_sixteen .box_design_top {
	width: 100%;
	float: left;
	background-color: #07689d;
	padding: 10px 10px 40px 10px;
	height: auto;
}
.parkwaysolutions_panl_sixteen .col-md-4:nth-child(2) .box_design_top{
    background-color: #000000;
    box-shadow: -11px 10px 10px -16px #363030;
}
.parkwaysolutions_panl_sixteen .col-md-4:nth-child(3) .box_design_top{
    background-color: #00a0e3;
    box-shadow: -11px 10px 10px -16px #363030;
}
.parkwaysolutions_panl_sixteen .box_design_top .round {
    color: #080808;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 37px;
    text-align: center;
    font-weight: 600;
    background-color: #ffffff;
    border-radius: 50px;
    width: 80px;
    text-transform: uppercase;
    height: 80px;
    border: 8px solid #85d8ff;
    position: relative;
    margin-top: -50px;
}
.parkwaysolutions_panl_sixteen .box_design_top h2 {
	color: #ffffff;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 27px;
	text-align: center;
	width: 100%;
	margin-top: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.parkwaysolutions_panl_sixteen .box_design_top h3 {
	color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 4px;
    font-weight: 600;
    line-height: 26px;
    float: left;
}

.parkwaysolutions_panl_sixteen .box_design_top p {
	color: #ffffff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    text-align: center;
    width: 100%;
    margin-top: 4px;
    font-weight: 400;
    line-height: 26px;
    float: left;
}
.parkwaysolutions_panl_sixteen .box_design_top p a{
	color: #ffffff;
	text-decoration: none;
}
/*--------------falah_interiors_panel_three------------------*/
.falah_interiors_panel_three {
	width:100%;
	float: left;
	padding-top: 30px;
	padding-bottom: 40px;
	padding-left: 90px;
	padding-right: 0px;
}
.falah_interiors_panel_three .grey_box_design{
	width: 100%;
	float: left;
	background-color: #282828;
	margin-left: -120px;
	margin-top: 58px;
	padding: 20px 30px;
	padding-bottom: 60px;
	border: 10px solid #fff;
}
.falah_interiors_panel_three .home_about_sect_pic{
	width: 100%;
	height: auto;
	object-fit: cover;
	object-position: right;
}
.falah_interiors_panel_three .grey_box_design h2{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 52px;
	color: #ffffff;
	font-weight: 300;
	float: left;
	width: 100%;
	text-align: left;
	text-transform: capitalize;
	margin-top: 9px;
	line-height: 58px;
}
.falah_interiors_panel_three .grey_box_design p{
	font-family: 'IBM Plex Sans', sans-serif;
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 17px;
	line-height: 29px;
}
.falah_interiors_panel_three .readmore_two {
    font-family: 'Barlow Condensed', sans-serif;
    background-color: #4d4d4d;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 19px;
    font-weight: 500;
    padding: 24px 50px;
    cursor: pointer;
    text-transform: uppercase;
    float: right;
    margin-top: -36px;
    margin-right: 150px;
}

/*--------inner_contact_page----------*/
.inner_contact_page {
    width: 100%;
    float: left;
    padding-top: 40px;
    padding-bottom: 30px;
}
.inner_contact_page .vip_inform {
    width: 98%;
    float: left;
}
.inner_contact_page .in_form {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 98%;
    background-color: transparent;
    padding: 20px 10px;
    border: 1px solid #c7c7c7;
    outline: none;
    border-radius: 12px;
}
.inner_contact_page .in_form2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #1a1a1a;
    font-weight: 400;
    float: left;
    width: 99%;
    background-color: transparent;
    padding: 9px;
    height: 135px;
    border: 1px solid #c7c7c7;
    border-radius: 12px;
    outline: none;
}

.inner_contact_page .readmore1 {
    font-family: 'IBM Plex Sans', sans-serif;
    background-color: #000000;
    border: none;
    color: #ffffff;
    width: auto;
    font-size: 19px;
    font-weight: 600;
    padding: 10px 32px;
    cursor: pointer;
    text-transform: uppercase;
    margin: 13px auto;
    border-radius: 35px;
    margin-bottom: 48px;
}
.inner_contact_page .readmore1:hover {
	background-color: #3c3c3c;
}

.inner_contact_page h2 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 13px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    margin-top: 0px;
}

.inner_contact_page h3 {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 400;
    text-align: left;
    margin-top: 10px;
    line-height: 25px;
}

.inner_contact_page h3 span {
}

.inner_contact_page .timeing_nav {
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 15px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 500;
    text-align: left;
    margin-top: 0px;
    line-height: 36px;
}

.inner_contact_page .timeing_nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.inner_contact_page .timeing_nav ul li {
	float: left;
	width: 100%;
	padding: 4px 0px;
}
.inner_contact_page .timeing_nav ul li a {
    color: #2b2a2a;
    text-decoration: none;
}
.inner_contact_page .timeing_nav .sup_cla{
    font-family: 'Saira', sans-serif;
    font-size: 13px;
    color: #ffffff;
    background-color: #00a0e3;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 10px 0px;
    text-align: center;
    line-height: 33px;
    margin-right: 17px;
}

.inner_contact_page .social_ic {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: auto;
    margin-top: 25px;
    padding-right: 8px;
}
.inner_contact_page .social_ic ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.inner_contact_page .social_ic ul li {
	float: left;
}

.inner_contact_page .social_ic ul li a {
    color: #ffffff;
    text-decoration: none;
    width: 30px;
    height: 30px;
    float: left;
    border-radius: 10px 0px;
    text-align: center;
    line-height: 29px;
    font-size: 15px;
    margin-left: 10px;
    background: #0b5fc8;
}
.inner_contact_page .social_ic ul li:first-child a {
    background-color: #3b5998;
}
.inner_contact_page .social_ic ul li:first-child a:hover {
    background-color: #1a25b9;

}
.inner_contact_page .social_ic ul li:nth-child(2) a {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}
.inner_contact_page .social_ic ul li:nth-child(2) a:hover {
    background-color: #0b86f4;
}
.inner_contact_page .social_ic ul li:nth-child(3) a {
    background-color: #44c6ff;
}
.inner_contact_page .social_ic ul li:nth-child(3) a:hover {
    background-color: #bc0606;
}
.inner_contact_page .social_ic ul li:nth-child(4) a {
    background-color: #e85353;
}
.inner_contact_page .social_ic ul li:nth-child(4) a:hover {
    background-color: #db0000;
}
.inner_contact_page .social_ic ul li:nth-child(5) a {
    background-color: #d20202;
}
.inner_contact_page .social_ic ul li:nth-child(5) a:hover {
    background-color: #0fd202;
}

.inner_contact_page h4 {
    font-family: 'Mulish', sans-serif;
    font-size: 25px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 19px;
    font-weight: 700;
    text-align: left;
    text-transform: capitalize;
    margin-top: 0px;
}
.inner_contact_page h5{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 31px;
    color: #000000;
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-weight: 700;
    text-align: left;
    margin-top: 4px;
}
.inner_contact_page .ex_ma_loca {
	width:100%;
	float: left;
	border: 4px solid #c5c5c5;
	margin-top: 31px;
	height: 350px;
}
.inner_contact_page  .der_set {
	width: 100%;
	float: left;
	border: 1px solid #dbdbdb;
	padding: 20px;
}

.inner_contact_page  .mapping_box {
	width: 100%;
	float: left;
	height: 278px;
	margin-top: 30px;
}

.inner_contact_page .wer_padd {
	width: 100%;
	float: left;
	margin-top: 30px;
}
/*---what_sup_panel------*/
.what_sup_panel {
    width: 100%;
    float: left;
    position: fixed;
    z-index: 9999;
    bottom: 17%;
}
.what_sup_panel .whats {
    left: 10px;
    position: fixed;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #12e50a;
}
.what_sup_panel .whats:hover {
	background-color: #067509;
}
.what_sup_panel .whats .fon_iconet{
	font-size: 35px;
	width: 100%;
	text-align: center;
	float: left;
	color: #fff;
	line-height: 62px;
}
/*----------glass_top_panel_menu_mobile_menu-------------*/
.glass_top_panel_menu_mobile_menu {
    width: 100%;
    float: left;
    display: none;	
}
.glass_top_panel_menu_mobile_menu .social_ic_mob {
	font-family: 'Abel', sans-serif;    
	font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    float: right;
    margin-top: 5px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob {
	font-family: 'Abel', sans-serif;    
    font-size: 33px;
    color: #260b02;
    font-weight: 400;
    float: right;
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 21px;
}
.glass_top_panel_menu_mobile_menu span {
    position: relative;
    right: 21px;
    margin-top: 0px;
    background-color: transparent;
    border-radius: 50%;
    color: #121111;
    text-align: center;
    float: right;
    font-size: 48px !important;
}
.glass_top_panel_menu_mobile_menu .lop {
    margin-top: 16px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul li {
    float: left;
    padding: 4px 10px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mob ul li a {
	text-decoration: none;
	color: #260b02;
}
.glass_top_panel_menu_mobile_menu .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color:#07689d;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
}
.ss_li_me {
    color: #ffffff;
    cursor: pointer;
    padding-left: 0px;
    font-size: 33px;
    left: -11px;
    top: 0px;
    width: 40px !important;
    height: 40px !important;
    line-height: 38px;
    font-size: 24px !important;
}
.glass_top_panel_menu_mobile_menu .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;
    text-transform: uppercase;
    border-bottom: 1px solid #eeecec;
}

.glass_top_panel_menu_mobile_menu .sidenav a:hover {
  color: #d3191e;
}

.glass_top_panel_menu_mobile_menu .sidenav .closebtn {
    position: absolute;
    top: 10px;
    right: 0;
    font-size: 36px;
    margin-left: 50px;
    border-bottom: none;
    right: 0px;
}

.glass_top_panel_menu_mobile_menu .social_ic_mobmenu {
	font-family: 'IBM Plex Sans', sans-serif;    
    font-size: 24px;
    color: #ffffff;
    font-weight: 400;
    float: left;
    width: 100%;
    margin-top: 5px;
    margin-left: 0px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul li {
    float: left;
    padding: 4px 10px;
}
.glass_top_panel_menu_mobile_menu .social_ic_mobmenu ul li a {
	text-decoration: none;
	color: #ffffff;
}
@media screen and (max-height: 450px) {
  .glass_top_panel_menu_mobile_menu .sidenav {padding-top: 15px;}
  .glass_top_panel_menu_mobile_menu .sidenav a {font-size: 18px;}
}
.mobile_contact_ubi {
	display: none;
}
/*------------responsive-----------------*/

@media only screen and (min-width: 766px) {
	

}


/* Note: Design for a width of 768px */
@media only screen and (min-width: 768px) and (max-width: 992px) {
		.container{
		width:757px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}







}




@media only screen and (min-width: 992px) and (max-width: 1024px)  {
		.container{
		width:990px;
	}
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}






	
	
}

@media only screen and (min-width: 1024px) and (max-width: 1224px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}

	
	
	
}

/* Note: Design for a width of 320px */

@media only screen and (min-width: 300px) and (max-width: 767px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}
.mobile_contact_ubi {
	display: block;
	width: 100%;
	float: left;
	background-color: #07689d;
}

.mobile_contact_ubi h2 {
    font-family:'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;
    background-color: #00a0e3;
    padding: 15px 5px;
    }

.mobile_contact_ubi h2 span {
	margin-right: 4px;
font-size: 22px;}
.mobile_contact_ubi h2 a{
	color: #ffffff;
	text-decoration: none;
}
.mobile_contact_ubi h3 {
    font-family:'Montserrat', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 0px;  
padding: 15px 5px;}

.mobile_contact_ubi h3 span {
	margin-right: 9px;
font-size: 22px;}
.mobile_contact_ubi h3 a{
	color: #ffffff;
	text-decoration: none;
}
.glass_top_panel_menu_mobile_menu {
    width: 100%;
    float: left;
    display: block;
    padding-top: 4px;
    padding-bottom: 5px;
    background-color: #fff;
}
.sidenav ul {
    width: 100%;
    float: left;
    padding-left: 0px;
    padding-top: 0px;
}
.fa.fa-caret-down.right {
    float: right;
}
.fa.right.fa-caret-up {
    float: right;
}
.glass_top_panel_menu_mobile_menu .sidenav a:hover {
    color: #d3191e;
}
.mobile_machnic_logo_panel {
    display: none;
}
.glass_top_panel_menu_mobile_menu .logo_picture {
    width:27%;
    margin-top: 5px;
    margin-left: 11px;
}
.glass_top_panel_menu_mobile_menu .sidenav a:hover {
    color: #d8c90c;
}
.glass_top_panel_menu_mobile_menu .sub-menu ul li a {
    font-size: 14px;
    font-weight: 600;
    color: #131414;
}	
.parkwaysolutions_panl_twoele p {
    padding: 10px 0px;
}
.parkwaysolutions_panl_one {
    display: none;
}
.parkwaysolutions_panl_two {
    display: none;
}
.parkwaysolutions_panl_three .extar_width_services {
    width: 50%;
}
.parkwaysolutions_panl_saven .box_details {
    top: -480px;
    width: 90%;
}
.parkwaysolutions_panl_saven .map_wid {
    height: 569px;
}
.parkwaysolutions_panl_eight {
    padding-left: 15px;
    padding-right: 15px;
}
.parkwaysolutions_panl_eight .round_plant_butan {
    width: 100%;
    float: left;
}
.parkwaysolutions_panl_eight .round_plant_butantwo {
    width: 100%;
    float: left;	
	margin-right: 0px;
}
.parkwaysolutions_panl_eight h2 {
    font-size: 29px;
    text-align: center;
}
.parkwaysolutions_panl_ten .logo_fotter {
    width: 50%;
}
.parkwaysolutions_panl_nine .futter_nvi_ne ul li {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
    border-bottom: 1px dashed #fff;
}
.bs-slider {
    border: 0px;
}
.slider_banner {
    width: 100%;
    float: left;
    background-color: #07689d;
    padding: 0px 0px;
}
.mkol {
	padding:0px;
}
.parkwaysolutions_panl_four .ab_pic {
    margin-top: 10px;
    width: 100%;
    border: 5px solid #07689d;
    border-radius: 10px;
}
.parkwaysolutions_panl_four h2 {
    font-size: 27px;
    margin-top: 30px;
    line-height: 40px;
}
.parkwaysolutions_panl_five h2 {
    font-size: 20px;
    clip-path: none;
    width: 100%;
}
.parkwaysolutions_panl_five .gray_logo_box {
    width: 100%;
}
.falah_interiors_panel_three .grey_box_design {
    margin-left: 0px;
    margin-top: 18px;
    padding: 20px 20px;
    border: 1px solid #fff;
}
.falah_interiors_panel_three {
    padding-left: 0px;
}
.falah_interiors_panel_three .grey_box_design h2 {
    font-size: 31px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 48px;
}
.falah_interiors_panel_three .grey_box_design p {
    text-align: center;
}
.falah_interiors_panel_three .readmore_two {
    float: none;
    margin-top: 20px;
    margin-right: 0px;
}
.parkwaysolutions_panl_sixteen {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;	
}
.parkwaysolutions_panl_sixteen .box_design_top .round {
    margin-top: 10px;
}
.parkwaysolutions_panl_sixteen .box_design_top {
    margin-bottom: 20px;
}

.parkwaysolutions_service_page_form_desian .vip_inform {
    padding: 31px 12px;
}
.no-paddingr{
	padding:0px;	
}
.parkwaysolutions_service_page_form_desian h5 {
    font-size: 29px;
}
.parkwaysolutions_service_page_form_desian h6 {
    font-size: 12px;
}
.parkwaysolutions_service_page_form_desian .alko_box {
    margin-top: 20px;
}
.parkwaysolutions_service_page_form_desian .alko_box .timeing_nav ul li {
    width: 100%;
}
.parkwaysolutions_service_page_form_desian .alko_box h3 {
    text-align: left;
    padding-left: 19px;
}
.service_page_design_two {
    padding-left: 15px;
    padding-right: 15px;	
}
.service_page_design_two .testimanil_box_pagedesc .testi_pic {
    width: 19%;
}
.ft {
    display: none;
}
.parkwaysolutions_panl_three .col_v_box {
    border-left: none;
    border-bottom: 4px dashed #0d6b92;
}



















	
}

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.container{
		width:470px;
	}
	
	
	
	
	
}

@media only screen and (min-width: 300px) and (max-width: 479px) {
.center_contanier{
	width: 100%; margin:0 auto;
}
.smallcenter_contanier{
	width: 100%; margin:0 auto;
}
.small_net_center_contanier{
	width: 100%; margin:0 auto;
}
.center_big_contanier{
	width: 100%; margin:0 auto;
}
.center_smallbig_contanier{
	width: 100%; margin:0 auto;
}


}


