
body {
    overflow-x: hidden;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 16px;
	line-height:1.78;
	color: #707070;
	-webkit-font-smoothing: antialiased;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
span.fa.fa-angle-double-up {
    background: #ff5a60;
    padding: 15px 18px;
    border-radius: 50px;
    font-size: 18px;
    color: #fff;
    transition: all 0.3s;
}
span.fa.fa-angle-double-up:hover {
    color: #fff;
}

*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{
	color: #707070;
    font-size: 16px;
    font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{
	font-family: 'Poppins', sans-serif;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;
	text-transform:capitalize;
}
img {
	max-width: 60%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  font-weight:400;
 font-size: 16px;
}
.container {
    max-width: 1200px;
}
/* button css */
.cs_btn, .cs_btn:focus {
    width: 165px;
	height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border-radius: 50px;
    color: #ffffff;
    background-color: #0acffe;
    text-align: center;
    cursor: pointer;
	display: inline-block;
	border: solid 1px #0acffe;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cs_btn:hover {
    color: #0acffe;
    background-color: #ffffff;
    border: solid 1px #0acffe;
}
/* button css */

.cs_main_btn a {
    background-color: #ff5a60;
    color: #fff;
    border: solid 2px #ff5a60;
    padding: 10px 40px;
    height: 50px;
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    display: inline-block;
}
.cs_main_btn a:hover {
    background-color: #fff;
    color: #ff5a60;
    border: solid 2px #ff5a60;
}
::placeholder{
color: #898d94;
}
.subbt{
    background-color: #ff5a60;
    color: #fff;
    border: solid 2px #ff5a60;
    padding: 10px 40px;
    height: 50px;
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    display: inline-block;
    width: 80% !important;
}
.subbt:hover{
    background-color: #fff !important;
    color: #ff5a60 !important;
    border: solid 2px #ff5a60;
}

/********************************************************
    3. Preloader CSS
*******************************************************/
.preloader_active .preloader_holder {
    background-color: var(--main-bg-color);
}
.preloader_active .preloader_holder .preloader span {
    box-shadow: 0px 0px 0px 0px var(--main-color);
}
@-webkit-keyframes loadingCircles{
    0%{-webkit-transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px #ff5a60;}
    100%{-webkit-transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px #ff5a60;}
}
@-moz-keyframes loadingCircles{
    0%{-moz-transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px #ff5a60;}
    100%{-moz-transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px #ff5a60;}
}
@keyframes loadingCircles{
    0%{transform: scale(0); opacity: 1; box-shadow: 0px 0px 0px 10px #ff5a60;}
    100%{transform: scale(1); opacity: 0; box-shadow: 0px 0px 0px 2px #ff5a60;}
}
.preloader_open:before, .preloader_open:after {
    background-color: var(--main-bg-color);
}
/*=========================Top Header Style=======================*/
.cs_top_header_wrapper {
    background-color: #1c1f3a;
    padding: 11px 0 11px;
}
.cs_top_header_wrapper img {
    padding-right: 5px;
}
.cs_top_header_info p {
    color: #bcbed4;
    transition: all 0.3s;
    font-weight: 500;
}
.cs_top_header_info_btn a {
    color: #bcbed4;
    transition: all 0.3s;
    font-weight: 500;
}
.cs_top_header_info_btn a:hover {
    color: #ff5a60;
}
.cs_top_header_info_call p:hover span {
    color: #ff5a60;
}
.cs_top_header_info_mail p:hover span{
    color: #ff5a60;
}
.cs_top_header_info {
    display: flex;
    justify-content: left;
}
.cs_top_header_info_btn {
    text-align: right;
}
.cs_top_header_info_mail {
    padding-left: 50px;
}
/*=========================Main Header Style=======================*/
header {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.06);
    position: unset;
    display: inline-block;
    width: 100%;
    z-index: 9;
    background: var(--main-bg-color);
}
.cs_header_top {
    background: var(--main-bg-color);
    border-bottom: 1px solid var(--main-gray-version4);
    color: var(--main-gray-version5);
}
.cs_header_info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cs_header_info ul {
    display: flex;
    flex-wrap: wrap;
}
.cs_header_info ul li {
    margin-left: 20px;
    padding: 6px 0;
}
.cs_header_top .cs_btn {
    min-width: 190px;
    border-radius: 0;
}
.cs_header_icon svg {
    height: 18px;
    fill: var(--main-royal-red);
}
.cs_header_info ul li:first-child {
    margin-left: 0;
}
.cs_header_info ul li a {
    color: var(--main-gray-version5);
    display: inline-block;
}
.cs_header_icon {
    margin-right: 3px;
}
.cs_header_wrapper {
    padding: 25px 0 25px;
}
.cs_header_info ul li a > span {
    margin-right: 4px;
    font-weight: 700;
}
.searchBtn, .searchBtn:focus, .searchBtn:hover {
    color: var(--main-royal-blue);
    padding-left: 10px;
}
.cs_header_wrapper .cs_btn {
    min-width: 200px;
    margin: 0 0 0 30px;
    padding: 0 15px 0;
    letter-spacing: 0;
}
.cs_search_wrap .display_flex {
    align-items: center;
}
.cs_search_wrap .display_flex li {
    display: flex;
}

.main_menu_wrapper ul > li > a {
    padding: 4px 20px;
    display: inline-block;
    font-weight: 500;
    color: #534462;
    transition: all 0.3s;
}
.main_menu_wrapper ul > li > a:hover {
    color: #ff5a60;
}
.cs_search_wrap {
    margin-left: 25px;
}
.fixed_header.fixed {
    background-color: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 20px 0px;
    box-shadow: 0 14px 28px rgb(0 0 0 / 12%), 0 10px 10px rgb(0 0 0 / 2%);
    margin-top: 0;
    position: fixed;
    top: 0;
}
.fixed_header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background-color: white;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*=================Banner Style==================*/
.cs_header_banner {
    background-image: url(../images/slider1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 280px;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
}
@media (max-width:768px){
    .cs_header_banner{
        height: auto;
    }
}
.cs_header_banner2 {
    background-image: url(../images/index/banner_bg2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0 280px;
    position: relative;
    z-index: 1;
    width: 100%
}
.cs_header_banner h5, p, h1, a {
    color: #fff;
}
.cs_banner_text h5 {
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 35px;
}
.cs_header_banner span {
    color: #ff5a60;
}
.cs_header_banner h1 {
    font-size: 62px;
    font-weight: bold;
}
.cs_banner_read_button.cs_main_btn a:hover {
    background-color: #5f5963;
    color: #fff;
    border: solid 2px #5e5863;
}
.cs_banner_text_button {
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.cs_banner_tracking_button {
    margin-left: 30px;
}
.cs_banner_tracking_button a {
    background-color: #6b6269;
    color: #fff;
    border: solid 2px #6b6269;
    padding: 10px 25px;
    transition: all 0.5s;
    font-weight: 500;
    opacity: 0.7;
    height: 50px;
    display:inline-block;
    width:auto;
}
div#Request_Quote {
    display: block;
}
.cs_banner_tracking_button a:hover {
    background-color: #ff5a60;
    color: #fff;
    border: solid 2px #ff5a60;
    padding: 10px 25px;
    opacity: 1;
}

/*=================Banner Tab Style==================*/
.cs_header_form a.active.show {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    background: #ff5a60;
    padding: 18px 30px;
    margin: 0;
}
.cs_header_form a.cs_banner_tab {
    background: #665d63;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 18px 30px;
    margin: 0;
}
.cs_header_form .who_we_tab li a.active:before {
   display: none;
}
.cs_header_form .who_we_tab .nav:after {
   display: none;
}
 .who_we_tab li a:after {
  display: none;
}
div#header_tab h3 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
div#header_tab p {
    color: #898d94;
    font-size: 16px;
}
div#header_tab input[type="text"] {
    padding: 10px 25px;
    width: 80%;
    background: #f3f5f6;
    border: none;
    margin-top: 20px;
}
div#header_tab1 h3 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
div#header_tab1 p {
    color: #898d94;
    font-size: 16px;
}
div#header_tab1 input[type="text"] {
    padding: 10px 25px;
    width: 80%;
    background: #f3f5f6;
    border: none;
    margin-top: 20px;
}
.cs_header_form a.cs_banner_tab.active {
    background: #ff5a60;
}
div#header_tab textarea {
    padding: 10px 25px;
    width: 80%;
    background: #f3f5f6;
    border: none;
    margin-top: 20px;
    height: 100px;
}
div#header_tab a {
    padding: 10px 132px;
}
div#header_tab1 textarea {
    padding: 10px 25px;
    width: 80%;
    background: #f3f5f6;
    border: none;
    margin-top: 20px;
    height: 100px;
}
div#header_tab1 a {
    padding: 10px 132px;
}
div#pills-tabContent {
    padding: 17px 0px;
    border-top: none;
    background: #fff;
    text-align: center;
}
div#pills-tabContent1 {
    padding: 30px 0px;
    border-top: none;
    background: #fff;
    text-align: center;
}
.cs_tab_form_btn {
    margin-top: 20px;
}
.cs_header_form .who_we_tab .nav {
    position: relative;
    margin: 16px 0 15px;
}
/*=================Banner Tab Style==================*/
.cs_banner_slider_wrapper .swiper-button-prev {
    left: auto;
    right: 120px;
    opacity: 1;
    background: #595967;
    transition: all 0.3s;
}
.cs_banner_slider_wrapper .swiper-button-prev:hover{
	background: #ff5a60;
}
.cs_banner_slider_wrapper .swiper-button-next {
    right: 0px;
    left: auto;
    background:#595967;
    transition: all 0.3s;
}
.cs_banner_slider_wrapper .swiper-button-next:hover {
    background:#ff5a60;
}
.cs_banner_slider_wrapper .swiper-button-next img{
	padding-right: 8px;
}
.cs_banner_slider_wrapper .swiper-button-prev img{
	padding-right: 8px;
}
.cs_banner_slider_wrapper .swiper-button-next, .cs_banner_slider_wrapper .swiper-button-prev {
    position: absolute;
    bottom: 20px;
    top: auto;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content:  center;
    color: #fff;
    width: 120px;
    height: 60px;
}
.cs_banner_slider_wrapper{
    position: relative;
    /*top: 95px;*/
}
.cs_banner_text {
    width: 600px;
}
.cs_header_form {
    position: absolute;
    top: 85px;
    right: 18%;
    width: 450px;
    height: 100%;
    z-index: 1;
}
img.next-prev {
    padding-left: 10px;
}
/*=================Services Style==================*/
/* .cs_top_services_wrapper {
    background: #f8f8f8;
    padding: 60px 0px;
    margin-top: 80px;
} */
.cs_top_services_icon p {
    color: #66728d;
    transition: all 0.5s;
    font-weight: 500;
}
.cs_top_services_box {
    text-align: center;
    background: #fff;
    padding: 25px 10px;
    border-radius: 20px;
    box-shadow: 0 1px 23px rgb(255 255 255 / 12%), 0 1px 19px rgb(255 255 255 / 24%);
    transition: all 0.5s;
}
.cs_top_services_box:hover {
    text-align: center;
    background: #ff5a60;
    padding: 25px 10px;
    border-radius: 20px;
    box-shadow: 0px 29px 60px 0px rgba(255, 90, 96, 0.4);
}
.cs_top_services_icon svg {
    fill: #66728d;
    margin-bottom: 10px;
    transition: all 0.5s;
}
.cs_top_services_box:hover .cs_top_services_icon svg {
    fill: #fff;
}
.cs_top_services_box:hover .cs_top_services_icon p {
    color: #fff;
}
/*=================About Us Style==================*/
.cs_about_content h5 {
    color: #ff5a60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
}
.cs_about_content h1 {
    color: #2c3e4a;
    font-size: 43px;
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    padding-bottom: 10px;
    text-align:left;
}
/* .cs_about_content h1:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 80px;
    height: 3px;
	background:#ff5a60;
} */
.cs_about_content p {
    color: #000000;
    padding-top: 20px;
    text-align:left;
}
.cs_people_choose_content {
    width: 100%;
}
.cs_about_icon_text h3 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: bold;
}
.cs_about_icon_text p {
    padding: 0;
}
.cs_about_icon_text {
    margin-left: 35px;
}
.cs_about_icon_box {
    display: flex;
    align-items: center;
    margin-top: 40px;
}
.cs_about_wrapper {
    padding: 80px 0 0;
}
/* @media(max-width:768px){
    .cs_about_wrapper{
        margin-top: -650px;
    }
} */
/* .cs_about_img {
    padding-left: 120px;
} */
@media (max-width:768px){
    .cs_about_wrapper {
        padding: 0px 0 0;
    }
}


