/* CSS Document */

@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
@import url(http://fonts.googleapis.com/earlyaccess/droidarabicnaskh.css);
/**{font-family: 'Droid Arabic Naskh', serif  }
*/

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'Montserrat-Bold';
	src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
	font-family: 'Montserrat-Light';
	src: url('../fonts/Montserrat-Light.ttf');
}
@font-face {
	font-family: 'Montserrat-Medium';
	src: url('../fonts/Montserrat-Medium.ttf');
}
@font-face {
	font-family: 'Montserrat-SemiBold';
	src: url('../fonts/Montserrat-SemiBold.ttf');
}
@font-face {
	font-family: 'Montserrat-ExtraBold';
	src: url('../fonts/Montserrat-ExtraBold.ttf');
}
@font-face {
	font-family: 'Poppins-Bold';
	src: url('../fonts/Poppins-Bold.ttf');
}
@font-face {
	font-family: 'Poppins-Medium';
	src: url('../fonts/Poppins-Medium.ttf');
}
@font-face {
	font-family: 'Poppins-Regular';
	src: url('../fonts/Poppins-Regular.ttf');
}
@font-face {
	font-family: 'Poppins-SemiBold';
	src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
	font-family: 'ahmed_light';
	src: url('../fonts/GE_SS_Two_Light.otf');
}
@font-face {
	font-family: 'ahmed_bold';
	src: url('../fonts/GE_SS_Two_Bold.otf');
}
@font-face {
	font-family: 'ahmed_medium';
	src: url('../fonts/GE_SS_Two_Medium.otf');
}



@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.eot");
	src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/Flaticon.woff") format("woff"), url("../fonts/Flaticon.ttf") format("truetype"), url("../fonts/Flaticon.svg#Flaticon") format("svg");
	font-weight: normal;
	font-style: normal;
}
 @media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
	font-family: "Flaticon";
	src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
}
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before, [class^="flaticon-"]:after, [class*=" flaticon-"]:after {
	font-family: Flaticon;
	font-size: 40px;
	font-style: normal;
	margin-left: 0;
}
.flaticon-clock:before {
	content: "\f100";
}
.flaticon-mail:before {
	content: "\f101";
}
.flaticon-phone-call:before {
	content: "\f102";
}
.flaticon-placeholder:before {
	content: "\f103";
}
.flaticon-left-arrow:before {
	content: "\f104";
}
.flaticon-right-arrow:before {
	content: "\f105";
}
.flaticon-down-arrow:before {
	content: "\f106";
}

body {
    font-size: 16px;
    background: #fff;
	font-family: 'Poppins-Regular';
}

/*
transition: all 0s ease 0s;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
-ms-transition: all 0s ease 0s;
*/

*{
font-family: 'Poppins-Regular';
outline: 0;
-moz-box-sizing:border-box;
-webkit-box-sizing:border-box;
box-sizing:border-box;

-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}
  
h1,h2,h3,h4,h5,h6{
	color: #333;
	font-weight: normal;
	font-family: 'Poppins-Bold';
}

p{
    color: #555;
    font: 17px/27px 'Poppins-Regular';
 }

