* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', sans-serif; 
    padding-top: 143px;
}

a,a:hover {
    text-decoration: none;
    outline: none;
}

label {
    color: #7e7e7e;
    cursor: pointer;
}

.btn:focus {
    box-shadow: none;
}

.btn:hover {
    color: unset;
}


.form-control {
    border-radius: 0px;
    padding: 20px;
    background-color: #FFF;
    font-size: 14px;
    color:#3E3A44;
}

.form-control::placeholder {
    color: #7e7e7e;
}

.form-control,
textarea.form-control {
    box-shadow: 0px 3px 2px -2px transparent;
    border: 1px solid #ececec;
    transition: all 0.5s ease-in-out;
}

.form-control:focus,
textarea.form-control:focus {
    color:#3E3A44;
    border-color: #C3AC79;
    box-shadow: 0px 6px 8px -2px #C3AC7957;
}

textarea.form-control {
    resize: none;
    height: 200px;
}

.formobile {
    display: none;
}

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover {
    border-color: #C3AC79;
}

.modal {
    z-index:1075;
    background-color: rgba(0,0,0,0.8);
}

.modal-content {
    border-radius: 3px;
    outline: 0;
    border: 0;
    box-shadow: none;
}

.Arabic {
    font-family:'Cairo', sans-serif; 
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
}

.Body_overlay {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1039;
    background-color: rgba(0, 0, 0, 0.6);
}

.SectionTitle {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 30px;
}

.SectionTitle h4 {
    color: #3E3A44;
    font-size: 28px;
    margin-bottom: 20px;
}

.nav-pills {
    padding: 0;
}

.nav-pills .nav-link {
    color: #FFF;
    border: 1px solid #FFF;
    background-color: transparent;
    padding: 7px;
    margin-right: 10px !important;
    border-radius: 0px;
    text-align: center;
    width: 170px;
    transition: all 0.2s ease-in-out;
}

.nav-pills .nav-link:last-of-type {
    margin-right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show>.nav-link {
    border-color: #C3AC79;
    background-color: #C3AC79;
}

.Test_Tabs {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    cursor: pointer;
    margin-bottom: 40px;
}

.simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: right;
}

.simple-pagination li {
	display: inline-block;
	margin-right: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
	color: #666;
    padding: 5px 10px;
	text-decoration: none;
    background-color: #FFF;
    border-radius: 0px;
    box-shadow: none;
    border: 1px solid #DDD;
    outline: none;
}

.page-link:focus {
    outline: none;
    box-shadow: none;
}

.page-link:hover {
    color: #FFF;
    background: #C3AC79;
    border-color: #FFF;
}

.simple-pagination .current {
	color: #FFF;
    background-color:#C3AC79;
    border-color: #FFF;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
    background: #FFF;
    color: #C3AC79;
    border: 1px solid #DDD;
}

.navbar {
    background-color: #3E3A44;
    padding: 5px;
    top: 0px;
    transition: top 0.5s ease-in-out 0s;
}

.navbar-new-bottom{
    background-color: #353239;
    padding: 0;
    top: 100px;
    z-index: 1040;
    transition: top 0.5s ease-in-out 0s;
}

#navbarContent .social {
    margin-left: 10px;
    margin-top: 10px;
}

#navbarContent .social  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#navbarContent .social ul li{
    display: inline-block;
    margin-left: 3px;
}

#navbarContent .social ul li a {
    display: flex;
    color: #FFF;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px;
    background-color: #C3AC79;
    transition: all 0.2s ease-in-out;
}

#navbarContent .social ul li a i {
    font-size: 20px;
}

#navbarContent .social ul li a:hover {
    background-color:#3E3A44;
}

.navbar-collapse {
    justify-content: left;
}

#navbarContent::-webkit-scrollbar {
    width: 0px;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link {
    color: #FFF !important;
    background-color: transparent;
    font-size: 14px;
    padding: 0.7rem 1rem;
    transition: all 0.2s ease-in-out;
}

.navbar-light .navbar-nav .active>.nav-link,
 .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
   .navbar-light .navbar-nav .show>.nav-link {
    color: #C3AC79 !important;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #C3AC79 !important;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.navbar-light .navbar-toggler-icon {
    background-image: url('../images/menu-button.svg');
}

.navbar-light .navbar-toggler {
    position: fixed;
    right: 4%;
    top: 25px;
    z-index: 1;
}