.cs_people_choose_wrapper .who_we_tab li a {
    color: #2c3e4a;
    font-size: 18px;
    font-weight: 500;
    margin: 0 35px;
    position: relative;
    text-transform: uppercase;
}
.cs_people_choose_wrapper .who_we_tab .nav {
    position: relative;
    margin: 16px 0 0px;
    border-bottom: 1px solid rgb(214 212 213);
    padding-bottom: 20px;
}
.cs_people_choose_wrapper .who_we_tab li a {
    color: #2c3e4a;
    font-size: 18px;
    font-weight: 500;
    margin: 0 35px;
    position: relative;
    text-transform: uppercase;
    padding-bottom: 25px;
}
.cs_people_choose_wrapper .who_we_tab li a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 1px;
    height: 11px;
    background: rgb(236, 240, 255);
}
.cs_people_choose_wrapper .who_we_tab li a.active:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    background: #ff5a60;
    bottom: 0;
    z-index: 1;
}
.cs_people_choose_wrapper .who_we_tab li:first-child a {
    margin-left: 0;
}
.cs_people_choose_wrapper .who_we_tab li:first-child a:after {
    display: none;
}
.cs_people_choose_wrapper .who_we_tab .tab-content svg {
    margin-right: 5px;
}
.cs_people_choose_wrapper .who_we_tab .tab-content1 svg {
    margin-right: 5px;
}
/*=================Counter Style==================*/
.cs_counter_wrapper{
   background-image: url(../images/cta.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    position: relative;
    z-index: 1;
}
.cs_counter_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.96;
    background: #2a2a32;
    z-index: -1;
}
.cs_counter_icon svg {
    fill: #fff;
}
.cs_counter_icon_box {
    text-align: center;
}
.cs_counter_icon p {
    fill: #fff;
    background: #43444b;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    padding: 20px;
    margin: 0 auto;
    border: 10px solid #2e2f37;
    position: relative;
}
.cs_counter_text h1 {
    padding: 20px 0px 8px;
    font-size: 36px;
    font-weight: bold;
}
.cs_counter_text p {
    font-size: 18px;
    font-weight: 500;
}
.cs_counter_icon p:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 1px dashed #4e4e4e;
    border-radius: 50px;
    top: -10px;
    left: -10px;
    animation-name: spin;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
/*=================Why People Choose Style==================*/
.cs_people_choose_content h5 {
    color: #ff5a60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: left;
}
.cs_people_choose_content h1 {
    color: #2c3e4a;
    font-size: 42px;
    font-weight: 500;
    margin-top: 15px;
    position: relative;
    padding-bottom: 15px;
    text-align: left;
}
.cs_people_choose_content p {
    color: #898d94;
    padding-top: 20px;
    text-align: justify;
}
.cs_people_choose_content .tab button {
    background-color: transparent;
    position: relative;
    color: #2c3e4a;
    font-weight: 600;
}
.cs_people_choose_content .tab button.active {
    color: #2c3e4a;
    border-bottom: 2px solid #ff5a60;
}
.cs_mission_vision_wrapper .cs_main_btn {
    margin-top: 25px;
}
.cs_mission_vision_wrapper .tabcontent {
    display: none;
    padding: 30px 0px;
    text-align: left;
}
/* .cs_people_choose_content h1:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
    height: 3px;
    background: #ff5a60;
} */
.cs_testimonial_section {
    background: #282932;
    width: 83%;
    margin: 25px auto 0;
}
.cs_testimonial_slides {
    margin: 0 auto;
    width: 85%;
}
.cs_mission_vision_wrapper .tab {
    overflow: hidden;
    position: relative;
    z-index: 1;
}
div#Mission {
    display: block;
    text-align: justify;
     color: #898d94 ;
}
div#Vision {
    display: block;
    text-align: justify;
     color: #898d94 ;
}
.cs_mission_vision_wrapper .tab:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #e0e0e0;
    z-index: 0;
}
.cs_testimonial_slides {
    margin: 0 auto;
    width: 85%;
    padding: 50px 0;
}
.cs_people_choose_wrapper {
    margin: 80px 0 0px;
}
.cs_people_choose_wrapper .swiper-button-next:after, .cs_people_choose_wrapper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.cs_people_choose_slider_arrow .swiper-button-next, .cs_people_choose_slider_arrow .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 8px;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    width: 60px;
    height: 60px;
}
.cs_people_choose_slider_arrow .swiper-button-next {
    background: #3e3d53;
    transition: all 0.3s;
}
.cs_people_choose_slider_arrow .swiper-button-next:hover {
    background: #ff5a60;
}
.cs_people_choose_slider_arrow .swiper-button-prev {
    left: auto;
    right: 67px;
    background: #3e3d53;
    opacity: 1;
    transition: all 0.3s;
}
.cs_people_choose_slider_arrow .swiper-button-prev:hover {
    background: #ff5a60;
}

/*=================Our Services Style==================*/
.cs_our_services_wrapper{
   background-image: url(https://ssmoversdubai.com/assets/images/servicesimg-2.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}
/*@media (max-width:768px){*/
/*    .cs_our_services_wrapper{*/
/*        margin-top: -370px !important;*/
/*    }*/
/*}*/
.cs_our_services_wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    right:0;
    width: 100%;
    height: 100%;
    opacity: 0.96;
    background: #1c1f3a;
    z-index: -1;
}
.cs_our_service_content h1 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 10px;
}
.cs_our_service_content p {
    color: #898d94;
    padding-bottom: 10px;
}
.cs_our_service_content a {
    color: #ff5a60;
}
.cs_our_service_box {
    text-align: center;
    background: #fff;
    padding: 40px 15px;
}
.cs_our_service_icon {
    margin-bottom: 20px;
}
.cs_our_services_heading h5 {
    color: #ff5a60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cs_our_services_heading h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 2;
}
.cs_our_services_heading {
    text-align: center;
    margin-bottom: 30px;
}
.cs_our_service_box2 {
    margin-top: 30px;
}

.cs_our_service_box:after {
    position: absolute;
    content: "";
    bottom: 0px;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 5px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s linear;
}
.cs_our_service_box:hover:after{
	background-color: #ff5a60;
}
.cs_our_service_box {
    position: relative;
    transition: all 0.3s linear;
}
.cs_our_service_box:hover{
    transform: scale(1.05);
}
/*=================Service Testimonial Style==================*/
.cs_testimonial_heading h5 {
    color: #ff5a60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cs_testimonial_heading h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    color: #2c3e4a;
}
.cs_testimonial_heading {
    text-align: center;
}
.cs_testimonial_wrapper {
    margin-top: 80px;
}
.cs_testimonial_text {
    padding: 18px 0;
}
.cs_testimonial_img img {
    border-radius: 77px;
    border: 3px solid #ff5a60;
}
.cs_testimonial_name {
    display: flex;
    align-items: center;
}
.cs_testimonial_img_name {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cs_testimonial_name h5 {
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    padding-left: 10px;
}
.cs_testimonial_name p {
    padding-left: 5px;
}
.cs_testimonial_name {
    position: relative;
    z-index: 1;
}
.cs_testimonial_img {
    position: relative;
    z-index: 3;
}
.cs_testimonial_name:after {
    content: "";
    position: absolute;
    left: -20px;
    width: 270px;
    height: 50px;
    background: #3a3b46;
    z-index: -1;
    transform: skewX(-20deg);
}
.cs_testimonial_quote {
    text-align: center;
}
.cs_testimonial_text p {
    color: #c1c2ce;
    font-style: italic;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
}

.cs_testimonial_wrapper .swiper-button-next:after, .cs_testimonial_wrapper .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: 0;
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
}
.cs_testimonial_wrapper .swiper-button-next, .swiper-button-prev {
    position: absolute;
    bottom: 0;
    top: auto;
    right: 0;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    width: 65px;
    height: 60px;
}
.cs_testimonial_wrapper .swiper-button-next {
    left: auto;
    right: 0;
    background: #3e3d53;
    transition: all 0.3s;
    box-shadow: none;
}
.cs_testimonial_wrapper .swiper-button-next:hover {
    background: #ff5a60;
    box-shadow: 0px 29px 60px 0px rgba(255, 90, 96, 0.4);
}
.cs_testimonial_wrapper .swiper-button-prev {
    left: auto;
    right: 65px;
    background: #3e3d53;
    opacity: 1;
    transition: all 0.3s;
    box-shadow: none;
}
.cs_testimonial_wrapper .swiper-button-prev:hover {
    background: #ff5a60;
    box-shadow: 0px 29px 60px 0px rgba(255, 90, 96, 0.4);
}
/*=================Pricing Table Style==================*/
.cs_pricing_wrapper {
    background-image: url(../images/index/pricing_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0 80px;
    position: relative;
    z-index: 1;
    margin-top: 80px;
}
.cs_pricing_wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.96;
    background: #2a2a32;
    z-index: -1;
}
.cs_pricing_calculate_table_body span {
    display: grid;
}
.cs_pricing_calculate_table_body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 10px 0px 10px;
}
.cs_pricing_calculate_btn.cs_main_btn {
    text-align: center;
    margin: 40px 0px 0px;
}
.cs_pricing_calculate_table_body label {
    color: #2c3e4a;
    font-size: 14px;
    font-weight: 500;
}
.cs_pricing_charge_table table {
    width: 100%;
    background: #fff;
}
.cs_pricing_charge_table thead {
    background: #ff5a60;
    transition: all 0.3s;
}
.cs_pricing_charge_table th {
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    width: 20%;
    color: #fff;
}
.cs_pricing_charge_table td {
    padding: 18px 0px;
    text-align: center;
    font-size: 14px;
    width: 20%;
    color: #898d94;
}
.cs_pricing_charge_table tr {
    border-top: 1px solid #dedede;
}
.cs_table_heading {
    text-align: center;
    padding: 0px 0px 35px;
}
.cs_table_heading h3 {
    color: #ff5a60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cs_table_heading h1 {
    font-size: 34px;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
}
.cs_pricing_charge_table {
    background: #ffffff;
    text-align: center;
    padding: 50px 0 0px;
}
.cs_pricing_charge_table h3 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: bold;
}
.cs_pricing_charge_table p {
    color: #898d94;
    padding: 8px 0;
}

.cs_pricing_calculate_heading h1 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: bold;
}
.cs_pricing_calculate_heading p {
    color: #898d94;
    padding: 8px 0;
}
.cs_pricing_calculate_heading {
    text-align: center;
}
.cs_pricing_calculate_table {
    background: #ffffff;
    padding: 42px 0 55px;
}
.cs_pricing_calculate_table_body input[type="text"] {
    background: #f3f5f6;
    border: none;
    padding: 10px 15px;
    width: 165px;
}
.cs_pricing_calculate_btn.cs_main_btn a {
    padding: 10px 126px;
}
/*=================Blog Section Style==================*/
.cs_blog_heading h3 {
    color: #ff5a60;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
}
.cs_blog_heading h1 {
    color: #2c3e4a;
    font-size: 34px;
    font-weight: bold;
    margin-top: 15px;
    position: relative;
    padding-bottom: 10px;
}
.cs_blog_heading {
    text-align: center;
    margin-bottom: 26px;
}
.cs_blog_date h1 {
    color: #2c3e4a;
    font-size: 36px;
    font-weight: bold;
    background: #fff;
    width: 85px;
    text-align: center;
    padding: 10px;
}
.cs_blog_date p {
    color: #fff;
    background: #ff5a60;
    width: 85px;
    text-align: center;
}
.cs_blog_date {
    position: absolute;
    bottom: -27px;
    left: 22px;
}
.cs_blog_img_box {
    position: relative;
}
.cs_blog_text {
    margin-top: 40px;
}
p.cs_sbar_blog_date {
    color: #ff5a60;
}
a.cs_blog_title:hover {
    color: #ff5a60;
}
.cs_blog_grid_text p {
    text-align: left !important;
}
.cs_blog_text h3 {
    font-size: 20px;
    color: #2c3e4a;
    font-weight: 600;
    line-height: 32px;
    transition: all 0.3s;
}
.cs_blog_text h3:hover {
    color: #ff5a60;
}
.cs_blog_text p {
    color: #898d94;
    padding: 8px 0px;
    text-align: justify;
}
.cs_blog_user a {
    color: #898d94;
    transition: all 0.3s;
}
.cs_blog_user a:hover {
    color: #ff5a60;
}