ul{ color:#645a52; padding:0 }

a { color:#645a52 ; text-decoration:none}

a:hover{text-decoration:none;}

.top i{ color:#fff }

.top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    background-color: #730202;
}

.top_show{ display:block ; opacity:1 ; visibility:visible}




/*___________header___________*/


.header_site {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    top: 0;
    background: rgba(255, 255, 255, 0.73);
}
.header_site_pages {
    position: relative;
}

.header {
    /* background: rgb(255, 255, 255); */
    -webkit-transition: right .2s cubic-bezier(.645,.045,.355,1),-webkit-transform .33s ease;
    transition: right .2s cubic-bezier(.645,.045,.355,1),transform .33s ease;
}

.logo {
    margin: 20px 0;
}


.logo img {
    max-width: 100%;
    width: 190px;
}

.logo_block {
    background: #1b7dde;
}


/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #6600cc;
  height: 4px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

.nav_menu nav > ul > li:hover > a:before, .nav_menu nav > ul > li:focus > a:before, .nav_menu nav > ul > li:active > a:before {
  right: 0;
}

.nav_menu nav > ul > li > ul > li:hover > a:before, .nav_menu nav > ul > li > ul > li:focus > a:before, .nav_menu nav > ul > li > ul > li:active > a:before {
  right: 0;
}

.nav_menu nav > ul > li > a.active:before{
    right: 0;
}


.top_block{
    border-bottom: 1px solid rgb(193, 193, 193);
}

.list_mails {
	margin-bottom: 0;
	list-style-type: none;
	overflow: hidden;
	display: block;
	text-align:left;
	line-height: 37px;
}
.list_mails li {
    margin: 0;
    display: inline-block;
    font-family: 'Poppins-Regular';
    line-height: 28px;
    font-size: 12px;
    position: relative;
    padding-right: 7px;
    padding-left: 5px;
}
.list_mails li:first-child {
	padding-left: 0;
}
.list_mails li i {
	font-size: 18px;
	margin-right: 3px;
    /*color: #0000cc;*/
}
.list_mails li a {
    color: #0000cc;
}
.list_mails li:after {
	position: absolute;
	border-left: 1px solid #5353a4;
	height: 40%;
	content: '';
	width: 1px;
	right: 0;
	top: 30%;
}
.list_mails li:last-child:after {
	display:none;
}

.list_social{
    margin-bottom: 0;
    float: right;
}

.list_social li{
    display: inline-block;
    list-style-type: none;
    float: left;
}

.list_social li a {
    font-size: 16px;
    line-height: 37px;
    border-radius: 0;
    display: block;
    padding: 0 0;
    border-right: 1px solid rgb(193, 193, 193);
    width: 40px;
    text-align: center;
}

.list_social li:first-child a {
	border-left: 1px solid rgb(193, 193, 193);
}
.list_social li a:hover, .list_social li a:focus {
    color: #fff;
    background: #7301ff;
}

.list_social li a:hover i, .list_social li a:focus i{
    color: #fff;
}




/*_______navbar___________*/

.nav_menu nav *{
transition: all 0s ease 0s;
-webkit-transition: all 0s ease 0s;
-moz-transition: all 0s ease 0s;
-o-transition: all 0s ease 0s;
-ms-transition: all 0s ease 0s;
}

.nav_menu nav > a {
    color: #000000;
}

.nav_menu nav > ul > li a.active {
    color: #7301ff !important;
    pointer-events: none;
}
.nav_menu nav > ul > li:hover > a {
    color: #7301ff !important;
}
.nav_menu nav > ul > li > a:hover {
    color: #7301ff !important;
}

.nav_menu nav ul > li > ul > li > ul > li > a:hover:before {
    right: 0;
    left: 0;
}


.nav_menu nav > ul > li > ul > li:hover > a{
	background: #7301d7;
}
.nav_menu nav > ul > li > ul > li > a:hover{
	background: #7301d7;
}
.nav_menu nav ul > li > ul > li > ul li a:hover{
	background: #7301d7;
}

.nav_menu nav .quots{ position:absolute ; right:0 }

.nav_menu nav .quots a {
    color: #fff;
    font: bold 16px/54px 'Droid Arabic Kufi', serif;
    padding: 0 34px;
    background: #058dc5;
    position: relative;
    text-align: center;
    display: inline-block;
    min-width: 200px;
}

.nav_menu nav .quots a:hover, .nav_menu nav .quots a:focus {
    color: #fff;
    background: #ff6180;
}
.nav_menu {
    position: relative;
    z-index:99999;
}

.top_nav{
    position: relative;
}

.nav_menu nav {
  padding: 0;
  margin: 0;
}

.nav_menu nav ul {
    margin: 0;
    list-style: none;
    position: relative;
    margin: 0 auto;
}

.nav_menu nav > ul > li { line-height: 40px; }

.nav_menu nav > ul > li:last-child a{
	font-family: 'ahmed_light';
}

.nav_menu nav > ul > li > a {
    color: #333;
    font-size: 17px;
    text-decoration: none;
    padding: 0px 7px;
    line-height: 100px;
    display: block;
    text-align: center;
}

.nav_menu nav > ul > li > ul > li > a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 48px;
    padding: 0px 10px;
}

.nav_menu nav > ul > li > ul > li > a i {
    float: right;
    line-height: 45px;
}

.nav_menu nav > ul > li > ul > li{}


.nav_menu nav ul > li ul {
    background: rgb(52, 50, 50);
}



.nav_menu nav ul li a{
-webkit-transition:all 0.3s ease;
-moz-transition:all 0.3s ease;
-o-transition:all 0.3s ease;
transition:all 0.3s ease;
}
.nav_menu nav ul li a > i {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    font-size: 26px;
}
.nav_menu nav ul li a i:before{
-webkit-transition: none;
-moz-transition:none;
-o-transition:none;
transition:none;
}
	


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

.nav_menu nav > a { display: none; }

.nav_menu nav * {
  padding: 0;
  margin: 0;
  
}

	
.nav_menu {
    border: none;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}

.nav_menu nav {
    padding: 0;
}

.nav_menu nav > ul {
    display: flex;
}


.nav_menu nav > ul > li {
    text-align: center;
    position: relative;
    float: left;
    margin-right: 0;
}


.nav_menu nav > ul > li > a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 0;
    height: 19px;
    background: #330033;
    top: 36px;
}

.nav_menu nav > ul > li:last-child > a:after {
    content: "";
    position: absolute;
    right: 0;
    width: 1px;
    height: 19px;
    background: none;
    top: 36px;
	display:none
}

.head-sticky .nav_menu nav > ul > li > a:after {
    content: "";
    background: #d6cc78 ;
    top: 26px;
}





.nav_menu nav ul > li ul {
    padding: 0 0 0;
    position: absolute;
    width: 235px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    transform: translate3d(0, 20px, 0);
    text-align: left;
    background: rgb(70, 0, 0);
    box-shadow: 0 7px 13px rgba(0,0,0,0.15);
}


.nav_menu nav > ul > li > ul {
}

.nav_menu nav ul > li > ul > li > ul {
    margin-top: -48px !important;
    left: 235px;
}

.nav_menu nav ul > li > ul > li > ul li a {
    display: block;
    text-decoration: none;
    transition: all 0.3s ease-out;
    color: #fff;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    line-height: 44px;
    padding: 0 15px;
}

.nav_menu nav ul > li:hover > ul { 
	display: block;
	opacity:1;
	visibility:visible;

    -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out, opacity 0.3s ease-out;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translate3d(0, 0, 0);
	
 }
.head-sticky{
    top: 0;
    z-index: 999;
    right: 0;
    width: 100% !important;
    position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    transition: background-color 200ms ease-in-out 0s;
    -o-transition: background-color 200ms ease-in-out 0s;
    -moz-transition: background-color 200ms ease-in-out 0s;
    -webkit-transition: background-color 200ms ease-in-out 0s;
    transform: translateY(0);
    background: #fff;
    border-bottom: 1px solid rgb(220, 220, 220);
}

.head-sticky .nav_menu nav > ul > li > a{ 
	/*color:#313131 ;*/
    line-height: 70px;
}

.head-sticky .logo {
    margin: 10px 0;
}

.head-sticky .links {
    margin: 16px 0;
}

.head-sticky .logo img {
    width: 150px;
}