.navbar-toggler:focus, .navbar-toggler:hover {
    box-shadow: none;
    outline: none;
}

.navbar-toggler>.close {
    display:inline-block;
    color: #C3AC79;
    opacity: 1;
    text-shadow: none;
    margin-top: 3px;
}
.navbar-toggler.collapsed>.close, 
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display:none;
}

.close:not(:disabled):not(.disabled):focus, 
.close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.navbar-brand {
    outline: none;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 0;
}

.navbar-brand img {
    width: auto;
    height: 80px;
}

.navbar .links {
    text-align: right;
    margin-right: 10px;
    margin-top: 10px;
}

.navbar .links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar .links ul li {
    display: block;
    margin-bottom: 10px;
}

.navbar .links ul li .phone {
    color: #C3AC79;
    font-size: 14px;
}

.navbar .links ul li .phone i {
    font-size: 16px;
    color: #C3AC79;
    margin-right: 5px;
}

.navbar .links ul li .social  ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar .links ul li .social ul li{
    display: inline-block;
    margin-left: 3px;
}

.navbar .links ul li .social ul li a {
    display: flex;
    color: #FFF;
    width: 28px;
    height: 28px;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 0px;
    background-color: #C3AC79;
    transition: all 0.2s ease-in-out;
}

.navbar .links ul li .social ul li a i {
    font-size: 20px;
}

.navbar .links ul li .social ul li a:hover {
    background-color:#353239;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0px;
    background-color: #3e3a44;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;
}

.dropdown-item {
    padding: 10px 0px;
    padding-right: 30px;
    padding-left: 20px;
    color: #FFF !important;
    font-size: 14px;
    border-radius: 0px;
    transition: all 0.2s ease-in-out;
}

.dropdown-item.active, .dropdown-item:active,
.dropdown-item:focus, .dropdown-item:hover {
    color: #C3AC79 !important;
    background-color: transparent;
} 


/* Slider */
.swiper-container {
    width: 100%;
    height: 500px;
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}

.swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFF;
    border: 2px solid #FFF;
    outline: none;
    border-radius: 0;
    opacity: 1;
    transform: rotate(45deg);
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white,
.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    outline: none;

}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background-color: #C3AC79;
    border-color: #C3AC79;
}

/* Welcome */
#Welcome {
    padding: 60px 0;
    background-color: #F5F5F5;
}

#Welcome .content .image {
    width: 100%;
    height: 243px;
}

#Welcome .content .image img {
    width: 100%;
    height: 100%;
}

#Welcome .content .title {
    margin-bottom: 20px;
}

#Welcome .content .title h4 {
    color: #3E3A44;
    font-weight: 600;
}

#Welcome .content .desc p {
    font-size: 14px;
    text-align: justify;
    color: #8F8F8F;
    line-height: 1.8;
    margin-bottom: 0;
}

/* View */
#View {
    padding: 60px 0;
    background-image: url('../images/viewBG.png');
    background-size: cover;
}

#View .Image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#View .Image img {
    padding: 20px;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

#View .Image .overlay_gallery {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#View .Image .overlay_gallery .fa-search {
    font-size: 20px;
    color: #FFF;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

#View .Image:hover img {
    transform: scale(1.1);
    padding: 0;
}

#View .Image:hover .overlay_gallery {
    opacity: 1;
    visibility: visible;
}

#View .viewMore {
    margin-top: 20px;
    text-align: center;
}

#View .viewMore button {
    width: 120px;
    border: none;
    background-color: #C3AC79;
    color: #FFF;
    padding: 7px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

#View .viewMore button:hover {
    background-color: #3E3A44;
}

#View .videoItem {
    margin-bottom: 30px;
}

#View .videoItem iframe {
    width: 100%;
    height: 300px;
    padding: 20px;
    background-color: #FFF;
}

/* StayInTouch */
#StayInTouch {
    margin: 40px 0;
}

#StayInTouch .content {
    padding: 30px;
    background-color: #E8E8E8;
    height: 290px;
}

#StayInTouch .content .title h4 {
    color: #3E3A44;
    font-weight: 600;
}

#StayInTouch .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#StayInTouch .content ul li {
    display: block;
    margin-bottom: 10px;
}

#StayInTouch .content ul li i {
    float: left;
    font-size: 18px;
}