.cs_blog_comment a {
    color: #898d94;
    transition: all 0.3s;
}
.cs_blog_comment a:hover {
    color: #ff5a60;
}
.cs_blog_user_comment {
    display: flex;
    align-items: center;
}
.cs_blog_comment {
    padding-left: 40px;
}
.cs_blog_img img {
    transition: all 0.4s;
    position: relative;
    width: 100%;
}
.cs_blog_img:hover img {
    transition: all 0.4s;
    transform: scale(1.1);
}
.cs_blog_img {
    overflow: hidden;
    transition: all 0.4s;
}
.cs_blog_wrapper {
    margin-top: 80px;
}
/*=================Contact Section Style==================*/
.cs_contact_wrapper {
    margin-top: 80px;
    position: relative;
    z-index: 99;
}
.cs_contact_wrapper .row {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(157, 134, 183, 0.1);
    padding: 50px;
}
.cs_contact_box h1 {
    color: #2c3e4a;
    font-size: 20px;
    font-weight: 500;
    padding: 20px 0px;
}
.cs_contact_box p {
    color: #898d94;
}
.cs_contact_box {
    text-align: center;
}
/*=================Footer Section Style==================*/
.cs_footer_wrapper{
    background-image: url(../images/cta1.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0 100px;
    position: relative;
    z-index: 1;
   
}
@media (max-width:768px){
    .cs_footer_wrapper{
        margin-top: -360px;
    }
}
.cs_footer_wrapper:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.86;
    background: #1c1f3a91;
    z-index: -1;
}
.cs_footer_logo a {
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    font-family: 'Cormorant Garamond', serif;
}
.cs_footer_logo a:hover {
    color: #fff;
}
.cs_footer_logo img {
    max-width: 360px;
}
.cs_footer_icon i.fa.fa-facebook {
   background: #ffffff;
    padding: 10px 13px;
    border-radius: 50px;
    color: #4ca5f1;
    transition: all 0.3s;
}
.cs_footer_icon i.fa.fa-facebook:hover {
    background: #ff5a60;
    padding: 10px 13px;
    color: #fff;
}
.cs_footer_icon i.fa.fa-twitter {
    background: #414147;
    padding: 10px 10px;
    border-radius: 50px;
    transition: all 0.3s;
    color: #fff;
}
.cs_footer_icon i.fa.fa-twitter:hover {
    background: #ff5a60;
   padding: 10px 10px;
   color: #fff;
}
.cs_footer_icon i.fa.fa-google-plus {
    background: #414147;
    padding: 10px 8px;
    border-radius: 50px;
    transition: all 0.3s;
    color: #fff;
}
.cs_footer_icon i.fa.fa-google-plus:hover {
    background: #ff5a60;
    padding: 10px 8px;
    color: #fff;
}
.cs_footer_icon i.fa.fa-youtube-play {
    background: #414147;
    padding: 10px 9px;
    border-radius: 50px;
    transition: all 0.3s;
    color: #fff;
}
.cs_footer_icon i.fa.fa-youtube-play:hover {
    background: #ff5a60;
    padding: 10px 9px;
    color: #fff;
}
.cs_footer_icon ul {
    display: flex;
    align-items: center;
}
.cs_footer_icon li{
	margin-right: 12px;
}
.cs_footer_icon h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 25px 0px 15px;
}
.cs_footer_section1 p {
    padding: 25px 0px 0px;
    /*margin-left: 18px;*/
    text-align: left;
}
@media (max-width:768px){
    .cs_footer_section1 p{
        margin-left: 0px;
    }
}
.cs_footer_wrapper h5 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    padding: 10px 0px 15px;
}
.cs_footer_wrapper li {
    padding-bottom: 5px;
}
.cs_copyright {
    text-align: center;
    margin-top: 80px;
    border-top: 1px solid #484848;
    padding: 15px 0 0;
    margin-bottom: -90px;
}
.cs_footer_wrapper a:hover {
    color: #ff5a60;
}
.cs_footer_logo a:hover{
    color: #fff;
}
/*=================Swiper Style==================*/
    html,
    body {
      position: relative;
      height: 100%;
    }
    .swiper-container {
      width: 100%;
      height: 90vh;
      margin-left: auto;
      margin-right: auto;
    }

    .swiper-slide {
      font-size: 16px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

/*=================Swiper Style==================*/
/*=================About Page Style==================*/
.cs_pagetitle {
    float: left;
    width: 100%;
    background-color: #272727;
    position: relative;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    padding: 100px 0px 100px;
    background-image: url(../images/breadcrumb.webp);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.page_title h2{
    float:left;
    width:100%;
    text-align:center;
    color:#ffffff;
    float:left;
    margin:0px;
    font-size:36px;
    text-transform:capitalize;
    }
.cs_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background-color: rgb(29 27 27 / 63%);
}
.cs_pagetitle ul.breadcrumb {
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    display: flex;
    justify-content: center;
}
.cs_pagetitle ul.breadcrumb li {
    display: inline-block;
    list-style: none;
    padding-top: 5px;
}
.cs_pagetitle ul.breadcrumb li a {
    color: #ffffff;
    font-size: 18px;
    padding: 0px 10px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.cs_pagetitle ul.breadcrumb li:last-child a {
    color: #ff5a60;
    cursor: text;
}
/*=================Service Page Style==================*/
.cs_service_page_wrapper {
    margin: 0;
}
/*=================Blog Page Style==================*/
.cs_blog_section {
    margin-bottom: 30px;
}
.cs_single_blog_img1 img {
    border-radius: 80px;
    border: 3px solid #ff5a60;
}
.cs_single_blog_img1_box1 {
    display: flex;
    justify-content: space-around;
    background: #f5f5f5;
    padding: 20px;
    margin: 30px auto;
}
.cs_img_text_container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cs_img_text_container img {
    width: 370px;
    display: inline-block;
    margin: 6px 15px 6px 0;
}
.cs_img_text_container p {
    display: inline-block;
    width: calc(100% - 385px);
}
.cs_divider {
    margin: 15px 0;
    display: block;
}
.cs_single_blog_testimonial {
    background: #2a2a33;
    margin-top: 55px;
}
.cs_single_blog_testimonial .cs_testimonial_slides {
    padding: 20px;
    width: 100%;
}
.cs_single_blog_testimonial .cs_testimonial_text {
    padding: 0px 0 18px;
}
.cs_single_blog_text1 h5 {
    font-size: 18px;
    font-weight: 600;
    color: #ff5a60;
    padding-left: 0px;
}
.cs_single_blog_text1 span {
    font-size: 16px;
    color: #808080c2;
    font-weight: 500;
}
.cs_single_blog_img1_box1 {
    display: flex;
    justify-content: space-around;
    background: #f5f5f5;
    padding: 20px;
    align-items: center;
}
.cs_single_blog_text1 {
    width: 670px;
    position: relative;
}
.cs_single_blog_text1:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #ff5a60;
    position: absolute;
    right: 50%;
    font-size: 84px;
    margin: auto;
    top: 50%;
    opacity: .1;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cs_blog_sidebar_categories {
    margin-top: 30px;
}
.cs_single_blog_uname a {
    color: #858585;
    transition: all 0.3s;
}
.cs_single_blog_uname a:hover {
    color: #ff5a60;
}
.cs_blog_time a {
    color: #898d94;
    transition: all 0.3s;
}
.cs_blog_time a:hover {
    color: #ff5a60;
}
.cs_blog_time i {
    color: #ff5a60;
}
.cs_single_blog_user_comment .cs_blog_time {
    margin-left: 40px;
}
.cs_single_blog_user_comment {
    display: flex;
    margin-top: 30px;
}
.cs_comment_holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
}
.cs_comment_user {
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin-right: 30px;
}
.cs_comment_user img {
    width: 100px;
    height: 100px;
    border: none;
    border-radius: 100%;
    object-fit: fill;
}
.cs_comment_detail {
    width: calc(100% - 130px);
}
.cs_reply_btn {
    color: #ff5a60;
    margin-left: 15px;
}
.cs_comment_detail p {
    padding: 0px 0px;
    font-size: 15px;
}
h5.cs_user_name {
    color: #ff5a60;
    font-size: 18px;
}
.cs_blog-body.cs_single_blog_body {
    border: none;
    padding: 0;
}
.cs_comment_box {
    margin-top: 75px;
}
.cs_field_holder {
    margin-bottom: 30px;
}
.cs_form_field {
    width: 100%;
    border: 1px solid var(--main-border-color);
    padding: 0 20px;
    height: 50px;
    display: flex;
}
textarea.cs_form_field {
    height: 150px;
    resize: none;
    padding: 12px 20px;
}
.cs_comment_form {
    margin-top: 70px;
}
.cs_comment_form_heading {
    padding-bottom: 40px;
}
.cs_latestPost_field ul li {
    display: flex;
    margin-bottom: 12px;
    flex-wrap: wrap;
    align-items: center;
}
.cs_latestPost_field ul li .cs_blog_thumb {
    margin-right: 10px;
    width: 70px;
    display: inline-block;
}
.cs_blog_thumb img {
    border: none;
    border-radius: 3px;
}
.cs_blog_title_wrap {
    width: calc(100% - 80px);
}
.cs_blog_title {
    font-weight: 400;
    text-transform: capitalize;
    color: #858585;
}.cs_latestPost_field {
    margin-top: 20px;
}
.cs_blog_sidebar_tags {
    margin-top: 106%;
}
.cs_blog_sidebar_post {
    margin-top: 154%;
}
.cs_blog_date {
    color: #ff5a60;
    font-weight: 400;
}
.cs_blog_date {
    color: #ff5a60;
    font-weight: 400;
}
/*=========Sidebar Style==========*/
.cs_blog_sidebar_search_section i {
    color: #8585a5;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 18px;
}
.cs_blog_sidebar_search_section {
    position: relative;
    margin-bottom: 30px;
}
.cs_blog_sidebar_search_section input[type="text"] {
    border: 1px solid #ff5a60;
    padding: 10px 40px 10px 20px;
    width: 100%;
}
h4.widget-title {
    font-size: 20px;
    color: #272727;
    font-weight: 600;
    line-height: 32px;
    transition: all 0.3s;
}
.cs_blog_sidebar_categories ul {
    float: left;
    width: 100%;
    margin: 0px;
    padding-left: 20px;
    color: #ff5a60;
    list-style-type: disc;
    margin-top: 10px;
}
.cs_blog_sidebar_categories li {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #f3f0f0;
    padding-bottom: 5px;
}
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
}
.cs_blog_sidebar_start {
    margin-top: 0px;
}
.cs_blog_sidebar_categories ul li a {
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #858585;
}
.cs_blog_sidebar_categories ul li a:hover {
    color: #ff5a60;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
a.ed_btn.ed_orange {
    color: #fff;
    background: #ff5a60;
    padding: 7px 10px;
    border:1px solid #ff5a60;
    transition: all 0.4s;
}
a.ed_btn.ed_orange:hover {
    color: #ff5a60;
    background: #fff;
    padding: 7px 10px;
    border:1px solid #ff5a60;
}
.cs_sidebar_tags_box {
    margin-top: 30px;
}
.cs_blog_sidebar_tags ul{
    list-style-type: none;
}
.cs_blog_sidebar_tags ul li{
   border:none;
}
.cs_blog_sidebar_tags ul li {
    border: none;
    margin-bottom: 20px;
    display: inline-block;
    margin-right: 7px;
}
.cs_S_blog_text h3 {
    font-size: 28px;
    line-height: 1.5;
}
.cs_S_blog_text {
    margin-top: 15px;
}
.cs_single_blog_img1:before {
    content: "\f10e";
    right: 20px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #ff5a60;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 32px;
    background: #fff;
    border: 5px solid #ff5a60;
    padding-left: 8px;
    border-radius: 100%;
}
.cs_single_blog_img1 {
    position: relative;
    width: 160px;
    margin-right: 10px;
}
/********************************************************
 Contact start
 *******************************************************/
.cs_contact_info {
    padding: 60px 35px 0 50px;
    color: var(--main-bg-color);
}

.cs_info_bg {
    background: #ff5a60;
    margin-bottom: 55px;
    margin-left: -30px;
    margin-top: 45px;
    margin-right: 25px;
}
.cs_contact_info .cs_sub_heading {
    color: var(--main-bg-color);
    margin-bottom: 28px;
    font-size: 26px;
}
.cs_conatact_section {
    margin-bottom: 29px;
    padding-bottom: 22px;
    position: relative;
}
.cs_conatact_section:before {
    content: "";
    border-bottom: 1px solid var(--main-bg-color);
    position: absolute;
    bottom: 0px;
    left: -50px;
    right: -50px;
    opacity: 0.2;
}
.cs_contact_info_inner {
    padding: 0 0 0 30px;
    font-size: 16px;
    position: relative;
    line-height: 25px;
}
.cs_contact_info_inner span {
    position: absolute;
    left: 0;
    top: 0;
}
.cs_contact_info_inner svg {
    width: 16px;
    fill: var(--main-bg-color);
}
.cs_contact_form {
    background: #fff;
    box-shadow: 0px 0px 30px 0px rgba(157, 134, 183, 0.1);
    padding: 50px;
    margin-right: -45px;
    margin-top: 17px;
}
.cs_contact_form .cs_sub_heading {
    margin-bottom: 30px;
    font-size: 26px;
    color: #2c3e4a;
}
.cs_sub_heading {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
}
.cs_field_holder textarea#message {
    height: 150px;
}
.relative {
    position: relative;
}
.cs_contact_wrapper .cs_sub_heading:before {
    width: 100px;
}

