body{
	color:#777777;
	font-size:16px;
	font-weight:300;
	line-height:25px;
	font-family: 'Outfit', sans-serif;
}
/*----normal css start----*/
p {
    color: #555555ab;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    color: #000000;
}
.pricing_table{
    padding-top: 54px;
    padding-bottom: 40px;
}
.meet-our-team-wrapper {
    padding: 70px 0px 50px;
}
/*----normal css end----*/
/*---preloader css start----*/
#cs_preloader_wrapper {
    background-color: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}
/*---preloader css end----*/
/* top bar */
.cs-top-bar {
    background: #076ad8;
    padding: 15px 0px;
}
.cs-top-bar-headign p {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.cs-top-bar-section ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.cs-top-bar-section ul li {
    display: inline-block;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px 0 10px;
    border-right: 1px solid #ffffff57;
}
.cs-top-bar-section ul li:nth-child(2){
    border-right: none;
}
.cs-top-bar-section ul li span {

    padding: 0 10px 0 0px;
}
.cs-top-bar-section ul li span svg {
    width: 20px;
    height: 20px;
    fill: #ffffff;
}
/* header */
.cs-header-wrapper.cs-header-wrapper-second {
    position: relative;
    max-width: 100%;
}
.cs-header-wrapper {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    z-index: 2;
    padding: 0 40px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: 0px;
    z-index: 999;
    max-width: 1300px;
    margin: 0 auto;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.cs-banner-wrapper {
    position: relative;
}

.cs-logo {
    padding: 15px 0px;
}
.cs-menu-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
ul.cs-menu-ul{
    margin: 0;
    padding: 0;
}
ul.cs-menu-ul > li {
    display: inline-block;
    position: relative;
    transition: all 0.5s;
    
    border-bottom: 2px solid transparent;
}
ul.cs-menu-ul > li>a:hover{
}
ul.cs-menu-ul > li > a{
   color: #000000;
   text-decoration: none;
   padding: 20px 20px;
   font-weight: 400;
   display: inline-block;
 
}
ul.cs-menu-ul li > ul.sub-menu {
    position: absolute;
    left: 0;
    width: 140px;
    padding: 10px 20px;
    border-radius: 5px;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    bottom: -110px;
    top: auto;
   display: none;
    transition: all 0.5s;
    
    z-index: 9999;

}
ul.cs-menu-ul > li > ul.sub-menu.openSub_menu {
    display: block;
    bottom: -80px;
}
ul.cs-menu-ul li > ul.sub-menu >li{
    display: block;
}
ul.cs-menu-ul li > ul.sub-menu >li > a {
    text-decoration: none;
    font-size: 18px;
    padding: 5px 0px;
    display: block;
    color: #000000;
}
ul.cs-menu-ul > li > a span svg {
    fill: #000000;
    width: 15px;
    height: 15px;
}
/* banner */
.cs-banner-slide {
    position: relative;
}
.cs-banner-slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000080;
    z-index: 0;
}
.cs-bannerContent {
    position: absolute;
    top: 240px;
    z-index: 111;
    left: 0;
    right: 0;
    text-align: center;
}
.cs-bannerContent h3 {
    color: #ffffff;
    background-color: #076ad8;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 100px;
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px;
}
.cs-bannerContent h2 {
    color: #ffffff;
    text-transform: capitalize;
    font-size: 70px;
    width: 100%;
    max-width: 880px;
    margin: 0 auto 30px;
    border-bottom: 1px solid #ffffff33;
    padding: 0 0 20px;
}
.cs-bannerContent p {
    color: #ffffffcc;
    font-size: 18px;
    width: 100%;
    max-width: 590px;
    margin: 0 auto 30px;
}
.cs-bannerBtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
}
a.cs-allBtn {
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 18px;
    background: #076ad8;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.5s;
}
a.cs-allBtn:hover{
    transform: translateY(-5px);
}
a.cs-allBtn.cs-allBtn-white {
    color: #076ad8;
    background-color: #ffffff;
}
button.cs-Button {
    outline: none;
    border: none;
    text-decoration: none;
    color: #ffffff;
    font-size: 16px;
    padding: 10px 18px;
    background: #076ad8;
    display: inline-block;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
    transition: all 0.5s;
}
button.cs-Button.cs-Button-white {
    background-color: #ffffff;
    color: #076ad8;
}
/*---main heading start---*/
.cs_heading{
    text-align: center;
    position: relative;
}
.cs_heading h1{
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    color: #f6f6f6;
text-transform: capitalize;
    letter-spacing: 5px;
}
.cs_heading h3 {
    position: absolute;
    width: 100%;
    top: 23px;
    margin: 0;
    color: #000000;
    font-size: 22px;
text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 15px;
}
.cs_btn:hover {
    color: #ffffff;
    text-decoration: none;
}
.color:hover{
    color:#076ad8 ;
}
.display{
    display: flex;
    align-items: center;
}
.cs_heading h3 span{
    color: #076ad8;
}
.cs_heading:after {
    position: absolute;
    content: '';
    width: 60px;
    height: 2px;
    background: #076ad8;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);	
    top: 100%;
}
.provideWrapper {
    padding: 70px 0px 85px;
}
/*---main heading end---*/
/*----service section start----*/
.cs_white_wrapper {
    position: relative;
}
.cs_service_section_img {
    position: absolute;
    right: 0;
    bottom: -8px;
    width: auto;
}
.cs_service_div {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 20px 20px;
    position: relative;
    border-radius: 20px;
    transition: all 0.5s;
}