#StayInTouch .content ul li .phone ,
#StayInTouch .content ul li .mail ,
#StayInTouch .content ul li .fax {
    margin-left: 30px;
    font-size: 16px;
}

#StayInTouch .twitter {
    padding: 30px;
    background-color: #E8E8E8;
    height: 290px;
}


/* footer */
.footer-bottom {
    width: 100%;
    background-color: #E8E8E8;
}

.language {
    color: #717171;
    padding: 10px;
}

.copyright {
    color: #717171;
    text-align: right;
    padding: 10px;
}

.copyright p ,.language p{
    font-size: 14px;
    margin-bottom: 0;
}



/*Scroll To Top */
.scroll_top {
    width: 40px;
	height: 40px;
	color: #FFF;
	background-color: #C3AC79;
	text-align: center;
	position: fixed;
	right: 0px;
	bottom: 50px;
    opacity: 0;
    visibility: hidden;
	cursor: pointer;
    border-radius: 0px;
    z-index: 999;
    transition: all 0.5s ease-in-out;
}

.scroll_top i{
    position: absolute;
	top: 10px;
    right: 13px;
    font-size: 22px;
    transition: all 0.2s ease-in-out;
}

.scroll_top:hover{
    background-color:#3E3A44;
}

/***********/
/* Media Center */
/***********/
#MediaCenter {
    margin: 40px 0;
}

#MediaCenter .content {
    padding: 60px 40px;
    background-image: url('../images/viewBG.png');
    background-size: cover;
}

#MediaCenter .Image {
    width: 100%;
    height: 250px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

#MediaCenter .Image img {
    padding: 20px;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

#MediaCenter .Image .overlay_gallery {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.6);
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

#MediaCenter .Image .overlay_gallery .fa-search {
    font-size: 20px;
    color: #FFF;
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease-in-out;
    height: 100%;
}

#MediaCenter .Image:hover img {
    transform: scale(1.1);
    padding: 0;
}

#MediaCenter .Image:hover .overlay_gallery {
    opacity: 1;
    visibility: visible;
}

#MediaCenter .videoItem {
    margin-bottom: 30px;
}

#MediaCenter .videoItem iframe {
    width: 100%;
    height: 300px;
    padding: 20px;
    background-color: #FFF;
}

/***********/
/* About Us */
/***********/
#AboutUs {
    margin: 40px 0;
}

#AboutUs .content {
    padding: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
}

#AboutUs .content .title {
    margin-bottom: 20px;
}

#AboutUs .content .title h5 {
    color: #3E3A44;
    font-weight: 600;
}

#AboutUs .content .desc p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

#AboutUs .content .image {
    width: 100%;
    height: 405px;
}

#AboutUs .content .image img {
    width: 100%;
    height: 100%;
}

/***********/
/* who are we */
/***********/
#whoarewe {
    margin: 40px 0;
}

#whoarewe .content {
    padding: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
}

#whoarewe .content .image {
    width: 100%;
    height: 360px;
    margin-bottom: 20px;
}

#whoarewe .content .image img {
    width: 100%;
    height: 100%;
}

#whoarewe .content .desc p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}

/***********/
/* Our Mission */
/***********/
#OurMission {
    margin: 40px 0;
}

#OurMission .content {
    padding: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
}

#OurMission .content .image {
    width: 100%;
    height: 290px;
    margin-bottom: 20px;
}

#OurMission .content .image img {
    width: 100%;
    height: 100%;
}

#OurMission .content .desc p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 0;
}


/****************/
/* Our Services */
/***************/
#OurServices {
    margin: 40px 0;
}

#OurServices .content {
    padding: 30px;
    background-color: #F5F5F5;
}

.service_item {
    width: 100%;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.service_item:hover {
    background-color: #353239;
}

.service_item:hover .title h5 {
    color: #FFF;
}

.service_item:hover .image img {
    transform: scale(1.1);
}

.service_item .image {
    width: 100%;
    height: 145px;
    margin-bottom: 10px;
    overflow: hidden;
}

.service_item .image img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.service_item .title h5 {
    color: #3E3A44;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

/****************/
/* Our Clients */
/***************/
#OurClients {
    margin: 40px 0;
}

#OurClients .content {
    padding: 30px;
    background-color: #F5F5F5;
}