.cs_sub_heading:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 80px;
    height: 1px;
    background: #fff;
}
.cs_contact_wrapper .cs_sub_heading:after {
    width: 115px;
}
.cs_sub_heading:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 4px;
    width: 100px;
    height: 1px;
    background: #fff;
}
.cs_contact_form .cs_field_holder {
    margin-bottom: 33px;
}
button.cs_main_btn.submitForm {
    background-color: #ff5a60;
    color: #fff;
    border: solid 2px #ff5a60;
    padding: 10px 40px;
    height: 50px;
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    display: inline-block;
}
button.cs_main_btn.submitForm:hover {
    background-color: #fff;
    color: #ff5a60;
    border: solid 2px #ff5a60;
    padding: 10px 40px;
}
.cs_form_field {
    width: 100%;
    border: 1px solid var(--main-border-color);
    padding: 0 20px;
    height: 50px;
    display: flex;
    background-color: #f0f0f082;
}
.cs_contact_form .cs_btn {
    width: 160px;
    font-size: 15px;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
.cs_btn {
    background: var(--main-color);
    color: var(--main-bg-color);
    display: inline-block;
    border: 2px solid transparent;
    border-radius: 30px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    width: 170px;
    margin-top: 10px;
    z-index: 0;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}
.cs_btn::after, .cs_btn.white::after {
    width: 0;
    height: 103%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    border-radius: 30px;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.cs_map_wrapper {
    margin-top: 0;
    margin-bottom: 0;
}
button.cs_btn {
    background-color: #ff5a60;
    color: #fff;
    border: solid 2px #ff5a60;
    padding: 10px 40px;
    height: 50px;
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    display: inline-block;
}
button.cs_btn:hover {
background-color: #fff;
    color: #ff5a60;
    border: solid 2px #ff5a60;
}
.response {
    color: var(--red);
    position: absolute;
    right: 12px;
    bottom: 12px;
}
/*=================Responsive Style==================*/

@media (max-width: 1400px){
.cs_header_form {
    right: 5%;
}
}
@media (max-width: 1200px){
.cs_header_form {
    right: 1%;
    width: 385px;
}
.cs_banner_text {
    width: 500px;
}
.cs_main_header_section .cs_main_btn a {
    padding: 10px 10px;
}
.cs_main_header_menu>ul>li>a {
    margin-left: 30px;
}
.cs_top_header_info {
    display: block;
}
.cs_top_header_info_mail {
    padding-left: 0px;
}
.cs_about_wrapper .row {
    align-items: flex-end;
}
.cs_header_form {
    padding: 0 15px;
    width: 450px;
    right: 0;
    padding: 0 15px;
    height: unset;
        top: 7%;
    bottom: 110px;
}
.cs_banner_text {
    width: 500px;
}
.cs_about_content {
    padding-bottom: 50px;
}
.cs_main_btn a {
    padding: 10px 10px;
}
.cs_people_choose_wrapper .cs_main_btn a {
    padding: 10px 30px;
}
.cs_header_form a.cs_banner_tab{
    padding: 18px 20px;
}
.fixed_header {
    top: 80px;
}
@media (max-width: 1200px){
  .fixed_header{
    top: 0px;
  }
}
.fixed_header.fixed{
    margin-top: -80px;
}
}

@media (max-width: 1000px){
.cs_toggle {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 15px;
}
.ss_menu_open .cs_main_header_overlay{
    position: fixed;
    
}
.cs_main_header_section{
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    width: 270px;
    background: #fff;
    padding: 0;
    transition: all 0.3s;
    z-index: 5;
}
.ss_menu_open .cs_main_header_section{
    left: 0;
}
nav.cs_main_header_section {
    display: block;
    margin-top: 0;
}
.cs_main_header_menu li {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
    padding-top: 10px;
}
header .cs_main_header_btn {

    margin-right: 50px;
}
.cs_main_header_section {
    justify-content: flex-end;
    margin-top: -25px;
}
.cs_main_header_section ul {
    display: block;
    margin-top: 50px;
}
.cs_header_banner .cs_main_btn a {
    padding: 10px 40px;
}
}

@media (max-width: 991px){
.cs_main_header_wrapper .cs_main_btn {
    margin-left: 20px;
}
.cs_main_header_menu>ul>li>a {
    margin-left: 25px;
}
.cs_top_services_box {
    margin-bottom: 20px;
}
.cs_about_icon_box {
    margin-top: 25px;
}
.cs_pricing_calculate_btn.cs_main_btn a {
    padding: 10px 25px;
}
.cs_pricing_calculate_table_body input[type="text"] {
    width: 90%;
}
.cs_pricing_calculate_table_body {
    padding: 10px 0px 10px 15px;
}
.cs_header_form {
    top: 35px;
}
.cs_header_banner h1 {
    font-size: 50px;
}
.cs_banner_text {
    width: 430px;
}
.cs_banner_text p{
    font-size: 14px;
}
.cs_about_content {
    padding-bottom: 30px;
}
.cs_header_form {
    padding: 0 15px;
    width: 360px;
    right: 0;
    padding: 0 15px;
    height: unset;
    top: 15%;
    bottom: 110px;
}
div#header_tab a {
    padding: 10px 80px;
}
div#header_tab1 a {
    padding: 10px 80px;
}
.cs_header_banner2 {
    padding: 200px 0 350px;
}
.cs_header_banner {
    padding: 200px 0 350px;
}
.cs_contact_form {
    margin-right: 0;
}
.cs_blog_sidebar_post {
    margin-top: 0;
}
.cs_blog_sidebar_tags {
    margin-top: 0;
}
}

@media (max-width: 991.98px) {
    .main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
        background: #ff5a60;
    }
    .main_menu_wrapper ul > li > a {
    padding: 15px 20px 0px;
    width: 100%;
}
.main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
    background: #ff5a60;
}
.main_menu_wrapper li.has_submenu:before {
    right: 26px;
    width: 2px;
    height: 12px;
    top: 20px;
}
.main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
    position: absolute;
    bottom: 0;
    content: '';
}
.main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
    background: #ff5a60;
}
.main_menu_wrapper li.has_submenu:after {
    right: 21px;
    width: 12px;
    height: 2px;
    top: 25px;
}
.main_menu_wrapper li.has_submenu:before, .main_menu_wrapper li.has_submenu:after {
    position: absolute;
    bottom: 0;
    content: '';
}
}
@media (max-width: 767px){
.cs_pricing_calculate_table_body input[type="text"] {
    width: 125px;
}
.cs_pricing_calculate_btn.cs_main_btn a {
    padding: 10px 60px;
}
.tab {
    margin-top: 30px;
}
div#header_tab a {
    padding: 10px 65px;
}
div#header_tab1 a {
    padding: 10px 65px;
}
.tab button {
    padding: 14px 5px;
}
.cs_header_form {
    padding: 0 15px;
    width: 360px;
    right: 0;
    padding: 0 15px;
    height: unset;
    top: 19%;
    bottom: 110px;
}
.cs_blog_img img {
    width: 100%;
}
.cs_blog_section {
    margin-bottom: 25px;
}
.cs_banner_text {
    width: 250px;
}
.cs_contact_box {
    margin-top: 20px;
}
/* .cs_about_img img {
    margin-top: 10px;
    margin-left: 25px;
} */
.cs_banner_text p {
    font-size: 16px;
}
.cs_pricing_charge_table {
    margin-top: 30px;
}
.cs_header_form {
    width: 300px;
    right: 1%;
}
.cs_top_header_info {
    display: block;
}
.cs_top_header_info_mail {
    padding-left: 0;
}
.cs_top_header_info_btn {
    text-align: center;
}
.cs_top_header_info {
    text-align: center;
}
.cs_pricing_calculate_table_body input[type="text"] {
    background: #f3f5f6;
    border: none;
    padding: 10px 15px;
    width: 100%;
}
.cs_pricing_calculate_btn.cs_main_btn a {
    padding: 10px 40px;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: -45px;
    margin-right: 80px;
    padding: 1rem;
}

.cs_toggle {
    top: -40px;
    right: 15px;
}
.cs_our_service_box {
    margin-bottom: 30px;
}
.cs_our_service_box2 {
    margin-top: 0;
}
.cs_banner_text {
    width: 100%;
}
.cs_header_form {
    padding: 0 15px;
    width: 100%;
    right: 0;
    padding: 0 15px;
    height: unset;
    top: 32%;
    bottom: 110px;
}
.cs_header_banner {
    padding: 100px 0 750px;
}
.cs_header_banner .cs_main_btn a {
    padding: 10px 30px;
}
.cs_header_form {
    margin-top: 65px;
}
.cs_contact_form {
    margin-right: 0;
}
.cs_map_wrapper {
    margin-top: 50px;
}
.cs_single_blog_user_comment {
    display: block;
}
.cs_blog_comment {
    padding-left: 40px;
    margin-top: 0;
}
.cs_S_blog_comment {
    padding: 0;
}
.cs_single_blog_user_comment .cs_blog_time {
    margin-left: 0;
}
.cs_img_text_container {
    display: block;
}
.cs_single_blog_img1_box1 {
    display: block;
}
.cs_single_blog_text1 {
    width: 100%;
}
.cs_blog_sidebar_post {
    margin-top: 0;
}
.cs_img_text_container p {
    width: 100%;
}
.fixed_header.fixed {
    padding: 20px 0;
}
}