.cs_service_div:hover{
    transform: translateY(-5px);
}
.cs_service_div span {
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    margin: 0 auto;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
}
.cs_service_div span img {
    width: 50px;
    height: 50px;
}
.cs_service_div span i:before{
    margin: 0;
    color: #ffffff;
    font-size: 30px;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_service_div h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 50px 0 0 0;
}
.cs_service_div h3 a{
	text-decoration:none;
	color:inherit;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_service_div p{
    margin-bottom: 15px;
}
.cs_service_div a.cs_btn {
    padding: 8px 17px;
    font-size: 18px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
}
.cs_service_div:hover h3 a{
	color:#076ad8;
}
.cs_service_div:hover span i:before{
	color:#fff;
}
.cs_service_div:hover span:before{
    opacity: 0;
    -webkit-transform: scale(0.5,0.5);
    transform: scale(0.5,0.5);
}
.cs_service_div:hover span:after{
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
/*----service section end----*/
/*----booking section start---*/
.cs_booking_wrapper {
    background-image: url(../img/bg-img/same-img.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 630px;
    top: 60px;
    z-index: 1;
}
.cs_booking_wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #0000006e;
    z-index: -1;
}
.cs_booking_form_div h3 {
    font-size: 30px;
    color: #ffffff;
    margin: 0;
    text-transform: capitalize;
}
.cs_booking_form_div p {
    font-size: 18px;
    font-weight: 400;
    padding: 5px 0 40px 0;
    color: #ffffff;
}
.cs_booking_form_div {
    display: inline-block;
    width: 100%;
    max-width: 660px;
    padding: 40px 40px;
    border-radius: 20px;
    background-color: #076ad8;
    position: absolute;
    top: -80px;
}
.cs_booking_form_div h5 {
    margin: 0;
    text-align: left;
    margin-bottom: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.cs_booking_form_div .cs_booking_form .form-group{
    margin-bottom: 30px;
}
input::placeholder{
    color:#ffffff78 !important;
}
textarea::placeholder{
    color:#ffffff78 !important;
}
.cs_booking_form_div .cs_booking_form .form-group .form-control {
    display: inline-block;
    width: 100%;
    height: 50px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ffffff4d;
}
.cs_booking_form_div .cs_booking_form .form-group textarea.form-control{
	resize:none;
	height:auto;
}
.cs_booking_form_div .cs_booking_form .form-group .input-group .input-group-addon{
    background: #fff;
    border: none;
    box-shadow: none;
    color: #777777;
}
.cs_booking_form_div .bootstrap-datetimepicker-widget.dropdown-menu {
	width: 250px;
}
.cs_booking_form_div .cs_booking_form .form-group .form-control::-moz-placeholder{
	opacity:1;
    font-size: 16px;
    color: #555555ab;
}
.cs_booking_form_div .cs_booking_form .cs_btndiv .cs_white_btn{
    background: transparent;
    box-shadow: none;
    border: none;
    color: #fff;
	z-index:1;
    
}
.cs_booking_form_div .cs_booking_form .cs_btndiv .cs_white_btn:before {
    border: 1px solid #fff;
    z-index: 1;
    background: transparent;
}
.cs_booking_form_div .cs_booking_form .cs_btndiv .cs_white_btn:after{}
.cs_booking_form_div .cs_booking_form .cs_btndiv .cs_white_btn:hover{

}
.cs_booking_form_div .cs_booking_form .cs_btndiv .cs_white_btn:hover:before{}
.cs_booking_form_div .cs_booking_form .cs_btndiv .cs_white_btn:hover:after{
	background:#076ad8;
	z-index:-1;
}
select#selectService {
    color: #ffffff8c;
    display: inline-block;
    width: 100%;
    height: 50px;
    box-shadow: none;
    background-color: transparent;
    border: 1px solid;
    font-size: 15px;
    font-weight: 400;
    border-radius: 5px;
    border: 1px solid #ffffff4d;
    padding: 0 10px;
}
select#selectService:focus-visible{
    outline: none;
}
select option {
    margin: 40px;
    background: #ffffff;
    color: #000000;
  }
  .cs_blog_single {
    padding: 80px 0px 50px;
}
/*----booking section end---*/
/*---blog section start---*/
.cs_blog_div {
    margin-bottom: 25px;
    display: inline-block;
    width: 100%;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s;
}
.cs_blog_div:hover{
    transform: translateY(-5px);
}
.cs_blog_div .cs_blog_img{
    position: relative;
    padding: 15px 15px;
}
.cs_blog_div .cs_blog_img img {
    width: 100%;
    border-radius: 10px;
}
.cs_blog_div .cs_blog_content{
	display: inline-block;
    width: 100%;
    padding: 20px;
}
.cs_blog_div .cs_blog_content h3{
    margin: 0;
    font-size: 25px;
    color: #000000;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.cs_blog_div .cs_blog_content h3 a {
    text-decoration: none;
    color: inherit;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 100%;
    display: block;
    padding: 0px 0px;
    font-size: 20px;
    padding: 10px 30px 0 0px;
}
.cs_blog_div .cs_blog_content p {
    padding: 0 0 14px 0;
}
.latest_blog{
    flex-wrap: wrap;
}
.cs_client_slider .swiper-button-prev:after {
    display: none;
}
.cs_client_slider .swiper-button-next:after{
    display: none;
}
.cs_blog_div .cs_blog_content .cs_btn{
    font-weight: 400;
    text-decoration: none;
    padding: 8px 17px;
    font-size: 18px;
}
.cs_blog_div .cs_blog_content span{
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    line-height: 22px;
}
.cs_blog_div .cs_blog_content span a {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 16px;
    color: #000000;
    margin-right: 5px;
	text-decoration:none;
}
.cs_blog_div .cs_blog_content span a:last-child {
	margin-right:0;
	margin-left:5px;
}
.cs_blog_div:hover h3 a, .cs_blog_div .cs_blog_content span a:hover{
	color:#076ad8;
}
.cs_mini_blog{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.cs_mini_blog ul{
    margin: 0;
    padding: 0;
}
.cs_mini_blog ul li{
    list-style: none;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.cs_mini_blog ul li:last-child{
	margin-bottom:0px;
}
.cs_mini_blog ul li .cs_blog_div{
    margin: 0;
}
.cs_mini_blog ul li .cs_blog_div .cs_blog_img {
    float: left;
    width: 250px;
}
.cs_mini_blog ul li .cs_blog_div .cs_blog_content {
    float: left;
    width: calc(100% - 250px);
    padding-left: 30px;
    padding-top: 0;
}
.cs_mini_blog ul li .cs_blog_div .cs_blog_content h3 {
    line-height: 23px;
}
.cs_mini_blog ul li .cs_blog_div .cs_blog_content p{
    line-height: 20px;
}
.blog-date {
    position: absolute;
    bottom: -40px;
    color: #ffffff;
    font-size: 18px;
    padding: 15px 15px;
    display: block;
    background-color: #076ad8;
    text-align: center;
    border-radius: 5px;
    right: 20px;
}
.blog-date h1 {
    color: #ffffff;
    font-size: 20px;
    padding: 0;
    margin: 0;
}
.blog-date h2 {
    color: #ffffff;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
/*---blog section end---*/
/*---testimonial section start---*/
.cs_testimonial_wrapper {
    background-image: url(../images/bg3.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}
.cs_testimonial_wrapper .cs_heading h1{
	color:#6d6d6d;
}
.cs_testimonial_wrapper .cs_heading h3{
	color:#fff;
}
.cs_testimonial_wrapper .cs_heading:after{
	background: #fff;
}
.cs_testimonial_data{
    display: inline-block;
    width: 100%;
    position: relative;
    margin: 50px 0;
}
.cs_testimonial_data .cs_client_img {
	position: absolute;
    top: -20%;
    left: 10px;
    z-index: 1;
}
.cs_testimonial_data .cs_client_img img{
    width: auto !important;
   
    border: 5px solid #ffffff;
}
.cs_testimonial_data .cs_testimonial_data_inner{
    background: #fff;
    padding: 50px 30px 30px;
    width: 90%;
    float: right;
   
    position: relative;
}
.cs_testimonial_data .cs_testimonial_data_inner span.cs_quote {
    color: #076ad8;
    float: right;
    margin-top: -15px;
}
.cs_testimonial_data .cs_testimonial_data_inner span.cs_quote i:before{
    margin: 0;
    font-size: 35px;
}
.cs_testimonial_data .cs_testimonial_data_inner h3{
    margin: 0;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}
.cs_testimonial_data .cs_testimonial_data_inner h3 span {
    color: #777777;
}
.cs_testimonial_data .cs_testimonial_data_inner p{
    margin: 0;
}
.cs_testimonial_slider .owl-controls{
    position: absolute;
    width: 100%;
    text-align: center;
}
.cs_testimonial_slider .owl-controls .owl-dots{}
.cs_testimonial_slider .owl-controls .owl-dots .owl-dot{
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid transparent;
   
    margin: 0px 5px;
    position: relative;
    display: inline-block;
}
.about_sec{
    padding-top: 54px;
    padding-bottom: 66px;
}


.cs_testimonial_slider .owl-controls .owl-dots .owl-dot span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    position: absolute;
   
    top: 2px;
    left: 2px;
}
.cs_testimonial_slider .owl-controls .owl-dots .owl-dot.active {
    border: 1px solid #fff;
}
.cs_testimonial_slider .owl-controls .owl-dots .owl-dot.active span {
    background: #fff;
}
/*---testimonial section end---*/
/*---choose us section start---*/

.cs_chooseus ul.nav-tabs {
    border-bottom-color: #076ad8;
}
.cs_chooseus ul.nav-tabs li{
    width: 100%;
}
.choose_sec.choose_sec_new .one_point .right h4{
   font-size: 20px;
}
.choose_sec.choose_sec_new .one_point .right p{
    color: #000000;
}
.choose_sec.choose_sec_new > p {
    color: #000000;
    padding: 0 0 30px 0;
}
.cs_chooseus ul.nav-tabs li.active a, .cs_chooseus ul.nav-tabs li:hover a, .cs_chooseus ul.nav-tabs li:focus a {
    background: #076ad8;
    border: none;
    color: #fff;
	outline:none;
	
}
.cs_chooseus ul.nav-tabs li.active:first-child a{
    font-size: 18px;
    font-weight: 500;
}
.cs_chooseus ul.nav-tabs li a{
    color: #000000;
    width: 100%;
    padding: 15px 30px;
    font-size: 14px;
    font-weight: 400;
    background: #f6f4f4;
    margin-bottom: 5px;
    
	border:none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_chooseus ul.nav-tabs li a:hover, .cs_chooseus ul.nav-tabs li a:focus{
	border:none;
	outline:none;
	text-decoration:none;
	box-shadow:none;
}
.cs_chooseus ul.nav-tabs li:last-child a{
	margin-bottom:1px;
}
.cs_tab_content {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}
.cs_tab_content h3{
    margin: 0;
    font-size: 18px;
    color: #000000;
    margin-bottom: 15px;
}
.cs_tab_content p{
    margin-bottom: 20px;
}
.cs_tab_content ul{
    margin: 0;
    padding: 0;
}
.cs_tab_content ul li{
	list-style: none;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
    font-size: 25px;
}
.cs_tab_content ul li:last-child{
	margin-bottom:0px;
}
.cs_tab_content ul li span{
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background: #076ad8;
    text-align: center;
    margin-right: 10px;
   	
}
.cs_tab_content ul li i {
    font-size: 14px;
    color: #fff;
} 
/* new_choose sec css start */
.cs-choose-us-wrapper {
    background-image: url(../img/bg-img/choose-us-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.cs-choose-us-wrapper:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #2222227d;
    z-index: -1;
}
.csheading {
    padding: 0 0 30px 70px;
}
.cs-choos-flex {
    display: flex;
    align-items: center;
    padding: 0 0 40px 70px;
}
.cs-choose-content {
    padding: 0 0 0 30px;
}
.cs-choose-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
}
.cs-choose-icon svg {
    width: 40px;
    height: 40px;
}
.cs-choose-content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}
.cs-choose-content p {
    width: 100%;
    max-width: 450px;
    color: #ffffffa1;
}
.cs_app_btn {
    text-align: right;
}
/*---choose us section end---*/
/*---Detail section start----*/
.cs_blue_wrapper {
    background: rgb(7 106 216 / 81%);
    position: relative;
}
.cs_blue_wrapper.newsletterWraper {
    padding: 60px 0;
}
.cs_black_overlay {
    position: absolute;
    width: 49%;
    height: 100%;
    background: #484848;
    left: 0;
    top: 0;
}
.cs_detaildiv {
    display: inline-block;
    width: 100%;
    position: relative;
}

.cs_detaildiv h3 span{
	font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
}
.cs_detaildiv p{
    color: #000000;
    font-size: 16px;
}
.cs_detaildiv .cs_btn.cs_white_btn {
    color: #076ad8;
}
.cs_detaildiv .cs_btn.cs_white_btn:after{
    border-color: #fff;
}
.cs_detaildiv .cs_btn.cs_white_btn:hover{
    color: #fff;
}
/*---Detail section end----*/
/*---client section start----*/
.cs_client_slider .cs_imgdiv {
    text-align: center;
}
.cs_client_slider .cs_imgdiv img{
    width: auto !important;
    display: inline-block !important;
}
/*---client section end----*/
/* --- services css start ---*/



/* --- services css end ---*/
/*----App section start---*/
.cs_app_data{
	display:inline-block;
	width:100%;
	/* margin-bottom:20px; */
}
.cs_app_data h6{
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.cs_app_data h4{
    color: #fff;
    text-transform: capitalize;
    margin: 0;
}
/* .cs_app_btn {
    float: right;
	margin-bottom:20px;
} */
.cs_app_btn a {
    display: inline-block;
    margin-left: 10px;
}
/*----App section end---*/
/*---footer start---*/
.cs_footer_wrapper{
    background: #076ad8;
    padding: 50px 0 30px;
	position:relative;
}
.cs_footer_wrapper.cs_footer_wrapper_other {
    padding: 130px 0 30px;
}
.cs_footer_wrapper img.cs_footer_logo{
    display: inline-block;
    margin-bottom: 30px;
}
.cs_footerdiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}
.cs_footerdiv h3 {
    margin: 0;
    color: #fff;
    position: relative;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
    text-transform: capitalize;
   
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    border-bottom-style: double;
    border-width: medium;
}

.cs_footer_about p {
    color:#ffffffc9;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
}
.cs_footer_about ul.cs_social_icon{
    margin: 0;
    padding: 0;
}
.cs_footer_about ul.cs_social_icon li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.cs_footer_about ul.cs_social_icon li a:hover{
    transform:translateY(-5px);
}
.cs_footer_about ul.cs_social_icon li a {
    color: #076ad8;
    text-decoration: none;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
}
.cs_footer_about ul.cs_social_icon li a:hover {
	color:#076ad8;
}
.cs_footer_service{}
.cs_footer_service ul,.cs_footer_pages ul{
    margin: 0;
    padding: 0;
}
.cs_footer_service ul li, .cs_footer_pages ul li{
	list-style: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 8px;
    transition: all 0.5s;
}
.cs_footer_service ul li:last-child, .cs_footer_pages ul li:last-child{
	margin-bottom:0px;
}
.cs_footer_service ul li a, .cs_footer_pages ul li a {
    text-decoration: none;
    display: inline-block;
    color: #ffffffc9;
    padding-left: 20px;
    position: relative;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_mapdiv iframe {
    width: 100%;
    height: 400px;
}
.cs_footer_service ul li a:before, .cs_footer_pages ul li a:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background: #ffffffc9;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 10px;
}
.cs_footerdiv.cs_footer_service ul li {
    transition: all 0.5s;
}
.cs_footerdiv.cs_footer_service ul li:hover{
    transform: translateX(-5px);
}
.cs_footer_service ul li, .cs_footer_pages ul li:hover{
    transform: translateX(-5px);
}
.cs_footer_contact{}
.cs_footer_contact ul{
    margin: 0;
    padding: 0;
}
.cs_footer_contact ul li{
    display: inline-block;
    width: 100%;
    list-style: none;
    margin-bottom: 15px;
}
.cs_footer_contact ul li .cs_icon {
    float: left;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #ffffff;
    color: #076ad8;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_contact_form input::placeholder {
    color: #cccccc !important;
}
.cs_contact_form textarea::placeholder {
    color: #cccccc !important;
}
.cs_footer_contact ul li .cs_icon i:before{
    margin: 0;
    font-size: 17px;
}
.cs_footer_contact ul li .cs_data{
    float: left;
    width: calc(100% - 42px);
    padding-left: 20px;
}
.cs_footer_contact ul li .cs_data p{
    margin: 0;
    color: #ffffffc9;
    font-size: 16px;
    font-weight: 300;
    font-family: 'Outfit', sans-serif;
    line-height: 22px;
}
.cs_footer_contact ul li .cs_data p span{
    width: 100%;
    display: inline-block;
}
.cs_footer_contact ul li .cs_data p span a{
	color:#ffffffc9;
	text-decoration:none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_footer_contact ul li .cs_data p span a:hover{
	color:#076ad8;
}
.we-provide-single {
    padding: 210px 0px 70px;
}
/*---footer end---*/
/*---goto top start----*/
.cs_gototop {
    position: absolute;
    z-index: 99;
    bottom: -15px;
    right: 40px;
    cursor: pointer;
    background: #2e8cf4;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 31px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}
.cs_gototop i{
	color:#fff;
	font-size:17px;
}
.cs_gototop:hover {
    background: #fff;	
	
}
.cs_gototop:hover i{
    color: #076ad8;
}
/*---goto top end----*/
/*----copyright start---*/
.cs_copyright_wrapper{
    background: #000000;
    text-align: center;
    padding: 15px 0;
}
.cs_copyright_wrapper p{
    margin: 0;
    color: #ffffff;
}
.cs_copyright_wrapper p a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 800;
    border-bottom: 1px solid #ffffff;
}
/*----copyright end---*/
/*----About us page start----*/
.cs_pagebanner_wrapper {
    background-image: url(../img/bg-img/bg1.jpg);
    padding: 40px 0;
    background-attachment: fixed;
    background-position: 50% 28%;
    position: relative;
}
.cs_pagebanner_wrapper:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #2222227a;
}
.cs_pageheading{
	position:relative;
	z-index:1;
    text-align: center;
}
.cs_pageheading h3{
    margin: 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
	text-transform:capitalize;
}
ul.cs-section-breadcrumb {
    margin: 0;
    padding: 10px 0 0;
}
ul.cs-section-breadcrumb li{
    list-style: none;
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
    text-transform: capitalize;
}
.searchbar form input::placeholder{
    color: #076ad8 !important;
}
ul.cs-section-breadcrumb li a {
    text-decoration: none;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
}
.cs_about_img{
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}
.cs_about_data{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.cs_about_data h3 {
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    padding: 0px 0 10px;
    text-transform: capitalize;
    color: rgb(7, 106, 216);
    border-bottom: 2px solid rgb(7, 106, 216);
    display: inline-block;
    border-bottom-style: double;
    border-width: medium;
    margin: 0 0 20px;
}

.cs_about_data p{
    line-height: 30px;
    margin-bottom: 20px;
}
.cs_about_data ul{
    margin: 0;
    padding: 0;
}
.cs_about_data ul li {
    list-style: none;
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    color: #555555ab;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.cs_about_data ul li span{
    display: inline-block;
    border-radius: 20px;
    width: 22px;
    height: 22px;
    line-height: 22px;
    /*background: #076ad8;*/
    text-align: center;
    margin-right: 10px;
   
}
.cs_about_data ul li span i{
    color: #fff;
}
.cs_blue_overlay{
    position: absolute;
    background: rgba(42, 202, 255, 0.8);
    left: 20px;
    top: 20px;
	bottom:20px;
	right:20px;
    opacity: 0;
    -webkit-transform: scale(0.5) rotateZ(180deg);
    -moz-transform: scale(0.5) rotateZ(180deg);
    -ms-transform: scale(0.5) rotateZ(180deg);
    -o-transform: scale(0.5) rotateZ(180deg);
    transform: scale(0.5) rotateZ(180deg);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cs_about_img:hover .cs_blue_overlay{
    opacity: 1;
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
}
.cs_about_overlay_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    -moz-transform: translate(-50%, -50%) scale(0);
    -ms-transform: translate(-50%, -50%) scale(0);
    -o-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -moz-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    -o-transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
    opacity: 0;
    text-align: center;
    width: 70%;
}
.cs_about_overlay_content span {
    display: inline-block;
    margin-bottom: 10px;
}
.cs_about_overlay_content span i:before {
    margin: 0;
    color: #fff;
}
.cs_about_overlay_content h3 {
    margin: 0;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
	text-transform:capitalize;
}
.cs_about_img:hover .cs_about_overlay_content {
	-webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;	
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.cs_detaildiv.cs_aboutpage_detaildiv {
    margin: 15px 0;
    text-align: right;
}
.cs_detaildiv.cs_aboutpage_detaildiv .cs_white_btn i {
    margin-left: 15px;
}
.color.about-team {
    position: absolute;
    left: 0;
    right: 0;
    background: #076ad8;
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
    border-radius: 10px;
    bottom: 20px;
    padding: 13px 0px;
}
.cs_teamdiv {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 20px 20px 60px 20px;
    border-radius: 20px;
    position: relative;
    transition: all 0.5s;
}
.cs_teamdiv:hover{
    transform: translateY(-5px);
}
.cs_teamdiv img{
    width: 100%;
}
.cs_teamdiv h3 {
    margin: 0;
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    padding: 0 0 10px;
}
.cs_teamdiv h5{
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}
.cs_about_heading{
    color: #000000;
    font-size: 22px;
text-transform: capitalize;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: center;
}
.cs_about_heading h3 span {
    color: #076ad8;
}
.image img{
   width: 100%;

}
.image-2 {
    margin-left: 50px;
}

.AboutWrapper {
    padding: 60px 0px;
}
.image .img2 {
    margin-top: 30px;
}
.cs-newsletter-inner {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 40px;
    position: relative;
    border-radius: 20px;
    z-index: 1;
    max-width: 890px;
    margin: 0 auto -80px;
}
.cs-newsletter-inner{
    text-align: center;
}
.cs-newsletter-inner h2 {
    font-size: 30px;
    text-transform: capitalize;
    text-align: center;
    color: #076ad8;
}
.cs-newsletter-inner svg {
    width: 100%;
    max-width: 200px;
    fill: #076ad8;
    padding: 0 0 40px;
    margin: 0 auto;
}
.cs-newsletter-input {
    position: relative;
}
.cs-newsletter-input input {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 10px 150px 10px 10px;
    border-radius: 5px;
    border: 1px solid #0e2d501f;
    overflow: hidden;
}
a.cs-sing-up-btn {
    text-decoration: none;
    font-size: 18px;
    background: #076ad8;
    position: absolute;
    right: 0;
    color: #ffffff;
    padding: 12px 35px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.cs_newslatter_form{
	display: inline-block;
    width: 100%;
}
/* .cs_newslatter_form .form-group{
    margin-bottom: 40px;
} */
.cs_newslatter_form .form-group .form-control {
    height: 50px;
    border: 1px solid #8a8282;
    box-shadow: none;
    color: #777;
    font-weight: 400;
}
.cs_newslatter_form .cs_btn {
    border: none;
    box-shadow: none;
    padding: 12px 30px;
    width: 100%;
   
}
.cs_newslatter_form .cs_btn:before, .cs_newslatter_form .cs_btn:after {
   
}
.cs_newslatter_form .cs_btn:hover, .cs_newslatter_form .cs_btn:focus {
    background: #fff;
	outline:none;
}
/*----About us page end----*/
/*----service page start----*/
.cs_process_div {
    text-align: center;
    display: inline-block;
    position: relative;
}
.cs_process_div span{
    position: absolute;
    top: -35px;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #076ad8;
    color: #fff;
   
    font-size: 40px;
    font-weight: 500;
}
.cs_process_div .cs_process_div_inner{
    border: 2px solid #076ad8;
    padding: 30px;
    width: 90%;
    float: right;
   
}
.cs_process_div .cs_process_div_inner h3{
    margin: 0;
    font-size: 18px;
    color: #000000;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.cs_process_div .cs_process_div_inner p {
    margin: 0;
}
.cs-counter-box.cs-counter-box-borderNone {
    border: none;
}
/*----service page end----*/
/*----blog page start---*/
.cs_blog {
    display: inline-block;
    width: 100%;
}
.cs_blog ul{
    display: inline-block;
    width: 100%;
    padding: 0;
    margin: 0;
}
.cs_blog ul li{
    list-style: none;
    width: 100%;
    display: inline-block;
    margin-bottom: 40px;
}
.display_flex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs_blog ul li .cs_blog_div {
    margin: 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 15px;
}
i.fa.fa-search {
    color: #076ad8;
}
.cs_blog ul li .cs_blog_div .cs_blog_img{
    display: inline-block;
    width: 360px;
}
.cs_blog ul li .cs_blog_div .cs_blog_content{
    width: calc(100% - 360px);
    padding-left: 30px;
    padding-top: 0;
}
.cs_pagination {
    display: inline-block;
    width: 100%;
    text-align: center;
}
/* .cs_pagination ul.pagination{
	margin: 10px 0px 40px;
} */
.cs_pagination ul.pagination li a {
    margin: 0px 5px;
    text-decoration: none;
    padding: 15px 25px;
    background: #076ad8;
    color: #ffffff;
    text-transform: capitalize;
    border-radius: 5px;
}
.cs_pagination ul.pagination  li.active a {
    background: transparent;
    color: #000000;
    border: 2px solid #076ad8;
}
/*----blog page end---*/
/*----sidebar start-----*/
.searchbar form input {
    height: 50px;
    border: none;
}
.widget {
    display: inline-block;
    width: 100%;
    margin-bottom:20px;
    background-color: #ffffff;
    border-radius: 10px;
}
.widget h3.widget-title {
    margin: 0;
    padding: 20px 30px;
    font-size: 25px;
    text-transform: capitalize;
    color: #076ad8;
    border-bottom: 1px solid #076ad8;
    margin: 0 0 20px;
}
.widget_search {
    border-bottom: none;
}
.widget_search .form-group{
    float: left;
    width: 85%;
}
.cs_sidebar {
    background: #076ad8;
    padding: 20px 20px 0;
    border-radius: 10px;
}
.widget_search .form-control{
	width: 100%;
    height: 50px;
    border: 1px solid #076ad8;
    box-shadow: none;
    border-right: none;
}
.widget_search .cs_search_btn {
   
}
.widget_search .cs_search_btn:hover, .widget_search .cs_search_btn:focus {
	outline:none;
}
.widget_categories ul, .widget_recent_posts ul {
    margin: 0;
    padding: 0px 30px 10px;
}
.widget_categories ul li, .widget_recent_posts ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    padding-bottom: 15px;
}
.widget_categories ul li label {
    font-size: 14px;
    color: #777777;
    text-decoration: none;
    font-weight: 400;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.widget_categories ul li label:hover {
	color:#000000;
}	
.widget_recent_posts .cs_recent_post_img {
    float: left;
    width: 65px;
    height: 65px;
	position:relative;
}
.widget_recent_posts .cs_recent_post_img img {
    width: 65px;
    height: 65px;
    border-radius: 5px;
}
.widget_recent_posts .cs_recent_post_content {
    float: left;
    width: calc(100% - 65px);
    padding-left: 35px;
}
.widget_recent_posts .cs_recent_post_content h3{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 5px;
}
.widget_recent_posts .cs_recent_post_content h3 a {
    color: #000000;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-size: 18px;
    text-transform: capitalize;
}
.widget_recent_posts .cs_recent_post_content span{
	font-size: 16px;
    font-weight: 400;
    color: #076ad8;
}
.widget_recent_posts .cs_recent_post_content span i{
    margin-right: 5px;
}
.widget_recent_posts .cs_recent_post_content span i:before{
    font-size: 16px;
    margin: 0;
}
.widget_recent_posts .cs_recent_post_img .cs_blue_overlay, .widget_instagram_feed span a span.cs_blue_overlay{
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#076ad882;
    border-radius: 5px;
}
.widget_recent_posts .cs_recent_post_img:hover .cs_blue_overlay, .widget_instagram_feed span a:hover span.cs_blue_overlay{
    opacity: 1;
    -webkit-transform: scale(1) rotateZ(0deg);
    -moz-transform: scale(1) rotateZ(0deg);
    -ms-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
    transform: scale(1) rotateZ(0deg);
}
.widget_recent_posts .cs_recent_post_content h3 a:hover{
	color:#000000;
}
.widget_instagram_feed span {
    padding: 25px 30px 15px;
}
.widget_instagram_feed span a {
    height: 60px;
    margin-right: 10px;
    margin-bottom: 10px;
	position:relative;
}
.widget_instagram_feed span a:nth-child(3n) {
	margin-right:0px;
}
.blg-Wrapper {
    padding: 80px 0px;
}
.pagination {
    padding: 20px 0px 0px;
}
/*----sidebar end-----*/
/*----custom checkbox start----*/
.cs_customcheckbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	margin:0;
    font-weight: 400;
}
.cs_customcheckbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 3px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    
    border: 1px solid #076ad8;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.cs_customcheckbox input:checked ~ .checkmark:after {
    display: block;
}
.cs_customcheckbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #076ad8;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/*----custom checkbox end----*/
/*----blog single page start----*/
.cs_blog_single .cs_blog_content span{
	font-weight:400;
}
.cs_blog_content blockquote {
    background: #f6f4f5;
    border-left: 7px solid #076ad8;
    position: relative;
    padding: 25px 15px;
    font-size: 14px;
    font-style: italic;
    margin-top: 10px;
    z-index: 1;
}
.cs_blog_content blockquote:before {
    position: absolute;
    content: '';
    background-image: url(../images/quotes.png);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    z-index: -1;
    top: 15px;
}
.cs_commentdiv, .cs_comment_form_div{
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
}
.cs_commentdiv h3, .cs_comment_form_div h3{
    font-size: 30px;
    text-align: center;
    padding: 0px 0 10px;
    margin: 0px;
    text-transform: capitalize;
    color: rgb(7, 106, 216);
    border-bottom: 2px solid rgb(7, 106, 216);
    display: inline-block;
    border-bottom-style: double;
    border-width: medium;
    margin: 0 0 30px;
}
.cs_commentdiv ol.comment{
    margin: 0;
    padding: 0;
}
.contact_page{
    padding: 80px 0 60px;
    position: relative;
}
.cs_commentdiv ol.comment li.comment-list{
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    width: 100%;
    padding: 20px 20px;
    margin-bottom: 20px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data {
   
    display: flex;
   
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_author_img{
    width: 80px;
    height: 80px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_author_img img {
    border-radius: 5px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content {
    float: left;
    width: calc(100% - 80px);
    padding-left: 20px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content h4 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 5px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content h4 span {
    font-size: 18px;
    color: #076ad8;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content p {
    margin: 0;
    padding: 5px 0 0;
    line-height: 20px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content a.cs_reply {
    float: right;
    font-size: 18px;
    color: #076ad8;
    text-transform: capitalize;
	text-decoration:none;
    font-weight: 400;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content a.cs_reply i{
	margin-right:0px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content a.cs_reply i:before{
	margin:0;
	font-size:16px;
}
.cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content a.cs_reply:hover{
	color:#076ad8;
}
.cs_commentdiv ol.comment li.comment-list ul.children{
	margin:0;
    padding: 0;
}
.cs_commentdiv ol.comment li.comment-list ul.children li{
	display:inline-block;
	width:100%;
	list-style:none;
}
.cs_comment_form_div .cs_comment_form{
	display:inline-block;
	width:100%;
}
.cs_comment_form_div .cs_comment_form .form-group{
    margin-bottom: 20px;
}
.cs_comment_form_div .cs_comment_form .form-group .form-control {
	display: inline-block;
    width: 100%;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    height: 50px;
    color: #777777;
    font-weight: 400;
}
.cs_comment_form_div .cs_comment_form .form-group textarea.form-control {
	resize:none;
	height:auto;
}
form.cs_comment_form input::placeholder {
    color: #00000033 !important;
}
form.cs_comment_form textarea::placeholder{
    color: #00000033 !important;
}
blockquote.blogquote {
    padding: 65px 15px 25px;
}
/*----blog single page end----*/
/*---contact page start----*/
.cs_contact_detail {
    display: inline-block;
    width: 100%;
}
.cs_contact_detail h3 {
    margin: 0;
    font-size: 25px;
    color: #ffffff;
    margin-bottom: 20px;
    text-transform: capitalize;
}
.cs_contact_detail p {
    margin-bottom: 40px;
    color: #ffffff;
}
.cs_contact_detail ul{
    margin: 0;
    padding: 0;
}
.cs_contact_detail ul li {
    list-style: none;
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ffffff4f;
    margin: 0px 0px 26px;
    padding: 0px 0px 26px;
}
.cs_contact_detail ul li:last-child{
	margin-bottom:0px;
}
.cs_contact_detail ul li .cs_icon {
    float: left;
    border-radius: 5px;
    width: 55px;
    height: 55px;
    line-height: 45px;
    text-align: center;
    background: #ffffff;
    color: #076ad8;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs_contact_detail ul li .cs_icon i:before{
    margin: 0;
    font-size: 16px;
}
.cs_contact_detail ul li .cs_data{
    float: left;
    width: calc(100% - 55px);
    padding-left: 20px;
}
.cs_contact_detail ul li .cs_data p{
    margin: 0;
    color: #ffffff;
    line-height: 23px;
}
.cs_contact_detail ul li .cs_data p span{
    display: inline-block;
    width: 100%;
}
.cs_contact_detail ul li .cs_data p span a{
	color:inherit;
	text-decoration:none;
	-webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.search-icon svg {
    width: 20px;
    fill: #076ad8;
}
.cs_contact_detail ul li .cs_data p span a:hover{
	color:#076ad8;
}
.searchbar {
    position: relative;
    padding: 0 0 20px 0;
}
.search-icon {
    position: absolute;
    top: 10px;
    right: 20px;
}
.cs_contact_form {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 50px 40px;
    border-radius: 20px;
}
.cs_contact_form h3{
    font-size: 25px;
    margin: 0;
    padding-bottom: 30px;
text-transform: capitalize;
    color: #000000;
}
.cs_contact_form .form-group{
    margin-bottom: 20px;
}
.cs_contact_form .form-group .form-control{
	height: 50px;
    border: 1px solid #f0f0f0;
    box-shadow: none;
    color: #777;
    font-weight: 400;
}
.cs_contact_form .form-group textarea.form-control{
	height:auto;
	resize:none;
}
.cs_contact_form .cs_btn {
    padding: 8px 50px;
	margin-top:10px;
}
.cs_mapdiv {
    position: relative;
}
.cs_mapdiv .cs_wrapper_overlay{
    z-index: 1;
}
#real_map {
    display: block;
    width: 100%;
    height: 650px;
    margin: 0 auto;
}
.cs_white_wrapper.BlogWrapper {
    padding: 80px 0px 70px;
}
/*---contact page end----*/
/* services css start */
a.cs-allBtn-blog {
    font-size: 18px;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.5s;
}
a.cs-allBtn-blog:hover{
    transform: translateY(-5px);
}
.cs-counter-img img {
    width: 50px;
    height: 50px;
}
.cs-serviceswrapper {
    padding: 210px 0px 60px;
}
.cs_work_sec.cs_work_sec1 {
    padding: 210px 0px 70px;
}
.cs-serviceswrapper.cs-single-service-page {
    padding: 80px 0px;
}
.cs-all-heading {
    text-align: center;
    padding: 0 0 60px 0;
}
.cs-all-heading h2 {
    font-size: 30px;
    text-align: center;
    padding: 0px 0 10px;
    margin: 0px;
    text-transform: capitalize;
    color: rgb(7, 106, 216);
    border-bottom: 2px solid rgb(7, 106, 216);
    display: inline-block;
    border-bottom-style: double;
    border-width: medium;
}
.cs-all-heading svg {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    fill: #076ad8;
}
.cs-all-heading p {
    font-size: 18px;
    text-align: center;
    padding: 0;
    width: 100%;
    max-width: 560px;
    margin: 10px auto 0;
    font-weight: 400;
}
.cs-inner-service-box {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    padding: 40px 40px;
    border-radius: 20px;
    margin-bottom: 25px;
    text-align: center;
    transition: all 0.5s;
}
.cs-inner-service-box:hover{
    transform: translateY(-5px);
}
.cs-inner-service-box:hover h1 a{
    color: #076ad8;
}
.cs-inner-service-box img {
    width: 80px;
    height: 80px;
}
.cs-inner-service-box h1 {
    font-size: 20px;
    padding: 20px 0 15px;
    margin: 0;
    font-weight: 600;
}
.cs-inner-service-box h1 a{
    color:#000000;
    text-decoration: none;
    transition: all 0.3s;
}
/* counter css */
.cs-counter-inner {
    filter: drop-shadow(1.075px 2.801px 15px rgba(68, 103, 138, 0.1));
    background-color: #ffffff;
    margin: -120px 0px 0px;
    z-index: 99;
    position: relative;
    border-radius: 20px;
    padding: 50px 0;
}
.cs-counter-box {
    text-align: center;
    border-right: 1px solid #076ad824;
}
.cs-counter-img svg {
    width: 50px;
    height: 50px;
}
.item.counterItem h5 {
    font-size: 30px;
    margin: 0;
    padding: 10px 0px 10px;
}
.item.counterItem p {
    font-size: 18px;
    font-weight: 500;
}
/*----responsive css start----*/

.icon a{
    color: #fff;
}
.cs_newslatter_form .cs_btn{
    padding: 12px 15px;
}
.cs_process_div .cs_process_div_inner{
    padding: 20px;
}
.cs_pricing_div .cs_pricing_content{
    padding: 0px 20px 20px;
}

.cs_pricing_div .cs_pricing_content ul li i{
    margin-right: 5px;
}
.cs_pricing_div .cs_pricing_header h1 {
    font-size: 30px;
    width: 100px;
    height: 100px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #076ad8;
    border-radius: 100px;
    color: #ffffff;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
}
.cs_pricing_div .cs_pricing_content .cs_btn{
    padding: 8px 15px;
    font-size: 13px;
}
.cs_pagebanner_wrapper{
    padding: 80px 0;
	background-position: 70% 80%;
}
.cs_blog ul li .cs_blog_div .cs_blog_content{
    text-align: left;
}
.cs_blog_div.cs_blog_single .cs_blog_content{
    text-align: left;
}
.widget_instagram_feed span a:nth-child(3n) {
    margin-right: 10px;
}
.cs_contact_detail {
    margin-bottom: 40px;
    background-color: #076ad8;
    border-radius: 20px;
    padding: 50px 40px;
    margin-bottom: 40px;
}
.cs_contact_form{
    width: 100%;
}
/* toggle css */
.cs-resToggle{
    display: none;
}
.cs-resToggle span {
    display: block;
    width: 28px;
    height: 2px;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    background-color: #076ad8;
}
.cs-resToggle span:nth-child(2) {
    width: 17px;
}
.swiper-button-next.swiper-button-next-banner {
    width: 50px;
    height: 50px;
    background: #076ad8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.swiper-button-next.swiper-button-next-banner:after{
    display: none;
}
.swiper-button-next.swiper-button-next-banner svg{
    width:15px;
    height: 15px;
    fill: #ffffff;
}
.swiper-button-prev.swiper-button-prev-banner{
    width: 50px;
    height: 50px;
    background: #076ad8;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
}
.swiper-button-prev.swiper-button-prev-banner:after {
    display: none;
}
.swiper-button-prev.swiper-button-prev-banner svg {
    width: 15px;
    height: 15px;
    fill: #ffffff;
    transform: rotate(180deg);
}.swiper-button-prev.swiper-button-prev-banner.swiper-button-disabled {
    opacity: 1;
}
.csheading-right {
    padding: 0 0 30px 70px;
}
.csheading-right h2 {
    font-size: 30px;
    margin: 0;
    text-transform: capitalize;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    border-bottom-style: double;
    border-width: medium;
    padding: 0px 0 10px;
}
.cs-choose-box {
    background: #076ad8;
    padding: 50px 60px 20px  0px;
}
.csheading-right svg{
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    fill: #076ad8;
}
.csheading-right p {
    font-size: 18px;
    padding: 0;
    width: 100%;
    color: #ffffff;
    padding: 10px 0 0;
}
.cs-partners-wrapper {
    padding: 80px 0px;
    background: #fbfbfb;
}



@media (max-width: 1600px) {
    .cs_service_section_img{
        width:55%;
        bottom:0;
    }
    }
    @media(max-width:1400px){
        .cs_booking_form_div {
            position: relative;
        }
        .cs-choose-icon {
            padding: 15px 15px;
        }
    }
    @media(max-width:1200px) {
        .image-2 {
            margin-left: 0px;
            padding-top: 4px;
        }
        .blog-date {
            bottom: -20px;
        }
    }
    @media(max-width:991px){
        .cs-top-bar-headign {
            text-align: center;
        }
        .cs-top-bar-section ul {
            justify-content: center;
        }
        .cs-header-wrapper.cs-header-wrapper-second .container {
            max-width: 100%;
        }
        .cs-header-wrapper.cs-header-wrapper-second {
            padding: 0;
            margin: 0;
        }
        .cs-header-wrapper {
            border-radius: 0;
        }
        .cs_pagination ul.pagination li a {
            padding: 5px 20px;
        }
        .pagination {
            padding: 50px 0px 0px;
        }
        .cs_blog_single.cs_blog_single1 .cs_blog_content {
            padding:10px 20px 10px;
        }
        .cs_blog_single.cs_blog_single1 .cs_blog_div {
            text-align: left;
        }
        .cs_blog_div .cs_blog_img img {
            border-radius: 10px 10px 0px 0px;
        }
        .cs_blog ul li .cs_blog_div{
            display: block;
        }
        .cs_blog ul li .cs_blog_div .cs_blog_img {
            width: 100%;
            padding: 0;
        }
        .cs_blog_div .cs_blog_content {
            padding: 0;
        }
        .cs_blog ul li .cs_blog_div .cs_blog_content {
            width: 100%;
            padding: 0;
        }
        .we-provide-single {
            padding: 70px 0px 0px;
        }
        .cs_app_btn a {
            margin-left: 0;
        }
        .cs-choose-box {
            border-radius: 20px;
        }
        .cs-choose-us-wrapper {
            padding: 80px 0px;
        }
        .cs-serviceswrapper {
            padding: 70px 0px 60px;
        }
        .provideWrapper {
            padding: 70px 0px 0;
        }
        .cs_service_div {
            margin-bottom: 90px;
        }
        .cs_booking_wrapper {
            height: auto;
            top: 0;
            padding: 80px 80px;
        }
        .cs_booking_form_div {
            max-width: 100%;
            top: 0;
        }
        .item.counterItem p {
            font-size: 16px;
        }
        ul.cs-menu-ul > li{
            display: block;
        }
        ul.cs-menu-ul {
            position: fixed;
            left: -300px;
            top: 0;
            width: 300px;
            background: #076ad8;
            height: 100vh;
            z-index: 9999;
            transition: all 0.5s;
        }
        ul.cs-menu-ul > li > a {
            display: block;
        }
        .cs-resToggle {
            display: block;
            position: absolute;
            top: 25px;
            right: 20px;
            z-index: 2;
        }
        body.responsive-menu-open ul.cs-menu-ul {
            left: 0;
        }
        body.responsive-menu-open .cs-resToggle span:nth-child(1) {
            transform: translate(1px, 6px) rotate(-48deg);
        }
        body.responsive-menu-open .cs-resToggle span:nth-child(2) {
            opacity: 0;
            visibility: hidden;
        }
        body.responsive-menu-open .cs-resToggle span:nth-child(3) {
            transform: translate(1px, -6px) rotate(48deg);
        }
        ul.cs-menu-ul > li > ul.sub-menu.openSub_menu {
            display: block;
            bottom: -80px;
            position: relative;
            bottom: 0;
            width: 100%;
            border-radius: 0px;
        }
    }
    @media (min-width: 992px) and (max-width: 1199px) {
    .cs_logodiv{
        width: 170px;
        left: 47%;
    }
    .cs_banner_content h1 {
        font-size: 30px;
        line-height: 45px;
    }	
    .cs_banner_img{
        width: 65%;
        margin-left: -100px;
    }
    .cs_service_section_img {
        width: 89%;
        opacity: 0.3;
        z-index: -1;
    }
    .cs_mini_blog ul li .cs_blog_div .cs_blog_img{
        width: 240px;
    }
    .cs_mini_blog ul li .cs_blog_div .cs_blog_content{
        width: calc(100% - 240px);
        padding-left: 20px;
    }
    .cs_mini_blog ul li .cs_blog_div .cs_blog_content h3 {
        line-height: 19px;
        font-size: 15px;
    }
    .cs_app_data h6{
        font-size: 15px;
    }
    .cs_app_btn a{
        width: 45%;
    }
    .cs_footer_contact ul li .cs_data p{
        font-size: 12px;
    }
    .cs_counter_div ul li:before{
        left: 50px;
    }
    .cs_pricing_div .cs_pricing_content{
        padding: 0px 40px 20px;
    }
    .widget_categories ul, .widget_recent_posts ul{
        padding: 25px 15px 10px;
    }
    .widget_instagram_feed span{
        padding: 25px 15px 15px;
    }
    .widget_instagram_feed span a{
        width: 54px;
        height: 54px;
    }
    .cs_mainslider_wrapper .owl-controls{
        top: auto;
        bottom: 0px;
        left: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -moz-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        -o-transform: translate(0, -50%);
    }
    .cs_mainslider_wrapper .owl-controls .owl-dots{
        width: auto;
    }
    .cs_mainslider_wrapper .owl-controls .owl-dots .owl-dot{
        display: inline-block;
        margin: 5px 2px;
    }
    }
 
    @media (min-width: 768px) and (max-width: 991px) {
    .cs_topheader_wrapper{
        display: none;
    }
    .cs_mainheader_wrapper{
        padding: 30px 0;
    }
    .cs_logodiv{
        left: 15px;
        top: 17px;
        transform: none;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        padding: 5px 0px;
        width: 170px;
    }
    .cs_banner{
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        text-align: center;
    }
    .cs_banner_content {
        float: none;
        width: 82%;
        text-align: center;
        margin-top: 20px;
        display: inline-block;
    }
    .cs_banner_img {
        width: 100%;
        margin-left: 0;
    }
    .cs_service_section_img {
        width: 100%;
        opacity: 0.2;
        z-index: -1;
    }
    .cs_blog_div{
        text-align: center;	
    }
    .cs_blog_div .cs_blog_img img{
        display: inline-block;
    }
    .cs_mini_blog ul li .cs_blog_div .cs_blog_content{
        text-align: left;
    }
    .cs_chooseus ul.nav-tabs{
        margin-bottom: 30px;
    }
    .cs_tab_img img{
        width:100%;
        margin-bottom: 20px;
    }
    .cs_tab_content{
        padding: 0;
    }
    .cs_tab_content h3, .cs_tab_content p{
        margin-bottom: 10px;
    }
    .cs_tab_content ul li{
        font-size: 13px;
    }
    .cs_tab_content ul li span{
        margin-right: 5px;
    }
    
    .cs_app_btn{
        width: 100%;
        text-align: center;
    }
    .cs_about_img{
        width: auto;
    }
    .cs_detaildiv{
        margin-bottom: 0;
        text-align: center;
    }
    .cs_detaildiv.cs_aboutpage_detaildiv{
        text-align: center;
    }
    .cs_teamdiv img{
        display: inline-block;
    }
    .cs-counter-box {
        padding: 0 0 50px;
    }
    .cs-counter-inner {
        padding: 50px 0 30px;
    }
    } 
@media (max-width: 767px) {
    .cs-serviceswrapper.cs-single-service-page {
        padding: 60px 0px 50px;
    }
    .cs_app_data {
        padding: 0 0 20px;
    }
    .cs-top-bar-headign p {
        padding: 0 0 10px;
    }
    .cs-top-bar {
        text-align: center;
    }
    .cs-counter-box {
        border-right: none;
    }
    .cs-bannerContent h2 {
        font-size: 60px;
    }
    .cs-counter-box {
        padding: 0 0 50px;
    }
    .cs-counter-inner {
        padding: 50px 0 10px;
    }
    .cs_booking_wrapper {
        padding: 80px 20px;
    }
.cs_topheader_wrapper{
    display: none;
}
.cs_mainheader_wrapper{
    padding: 30px 0 20px
}
.cs_responsive_menu_toggle_btn{
    float: right;
    margin-top: -10px;
}
.cs_responsive_menu_toggle_btn .navbar-toggle{
	margin-top: 0;
    margin-bottom: 0;
    background-color: #076ad8;
}
.cs_responsive_menu_toggle_btn .navbar-toggle .icon-bar{
    background: #fff;
}
.cs_logodiv{
    left: 15px;
    top: 10px;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    padding: 10px 0px;
    width: 170px;
}
.cs_pagebanner_wrapper{
    padding: 40px 0;
    background-position: 60% 80%;
    text-align: center;
}
.cs_breadcrumb ol.breadcrumb{
    width: 100%;
}
.cs_contact_detail{
	margin-bottom:40px;
}
.cs_contact_form{
	padding: 40px; 
    margin-bottom: 40px;
	width:100%
}
.cs_mapdiv{
    margin-top: 0;
}
.cs_menudiv ul.navbar-nav{
    width: 100%;
    margin: 0;
    padding: 0;
    margin-top: 30px;
}
.navbar-collapse.in {
    overflow-y: visible;
}
.cs_menudiv ul.navbar-nav li a {
    padding: 5px 10px;
}
.cs_banner_img{
    display: none;
}
.cs_banner_content{
    width: 100%;
	margin:0px;
}
.cs_mainslider_wrapper .owl-controls{
    top: 90%;
    left: 0;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    width: 100%;
}
.cs_mainslider_wrapper .owl-controls .owl-dots {
    width: 100%;
    text-align: center;
}
.cs_mainslider_wrapper .owl-controls .owl-dots .owl-dot{
    display: inline-block;
}
.cs_service_section_img {
    width: 100%;
    opacity: 0.3;
    z-index: -1;
}
.cs_booking_form_div{
    margin: 20px 0 20px;
}
.cs_blog_div{
    text-align: center;
}
.cs_blog_div .cs_blog_img img{
	display:inline-block;
}
.cs_mini_blog{
    margin-bottom: 20px;
}
.cs_mini_blog ul li .cs_blog_div{
    text-align: left;
}
a.cs_btn.cs_seemore_btn{
	margin-bottom: 20px;
}
.cs_black_overlay{
    width: 100%;
    height: 50%;
}
.cs_detaildiv{
    margin-bottom: 15px;
    padding: 10px 0;
}
.cs_app_btn{
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}
.cs_app_data{
    text-align: center;
}
.cs_testimonial_slider .owl-controls{
    bottom: 0;
}
.cs_about_img{
    width: auto;
}
.cs_about_data{
    margin-bottom: 20px;
}
.cs_about_data ul li span{
    margin-right: 4px;
}
.cs_about_data ul li{
    font-size: 13px;
}
.cs_detaildiv.cs_aboutpage_detaildiv{
    margin: 0 0 40px;
    text-align: center;
}
.cs_teamdiv img{
    display: inline-block;
}
.cs_testimonial_data .cs_client_img{
    top: -15%;
    width: 80px;
    height: 80px;
}
.cs_heading h1{
	word-break: break-all;
}
.cs_btn:after{
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.cs_counter_div ul li{
    width: 49%;
}
.cs_counter_div ul li:nth-child(even){
	border-right: none;
}
.cs_counter_div ul li:before{
	left: 50px;
}
.cs_blog ul li{
    margin-bottom: 20px;
}
.cs_blog ul li .cs_blog_div .cs_blog_img{
    width: 100%;
    text-align: left;
}
.cs_blog ul li .cs_blog_div .cs_blog_content{
	width: 100%;
    padding: 0px 0 20px;
    margin-top: 20px;
    text-align: left;
}
.widget_instagram_feed span a:nth-child(3n) {
    margin-right: 10px;
}
.cs_blog_div.cs_blog_single .cs_blog_content{
	text-align:left;
}
.cs_commentdiv ol.comment li.comment-list ul.children{
    padding: 0;
}
.cs_commentdiv ol.comment li.comment-list ul.children li:last-child .cs_comment_data{
	margin-bottom:0px;
}
.widget_search .form-group{
    margin: 0;
}
.cs_process_div span{
    top: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
}
.cs_process_div .cs_process_div_inner{
    width: 95%;
}
.cs_process_div{
    margin-bottom: 20px;
    width: 100%;
}
.cs_mini_blog ul li .cs_blog_div .cs_blog_img{
    width: 100%;
    text-align: center;
}
.cs_mini_blog ul li .cs_blog_div .cs_blog_content{
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
}
.cs_pagination ul.pagination li a {
    margin: 0px 5px 5px;
    display: block;
    border: 2px solid #076ad8;
}
.cs_chooseus {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.cs_tab_data {
    padding-top: 20px;
}
.cs_pricing_div .cs_pricing_content {
    padding: 0px 30px 20px;
}
.pagination {
    flex-wrap: wrap;
}
.cs_blog_div .cs_blog_img {
    padding: 0;
}
}
@media(max-width:580px){
    .cs-banner-slider {
        height: 650px;
    }
    .cs-counter-inner {
        margin: 0;
    }
    .cs-bannerContent h2 {
        font-size: 40px;
    }
    .cs-bannerContent {
        padding: 0px 60px;
    }
    .cs-bannerContent {
        top: 140px;
    }
}
@media(max-width:480px){
    .cs_commentdiv h3, .cs_comment_form_div h3 {
        font-size: 20px;
    }
    .widget h3.widget-title {
        font-size: 20px;
    }
    .cs_blog_single.cs_blog_single1 {
        padding: 40px 0px 40px;
    }
    .cs_blog_div .cs_blog_content h3 {
        font-size: 20px;
    }
    .cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content a.cs_reply {
        float: none;
        font-size: 18px;
        padding: 10px 0 0;
        display: block;
    }
    .cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_comment_content {
        width: 100%;
        padding-left: 0;
    }
    .cs_commentdiv ol.comment li.comment-list .cs_comment_data {
        display: block;
        text-align: center;
    }
    .cs_commentdiv ol.comment li.comment-list .cs_comment_data .cs_author_img {
        margin: 0 auto 20px;
    }
    .cs_contact_form {
        padding: 20px 20px;
    }
    .cs_contact_detail {
        padding: 20px 20px;
    }
    .cs_pageheading h3 {
        font-size: 22px;
        font-weight: 400;
    }
    ul.cs-section-breadcrumb li {
        font-size: 16px;
    }
    .contact_page {
        padding: 40px 0 10px;
        position: relative;
    }
    .blg-Wrapper {
        padding: 40px 0px 30px;
    }
    .we-provide-single {
        padding: 40px 0px 0px;
    }
    .cs_blue_wrapper.newsletterWraper {
        padding: 40px 0;
    }
    .cs-bannerContent h3 {
        padding: 10px 30px;
        font-size: 20px;
    }
    .swiper-button-next.swiper-button-next-banner {
        display: none;
    }
    .swiper-button-prev.swiper-button-prev-banner{
        display: none;
    }
    .cs-bannerContent {
        padding: 0px 30px;
    }
    .cs-banner-slider {
        height: 590px;
    }
    .cs-partners-wrapper {
        padding: 40px 0px;
    }
    .cs_white_wrapper.BlogWrapper {
        padding: 40px 0px 30px;
    }
    .csheading-right {
        padding: 0 0 30px 0px;
    }
    .cs-choos-flex {
        padding: 0 0 40px 0px;
    }
    .cs-choose-box {
        padding: 30px 40px 0;
        width: 100%;
        max-width: 340px;
        margin: 0 auto;
    }
    .cs-choose-us-wrapper {
        padding: 50px 0px;
    }
    .cs-serviceswrapper {
        padding: 40px 0px 30px;
    }
    .cs_booking_wrapper {
        padding: 20px 0px;
    }
    .cs_service_div.quality-check {
        margin-bottom: 50px;
    }
    .provideWrapper {
        padding: 50px 0px 0;
    }
    .cs-bannerContent h2 {
        font-size: 30px;
    }
    .cs-all-heading p {
        font-size: 16px;
        padding: 0 20px;
    }
    p {
        font-size: 16px;
    }
    .cs_booking_form_div {
        padding: 20px 20px;
    }
    .cs_booking_form_div h3 {
        font-size: 25px;
    }
    .cs_booking_form_div p {
        font-size: 16px;
        padding: 10px 0 30px 0;
    }
    .cs-all-heading h2 {
        font-size: 25px;
    }
    .cs-all-heading {
        padding: 0 0 35px 0;
    }
    .cs-inner-service-box {
        padding: 25px 25px;
    }
    .cs-inner-service-box img {
        width: 60px;
        height: 60px;
    }
    .cs-inner-service-box h1 {
        padding: 10px 0 15px;
    }
    .cs-choos-flex {
        display: block;
    }
    .cs-choose-icon {
        margin: 0 auto;
    }
    .cs-choose-content {
        padding: 20px 0 0;
        text-align: center;
    }
    .csheading-right {
        text-align: center;
    }
    .csheading-right h2 {
        font-size: 25px;
    }
    .csheading-right p {
        font-size: 16px;
    }
    .cs-choose-box {
        padding: 30px 10px 0;
        max-width: 300px;
    }
    .cs-top-bar-section ul{
        display: block;
    }
    .cs-top-bar-section ul li {
        font-size: 16px;
        padding: 0 10px 10px 10px;
        border-right: none;
    }
    .cs-counter-inner {
        padding: 30px 0 0px;
    }
    .cs_white_wrapper.provideWrapper .cs-all-heading {
        padding: 0 0 75px 0;
    }
    .AboutWrapper {
        padding: 40px 0px;
    }
    .meet-our-team-wrapper {
        padding: 40px 0px 10px;
    }
    .cs_about_data h3{
        font-size: 25px;
    }
    .cs-serviceswrapper.cs-single-service-page {
        padding: 30px 0px;
    }
}
@media(max-width:380px){
    .cs-bannerContent h3 {
        padding: 15px 30px;
        font-size: 18px;
    }
    .cs-bannerContent h2 {
        font-size: 25px;
    }
    .cs_app_btn a {
        margin: 0 0 10px;
    }
    .cs_blue_wrapper.newsletterWraper {
        padding: 40px 0 30px;
    }
}