.client_item {
    width: 100%;
    height: 220px;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 30px;
    text-align: center;
    transition: all 0.5s ease-in-out;
}

.client_item:hover {
    background-color: #353239;
}

.client_item:hover .title h5 {
    color: #FFF;
}

.client_item:hover .image img {
    transform: scale(1.1);
}

.client_item .image {
    width: 100%;
    height: 145px;
    margin-bottom: 10px;
    overflow: hidden;
}

.client_item .image img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.client_item .title h5 {
    color: #3E3A44;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

/****************/
/* Request Consltant */
/***************/
#RequestConsltant {
    margin: 40px 0;
}

#RequestConsltant .content {
    padding: 30px;
    background-color: #F5F5F5;
}

#RequestConsltant .content .desc p {
    font-size: 14px;
    margin-bottom: 0;
}

#RequestConsltant .content .SendButton button {
    width: 120px;
    border: none;
    background-color: #C3AC79;
    color: #FFF;
    padding: 7px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

#RequestConsltant .content .SendButton button:hover {
    background-color: #3E3A44;
}

/****************/
/* Contact Us */
/***************/
#ContactUs {
    margin: 40px 0;
}

#ContactUs .content {
    padding: 30px;
    background-color: #F5F5F5;
}

#ContactUs .content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#ContactUs .content ul li {
    display: block;
    margin-bottom: 10px;
}

#ContactUs .content ul li i {
    float: left;
    font-size: 16px;
}

#ContactUs .content ul li .phone, 
#ContactUs .content ul li .mail, 
#ContactUs .content ul li .hotline,
#ContactUs .content ul li .fax {
    margin-left: 30px;
    font-size: 14px;
}

#ContactUs .content .SendButton button {
    width: 120px;
    border: none;
    background-color: #C3AC79;
    color: #FFF;
    padding: 7px;
    border-radius: 0;
    box-shadow: none;
    outline: none;
    font-size: 14px;
    transition: all 0.2s ease-in-out;
}

#ContactUs .content .SendButton button:hover {
    background-color: #3E3A44;
}


/****************/
/* Our Team */
/***************/
#OurTeam {
    margin: 40px 0;
}

#OurTeam .content {
    padding: 30px;
    background-color: #F5F5F5;
}

.team_item {
    width: 100%;
    height: 430px;
    padding: 10px;
    background-color: #FFF;
    margin-bottom: 30px;
    transition: all 0.5s ease-in-out;
}

.team_item:hover {
    background-color: #353239;
}

.team_item:hover .title h5,
.team_item:hover .title span {
    color: #FFF;
}

.team_item:hover .image img {
    transform: scale(1.1);
}

.team_item .image {
    width: 100%;
    height: 330px;
    margin-bottom: 10px;
    overflow: hidden;
}

.team_item .image img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.team_item .title h5 {
    color: #3E3A44;
    font-size: 16px;
    transition: all 0.5s ease-in-out;
}

.team_item .title span {
    color: #a2a2a2;
    font-size: 14px;
    transition: all 0.5s ease-in-out;
}


/***********/
/* service Details */
/***********/
#serviceDetails {
    margin: 40px 0;
}

#serviceDetails .content {
    padding: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
}

#serviceDetails .content .title {
    margin-bottom: 20px;
}

#serviceDetails .content .title h5 {
    color: #3E3A44;
    font-weight: 600;
}

#serviceDetails .content  .desc p {
    text-align: justify;
    font-size: 14px;
    line-height: 1.8;
}


/***********/
/* team Details */
/***********/
#teamDetails {
    margin: 40px 0;
}

#teamDetails .content {
    padding: 30px;
    background-color: #F5F5F5;
    margin-bottom: 30px;
}

#teamDetails .content .image {
    width: 100%;
    height: 405px;
}

#teamDetails .content .image img {
    width: 100%;
    height: 100%;
}

#teamDetails .content .title {
    margin-bottom: 20px;
}

#teamDetails .content .title h5 {
    color: #3E3A44;
    font-weight: 600;
}

#teamDetails .content .title span {
    color: #a2a2a2;
    font-size: 14px;
}

#teamDetails .content  .desc ul {
    margin-left: 20px;
}

#teamDetails .content .desc ul li {
    margin-bottom: 10px;
    font-size: 16px;
}