@media (max-width: 567px){
	.cs_top_header_info {
    display: block;
    text-align: center;
}
.cs_header_form {
    padding: 0 15px;
    width: 100%;
    right: 0;
    padding: 0 15px;
    height: unset;
    top: 32%;
    bottom: 110px;
}
.tab button {
    padding: 14px 15px;
}
/* .cs_about_img img {
    margin-top: 30px;
} */
.cs_counter_wrapper {
    padding: 70px 0 70px;
}
.cs_counter_icon_box {
    margin: 15px 0;
}
.cs_pricing_charge_table td {
    padding: 18px 10px;
    white-space: nowrap;
}
.cs_testimonial_heading h1 {
    font-size: 26px;
}
.cs_our_services_heading h1 {
    font-size: 25px;
    line-height: 1.4;
    margin-top: 10px;
}
.cs_about_content p {
    text-align: left;
}
.cs_people_choose_content h1 {
    font-size: 25px;
}
.cs_pricing_calculate_table_body {
    padding: 10px 0px 10px 15px;
}
.cs_contact_wrapper .row {
    padding: 25px;
}
.cs_about_content h1 {
    font-size: 25px;
}
.cs_banner_text {
    width: 100%;
}
.cs_banner_text_button {
    display: flex;
    margin-top: 30px;
}
.cs_pricing_calculate_table_body label {
    padding-top: 10px;
}
.cs_banner_tracking_button {
    margin-left: 30px;
    margin-top: 0;
}.cs_pricing_calculate_table_body {
    display: block;
    padding: 10px 20px 10px !important;
}
header {
    margin-top: -45px;
    margin-right: 0;
}
.cs_table_heading h1 {
    font-size: 26px;
}
.cs_top_header_info_mail {
    padding-left: 0;
}
.cs_pricing_charge_table {
    margin-top: 30px;
}
.cs_top_header_info_btn {
    text-align: center;
}
.cs_banner_text {
    margin-bottom: 40px;
}
    .cs_banner_tracking_button a {
    padding: 10px 15px;
}
    .cs_banner_read_button a {
    padding: 10px 15px;
}
.cs_main_header_btn.cs_main_btn a {
    padding: 6px 7px;
    font-size: 14px;
    height: 40px;
}
.cs_header_banner {
    padding: 60px 0 750px;
}
div#header_tab a {
    padding: 10px 90px;
}
div#header_tab1 a {
    padding: 10px 90px;
}
.cs_top_services_box {
    margin-bottom: 20px;
    width: 100%;
}
.cs_people_choose_slider_img {
    margin-bottom: 410px;
}
.cs_about_img {
    padding-left: 0;
}
.cs_our_service_box {
    margin-bottom: 20px;
}
.cs_our_service_box2 {
    margin-top: 0px;
}
.cs_testimonial_img_name {
    display: block;
    text-align: center;
}
.cs_testimonial_name:after {
display: none;
}
.cs_testimonial_slides {
    padding: 50px 15px;
    width: 100%;
}
.cs_testimonial_text p {
    color: #c1c2ce;
    font-style: italic;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
}
.cs_our_service_box {
    margin-bottom: 30px;
}
.cs_our_service_box2 {
    margin-top: 0;
}
.cs_testimonial_name {
    display: block;
    text-align: center;
    padding: 20px 0;
}
.cs_testimonial_name p {
    padding-left: 0;
}
.cs_testimonial_wrapper .swiper-button-next {
    left: auto;
    right: 0;
}
.cs_testimonial_wrapper .swiper-button-prev {
    right: 65px;
}
.cs_pricing_calculate_btn.cs_main_btn a {
    padding: 10px 20px;
    width: 90%;
}
.cs_pricing_calculate_table_body input[type="text"] {
    width: 100%;
}
.cs_blog_section {
    margin-bottom: 20px;
}
.cs_contact_box {
    margin-bottom: 30px;
}
.cs_footer_wrapper {
    padding: 100px 0 100px;
}
.cs_blog_img img {
    width: 100%;
}
.cs_blog_section {
    margin-bottom: 25px;
}
.cs_toggle {
    display: inline-block;
    position: absolute;
    top: -40px;
    right: 15px;
}
.cs_main_header_logo a {
    font-size: 22px;
}
.cs_testimonial_section {
    width: 95%;
}
div#Mission {
    text-align: left;
}
div#Mission .cs_main_btn a {
    padding: 10px 30px;
}
div#Vision {
    text-align: left;
}
div#Vision .cs_main_btn a {
    padding: 10px 30px;
}
.cs_comment_holder {
    display: block;
}
.cs_comment_detail {
    width: 100%;
    padding: 17px 0 0;
}
.cs_single_blog_user_comment .cs_blog_time {
    margin-left: 0;
}
.cs_img_text_container p {
    width: 100%;
}
.response {
    left: 12px;
    bottom: -35px;
}
}
@media (max-width: 420px){
header {
    margin-top: -40px;
    margin-right: -20px;
    justify-content: flex-end;
}
.cs_header_form {
    top: 37%;
}
.cs_pricing_calculate_table_body input[type="text"] {
    width: 100%;
}
.cs_header_btn.cs_main_btn a {
    padding: 6px 3px;
    height: 45px;
}
.display_flex {
    display: flex;
    flex-wrap: unset;
    width: auto;
}
.cs_search_wrap {
    margin-left: 0px;
}
.cs_about_content p {
    text-align: left;
}

.cs_people_choose_content p {
    text-align: left;
}
.who_we_tab li a {
    font-size: 15px;
    margin: 0 20px;
}
.cs_people_choose_wrapper .who_we_tab li a {
    font-size: 16px;
    margin: 0 10px;
}
}
@media (max-width: 350px){
header {
    margin-top: -40px;
    justify-content: flex-end;
    margin-right: -20px;
}
.cs_header_form {
    top: 43%;
}
.cs_main_header_logo img {
    max-width: 30px;
}
.display_flex {
    display: flex;
    flex-wrap: unset;
    width: 175px;
}
.cs_header_form a.cs_banner_tab {
    padding: 15px 10px;
}
.cs_header_banner .cs_main_btn a {
    padding: 10px 15px;
}
}
@media (max-width: 320px){
.cs_main_header_btn.cs_main_btn a {
    padding: 5px 3px;
    font-size: 13px;
    height: 38px;
}
.cs_banner_read_button a {
    padding: 5px 5px;
    height: 40px;
}
.cs_banner_tracking_button a {
    padding: 5px 5px;
    height: 40px;
}
.tab button {
    padding: 10px 10px;
}
.cs_header_form a.cs_banner_tab {
    padding: 15px 10px;
}
.cs_header_form a.active.show {
    padding: 15px 10px;
}
div#header_tab a {
    padding: 10px 60px;
}
div#header_tab1 a {
    padding: 10px 60px;
}
.cs_banner_tracking_button {
    margin-left: 5px;
}
.cs_about_content p{
    text-align: left;
}
.cs_people_choose_content p {
    text-align: left;
}
div#Mission {
    text-align: left;
}
div#Vision {
    text-align: left;
}
.who_we_tab li a {
    font-size: 14px;
    margin: 0 15px;
}
.cs_blog_comment {
    padding-left: 15px;
}
}

/* to-top */
/* .float .whatsapp {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 1px;
    right: 30px;
    background-color: #075E54;
    border-radius: 57%;
    text-align: center;
    font-size: 25px;
    z-index: 100;
  }
  .fa-whatsapp::before{
    font-size: 26px;
  } */
  .float .callu {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 25px;
    right: 30px;
    background-color: #c53136;
    border-radius: 57%;
    text-align: center;
    font-size: 25px;
    display: block;
    z-index: 100;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  
  .float .insta {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 25px;
    right: 30px;
    background-color: #c53136;
    border-radius: 57%;
    text-align: center;
    font-size: 25px;
    display: block;
    z-index: 100;
    -webkit-transition: all 400ms linear;
    -o-transition: all 400ms linear;
    transition: all 400ms linear;
  }
  .fa-whatsapp::before{
    font-size: 26px;
  }
  .fa-phone-outgoing::before{
    font-size: 20px;
  }
  @media (max-width:768px){
    .float .whatsapp{
      bottom: 80px;
      right: 28px;
    }
  }
  @media (max-width:768px){
    .ftter{
      width: 70% !important;
    }
  }
  @media (max-width:768px){
    .float .callu{
      
      bottom: 135px;
      right: 28px;
    }
  }



/* header */
.iccns{
    max-width: 50%;
    padding-bottom: 15px;
    margin-left: 35px;
    color: #667294;
    transition: 0.5s ease;
}
.iccns:hover {
    color: #fff;
}

/* .aboutimg{
    margin-left: -300px;
    max-width: 115%;
} */
/* @media (max-width:768px){
    .aboutimg{
        max-width: 120% !important;
        margin-top: -20px !important;
        margin-left: -48px !important;
    }
} */

.mmail a{
    color: #898d94 !important;
}

@media (max-width:768px){
    .mddftt{
        margin-left: 102px !important;
    }
}
.mddftt{
    margin-left: 28px;
}
.futer{
    margin-left: 50px;
}
@media (max-width:768px){
    .futer{
        margin-left: -14px !important;
    }
}

/* header */
nav{
    height: 6rem;
    width: 100vw;
    background-color: #ffffff;
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.2);
    display: flex;
    z-index: 10;
}

/*Styling logo*/
.logo{
    /* padding:1vh 1vw; */
    text-align: center;
}
.logo img {
    height: 100%;
    width: 100%;
    margin-left: 90px;
}
@media (max-width:768px){
    .logo img{
        margin-left: 10px !important;
    }

}
/*Styling Links*/
.nav-links{
    display: flex;
    list-style: none; 
    width: 85vw;
    padding: 0 110px;
    justify-content: flex-end;
    align-items: center;
    text-transform: uppercase;
    margin-left: 110px;
    margin-top: 22px;
}
.nav-links li a{
    text-decoration: none;
    margin: 0 0.7vw;
}
.nav-links li a:hover {
    color: #ff5a60 !important;
}
.nav-links li {
    position: relative;
    padding: 0 12px !important;
}
@media (max-width:768px){
    .nav-links{
        justify-content: space-evenly !important;
    }
    .nav-links li {
        padding: 0 !important;
    }
}
/* .nav-links li a::before {
    content: "";
    display: block;
    height: 3px;
    width: 0%;
    background-color: #61DAFB;
    position: absolute;
    transition: all ease-in-out 250ms;
    margin: 0 0 0 10%;
} */
.nav-links li a:hover::before{
    width: 80%;
}

/*Styling Buttons*/
.login-button{
    background-color: transparent;
    border: 1.5px solid #f2f5f7;
    border-radius: 2em;
    padding: 0.6rem 0.8rem;
    margin-left: 2vw;
    font-size: 1rem;
    cursor: pointer;

}
.login-button:hover {
    color: #131418;
    background-color: #f2f5f7;
    border:1.5px solid #f2f5f7;
    transition: all ease-in-out 350ms;
}
.join-button{
    color: #fff;
    background-color: #ff5a60;
    border: 1.5px solid #ff5a60;
    border-radius: 0px;
    padding: 12px 50px;
    font-size: 1rem;
    cursor: pointer;
}
.join-button:hover {
    color: #ff5a60;
    background-color: transparent;
    border:1.5px solid #ff5a60;
    transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/
.hamburger div{
    width: 30px;
    height:3px;
    background: #ff5a60;
    margin: 5px;
    transition: all 0.3s ease;
}
.hamburger{
    display: none;
}

/*Stying for small screens*/
@media screen and (max-width: 800px){
    nav{
        z-index: 3;
    }
    .hamburger{
        display:block;
        position: absolute;
        cursor: pointer;
        right: 5%;
        top: 50%;
        transform: translate(-5%, -50%);
        z-index: 2;
        transition: all 0.7s ease;
    }
    .nav-links{
        background: #131418;
        color: #fff;
        height: 50vh;
        width: 100%;
        flex-direction: column;
        clip-path: circle(50px at 90% -20%);
        -webkit-clip-path: circle(50px at 90% -10%);
        transition: all 1s ease-out;
        pointer-events: none;
        padding: 0 70px;
        margin-top: 0px;
    }
    
    .nav-links.open{
        clip-path: circle(1000px at 90% -10%);
        -webkit-clip-path: circle(1000px at 90% -10%);
        pointer-events: all;
        margin-left: 62px;
    }
    .nav-links li{
        opacity: 1;
    }
    .nav-links li:nth-child(1){
        transition: all 0.5s ease 0.2s;
    }
    .nav-links li:nth-child(2){
        transition: all 0.5s ease 0.4s;
    }
    .nav-links li:nth-child(3){
        transition: all 0.5s ease 0.6s;
    }
    .nav-links li:nth-child(4){
        transition: all 0.5s ease 0.7s;
    }
    .nav-links li:nth-child(5){
        transition: all 0.5s ease 0.8s;
    }
    .nav-links li:nth-child(6){
        transition: all 0.5s ease 0.9s;
        margin: 0;
    }
    .nav-links li:nth-child(7){
        transition: all 0.5s ease 1s;
        margin: 0;
    }
    li.fade{
        opacity: 1;
    }
}
/*Animating Hamburger Icon on Click*/
.toggle .line1{
    transform: rotate(-45deg) translate(-5px,6px);
}
.toggle .line2{
    transition: all 0.7s ease;
    width:0;
}
.toggle .line3{
    transform: rotate(45deg) translate(-5px,-6px);
}
.nav-links a{
    color: #000 !important;
    font-weight: 600;
}
/* @media (max-width:768px){
    .cs_top_header_wrapper{
        display: none;
    }
} */
.navbarclr{
    margin-left: -230px;
}

@media (max-width:768px){
    .navbarclr{
        margin-left: -392px !important;
    }
}
@media (max-width:768px){
    .logo{
        margin-left:-25px !important;
    }
    .nav-links .fade:not(.show){
        opacity: 1 !important;
    }
    .nav-links a{
        color: #fff !important;
    }
    
}
.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	color: var(--grey);
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::after {
	opacity: 0;
}
.progress-wrap::before {
	position: absolute;
	font-family: 'unicons';
	content: '\e84b';
	text-align: center;
	line-height: 46px;
	font-size: 24px;
	opacity: 0;
	background-image: linear-gradient(298deg, var(--red), var(--yellow));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 2;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
	opacity: 1;
}
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: var(--grey);
	stroke-width: 4;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 2px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}