.head-sticky .getaqout {
	margin: 11px auto;
    text-align: center;

}
 
 
}
@media screen and (max-width: 991px) {

.nav_menu nav > ul li {
    border-bottom: 1px solid rgb(0, 23, 67);
}

.nav_menu nav * > li > a {
  display: block;
  width: 100%;
  height: 100%;
  padding-right: 5px;
}

.nav_menu nav > ul > li > a {
    font-size: 14px;
    line-height: 55px;
    border-radius: 0;
    color: #fff;
}


.head-sticky.head-bar .nav_menu nav > ul > li > a {
    line-height: 55px;
}


.nav_menu nav * li:last-child { border-bottom: 0; }



.nav_menu nav > a {
    margin: 0;
    display: inline-block;
}

.nav_menu nav ul > li > ul > li > ul li a{ 
    padding-left: 50px;
    color: #a1b1bc;
}

.nav_menu nav > ul > li > ul > li > a {
     border-bottom:0; 
}

.nav_menu nav ul > li > ul > li > ul li a:hover{    
    color: #fff;
}

.nav_menu nav > ul {
    display: none;
    background: #001e59;
}



.nav_menu nav ul > li > ul,  nav ul > li > ul > li > ul > li > ul,  nav ul > li > ul > li > ul { display: none; }


.nav_menu nav .quots {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 15px;
}


}



/*______header______*/

.top_header_block {
    font-size: 14px;
    background: #351bd3;
    padding: 5px 0 6px;
    border-bottom: 4px solid #d6cc78;
}

.list_nav_call {
    padding: 0;
    margin-bottom: 0;
}
.list_nav_call > li {
    list-style-type: none;
    display: inline-block;
    font-family: 'Poppins-Regular';
    margin-right: 0;
    font-size: 13px;
    color: #a3a3a3;
    height: 45px;
    float: none;
    padding: 11px 10px;
    vertical-align: top;
}

.list_nav_call li i {
    font-size: 15px;
}
.list_nav_call li span {
    font-size: 13px;
    font-family: 'Poppins-Regular';
}

.list_nav_call li a {
    color: #a3a3a3;
    padding: 0;
}


.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent	;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: transparent;

}

ul.dropdown-menu { padding:0 ;     border: 0;
}

ul.dropdown-menu li { display:block ; margin:0  }

.dropdown-menu > li > a {
    padding: 14px 12px;
    color: #ffffff;
}

.socials_block{ margin:29px 0 }

.list_soc {
    margin-bottom: 0;
    list-style-type: none;
    overflow: hidden;
    vertical-align: top;
    text-align: right;
}
.list_soc li {
    margin: 0;
    display: inline-block;
    margin-left: 8px;
    font-family: 'Poppins-Regular';
    color: #c63238;
    font-size: 17px;
}
.list_soc li:first-child{
    margin-left: 0;
}
.list_soc li:last-child{
    margin-left: 15px;
}

.list_soc li a {
    display: block;
    color: #333;
    background: none;
    text-align: center;
}

.list_soc li a i {
    margin: 0;
    text-align: center;
    line-height: 27px;
    font-size: 18px;
    font-weight: normal;
}

.list_soc li a:hover i {}

.head-sticky .socials_block {
    margin: 21px 0;
}



/*middle_content*/

.middle_content{}







/*clients_block*/

.clients_block {
	overflow: hidden;
	position: relative;
	text-align: center;
	background: #f5f5f5;
}
.clients_blog a img {
	max-width: 145px;
/*	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.7;
*/	
	max-height: 95px;
}
.clients_blog a:hover img {
	opacity: 1;
	-webkit-filter: initial;
	filter: initial;
}
.clients_blog {
	margin-bottom:10px
}
.clients_blog a {
	display: block;
	text-align: center;
	height: 110px;
	cursor: default;
	/* border: 1px solid #ededed; */
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	box-shadow: 0 1px 2px #ededed;
	background: #fff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.08);
	-ms-box-shadow: 0px 0px 25px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 25px rgba(0,0,0,0.08);
}
.clients_blog a:hover {
	border: 0;
	background: none;
	box-shadow: none;
}
/*clients_block*/



.maps_block{
	position:relative;
	padding: 50px 0 0;
	overflow:hidden;
}

.inner_maps_block{position:relative;padding: 50px 0;}

.calls_map {
    padding: 40px 40px 15px;
    background: #ffffff9c;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0 0 7px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    overflow: hidden;
    position: relative;
}
.calls_map_contact {
    padding: 0;
    background: none;
    box-shadow: none;
    border-radius: 0;
    margin-bottom: 30px;
}

.calls_map .side_input {
    margin-bottom: 25px;
}


.calls_map .side_input textarea {
    height: 165px;
    background: #ffffff;
}

.calls_map .side_input input {
    height: 70px;
    background: #ffffff;
}
.calls_map .side_input select {
    background: #ffffff url(../img/selectbox-arrow-bg.png) no-repeat right 15px center;
}

.calls_map .button_form a span {
    padding: 22px 20px;
}
.calls_map .cl-effect-10 a {
    min-width: 100%;
}

.calls_map .button_form a::before {
    padding: 22px 20px;
}
.calls_map .button_form {
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}







.calls_map_contact .side_input textarea {
    height: 135px;
    background: #ffffff;
}
.calls_map_contact .button_form a span {
    padding: 17px 30px;
}
.calls_map_contact .cl-effect-10 a {
    min-width: auto;
}
.calls_map_contact .button_form a::before {
    padding: 17px 30px;
}
.calls_map_contact .button_form {
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}




/*iframe*/
.overlay {
    background: transparent;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    margin-top: 0;
}

.iframe{ width:100% ; border:0 ; height:100% ; min-height:400px}