@media only screen and (max-width: 600px) {
    body {
        padding-top: 72px;
    }
    .formobile {
        display: block;
    }
    .navbar-brand img {
        height: 52px;
    }
    .navbar-light .navbar-toggler {
        top: 18px;
    }
    .navbar {
        top: 0;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 80%;
        background-color: #353239;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 100px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar .links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }
    .dropdown-menu {
        background-color: #5e5d60;
    }
    .swiper-container {
        height: 150px;
    }
    .swiper-pagination-bullet {
        height: 8px;
        width: 8px;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .nav-pills .nav-link {
        width: 98px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 5px !important;
    }
    .copyright,.language {
        text-align: center;
    }
    .copyright p, .language p {
        font-size: 11px;
    }
    #Welcome  {
        padding: 40px 0px;
    }
    #Welcome .content .image {
        height: auto;
    }
    #Welcome .content .title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #Welcome .content .title h4 {
        font-size: 18px;
    }
    #Welcome .content .desc p {
        font-size: 12px;
    }
    #View {
        padding: 40px 0px;
    }
    #View .Image {
        height: auto;
    }
    #View .Image img {
        padding: 10px;
    }
    #View .videoItem iframe {
        height: 180px;
        padding: 10px;
    }
    #View .viewMore button {
        font-size: 12px;
    }
    #StayInTouch .content ul li i {
        font-size: 16px;
    }
    #StayInTouch .content ul li .phone, 
    #StayInTouch .content ul li .mail, 
    #StayInTouch .content ul li .fax {
        font-size: 12px;
    }
    #StayInTouch .content {
        height: auto;
        margin-bottom: 30px;
    }
    #StayInTouch .twitter {
        height: auto;
    }
    .SectionTitle h4 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    /* About Us */
    #AboutUs .content .image {
        height: auto;
        margin-bottom: 10px;
    }
    #AboutUs .content .title h5 {
        font-size: 16px;
        line-height: 1.6;
    }
    #AboutUs .content .desc p {
        font-size: 12px;
    }
    /* whoarewe */
    #whoarewe .content .image {
        height: auto;
    }
    #whoarewe .content .desc p {
        font-size: 12px;
    }
    /* OurMission */
    #OurMission .content .image {
        height: auto;
    }
    #OurMission .content .desc p {
        font-size: 12px;
    }
    /* OurServices */
    .service_item .image {
        height: auto;
    }
    .service_item .title h5 {
        font-size: 14px;
    }
    /* serviceDetails */
    #serviceDetails .content .title {
        margin-bottom: 15px;
    }
    #serviceDetails .content .title h5 {
        font-size: 16px;
    }
    #serviceDetails .content .desc p {
        font-size: 12px;
    }
    /* OurClient */
    .client_item ,.client_item .image {
        height: auto;
    }
    .client_item .title h5 {
        font-size: 14px;
    }
    /* RequestConsltant */
    #RequestConsltant .content .desc p {
        font-size: 12px;
    }
    #RequestConsltant .content .SendButton button {
        width: 100%;
    }
    .form-control {
        font-size: 12px;
    }
    /* OurTeam */
    .team_item,.team_item .image {
        height: auto;
    }
    .team_item .title h5 {
        font-size: 14px;
    }
    .team_item .title span {
        font-size: 12px;
    }
    /* teamDetails */
    #teamDetails .content .image {
        height: auto;
        margin-bottom: 15px;
    }
    #teamDetails .content .title {
        margin-bottom: 15px;
    }
    #teamDetails .content .title h5 {
        font-size: 16px;
    }
    #teamDetails .content .title span {
        font-size: 12px;
    }
    #teamDetails .content .desc ul li {
        font-size: 12px;
    }
    /* ContactUs */
    #ContactUs .content ul li .phone, 
    #ContactUs .content ul li .mail, 
    #ContactUs .content ul li .hotline, 
    #ContactUs .content ul li .fax {
        font-size: 12px;
    }
    #ContactUs .content .SendButton button {
        width: 100%;
    }
    /* MediaCenter */
    #MediaCenter .content {
        padding: 40px 15px;
    }
    #MediaCenter .Image {
        height: auto;
    }
    #MediaCenter .Image img {
        padding: 10px;
    }
    #MediaCenter .videoItem iframe {
        height: 180px;
        padding: 10px;
    }
}