/* detail-page */
.section-full {
	position: relative;
}
/*----(Title) Section Head---*/
.section-head.center{text-align: center;	max-width: 750px;margin-left: auto;	margin-right: auto; margin-bottom: 60px;}
@media only screen and (max-width: 767px) {
	.section-head.center{margin-bottom: 30px;}
}
.section-head.center.max-900{ max-width: 900px;}
.section-head2{margin-bottom:30px;}
.section-head.right{text-align: right;}

.section-head.left{margin-bottom:30px;}

.section-head .sx-head-s-title,
.section-head2 .sx-head-s-title{
	font-family:var(--common-family);
}
.section-head .sx-head-s-title,
.section-head2 .sx-head-s-title{
	font-family:var(--common-family);
	
	font-weight: 400;
	font-size: 14px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: var(--primary);
}
.section-head .sx-head-l-title .sx-title{
	font-family:var(--title-family);
	margin-bottom: 0px;
	
	font-weight: 800;
	font-size: 32px;
	text-transform: capitalize;
	color: var(--secondary);
}
.section-head .sx-head-l-title .sx-title2,
.section-head2 .sx-head-l-title .sx-title2{
	font-family:var(--title-family);
	margin-bottom: 0px;
	font-weight: 800;
	font-size: 60px;
	text-transform: capitalize;
	color: var(--secondary);

}
@media only screen and (max-width: 1024px){
	.section-head .sx-head-l-title .sx-title2,
	.section-head2 .sx-head-l-title .sx-title2{
		font-size: 48px;
	}
}

@media only screen and (max-width: 991px){
	.section-head .sx-head-l-title .sx-title2,
	.section-head2 .sx-head-l-title .sx-title2{
		font-size: 30px;
	}
}
@media only screen and (max-width: 640px){
	.section-head .sx-head-l-title .sx-title2,
	.section-head2 .sx-head-l-title .sx-title2{
		font-size: 22px;
	}
}

.section-head-two {
	position: relative;
}

.section-head-two:before {
	position: absolute;
	content: '';
	background-color: var(--primary);
	top: -6px;
	left: 0px;
	height: 4px;
	width: 50px;
	z-index: 0;
	margin-top: 0px;
	transform: translateY(-50%);
}

.large-title .section-head-two.left {
	max-width: 100%;
}

.section-head-two.center {
	max-width: 620px;
	margin-left:auto;
	margin-right: auto;
	margin-top: 6px;
	text-align: center;
}

.section-head-two.center:before {
	left: 50%;
	transform: translateX(-50%);
	top: -6px;
}

.section-head-two.center .sx-title-two {
	margin-bottom: 60px;
}


.section-head-two.when-bg-dark .sx-title-two {
	color: #fff;
}

.section-head-two.left {
	text-align: left;
	max-width: 620px;
	margin-top: 9px;
}

.section-head-two.left .sx-title-two {
	margin-bottom: 35px;
}

.large-title .section-head-two.left {
	max-width: 100%;
}


@media only screen and (max-width: 768px) {

	.section-head-two.center .sx-title-two {
		margin-bottom: 30px;
	}
	.section-head-two.left .sx-title-two {
		margin-bottom: 30px;
	}
}


/*-------------------------------------
	Section Head Part 
-------------------------------------*/

.section-head {
	margin-bottom: 0px;
}
.section-head p{
	margin-bottom: 30px;
}
.section-head.no-margin {
	margin-bottom: 0;
}



.text-center.section-head p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

/* Client carousel 1*/

.client-logo {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
}

.client-logo-media img {
	max-width: 100% !important;
	margin: 0px auto !important;
	width: 50% !important;
}


/*-------------------------------------
	7. Testimonials 
-------------------------------------*/

.quote-left,
.quote-right {
	position: relative;
}

.quote-left:before,
.quote-right:after {
	font-family: "FontAwesome";
	position: absolute;
	z-index: 10;
	top: 15px;
}

.quote-left:before {
	content: "\f10d";
	left: 0;
}

.quote-right:after {
	content: "\f10e";
	left: auto;
	right: 0;
}


/*testimonial 2*/

.testimonial-2 {
	position: relative;
	padding:100px 50px 50px 50px;
	margin-bottom: 30px;
	text-align: center;

}

.testimonial-2 .testimonial-text {
	padding: 0px;
}

.testimonial-2 .testimonial-quote {
	font-size: 90px;
	line-height: 90px;
	display: block;
	margin-bottom: 20px;
}

.testimonial-2 .testimonial-text p {
	margin-bottom: 40px;
	color: var(--secondary-light);
	font-size: 32px;
	line-height: 46px;
}
@media only screen and (max-width:1280px){
	.testimonial-2 {
		padding:60px 100px 30px 100px;
	}
}
@media only screen and (max-width:991px){
	.testimonial-2 {
		padding:60px 60px 30px 60px;
	}
	.testimonial-2 .testimonial-text p {
		margin-bottom: 40px;
		color: var(--secondary-light);
		font-size: 18px;
		line-height: 32px;
	}	
}

@media only screen and (max-width:768px){
	.testimonial-2 .testimonial-quote {
		font-size: 40px;
		line-height: 40px;
	}
	.testimonial-2 .testimonial-text p {
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
	}
}


.testimonial-2 .fa-quote-right {
	position: absolute;
	right: 15px;
	top: 0px;
	font-size: 70px;
	color: var(--primary);
}

.testimonial-2 .testimonial-detail {
	padding: 0px;
}

.testimonial-2 .testimonial-name {
	color: var(--title-color);
	margin-bottom: 5px;
	font-size: 32px;
	line-height: 46px;
	font-weight: 700;
}
@media only screen and (max-width:991px){
	.testimonial-2 .testimonial-name {
		font-size: 20px;
		line-height:30px;
	}
}
@media only screen and (max-width:640px){
	.testimonial-2 .testimonial-name {
		font-size: 18px;
		line-height:26px;
	}
}

.testimonial-2 .testimonial-position {
	font-family: var(--common-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	color: var(--primary);
}

.testimonial-2 .quote-left:before {
	top: 50px;
}

.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-prev{left: -86px;}
.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-next{right: -86px;}
@media only screen and (max-width:1365px){
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-prev{left: -40px;}
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-next{right: -40px;}	
}
@media only screen and (max-width:1280px){
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-prev{left: 0px;}
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-next{right: 0px;}	
}
@media only screen and (max-width:575px){
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav{
		margin-bottom: 30px;
	}
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-prev,
	.testimonial-2-wrap.owl-btn-vertical-center .owl-nav .owl-next{
		position: inherit;
		display: inline-block;
		margin: 0px 5px;
	}
}


/*testimonial 2 with background image*/

.testimonial-2.testimonial-bg .testimonial-name,
.testimonial-2.testimonial-bg .testimonial-position {
	color: var(--primary);
}


@media only screen and (max-width:768px) {
	.testimonial-2.no-bg-testimonial {
		margin: 0px;
		border: 1px solid #f0f0f0;
	}
	.testimonial-2 {
		margin: 0px;
	}
}

@media only screen and (max-width:576px) {
	.testimonial-2 .fa-quote-right {
		position: inherit;
		right: inherit;
		top: inherit;
		font-size: 22px;
		padding-top: 12px;
	}
	.testimonial-2 {
		padding: 40px 40px;
	}
	.testimonial-2 .testimonial-quote {
		font-size: 30px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

@media only screen and (max-width:480px) {
	.testimonial-2 .testimonial-text p:last-child {
		margin-bottom: 20px;
		color: var(--title-color);
		font-size: 18px;
	}
	.testimonial-2 .testimonial-pic {
		float: none;
		clear: both;
		margin-right: 0px;
		margin-bottom: 8px;
	}
	.testimonial-2 .testimonial-detail {
		text-align: center;
		display: block;
	}
	.testimonial-2 .testimonial-text {
		text-align: center;
	}
	.textimonial-left-media {
		min-height: 300px;
	}
	.testimonial-home .testimonial-2 {
		margin: 30px 0px 60px 0px;
	}
}

@media only screen and (max-width:380px) {
	.testimonial-2 .testimonial-text p:last-child {
		font-size: 14px;
	}
		
}

/*-------------------------------------
	Image effects 
-------------------------------------*/

.sx-img-effect {
	position: relative;
	overflow: hidden;
	display: block;
}

.sx-img-effect img {
	display: block;
	margin: 0;
	width: 100%;
	height: auto;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
}


/* 10.1 image-opacity */

.sx-img-effect.opacity img:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	-webkit-opacity: 0.8;
}


/*image-rotate */

.sx-img-effect.rotate:hover img {
	-moz-transform: scale(1.5) rotate(-20deg);
	-webkit-transform: scale(1.5) rotate(-20deg);
	-o-transform: scale(1.5) rotate(-20deg);
	-ms-transform: scale(1.5) rotate(-20deg);
	transform: scale(1.5) rotate(-20deg);
}


/*image-blurr */

.sx-img-effect.blurr img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.sx-img-effect.blurr:hover img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}


/*image-blurr-invert */

.sx-img-effect.blurr-invert img {
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
}

.sx-img-effect.blurr-invert img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}

.sx-img-effect.blurr-invert:hover img {
	filter: blur(0px);
	-webkit-filter: blur(0px);
	-moz-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}

/*image off color */

.sx-img-effect.off-color img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

.sx-img-effect.off-color:hover img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

/*image on color */

.sx-img-effect.on-color img {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	-moz-filter: grayscale(1);
	-o-filter: grayscale(1);
	-ms-filter: grayscale(1);
}

.sx-img-effect.on-color:hover img {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
	-ms-filter: grayscale(0);
}

/*Glass reflection */
/* 
.img-reflection {
	background-position: left top;
	position: relative;
	overflow: hidden;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.img-reflection:after {
	content: "";
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	transition: all 0.5s cubic-bezier(1, -0.99, 0.14, 1.8);
    outline: solid 0px #fff;
}

.img-reflection:hover:after {
	outline: solid 30px #fff;
  outline-offset: -30px;
}
 */

/*-------------------------------------
	Social icons 
-------------------------------------*/
/* 
.social-icons {
	list-style: none;
	margin-left: -3px;
	margin-right: -3px;
	font-size: 12px;
	margin: 0px;
}

.social-icons li {
	display: inline-block;
	text-align: center;
}

.social-icons li a {
	display: block;
	padding: 3px;
}

.social-icons.social-md {
	font-size: 18px;
}

.social-icons.social-lg li a {
	font-size: 24px;
}

.social-icons.has-bg li a:hover {
	color: var(--white);
}

.social-icons.social-light a {
	color: var(--white);
}

.social-icons.social-light.has-bg li a:hover {
	color: var(--secondary-light);;
} */
/*-------------------------------------
	2. icon box Section 
-------------------------------------*/

.sx-icon-bx-1 {
	position: relative;
	z-index: 1;
	transition: all 0.5s linear;
	overflow: hidden;
}

.sx-icon-bx-1{
	margin-bottom: 30px;
	padding:50px;
	background: #fff;
	border: 2px solid #e7eaf0;
}
.sx-icon-bx-1 .sx-icon-bx-icon{
	text-align: left;
	margin-bottom: 30px;
}
.sx-icon-bx-1 .sx-icon-bx-icon span{
	font-size: 64px;
	line-height: 64px;
	display: inline-flex;
}
.sx-icon-bx-1 .sx-tilte{
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 14px;
}
@media only screen and (max-width:991px){
	.sx-icon-bx-1 .sx-tilte{
		font-size: 18px;
	}
}
@media only screen and (max-width:575px){
	.sx-icon-bx-1{
		padding:35px;
	}
}
.sx-icon-bx-1 p {
	margin-bottom: 45px;
}
.sx-icon-bx-1 .icon-content{
	overflow: inherit;
}