.iframe_block {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.iframe_block2 {
    position: relative;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

/*iframe*/


/*_______footer_______*/

.footer {
    position: relative;
    padding-top: 30px;
    padding-bottom: 10px;
    border-top: 5px solid #c395fe;
    background: #001f00 url(../img/m11.png) repeat;
}

.inner_footer_detail{}

.inner_footer_detail h2 {
    margin: 0 0 20px;
    font-size: 18px;
    color: #fff;
    height: 45px;
    overflow: hidden;
    line-height: 39px;
    position: relative;
}

.inner_footer_detail a.more{
    display: inline-block;
    text-align: center;
    line-height: 36px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    color: #333;
    font-size: 14px;
    text-decoration: underline;
}

.inner_footer_detail a.more:hover {
}

.inner_footer_detail >  img {
    margin: 0 0 20px;
}

.inner_footer_detail p {
    line-height: 25px;
    font-size: 14px;
    max-height: 50px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 2px;
}
.inner_footer_detail h2:after {
    position: absolute;
    content: '';
    left: 30px;
    bottom: 0px;
    width: 7px;
    height: 4px;
    background-color: #c395ff;
}
.inner_footer_detail h2:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 4px;
    background-color: #c395ff;
}

.list_services li{
	list-style-type:none
}
.list_services li i {
    font-size: 10px;
}
.list_services li a {
    font-size: 15px;
    line-height: 38px;
    color: #fff;
    list-style-type: none;
    position: relative;
    padding: 0 0 1px 18px;
    display: inline-block;
}

.list_services li a:hover{
    color: #c3962e;
}
.list_services li a:hover:before{
    color: #c395ff;
}

.list_services a:before {
    color: #c395ff;
    left: 0;
    position: absolute;
    content: "\f101";
    font-family: 'FontAwesome';
    right: 0;
    transition: color 0.3s ease;
}

.list_call {
    overflow: hidden;
    padding: 0;
    margin-bottom: 0;
}
.list_call li {
    list-style-type: none;
    line-height: 26px;
    font-size: 13.5px;
    display: block;
    color: #fff;
    font-family: 'Poppins-Regular';
}
.list_call li i{
    color: #c3962e;
    margin-right: 6px;
}
.list_call li a{
    display: inline-block;
    color: #c395ff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.list_call li a:hover{ color:#6c98e1}

.list_social_footer {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 1px;
}
.list_social_footer li {
	display: inline-block;
	margin: 0 3px;
}
.list_social_footer li a {
	display: inline-block;
	text-align: center;
	transition: all 0.3s ease 0s;
	text-decoration: none;
	font-size: 21px;
	color: #fff;
}
.list_social_footer li a i {
	line-height: 22px;
}
.list_social_footer li a:hover {
}


.copyright {
    text-align: center;
    margin-top: 15px;
    border-top: solid 1px rgba(60, 61, 64, 0.68);
    padding: 10px 0 0;
}

.copyright p {
    font: 14px/26px 'Poppins-Regular';
    color: #fff;
    margin-bottom: 0;
}

.copyright p span{
    color: #c3962e;
}



.akbar_block,.akbar_block2,.benefits_block,.clients_block,.about_block{ padding:70px 0 ; overflow:hidden;
position:relative;
}


.akbar_block{ background:#f9f9f9}

.akbar_block2{ background:#efefef}

.caption h3 {
    margin: 0 0 5px;
    font-size: 18px;
    font-weight: normal;
    height: 22px;
    overflow: hidden;
    line-height: 24px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.caption h3 a{color:#313131;}
.caption p {
    font-size: 17px;
    line-height: 23px;
    overflow: hidden;
    margin-bottom: 10px;
    height: 22px;
    text-overflow: ellipsis;
    font-weight:  normal;
    color: #d1990e;
}

.blog_types:hover {
    -webkit-box-shadow: 0 40px 40px rgba(0,0,0,0.1);
    box-shadow: 0 40px 40px rgba(0,0,0,0.1);
    margin-top: -15px;
	
	
    /*-webkit-transform: translate(0,-20px);
    -ms-transform: translate(0,-20px);
    -o-transform: translate(0,-20px);
    transform: translate(0,-20px);*/
}


.blog_types > img {
    width: 100%;
    height: 202px;
    margin-bottom: 10px;
    border-radius: 10px;
}

.blog_types {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 10px;
	
    box-shadow: 0px 0px 20px 0px rgba(78, 78, 78, 0.16);
    -o-box-shadow: 0px 0px 20px 0px rgba(78, 78, 78, 0.16);
    -webkit-box-shadow: 0px 0px 20px 0px rgba(78, 78, 78, 0.16);
    -moz-box-shadow: 0px 0px 20px 0px rgba(78, 78, 78, 0.16);
}
.blog_types .caption {
    padding: 0;
}


.title_block {
    text-align: center;
    max-width: 70%;
    margin: 0 auto 40px;
}

.title_block h3 {
    color: #2a3429;
    font-size: 27px;
    margin-top: 0;
    margin-bottom: 10px;
}


span.decor-line {
    display: inline-block;
}

span.decor-line:before,
span.decor-line:after {
    content: '';
    width: 40px;
    background: #730202;
    height: 2px;
    display: inline-block;
    vertical-align: middle;
}

span.decor-line .decor-line-inner {
    width: 26px;
    height: 16px;
    background-image: url(../img/title-decor.png);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    vertical-align: middle;
}


/* Effect 10: reveal, push out */
.cl-effect-10  {
	position: relative;
	z-index: 1;
}

.cl-effect-10 a {
	overflow: hidden;
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px rgba(255,255,255,0.3);
	font-size: 16px;
	border-radius: 5px;
    min-width: 130px;
    text-align: center;
}

.caption .cl-effect-10 a {
	border-radius: 5px;
}

.cl-effect-10 a span {
	display: block;
	padding: 10px 20px;
	background: #730202;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}

.cl-effect-10 a::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	padding: 10px 20px;
	width: 100%;
	height: 100%;
	background: #d1990e;
	color: #fff;
	content: attr(data-hover);
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform: translateX(-25%);
}

.cl-effect-10 a:hover span,
.cl-effect-10 a:focus span {
	-webkit-transform: translateX(100%);
	-moz-transform: translateX(100%);
	transform: translateX(100%);
}

.cl-effect-10 a:hover::before,
.cl-effect-10 a:focus::before {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	transform: translateX(0%);
}


/*page preloader*/
.preloader {
	background: #1b222e;
	bottom: 0;
	height: 100%;
	left: 0;

	position: fixed;
	right: 0;
	top: 0;
	z-index: 13000;
}


.preloader_image {
	background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
	height: 256px;
	left: 50%;
	margin: -128px 0 0 -128px;
	position: absolute;
	top: 50%;
	width: 256px;
}

.blog_type_ {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    max-width: 300px;
    margin: 0 auto;
}

.blog_item {
	width:100%;
	height:auto;
	position:relative;
	transition:all .6s ease-out;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
}
.thumb_img_blog a::before {
	width:100%;
	height:100%;
	position:absolute;
	bottom:1px;
	background-image: linear-gradient(to top, rgba(0,0,0,1) 0, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);
	-webkit-transition:all 1s;
	-moz-transition:all 1s;
	-ms-transition:all 1s;
	-o-transition:all 1s;
	transition:all 1s;
	opacity:0;
	content:"";
}
.blog_type_:hover .thumb_img_blog a::before {
	opacity:1;
}
.blog_type_:hover{
	box-shadow:0 -9px 51px 0 rgba(0,0,0,.24)
}
.thumb_img_blog img{
	width:100%;
	height: 220px;
    border-radius: 10px;
}
.thumb_img_blog a{display:block;position: relative;overflow: hidden;border-radius: 5px;}

.blog_link {
	position:absolute;
	left: 0;
	bottom: 20px;
	transition:all .6s cubic-bezier(.87, -.41, .19, 1.44);
	height: 24px;
	overflow: hidden;
	padding: 0 15px;
	font-family: 'Poppins-Bold';
	font-size: 19px;
	color: #fff;
}
.blog_type_:hover .blog_link {
	bottom: 65px;
	color: #fff;
}
.blog_dsecription {
	color: #d1990e;
	position:absolute;
	left: 0;
	right: 0;
	padding: 10px 15px 0;
	bottom:50px;
	z-index:-1;
	-webkit-transition:all .6s cubic-bezier(.87, -.41, .19, 1.44);
	-moz-transition:all .6s cubic-bezier(.87, -.41, .19, 1.44);
	-ms-transition:all .6s cubic-bezier(.87, -.41, .19, 1.44);
	-o-transition:all .6s cubic-bezier(.87, -.41, .19, 1.44);
	transition:all .6s cubic-bezier(.87, -.41, .19, 1.44);
	margin-bottom: 0;
	height: 64px;
	overflow: hidden;
	font-size: 19px;
	line-height: 25px;
}
.blog_type_:hover .blog_dsecription {
	bottom: 0;
	z-index:0;
}





/*---------------*/
/***** Ruby *****/
/*---------------*/

.globearticle_block{clear: both;}

.inglobearticle_block{
    overflow: hidden;
}

.cols_glob_article_blog {
	position: relative;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

/* Common style */
.cols_glob_article_blog figure {
	position: relative;
	overflow: hidden;
	margin: 0;
	background: rgb(0, 0, 0);
	text-align: center;
	cursor: pointer;
}

.cols_glob_article_blog figure img {
	position: relative;
	display: block;
	max-width: 100%;
	opacity: 0.8;
    height: 400px;
    width: 100%;
}


.cols_glob_article_blog figure figcaption {
	padding: 6%;
	color: #fff;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.cols_glob_article_blog figure figcaption::before,
.cols_glob_article_blog figure figcaption::after {
	pointer-events: none;
}

.cols_glob_article_blog figure figcaption,
.cols_glob_article_blog figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.cols_glob_article_blog figure figcaption > a {
	z-index: 1;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.cols_glob_article_blog figure h2 {color: #fff;font-size: 29px;position:relative;padding-bottom: 20px;}

.cols_glob_article_blog figure h2:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 5px;
    width: 60px;
    background: #c3962e;
    left: 0;
    margin: auto;
}

.cols_glob_article_blog figure h2 span {
	font-weight: 800;
}

.cols_glob_article_blog figure h2,
.cols_glob_article_blog figure p {
}

.cols_glob_article_blog figure p {
}

figure.effect-ruby img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

figure.effect-ruby:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-ruby h2 {
	margin-top: 1px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-ruby p {
    padding: 10px;
    border: 1px solid #c3962e;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0) scale(1.1);
    transform: translate3d(0,20px,0) scale(1.1);
    color: #fff;
    margin-bottom: 0;
    max-height: 143px;
    overflow: hidden;
    line-height: 31px;
}

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}

/*---------------*/
/***** Ruby *****/
/*---------------*/





/*__________popup_______*/

.form_popup_block {
	/*display: none;*/
	overflow: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	/*opacity:0;*/
	visibility:hidden;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
    background: #1b222e;
}

.form_popup_block * {
/*	transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;


	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
*/}
.form_popup_block.openpopup_scroll {
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 999999;
	/*opacity:1;*/
	visibility: visible;
}
.form_popup_block.closepopup_add_scroll {
	overflow: hidden;
	/*opacity:0;*/
	visibility:hidden;
}
.inner_form_popup {
	max-width: 1170px;
	position: relative;
	width: 90%;
	margin: 30px auto;
	background:#fff url(../img/);
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 999;
	min-height: 100%;
	border-radius: 0;
}
.inner_form_popup.openpopup_scroll {
	z-index: 999999;
	/*opacity:1;*/
	visibility: visible;
}
.inner_form_popup.closepopup_add_scroll {
	overflow: hidden;
	/*opacity:0;*/
	visibility:hidden;
}
.form_popup_in {
    padding: 90px 50px 70px 50px;
}
.overlaypopform {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index: 99;
}

/*.form_popup_block:before{ 
	content:"";
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background: rgba(0,0,0,0.8);

	z-index: 99;
}
*/

.closepopup {
    position: absolute;
    top: 40px;
    right: 50px;
    z-index: 11;
    background: #fff;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 37px;
    border: 2px solid #730202;
    cursor: pointer;
}

.closepopup i {
    font-size: 22px;
    color: #730202;
}

::-moz-selection {
color:#fff;
background:#1d47b4;
}
::selection {
color:#fff;
background:#1d47b4;
}
.form_popup_block.openpopup_scroll::-webkit-scrollbar {
 display: none;
}
.nonscroll {
	overflow:hidden
}
.title_jobs {
    margin-bottom: 40px;
}
.title_jobs h2 {
    text-align: center;
    font-family: 'DINNextLTW23-Medium';
    color: #344262;
    margin-bottom: 13px;
}
.title_jobs span {
    position: relative;
    width: 100%;
    display: block;
    text-align: center;
    line-height: 20px;
}
.title_jobs i {
    display: inline-block;
    color: #2bd45c;
    position: relative;
    font-size: 16px;
}
.title_jobs span:after, .title_jobs span:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 9px;
    width: 48%;
    border-top: 1px solid #d4d4d4;
}
.title_jobs span:after {
    left: auto;
    right: 0px;
}

.formasend{}

.col_contact{}

.jobsform {
    overflow: hidden;
    width: 100%;
}

.col_job_form {
    width: 45%;
    float: left;
}
.col_job_form2 {
    width: 45%;
    float: right;
}

.side_input{
    position: relative;
    margin-bottom: 35px;
	clear:both;
}

.side_input i{
    position: absolute;
    z-index: 1;
    left: 15px;
    top: 26px;
    font-size: 20px;
    color: #abb4c9;
}

.side_input input{
    border-radius: 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    border: 1px solid #dce2ef;
    height: 70px;
    padding: 0 15px 0 45px;
    color: #808aa6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e5eaf6;
    color: #abb4c9;
}

.side_input textarea{
    border-radius: 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    border: 1px solid #dce2ef;
    height: 175px;
    padding: 15px;
    color: #808aa6;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #e5eaf6;
    color: #abb4c9;
}

.side_input select{
    border-radius: 0;
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    border: 1px solid #dce2ef;
    height: 70px;
    padding: 0 15px 0 45px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #abb4c9;
    background: #e5eaf6 url(../img/selectbox-arrow-bg.png) no-repeat right 15px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

select.soflow-color option {
	background: rgba(250, 250, 250, 0.88) !important;
	height:40px;
	color:#abb4c9;
	border: 1px solid rgba(226, 226, 226, 0.75);
	font-size: 17px;
	cursor:pointer
}

textarea{ resize:none }

.button_form {
    text-align: center;
    clear: both;
    padding-bottom: 10px;
    padding-top: 10px;
}

.button_form .button5{
    box-shadow: 0 2px 4px rgba(130, 130, 130, 0.36);
    -o-box-shadow: 0 2px 4px rgba(130, 130, 130, 0.36);
    -webkit-box-shadow: 0 2px 4px rgba(130, 130, 130, 0.36);
    -moz-box-shadow: 0 2px 4px rgba(130, 130, 130, 0.36);
}

.button_form .button5:hover {
    background-color: rgb(42, 92, 202);
}

.side_input input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #abb4c9;
}
.side_input input::-moz-placeholder { /* Firefox 19+ */
 color: #abb4c9;
}
.side_input input:-ms-input-placeholder { /* IE 10+ */
 color: #abb4c9;
}
.side_input input:-moz-placeholder { /* Firefox 18- */
 color: #abb4c9;
}

.side_input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color: #abb4c9;
}
.side_input textarea::-moz-placeholder { /* Firefox 19+ */
 color: #abb4c9;
}
.side_input textarea:-ms-input-placeholder { /* IE 10+ */
 color: #abb4c9;
}
.side_input textarea:-moz-placeholder { /* Firefox 18- */
 color: #abb4c9;
}

.requiredpop input{    
	border: 2px solid #f30000;
}



/*__________popup_______*/


::-moz-selection {
color:#fff;
background:#1d47b4;
}
::selection {
color:#fff;
background:#1d47b4;
}
.form_popup_block.openpopup_scroll::-webkit-scrollbar {
 display: none;
}
.nonscroll {
	overflow:hidden
}

.cl-effect-10 a span button{
    background: none;
    border: 0;
    padding: 0;
}
.button_form{text-align:center;}

.button_form a::before {
    padding: 15px 20px;
}
.button_form a span {
    padding: 15px 20px;
}

.detailsqouts{
    clear: both;
    overflow: hidden;
}

.dets_ico_blog{
    margin-bottom: 20px;
}

.ico_blo{
    height: 85px;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    justify-content: center;
}

.ico_blo i{
    font-size: 65px;
}

.dets_ico_blog h3{
    margin: 0;
    font-size: 18px;
}

.dets_ico_blog h3 span{
    display: block;
    font-family: 'Poppins-Bold';
}

.dets_ico_blog h3 i{
    font-style: normal;
    display: block;
    margin-top: 10px;
}

*::first-letter {
	text-transform:uppercase
}


.getaqout {
    margin: 30px auto 20px;
    text-align: center;
}
.getaqout a{
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
}

.getaqout a span {
    padding: 11px 7px;
}
.getaqout a::before {
    padding: 11px 7px;
}



/*_aboutus__*/

.slider_top_inner {
    background: url(../img/slids.jpg) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 400px;
}
.slider_top_inner15 {
    background: url(../img/173.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner2 {
    background: url(../img/160.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner3 {
    background: url(../img/171.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner4 {
    background: url(../img/161.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner14 {
    background: url(../img/172.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner5 {
    background: url(../img/162.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}

.slider_top_inner6 {
    background: url(../img/163.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner7 {
    background: url(../img/164.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner8 {
    background: url(../img/165.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner9 {
    background: url(../img/166.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner10 {
    background: url(../img/167.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner12 {
    background: url(../img/169.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner13 {
    background: url(../img/170.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner11 {
    background: url(../img/168.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner16 {
    background: url(../img/174.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner18 {
    background: url(../img/175.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_inner19 {
    background: url(../img/177.gif) no-repeat center center;
    background-size: cover!important;
    transition: all 0.3s linear;
    position: relative;
    padding: 235px 0 70px;
    text-align: center;
    height: 526px;
}
.slider_top_iso9002{
    background: url(../img/160.gif) no-repeat center bottom -120px;
}
.slider_top_business{
    background: url(../img/bussiness_cover.jpg) no-repeat center bottom -100px;
}
.slider_top_hotel{
    background: url(../img/hotel-lobby-Image-00112.jpg) no-repeat center center;
}
.slider_top_automotive{
    background: url(../img/Automotive-Image-0011.jpg) no-repeat center center;
}
.slider_top_spa2{
    background: url(../img/t1.jpg) no-repeat center center;
}
.slider_top_retail{
    background: url(../img/retail-image-01.jpg) no-repeat center center;
}
.slider_top_medical{
    background: url(../img/177.gif) no-repeat center center;
}
.slider_top_medical2{
    background: url(../img/130.gif) no-repeat center center;
}
}
.slider_top_medical3{
    background: url(../img/133.gif) no-repeat center center;
}
.slider_top_office{
    background: url(../img/office-image-001.jpg) no-repeat center center;
}
.slider_top_management{
    background: url(../img/mgment.jpg) no-repeat center center;
}
.slider_top_gym{
    background: url(../img/Gym-Image-002.jpg) no-repeat center center;
}
.slider_top_about{
    background: url(../img/aboutheaderimg.jpg) no-repeat center bottom -45px;
}
.slider_top_contact{
    background: url(../img/contactcover.jpg) no-repeat center bottom -40px;
}

.slider_top_index{ display:none ;
    padding: 0px !important;
    height: 245px !important;
}


.slider_top_inner h2 {
    color: #fff;
    margin: 0;
    position: relative;
    font-size: 31px;
}
.slider_top_inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.slider_top_inner14:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner19:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner2:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner16:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner18:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner15:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner13:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner4:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner5:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner6:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner7:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner8:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner9:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner10:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner11:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.slider_top_inner12:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.0);
}
.breadcrumb_block {
    text-align: center;
    position: relative;
}

.breadcrumb_block .breadcrumb {
    margin: 0;
    background: none;
    line-height: 45px;
}
.breadcrumb > .active {
    color: #cccccc;
}
.breadcrumb_block .breadcrumb li{
    color: #cccccc;
}
.breadcrumb_block .breadcrumb li a{
    color: #009900;
}

.nopadd{ padding:0 }




.head_about{}

.head_about h3 {
    margin: 0;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 15px;
}
.head_about h3:after{
    position: absolute;
    content: '';
    left: 30px;
    bottom: 0px;
    width: 7px;
    height: 7px;
    background-color: #730202;
}
.head_about h3:before{
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 25px;
    height: 7px;
    background-color: #730202;
}

.head_about p{}

.thumg_aboutimg{}

.thumg_aboutimg img{ width:100%}



.about_block2{
    background: #f2f2f2;
}

.in_about_cols {
    background: #fff;
    padding: 45px;
    border: 5px solid #f2f2f2;
}

.in_about_cols p{
    margin-bottom: 0;
    font-size: 15px;
    overflow: hidden;
    line-height: 25px;
}

.in_about_cols ul{
    margin-bottom: 0;
}
.in_about_cols ul li{
    font-size: 15px;
    list-style-type: decimal;
    margin-bottom: 5px;
    line-height: 25px;
}

.in_about_cols h3{
	margin: 0;
	margin-bottom: 10px;
	font-size: 18px;
}

.in_about_cols img{ width:100%}

.padedit{
    padding: 1px;
}



.about_block3{
    background-color: #eeeeee;
    display: block;
    background-image: url(../img/aboutheaderimg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
}
.about_block3:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}


.in_middle_about {
    text-align: center;
}

.in_middle_about p{ color:#fff }

#work_container{
	transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
}
#work_container *{
	transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-o-transition: all 0s ease 0s;
	-ms-transition: all 0s ease 0s;
}



.col_calls{
    margin-bottom: 35px;
}

.col_calls h4{
    margin-top: 0;
    font-size: 17px;
}

.col_calls p{
    margin-bottom: 0;
    font-size: 16px;
}

.col_calls i{
    font-size: 30px;
    color: #730202;
}


.forhome_bg img {
    width: 100%;
    height: 305px;
}

.forhome_block{}

.forhome_blog{}

.forhome_blog h3{
    color: #fff;
    margin: 0 0 20px;
}

.forhome_blog p{
    color: #fff;
    margin-bottom: 20px;
}

.forhome_blog ul{
    color: #fff;
	text-align: left;
}

.forhome_blog ul li{
    color: #fff;
}


.forhome_block {
    background-color: #eeeeee;
    display: block;
    background-image: url(../img/forhomefixedslide.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: relative;
    text-align: center;
}
.forhome_block:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
}





/*______tabs________*/

.tab_block {
    width: 100%;
    margin-bottom: 60px;
}

.tab_block > div {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 25px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
}

.tab_block > div > input + label {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	overflow: hidden;
	margin-left: 0;
	list-style-type: none;
	font-size: 15px;
	width: 100%;
	display: block;
	cursor: pointer;
	padding: 13px 20px;
	position: relative;
	margin-bottom: 0;
}
.tab_block > div > input + label:before {
    content: "\f055";
    font-family: 'FontAwesome';
    color: #730202;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    -ms-transition: 0.3s ease-in;
    position: absolute;
    top: 0;
    right: 12px;
    bottom: 0;
    width: 21px;
    height: 34px;
    margin: auto;
}



.tab_block > div > input + label h3{
	margin-bottom: 0;
	font-size: 18px;
	margin: 0;
	line-height: 37px;
	height: 35px;
}

.tab_block > div > input ~ div {
    max-height: 0;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    clear: both;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

.tab_block > div > input ~ div p {
    padding: 0 0 30px 0;
    margin: 0;
}

.tab_block > div > input:checked + label {
	-webkit-transition:all 1s ease;
	-moz-transition:all 1s ease;
	-o-transition:all 1s ease;
	transition:all 1s ease;
	background: #730202;
    pointer-events: none;
}


.tab_block > div > input:checked + label:before {
    content: "\f056";
    color: #fff;
}


.tab_block > div > input:checked + label h3{
	color: #fff;
}

.tab_block > div > input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
  overflow:auto;
  -webkit-transition:all 1s ease;
  -moz-transition:all 1s ease;
  -o-transition:all 1s ease;
  transition:all 1s ease;
}


.slider_top_videos{ overflow:hidden }

.slider_top_videos .vid {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    z-index: -1;
}

.slider_top_videos .vid  video{
    width: 100%;
}

.tab_block > div > input ~ div > div{padding: 40px 30px 20px ; overflow:hidden}

.hedsblodets{}

.hedsblodets h3{
    margin: 0;
    font-size: 20px;
    margin-bottom: 15px;
}

.hedsblodets p{}

.im_blog{
    margin-top: 45px;
    margin-bottom: 35px;
    overflow: hidden;
}

.im_blog p{
    display: block;
    vertical-align: top;
}

.im_blog img{
    max-width: 100%;
}

.im_blog > div{
    float: left;
}

.detscolspar{
    width: 57%;
    padding-right: 30px;
    padding: 30px 30px 0 0;
}

.col_img{
    width: 43%;
}

.detscolspar2{
    width: 66%;
    padding-left: 30px;
    padding-top: 35px;
}

.col_img2{
    width: 34%;
}


.col_img3{
    width: 50%;
}

.col_img3 img{
    /* width: 100% !important; */
}

.detscolspar3 {
    width: 50%;
    padding-left: 30px;
    padding-top: 40px;
}

.detscolspar3 ul{
    padding-left: 20px;
}

.detscolspar3 ul li{
    line-height: 35px;
    font-size: 17px;
}


.hedsblodetscenter{ text-align:center }

.hedsblodetscenter img {
    max-width: 100%;
    margin-bottom: 30px;
}


.cols_glob_article_blog_2 figure.effect-ruby p {
    padding: 10px !important;
    max-height: 99px;
    overflow: hidden;
}

.cols_glob_article_blog_2 figure img {
    height: 370px;
}

.cols_glob_article_blog_2 {
    border-radius: 5px;
    margin-bottom: 30px;
}


.img_blogs_{
    max-width: 250px;
	margin:0 auto 30px
}

.img_blogs_ img{
    width: 100%;
    height: 128px;
}

.img_blogs_ h4{
    font: 17px/27px 'Poppins-Regular';
    margin-top: 0;
    margin-bottom: 0;
    max-height: 53px;
    overflow: hidden;
}

.imgthth{
    background: #e9e9e9;
    margin-bottom: 15px;
}


.imaghead{text-align: center;}

.imaghead img{
    max-width: 100%;
}

.imaghead_dets{
    padding: 60px 20px;
}

.imaghead_dets h3{
    margin: 0;
    font-size: 25px;
    margin-bottom: 15px;
}

.margin_{ margin-bottom:40px}

.margin_ .hedsblodets h3 {
    font-size: 25px;
}


.client_blog{
    margin: 15px 0;
}

.client_blog a{
    display: block;
    text-align: center;
    height: 155px;
    line-height: 155px;
    cursor: default;
    max-width: 155px;
    background: #f7f7f7;
    box-shadow: 0px 0px 4px #ccc;
}

.client_blog a img{
    max-width: 100%;
    max-width: 120px;
    -webkit-filter: grayscale(80%);
    filter: grayscale(80%);
    opacity: 0.4;
    max-height: 120px;
}
.client_blog a:hover img {
    opacity: 1;
    -webkit-filter: initial;
    filter: initial;
}
.client_blog a:hover {
    background: none;
    box-shadow: none;
}

.head_about_buss {
    margin-bottom: 35px;
}



.automative_clients{
    text-align: center;
    background: #f5f5f5;
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 20px;
    padding-top: 20px;
}

.automativeblog{
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.automativeblog img{
    max-width: 250px;
    max-height: 200px;
}

.copyright p span a{
    color: #c3962e;
}

.vision {
    margin: 30px 0 0;
}

.vision img{ max-width:200px}





/*______tabs________*/

.accordionasked {
    width: 100%;
}

.accordionasked > div {
    display: block;
    position: relative;
    padding: 0;
}

.accordionasked > div > input + label {
	-webkit-transition:all 1s ease !important;
	-moz-transition:all 1s ease !important;
	-o-transition:all 1s ease !important;
	transition:all 1s ease !important;
	/* overflow: hidden; */
	margin-left: 0;
	list-style-type: none;
	font-size: 15px;
	width: 100%;
	display: block;
	cursor: pointer;
	position: relative;
	margin-bottom: 0;
	padding-left: 0;
}
.accordionasked > div > input + label:before {
    content: "\f107";
    font-family: 'FontAwesome';
    color: #730202;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    transition: 0.3s ease-in !important;
    -moz-transition: 0.3s ease-in !important;
    -webkit-transition: 0.3s ease-in !important;
    -ms-transition: 0.3s ease-in !important;
    position: absolute;
    top: 0;
    left: -25px;
    width: 21px;
    height: 20px;
    margin: auto;
    line-height: 25px;
}

.accordionasked > div > input + label h3{
	margin-bottom: 0;
	font-size: 15px;
	margin: 0;
	line-height: 25px;
	font-family: 'Poppins-Regular';
	color: #645a52;
	text-transform: lowercase;
}

.accordionasked > div > input ~ div {
    max-height: 0;
    opacity: 0;
    -webkit-transition:all 0.5s ease !important;
    -moz-transition:all 0.5s ease !important;
    -o-transition:all 0.5s ease !important;
    transition:all 0.5s ease !important;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}

.accordionasked > div > input ~ div p {
    padding: 0 0 30px 0;
    margin: 0;
}

.accordionasked > div > input:checked + label {
	-webkit-transition:all 1s ease !important;
	-moz-transition:all 1s ease !important;
	-o-transition:all 1s ease !important;
	transition:all 1s ease !important;
	pointer-events: none;
	color: #dc5049;
}

.accordionasked > div > input:checked + label:before {
    content: "\f106";
	color: #dc5049;
}

.accordionasked > div > input:checked + label h3{
	color: #dc5049;
}

.accordionasked > div > input:checked ~ div {
  display: block;
  opacity: 1;
  visibility: visible;
  max-height: 10000px;
  overflow:auto;
  -webkit-transition:all 1s ease !important;
  -moz-transition:all 1s ease !important;
  -o-transition:all 1s ease !important;
  transition:all 1s ease !important;
}


.in_askedblog{padding: 5px 2px 0;font-size: 15px;}