@media only screen and (min-width: 601px) and (max-width: 767px) {
    body {
        padding-top: 85px;
    }
    .formobile {
        display: block;
    }
    .navbar-brand img {
        height: 65px;
    }
    .navbar {
        top: 0;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 40%;
        background-color: #353239;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 100px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar .links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }
    .dropdown-menu {
        background-color: #5e5d60;
    }
    .swiper-container {
        height: 242px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 11px;
    }
    #Welcome  {
        padding: 40px 0px;
    }
    #Welcome .content .image {
        height: auto;
    }
    #Welcome .content .title {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #Welcome .content .title h4 {
        font-size: 18px;
    }
    #Welcome .content .desc p {
        font-size: 12px;
    }
    #View {
        padding: 40px 0px;
    }
    #View .Image {
        height: auto;
    }
    #StayInTouch .content ul li i {
        font-size: 16px;
    }
    #StayInTouch .content ul li .phone, 
    #StayInTouch .content ul li .mail, 
    #StayInTouch .content ul li .fax {
        font-size: 12px;
    }
    #StayInTouch .content {
        height: auto;
        margin-bottom: 30px;
    }
    #StayInTouch .twitter {
        height: auto;
    }
    .SectionTitle h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    /* About Us */
    #AboutUs .content .image {
        height: auto;
        margin-bottom: 10px;
    }
    #AboutUs .content .title h5 {
        font-size: 16px;
        line-height: 1.6;
    }
    #AboutUs .content .desc p {
        font-size: 12px;
    }
    /* whoarewe */
    #whoarewe .content .image {
        height: auto;
    }
    #whoarewe .content .desc p {
        font-size: 12px;
    }
    /* OurMission */
    #OurMission .content .image {
        height: auto;
    }
    #OurMission .content .desc p {
        font-size: 12px;
    }
    /* OurServices */
    .service_item .image {
        height: 125px;
    }
    .service_item .title h5 {
        font-size: 14px;
    }
    /* serviceDetails */
    #serviceDetails .content .title {
        margin-bottom: 15px;
    }
    #serviceDetails .content .title h5 {
        font-size: 16px;
    }
    #serviceDetails .content .desc p {
        font-size: 12px;
    }
    /* OurClient */
    .client_item  {
        height: 195px;
    }
    .client_item .image {
        height: 130px;
    }
    .client_item .title h5 {
        font-size: 14px;
    }
    /* RequestConsltant */
    #RequestConsltant .content .desc p {
       font-size: 12px;
    }
    #RequestConsltant .content .SendButton button {
        width: 100%;
    }
    .form-control {
        font-size: 12px;
    }
    /* OurTeam */
    .team_item{
        height: 380px;
    }
    .team_item .image {
        height: 285px;
    }
    .team_item .title h5 {
        font-size: 14px;
    }
    .team_item .title span {
        font-size: 12px;
    }
    /* teamDetails */
    #teamDetails .content .image {
        height: auto;
        margin-bottom: 15px;
    }
    #teamDetails .content .title {
        margin-bottom: 15px;
    }
    #teamDetails .content .title h5 {
        font-size: 16px;
    }
    #teamDetails .content .title span {
        font-size: 12px;
    }
    #teamDetails .content .desc ul li {
        font-size: 12px;
    }
    /* ContactUs */
    #ContactUs .content ul li .phone, 
    #ContactUs .content ul li .mail, 
    #ContactUs .content ul li .hotline, 
    #ContactUs .content ul li .fax {
        font-size: 12px;
    }
    #ContactUs .content .SendButton button {
        width: 100%;
    }
    /* MediaCenter */
    #MediaCenter .content {
        padding: 40px 30px;
    }
    #MediaCenter .Image {
        height: auto;
    }
}