.sx-icon-bx-1:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	/* transition: all 0.8s cubic-bezier(1, -0.99, 0.14, 1.8); */
	transition: 0.5s ease-out;
    outline: solid 0px #fff;
}

.sx-icon-bx-1:hover:after{
	outline: solid 20px #fff;
    outline-offset: -20px;
   background-color: #ff5a60;
}




.sx-icon-bx-1:hover{
	color: #fff;
	z-index: 1;
	position: relative;
}
.sx-icon-bx-1:hover .sx-tilte{
	color: #fff;
}
.sx-icon-bx-1:hover .sx-text-primary{
	color: #fff;
}



.full-landing-image {
	width: 100%;
}


.sx-icon-bx-1:hover:after{
	outline: solid 20px #fff;
    outline-offset: -20px;
   background-color: #ff5a60;
}




.sx-icon-bx-1:hover{
	color: #ff5a60;
	z-index: 1;
	position: relative;
}
.sx-icon-bx-1:hover .sx-tilte .hvr{
	color: #fff;
}
.sx-icon-bx-1:hover .sx-text-primary{
	color: #fff;
}



.full-landing-image {
	width: 100%;
}
.fa-boxes-packing:before{
    margin-left: 50px;
    font-size: 50px;
}
.sx-icon-bx-1 p:hover{
    color: #fff !important;
}
.fa-house:before{
    margin-left: 50px;
    font-size: 50px;
}
.fa-house-laptop:before{
    margin-left: 50px;
    font-size: 50px;    
}
.fa-earth-americas:before{
    margin-left: 50px;
    font-size: 50px;  
}
@media (max-width:768px){
    .fa-boxes-packing:before{
        margin-left: 115px;
        font-size: 50px;
    }
    .fa-house:before{
        margin-left: 125px;
        font-size: 50px;
    }
    .fa-house-laptop:before{
        margin-left: 125px;
        font-size: 50px;    
    }
    .fa-earth-americas:before{
        margin-left: 125px;
        font-size: 50px;  
    }
    
}
.packimg{
    margin-bottom: 50px;
}
/* @media (max-width:768px){
    .packimg{
        padding-top: 80px;
        padding-left: 33px;
    }
} */
/*about section*/
.sx-about-bx1-media{position: relative; margin-right: 70px;}
.sx-ab-img-outer .sx-about-bx1-media{display: flex; align-items: baseline;}
.sx-about-bx1-media .sx-dot-bx{
	position: absolute;
	left: -150px;
	top: 0px;
	z-index: 1;
}
.sx-about-bx1-media .sx-ab-img-outer{display: flex; align-items: flex-end;}
.sx-ab-img-section-1{
	width: 70px;
	height: 410px;
	border-radius: 10px;
	background-size: contain;
	background-position: center;
	margin-right: 30px;
	
}
@media only screen and (max-width:460px){
	.sx-ab-img-section-1{
		display: none;
	}
}
.sx-about-bx1-media .sx-ab-img-outer .sx-ab-img-section-2{border-radius: 10px; overflow: hidden;}

.sx-ab-video{position: relative; margin-bottom: 50px;}
.sx-ab-video .circle{
	width: 70px;
	height: 70px;
	background-color: var(--secondary);
	left: 0px;
	transform: inherit;
	position: inherit;
	top: auto;
}
.sx-ab-video .circle i{
	color: var(--white);
	font-size: 14px;
}
.sx-ab-video .circle::after,
.sx-ab-video .circle::before{
	border-color: var(--secondary);
}

.sx-about-bx1-column{margin-bottom: 20px;}
.sx-about-bx1-content-wrap{padding-bottom: 120px;}
.sx-about-bx1-content-wrap > .row{display: flex; align-items: center;}