@media only screen and (min-width: 768px) and (max-width: 991px){
    body {
        padding-top: 85px;
    }
    .formobile {
        display: block;
    }
    .navbar-brand img {
        height: 65px;
    }
    .navbar {
        top: 0;
    }
    .navbar-collapse {
        right: -100%;
        transition: right 0.2s ease-in-out;
    }
    .navbar-collapse.show {
        right: 0;
    }
    .navbar-new-bottom {
        top: 0;
        left: unset;
        width: 40%;
        background-color: #353239;
    }
    #navbarContent {
        height: 100vh;
        margin: 80px 0px 0px;
        padding-bottom: 100px;
        overflow: scroll;
        overflow-x: hidden;
    }
    .navbar-nav {
        text-align: justify;
    }
    .navbar .links {
        display: none;
    }
    .navbar-light .navbar-nav .nav-link {
        border: none;
        margin: 10px 0;
    }
    .dropdown-menu {
        background-color: #5e5d60;
    }
    .swiper-container {
        height: 247px;
    }
    .nav-pills .nav-link {
        font-size: 14px;
    }
    .copyright p, .language p {
        font-size: 12px;
    }
    #Welcome  {
        padding: 40px 0px;
    }
    #Welcome .content .image {
        height: auto;
    }
    #Welcome .content .title {
        margin-bottom: 10px;
    }
    #Welcome .content .title h4 {
        font-size: 18px;
    }
    #Welcome .content .desc p {
        font-size: 12px;
    }
    #View {
        padding: 40px 0px;
    }
    #View .Image {
        height: auto;
    }
    #View .videoItem iframe {
        height: 230px;
    }
    #StayInTouch .content ul li i {
        font-size: 16px;
    }
    #StayInTouch .content ul li .phone, 
    #StayInTouch .content ul li .mail, 
    #StayInTouch .content ul li .fax {
        font-size: 14px;
    }
    .SectionTitle h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    /* About Us */
    #AboutUs .content .image {
        height: auto;
    }
    #AboutUs .content .title h5 {
        font-size: 16px;
    }
    #AboutUs .content .desc p {
        font-size: 12px;
    }
    /* whoarewe */
    #whoarewe .content .image {
        height: auto;
    }
    #whoarewe .content .desc p {
        font-size: 12px;
    }
    /* OurMission */
    #OurMission .content .image {
        height: auto;
    }
    #OurMission .content .desc p {
        font-size: 12px;
    }
    /* OurServices */
    .service_item .title h5 {
        font-size: 14px;
    }
    .service_item .image {
        height: 112px;
    }
    /* serviceDetails */
    #serviceDetails .content .title {
        margin-bottom: 15px;
    }
    #serviceDetails .content .title h5 {
        font-size: 16px;
    }
    #serviceDetails .content .desc p {
        font-size: 12px;
    }
    /* OurClient */
    .client_item  {
        height: 185px;
    }
    .client_item .image {
        height: 117px;
    }
    .client_item .title h5 {
        font-size: 14px;
    }
    /* RequestConsltant */
    #RequestConsltant .content .desc p {
        font-size: 12px;
    }
    #RequestConsltant .content .SendButton button {
        padding: 5px;
    }
    .form-control {
        font-size: 12px;
    }
    /* OurTeam */
    .team_item {
        height: 350px;
    }
    .team_item .image {
        height: 255px;
    }
    .team_item .title h5 {
        font-size: 14px;
    }
    .team_item .title span {
        font-size: 12px;
    }
    /* teamDetails */
    #teamDetails .content .image {
        height: 285px;
    }
    #teamDetails .content .title {
        margin-bottom: 15px;
    }
    #teamDetails .content .title h5 {
        font-size: 16px;
    }
    #teamDetails .content .title span {
        font-size: 12px;
    }
    #teamDetails .content .desc ul li {
        font-size: 12px;
    }
    /* ContactUs */
    #ContactUs .content ul li .phone, 
    #ContactUs .content ul li .mail, 
    #ContactUs .content ul li .hotline, 
    #ContactUs .content ul li .fax {
        font-size: 12px;
    }
    #ContactUs .content .SendButton button {
        padding: 5px;
    }
    /* MediaCenter */
    #MediaCenter .content {
        padding: 40px 30px;
    }
    #MediaCenter .Image {
        height: auto;
    }
    #MediaCenter .videoItem iframe {
        height: 230px;
    }
}


@media only screen and (min-width: 992px)and (max-width: 1199px) {
    body {
        padding-top: 134px;
    }
    .navbar-light .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.4rem 0.4rem;
    }
    .navbar .links ul li {
        margin-left: 20px;
    } 
    /* whoarewe */
    #whoarewe .content .image {
        height: 290px;
    }
    /* OurMission */
    #OurMission .content .image {
        height: 360px;
    }
    /* OurServices */
    .service_item .image {
        height: 115px;
    }
    /* OurTeam */
    .team_item {
        height: 365px;
    }
    .team_item .image {
        height: 263px;
    }
}