.sx-about-bx1-content .sx-title{
	font-size: 50px;
	color: #4e4a4a;
	margin-bottom: 15px;
	font-family: var(--title-family);
	font-weight: 600;
	text-transform: capitalize;
}
.sx-about-bx1-content .sx-title-2{
	color: var(--primary);
	font-size: 20px;
	line-height: 36px;
	font-style: italic;
}
@media only screen and (max-width:1024px){
	.sx-about-bx1-content .sx-title{
		font-size: 48px;
	}
}
@media only screen and (max-width:991px){
	.sx-about-bx1-content .sx-title{
		font-size: 30px;
	}
	.sx-about-bx1-media{margin-bottom: 30px;}
	.sx-about-bx1-content-wrap{padding-bottom: 60px;}
}
@media only screen and (max-width:640px){
	.sx-about-bx1-content .sx-title{
		font-size: 22px;
	}
}
@media only screen and (max-width:460px){
	.sx-about-bx1-media {
		margin: 0px	0px 30px 0px;
	}
	.sx-about-bx1-media .sx-dot-bx{
		left: 0px;
	}
	.sx-about-bx1-media .sx-ab-img-outer{
		display: block;
	}
	.sx-ab-img-section-1-wrap{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
}

/*Case Study Section*/
.sx-case-study-bx{
	position: relative;
}
.sx-case-study-bx .sx-case-media{position: relative;}
.sx-case-study-bx .sx-case-media .sx-case-link{
	position: absolute;
	top: 60%;
	left: 50%;
	background-color: #fff;
	width: 70px;
	height: 70px;
	text-align: center;
	border-radius: 50%;
	transform: translate(-50% , -50%);
	font-size: 36px;
	z-index: 2;
	color: var(--primary);
	transition:all 0.4s linear;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.sx-case-study-bx:hover .sx-case-media .sx-case-link{
	opacity: 1;
	top: 50%;
}
.sx-case-study-bx .sx-case-info{
	background-color: #fdfdfd;
	padding: 25px 50px 30px;
	margin: -50px 50px 50px 0px;
	position: relative;
	z-index: 1;
}
.sx-case-study-bx.three-blocks .sx-case-info{
	background-color: #fbfbfb;
	padding: 25px 30px 30px;
	margin: -50px 30px 30px 0px;
	position: relative;
	z-index: 1;
}
.sx-case-study-bx .sx-s-title {
	font-family: var(--common-family);
	
	font-weight: 400;
	font-size: 14px;
	line-height: 30px;
	text-transform: uppercase;
	color: var(--primary);
}
.sx-case-study-bx .sx-l-title .sx-title {
	font-family: var(--title-family);
	margin-bottom: 20px;
	
	font-weight: 800;
	font-size: 25px;
	line-height:35px;
	text-transform: capitalize;
	color: var(--secondary);
}
@media only screen and (max-width:991px){
	.sx-case-study-bx .sx-case-info{
		padding: 20px;
		margin-bottom: 0px;
	}
	.sx-case-study-bx .sx-l-title .sx-title {
		font-size: 18px;
		line-height: 26px;
	}
}
@media only screen and (max-width:575px){
	.sx-case-study-bx .sx-case-info{
		padding: 20px;
		margin: 0px;
	}
}


.sx-img-overlay{position: relative; overflow: hidden;}
.sx-img-overlay:before,
.sx-img-overlay:after{
	content:"";
	background-color:var(--primary);
	position:absolute; 
	left:0; 
	top:0; 
	width:0; 
	height:0;
	opacity:0.5; 
	z-index:1;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}

.sx-img-overlay:before,
.sx-img-overlay:after {
	height:100%;
}
.sx-img-overlay:after {
	left:auto;
	right:0;
}
.sx-img-overlay:hover:before,
.sx-img-overlay:hover:after,

.sx-overlay-effect:hover .sx-img-overlay:before,
.sx-overlay-effect:hover .sx-img-overlay:after { 
	width:100%;
	opacity:0.5;
}
img {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}
/* call to action button */
.c2a1 {
    font-family: "Montserrat", sans-serif;
      color: #8d97ad;
    font-weight: 300;
      background-position: center top;
      background-size: cover;
      background-attachment: fixed;
  }
  
  .c2a1 h1, .c2a1 h2, .c2a1 h3, .c2a1 h4, .c2a1 h5, .c2a1 h6 {
    color: #3e4555;
  }
  
  .c2a1 .op-8 {
      opacity: 0.8;
  }
  
  .c2a1 .font-weight-medium {
      font-weight: 500;
  }
  
  .c2a1 .btn-danger-gradiant {
    background: #ff4d7e;
    background: -webkit-linear-gradient(legacy-direction(to right), #ff4d7e 0%, #ff6a5b 100%);
    background: -webkit-gradient(linear, left top, right top, from(#ff4d7e), to(#ff6a5b));
    background: -webkit-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: -o-linear-gradient(left, #ff4d7e 0%, #ff6a5b 100%);
    background: linear-gradient(to right, #ff4d7e 0%, #ff6a5b 100%);
  }

  .ctabutton{
    margin-top: 25px;
  }
 

  /* unpacking-service */
  .unpack{
    height: 52vh;
    margin-top: 70px;
    padding-bottom: 40px;
  }


/* Frequenty Asked Question */
.faq-heading {
    margin-top: 80px;
    margin-bottom: 15px;
    text-align: center;
    font-weight: 400;
    font-size: 30px;
  }
  
  .faq-card {
    border: 1px solid #dce0e8;
    border-radius: 6px;
    padding: 24px 20px;
    margin-bottom: 12px;
    list-style: none;
    position: relative;
    cursor: pointer;
  }
  
  .faq-open-icon {
    font-size: 22px;
    position: absolute;
    top: 18px;
    right: 24px;
    font-weight: 700;
  }
  @media (max-width:768px){
    .faq-open-icon{
        top: 35px;
        right: 7px;
    }
  }
  
  details[open] .faq-open-icon {
    top: 18px;
    right: 24px;
  }
  @media (max-width:768px){
    details[open] .faq-open-icon{
        display: none;
    }
  }
  
  details > summary {
    list-style: none;
  }
  
  details > summary::-webkit-details-marker {
    display: none;
  }
  
  details[open] summary {
    color: #8b8b9a;
    font-weight: 500;
  }
  
  details[open] .faq-card-spoiler {
    display: inline-block;
    padding-top: 8px;
    color: #000;
  }
  
  .faq-aftertext {
    text-align: center;
    color: #8b8b9a;
  }

  /* floating-button */
.float .whatsapp {
    position: fixed;
    width: 44px;
    height: 44px;
    bottom: 155px;
    right: 30px;
   
    background-color: #3FC451;
    border-radius: 57%;
    text-align: center;
    font-size: 27px;
    z-index: 100;
  }
  .fa-whatsapp::before{
    font-size: 26px;
  }
  .float .callu {
    position: fixed;
    width: 43px;
    height: 43px;
     bottom: 205px;
    right: 30px;
    background-color: #ff5a60;
    border-radius: 57%;
    text-align: center;
    font-size: 25px;
    z-index: 100;
  }
  
    .float .instagram {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 50px;
    right: 30px;
 
    border-radius: 57%;
    text-align: center;
    font-size: 25px;
    z-index: 100;
  }
  
   .float .facebook {
    position: fixed;
    width: 43px;
    height: 43px;
    bottom: 105px;
    right: 30px;
  
    border-radius: 57%;
    text-align: center;
    font-size: 25px;
    z-index: 100;
  }
  .fa-whatsapp::before{
    font-size: 26px;
  }
  .fa-phone-outgoing::before{
    font-size: 20px;
  }
  @media (max-width:768px){
    .float .whatsapp{
      bottom: 205px;
      right: 28px;
    }
  }
  @media (max-width:768px){
    .ftter{
      width: 70% !important;
    }
  }
  @media (max-width:768px){
    .float .callu{
      bottom: 155px;
      right: 28px;
    }
  }
@media (max-width:768px){
    .join-button{
        margin-left:-90px;
    }
}

/* back to top */
button.back-to-top{
    margin: 0 !important;
    padding: 0 !important;
    background: #fff;
      height: 0px;
    width: 0px;
    overflow: hidden;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
    color: transparent;
      clear: both;
    visibility: hidden;
    position: fixed;
    cursor: pointer;
    display: block;
    border: none;
    right: 50px;
      bottom: 75px;
    font-size: 0px;
    outline: 0 !important;
    z-index: 99;
    transition: all .3s ease-in-out;
  }
  button.back-to-top:hover,
  button.back-to-top:active,
  button.back-to-top:focus{
    outline: 0 !important;
  }
  button.back-to-top::before {
    content: "\f077";
    font-family: "FontAwesome";
    display: block;
    vertical-align: middle;
    margin: -5px 0 auto;
  }
  button.back-to-top.show {
    display: block;
    background: #fff;
    color: #00ab6c;
    font-size: 25px;
    right: 25px;
      bottom: 50px;
    height: 50px;
    width: 50px;
    visibility: visible;
      box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  }
  button.back-to-top.show:active {
    box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  }

  @media (max-width:768px){
   
  }
  .faqsct{
    text-align: left;
  }

  @media (max-width:768px){
    .ctabt{
        margin-left: 0 !important;
    }
  }

  .headermn{
    position: sticky;
    top: 0px;
    z-index: 999;
  }
  .sticky-top{
    position: sticky;
    top: 46px;
    z-index: 1020;
  }

  /* testimonial-section */
  .testimonial-section
{
  background-color: #ffffff;
  padding: 80px 0;
  text-align: center;
  margin-bottom: -80px;
}
@media (max-width:768px){
    .testimonial-section{
        margin-bottom: -114px !important;
    }
}

.testimonial-width
{
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.testimonial-section h1
{
  font-weight: 400;
  letter-spacing: 10px;
  text-transform: uppercase;
  font-size: 20px;
  color: #000;
}

.testimonial-pics
{
  padding: 40px 0;
}

.testimonial-pics img
{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 20px;
  filter: grayscale(100%);
  transition: .3s;
  cursor: pointer;
}

.testimonial-pics img:hover, .testimonial-pics img.active
{
  filter: none;
}

.testimonial-contents
{
  max-width: 600px;
  margin: auto;
}

.testimonial-words
{
  display: none;
}

.testimonial-words.active
{
  display: block;
}

.testimonial-words p
{
  color: #5c5c5c;
  margin-bottom: 20px;
}

.testimonial-words .description
{
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 15px;
  color: #000;
}




@media (max-width:768px){
    .mddqr{
        margin-top: -360px !important;
    }
    .tstm{
        margin-top: -470px !important;
    }
    .mdmdm{
        margin-top: -50px !important;
    }
}

@media (max-width:768px){
    .contact-ftr{
        margin-top: 0px !important;
    }
    .service-pg{
       margin-bottom: 360px;
    }
    .pagg{
        padding-bottom: 0px !important;
    }
    /* .home-pgg{
        margin-top: -610px !important;
    } */
    .cmpn{
        padding-bottom: 0px !important;
    }
}

.slid{
    color: #ff5a60;
    background-color: #ffffff;
    border: 1.5px solid #ffffff;
    border-radius: 0px;
    padding: 12px 29px;
    
    font-size: 1rem;
    cursor: pointer;
}
.slid:hover{
    color: #ffffff;
    background-color: transparent;
    border:1.5px solid #ffffff;
    transition: all ease-in-out 350ms;
}
@media(max-width:768px){
    .slid{
        margin-left: 0 !important;
        padding: 0px 6px;
        font-size: 14px;
    }
}

/* swiper-slider */
.slider-container {
    position: relative;
    height: 82%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    cursor: all-scroll;
  }
  
  @media (max-width:768px){
    .slider-container{
        height: 26%;
    }
    .slider-pagi{
        display: none;
    }
    .slide__content{
        width: 0% !important;
        height: 32vh !important;
    }
    .slider-control.left{
        display: none;
    }
  }
  .slider-control {
    z-index: 2;
    position: absolute;
    top: 0;
    width: 12%;
    height: 100%;
    transition: opacity 0.3s;
    will-change: opacity;
    opacity: 0;
  }
  .slider-control.inactive:hover {
    cursor: auto;
  }
  .slider-control:not(.inactive):hover {
    opacity: 1;
    cursor: pointer;
  }
  .slider-control.left {
    left: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.18) 0%, rgba(0, 0, 0, 0) 100%);
  }
  .slider-control.right {
    right: 0;
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 100%);
  }
  
  .slider-pagi {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    font-size: 0;
    list-style-type: none;
  }
  .slider-pagi__elem {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 2rem;
    height: 2rem;
    margin: 0 0.5rem;
    border-radius: 50%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .slider-pagi__elem:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1.2rem;
    height: 1.2rem;
    background: #fff;
    border-radius: 50%;
    transition: transform 0.3s;
    transform: translate(-50%, -50%) scale(0);
  }
  .slider-pagi__elem.active:before, .slider-pagi__elem:hover:before {
    transform: translate(-50%, -50%) scale(1);
  }
  
  .slider {
    z-index: 1;
    position: relative;
    height: 100%;
  }
  .slider.animating {
    transition: transform 0.5s;
    will-change: transform;
  }
  .slider.animating .slide__bg {
    transition: transform 0.5s;
    will-change: transform;
  }
  
  .slide {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .slide.active .slide__overlay,
  .slide.active .slide__text {
    opacity: 1;
    transform: translateX(0);
  }
  .slide__bg {
    position: absolute;
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background-size: cover;
    will-change: transform;
  }
  .slide:nth-child(1) {
    left: 0;
  }
  .slide:nth-child(1) .slide__bg {
    left: 0;
    background-image: url(../images/slider/residential-g.webp);
  }
  .slide:nth-child(1) .slide__overlay-path {
    fill: #e99c7e;
  }
  /* @media (max-width: 991px) {
    .slide:nth-child(1) .slide__text {
      background-color: rgba(233, 156, 126, 0.8);
    }
  } */
  .slide:nth-child(2) {
    left: 100%;
  }
  .slide:nth-child(2) .slide__bg {
    left: -50%;
    background-image: url(../images/slider/office-g.webp);
  }
  .slide:nth-child(2) .slide__overlay-path {
    fill: #e1ccae;
  }
  @media (max-width: 991px) {
    .slide:nth-child(2) .slide__text {
      /* background-color: rgba(225, 204, 174, 0.8); */
    }
  }
  .slide:nth-child(3) {
    left: 200%;
  }
  .slide:nth-child(3) .slide__bg {
    left: -100%;
    background-image: url(../images/slider-images/innternational.webp);
  }
  .slide:nth-child(3) .slide__overlay-path {
    fill: #adc5cd;
  }
  /* @media (max-width: 991px) {
    .slide:nth-child(3) .slide__text {
      background-color: rgba(173, 197, 205, 0.8);
    }
  } */
  .slide:nth-child(4) {
    left: 300%;
  }
  .slide:nth-child(4) .slide__bg {
    left: -150%;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/142996/3d-slider-4.jpg");
  }
  .slide:nth-child(4) .slide__overlay-path {
    fill: #cbc6c3;
  }
  @media (max-width: 991px) {
    .slide:nth-child(4) .slide__text {
      background-color: rgba(203, 198, 195, 0.8);
    }
  }
  .slide__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .slide__overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    min-height: 810px;
    transition: transform 0.5s 0.5s, opacity 0.2s 0.5s;
    will-change: transform, opacity;
    transform: translate3d(-20%, 0, 0);
    opacity: 0;
  }
  @media (max-width: 991px) {
    .slide__overlay {
      display: none;
    }
  }
  .slide__overlay path {
    opacity: 0.8;
  }
  .slide__text {
    position: absolute;
    width: auto;
    bottom: 35%;
    left: 12%;
    color: #fff;
    transition: transform 0.5s 0.8s, opacity 0.5s 0.8s;
    will-change: transform, opacity;
    transform: translateY(-50%);
    opacity: 0;
  }
  @media (max-width: 991px) {
    .slide__text {
  
      /*width: 100%;*/
      /* height: 20rem; */
      text-align: center;
      transform: translateY(50%);
      transition: transform 0.5s 0.5s, opacity 0.5s 0.5s;
      padding: 0 1rem;
      top: 30%;
    }
  }
  .slide__text-heading {
    font-size: 45px;
    margin-bottom: 2rem;
    font-weight: 600;
    color: #ffffff;
    text-align: left;
    text-shadow: 1px 2px 1px 2px #000;
    background-color: #ff2626a8;
    padding: 3px 10px;
  }
  @media (max-width: 991px) {
    .slide__text-heading {
      line-height: 24px;
      font-size: 28px;
    }
  }
  .slide__text-desc {
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
  @media (max-width: 991px) {
    .slide__text-desc {
      display: none;
    }
  }
  .slide__text-link {
    z-index: 5;
    display: inline-block;
    position: relative;
    padding: 0.5rem;
    cursor: pointer;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 2.3rem;
    perspective: 1000px;
  }
  @media (max-width: 991px) {
    .slide__text-link {
      display: none;
    }
  }
  .slide__text-link:before {
    z-index: -1;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 50% 100%;
    transform: rotateX(-85deg);
    transition: transform 0.3s;
    will-change: transform;
  }
  .slide__text-link:hover:before {
    transform: rotateX(0);
  }
  @media(max-width:768px){
    .slid{
        display: none !important;
    }
    .sddf{
        margin-bottom: 520px !important;
    }
  }
  /* contact-form */
  input, select, textarea{
    display:block;
    width:100%;
    padding:.3em;
    font-size:17px;
    background-color:#fbfbfb;
    border:solid 1px #CCC;
    resize:vertical;
  }
  textarea{
    min-height:180px;
  }
  select{
    color:#000000bd;
  }
  option{
    color:#000000bd;
    background: #fff;
  }
  input[type=checkbox]{
    display:inline;
    width:auto;
    color:red;
  }
  
  input[type=submit]{
    background:#ff5a60;
    margin:1em 0 0;
    color:white;
    border:none;
    border-radius:0px;
    transition:all .3s ease-out;
  }
  
  input:focus,
  input:hover,
  select:focus,
  select:hover,
  textarea:focus,
  textarea:hover{
    background: #fff;
  }
  
  /* hover and focus states */
  input[type=submit]:hover,
  input[type=submit]:focus{
    background: transparent;
    outline:none;
    border: 1px solid red;
    color: red;
  }
  
  @media screen and (min-width:600px) {
    /*  make the form 2 columns */
    form:after{
      content:'';
      display:block;
      clear:both;
    }
    .column{
      width:50%;
      padding:1em;
      float:left;
    }
  }
.get-in-touch{
    padding-top: 50px;
    padding-bottom: 50px;
}
@media (max-width:768px){
    .get-in-touch{
        padding-bottom: 400px;
    }
    .magc{
        margin-bottom: 300px !important;
    }
    .resdc{
        margin-bottom: 300px !important;
    }
    .fmi{
        margin-bottom: 300px !important;
    }
}  
/* address-contact */
.text-lightt-gray{
    color: #504646;
  }
  .contact-add{
    border: 1px solid #1156a7;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #fff;
  }
  .position-relative{
    position: relative !important;
  }
  .inside-banner{
    margin-top: -100px;
  }
  
  @media (max-width: 992px) {
    /* .page-title-content{
      height: 175px !important;
    } */
    .page-title-section{
      margin-top: 130px !important;
    }
  }
  
  .sharjah-head{
    text-align: center;
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .how-do{
    text-align: center;
    margin-top: 50px;
  }
  .how-do h3{
    padding-bottom: 6px;
  }
  .professional-movers{
    margin-top: 50px;
    text-align: center;
  }
  .professional-movers h3{
    padding-bottom: 15px;
  }
  .proffessional-points{
    border: 2px solid;
    padding: 10px;
    border-radius: 7px;
    border-style: groove;
    margin-bottom: 20px;
  }
  .proffessional-points h5{
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .service-offered{
    text-align: center;
    margin-top: 50px;
  }
  .service-offered h3{
    padding-bottom: 15px;
    
    
  }
  
  .cs_footer_icon i.fa.fa-instagram {
     background: #ffffff;
    padding: 10px 12px;
    border-radius: 50px;
    color: #ff3a68;
    transition: all 0.3s;
}
  
.cs_footer_icon i.fa.fa-instagram:hover {
    background: #ff5a60;
    padding: 10px 13px;
    color: #fff;
}
 
 .text-underline{
     text-decoration: underline;
 }