  @font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Regular.eot');
    src: url('../fonts/Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Regular.woff2') format('woff2'),
        url('../fonts/Graphik-Regular.woff') format('woff'),
        url('../fonts/Graphik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Bold.eot');
    src: url('../fonts/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Bold.woff2') format('woff2'),
        url('../fonts/Graphik-Bold.woff') format('woff'),
        url('../fonts/Graphik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/Graphik-Semibold.eot');
    src: url('../fonts/Graphik-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphik-Semibold.woff2') format('woff2'),
        url('../fonts/Graphik-Semibold.woff') format('woff'),
        url('../fonts/Graphik-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


body {
	margin: 0;
	font-size: 16px;
	line-height: normal;
	font-family: 'Graphik'; 
	color: #000;
}
:focus{outline: none;
}
/*html {
  scroll-behavior: smooth;
}*/
a:focus,a:hover{
    text-decoration: none;
	outline: none;
	color: inherit;
    cursor: pointer;
}
.no-padding{
	padding: 0;
}
.no-margin{
	margin: 0;
}
h1{
	font-size: 36px;
}
h2{
	font-size: 50px;

}
h3{
	font-size: 50px;
}
h4{
	font-size: 33px;
}
h5{
	font-size: 30px;

}
h6{
	font-size: 25px;

}
.header-section{
	/*filter: drop-shadow(0px 30px 60px rgba(0, 0, 0, 0.071));*/
	padding-bottom: 15px;
	
}
.logo-section{
	display: inline-block;
}
.call-to-action{
    color: #ffffff;
    font-family: 'Graphik';
    font-weight: 600;
    padding: 9px 10px;
    font-size: 15px;
    letter-spacing: 1px;
}
a.call-to-action:hover{
	color: #2c296c;
	text-decoration: none;
	transition: 0.4s;
}
.call-to-action:focus,.enquire-btn:focus{
	color: #c57c0a;
}
.banner-section{
	margin: 0px;
	padding: 0px 0 65px 0;
	position: relative;
	background-color: #fff;
}
.banner-overlay {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 5px;
    top: 0;
    height: 100%;
    background-image: linear-gradient( rgba(241,241,241,.4), rgba(255,255,255,.4));
}
.back-to-home {
    color: #D09B2B;
    border-bottom-style: solid;
    border-bottom-width: thin;
    padding: 10px 0;
    margin-left: 20px;
    margin-left: 10px;
}
.banner-caption h1{
	margin: 0 0 20px 0;
	padding: 0;
	font-family: 'Graphik';
	line-height: 44px;
	text-align: left;
	font-style: normal;
	font-weight: 600;
	color: #0f2183;
}
.banner-overlay p {
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    color: #CDA839;
}

.banner-overlay p span {
font-family: Graphik;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(31,41,92,1);
}

div.wpcf7 .ajax-loader{
    margin: 2px 0 5px 4px !important;
}
.connect-withus p{
	font-weight: normal;
    font-style: normal;
    font-size:16px;
	color: inherit;
	margin: 0;
    padding: 0;
}
.connect-withus a:hover{ text-decoration:underline;}
.banner-overlay ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.banner-overlay ul li{
    padding: 0 0 0 35px;
	margin: 0 0 12px 0;
    background: url(../img/li-icon.png) left top no-repeat;
	line-height: 20px;
	font-family: Graphik;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	color: rgba(31,41,92,1);
}
.mob-view{
	display: none;
}
.connect-withus{
    text-align: left;
    
	box-shadow: 0 14px 35px rgba(0, 3, 20, 0.17);
    height: auto;
    background-color: #fff;
    padding: 32px 50px 32px 50px;
    border-radius: 20px;
    border: 0;
    color: #1F295C;
    position: relative;
    float: right;
    width: 560px;
}
.connect-withus input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="tel"], textarea, select {
    border: none;
    color: #1F295C;
    font-size: 16px;
    outline: medium none;
    padding: 0 0 6px 0;
    width: 100%;
    margin-bottom: 2px;
    border-bottom: 1px solid #CCC7C7;
    background: transparent;
}
.connect-withus select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/down-arrow.png) no-repeat right 7px;
}
.connect-withus .invalid input[type="text"], .invalid input[type="password"], .invalid input[type="file"], .invalid input[type="email"], .invalid input[type="tel"], .invalid textarea, .invalid select {
    padding: 0 0 8px 0;
    margin-bottom: 8px;
}
.blinking{    font-weight: 600;
    font-size: 18px;
    color: #CDA839; margin:-15px 0 10px 0; text-align:center;
 animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.floating-social {
	padding: 35px 11px !important;
    background: #CDA839;
    line-height: 0;
    border-radius: 0 20px 20px 0;
    margin: 0;
    position: absolute;
    right: -60px;
    z-index: 100;
    top: 15%;
    width: 60px;
}
.floating-social ul {

    text-align: center;
    margin: 0 0 20px 0;
    padding: 0px;
	list-style: none;
}
.floating-social ul li {
    margin: 0px;
    padding: 0px 0 10px 0;
    display: block;
    line-height: 20px;
    background-image: none;
}
.floating-social ul li a{
	webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
	display: block;
}
.floating-social ul li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.floating-social:hover{
    background-color: #a8841a;
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
}
a.share{
    transform: rotate(-90deg);
    display: inline-block;
    margin: 20px 0 20px 0px;
    height: auto;
    font-size: 15px;
    color: #fff;
}

::-webkit-input-placeholder { 
  color: #fff;
}
::-moz-placeholder { 
  color: #1F295C;
}
:-ms-input-placeholder { 
  color: #fff;
}
:-moz-placeholder { 
  color: #fff;
}
.connect-withus h4 {
	margin: 0 0 20px 0;
    padding: 0;
    font-weight: 800;
    font-size: 20px;
    color: #2c296c;
    line-height: 25px;
    text-align: center;
}
.submit-button {
padding: 10px 10px;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    font-size: 17px !important;
    font-family: 'Graphik';
    border: none;
    width: 100%;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    background-color: #CDA839;
}
.submit-button:hover {
    background-color: #a8841a;
    text-decoration: none;
    transition: 0.4s;
    color: #fff;

}
.submit-btnn{
    padding-bottom: 21px;
}
.language-swt {
    border: 1px solid #ece4d7 !important;
    width: auto !important;
    display: inline-block !important;
    padding: 13px 10px !important;
    line-height: 0 !important;
    float: right;
    margin-top: 15px;
}
.language-swt a {
	color: #D09B2B;
}
.language-swt:hover {
	background-color: #CDA839;
	color: #fff;
}
.language-swt:hover a {
	color: #fff;
}
.content-section{
	/*background-color: #18266e;*/
	background-image: linear-gradient(to right, rgba(26,39,105,1), rgba(14,33,132,1));
	text-align: left;
	background-size: cover;
	padding: 25px 0 45px 0;
	color:#fff;
}
section.content-section.image{
    background-color: #1a286c;
    background-image: none;
}

.content-section p{
    line-height: 25px;
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,1);
    margin: 25px 0 25px 0px;
}
.content-section ul{
	list-style: none;
	padding: 30px 0 30px 0;
	margin: 0;
}
.content-section ul ul{
	list-style: none;
	padding-top:0px;
	padding-bottom:0px;
	padding-inline-start: 40px;
}

.content-section li{
    line-height: 20px;
    padding: 0 0 0 35px;
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,1);
    margin: 0 0 12px 0;
    background: url(../img/li-icon.png) left top no-repeat;
}
.content-section li:last-child{
	background: none;
	margin-top: 16px;
}
.content-section li a{
	color: #fff;
	margin: 0 0 35px 0;
	display: inline-block;
	border: none;
	padding: 0;
	text-decoration: underline;
}
.content-section li a:hover{
	color: #D09B2B;
	transition: 0.4s;
}
.content-section a{
	color: #D09B2B;
	border-bottom-style: solid;
	border-bottom-width: thin;
	padding: 10px 0;
	margin-right: 10px;
	margin-left: 0px;
	
}
.first-fold .scroller-link{line-height:40px;}

.content-section a:hover {
    color:#fff;
    transition: 0.4s;
}
.content-section h2, section.network-section h4{
    margin: 0 0 30px 0;
	margin-left:5%;
	margin-right:5%;
    padding: 0;
    color: #0f2183;
    font-family: 'Graphik';
    line-height:50px;
    margin-top: -7px;
    font-weight: bold;
    font-style: normal;
    font-size: 36px;
    text-align: center
}
.content-section h4{
	margin: 0px 0 15px 0px;
	padding: 0;
	color: #fff;
	font-family: 'Graphik';
	line-height: normal;
	white-space: nowrap;
	text-align: left;
	font-style: normal;
	font-weight: bold;
	font-size: 36px;
	}
.achievement-wrap{
	padding: 45px 0 0 0;
}

.footer-wrap{
	padding: 50px 0 10px 0;
    color: #1a286c;
    font-size: 14px;
    text-align: center;
}
.footer-wrap a{
	color: #595959;
}
.footer-wrap a:hover{
	text-decoration: none;
}

.footer-wrap hr {
    border-color: #d9d9d9;
}

.social-wrap{
    padding: 30px 0 30px 0;
    background-color: #fff;
    text-align: center;
	border-top: 1px solid #707070;
	border-bottom: 1px solid #707070;
	margin-bottom: 25px;
}
.social-wrap p{ margin:10px 0 0 10px; text-align:right;}
.location-wrp{
	text-align: left;
	margin-bottom: 25px;
}
.location-wrp h6{
	color: #DDA12A;
    font-weight: 600;
    font-size: 17px;
	padding: 0;
    margin: 0;
}
.location-wrp h6 img{
	padding-right: 4px;
}
.location-wrp span{
	padding-left: 22px;
    display: block;
}
.address ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 14px;
	
}
.address ul li {
    display: inline-block;
    margin-right: 20px;
    vertical-align: top;
    align-items: flex-start;
}
.address ul li span {
    display: flex;
    height: 100%;
    align-items: flex-start;
    margin-bottom: 12px;
}
.address ul li span span {
    display: contents;
}
.address ul li img{
padding-right: 5px;	
/*height: 100%;*/
}
.address ul li a{
	color: #DDA12A;
	font-weight: 600;
	font-size: 17px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transition: 0.4s;
    display: block;
}
.address ul li a:hover{
	color: #c57c0a;
	transition: 0.4s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.footer-social-media {
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.footer-social-media li {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}
.footer-social-media li a {
    webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    display: block;
}
.footer-social-media li a:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.achievement-wrap ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}
.achievement-wrap ul li{
	padding: 0;
	margin: 0 30px;
	display: inline-block;
	text-align: center;
	font-family: 'Graphik';
		font-style: normal;
		font-weight: bold;
		font-size: 18px;
		color: rgba(21,36,114,1);
}
.whiteround {
	border-radius: 50px;
    background: #D09B2B;
    width: 100px;
    padding: 25px 0;
    display: block;
    margin: 0 auto 30px;	
	height: 100px;
}
.whiteround:hover{
    background-color: #a8841a;
    text-decoration: none;
    transition: 0.4s;
    color: #fff;
}
.whiteround img {
    display: inline;
    width: auto !important;
}
.thankyou {
    background-color: #0f2283;
    text-align: left;
    background-size: cover;
    padding: 60px 0 30px 0;
    margin-bottom: 10px;
    color: #fff;
}
.thankyou h3 {
    margin: 0 0 35px 0;
    padding: 0;
    color: #fff;
    font-family: 'Graphik';
    line-height: 62px;
    margin-top: -7px;
    font-weight: 600;
    font-style: italic;
    font-size: 30px;
    text-align: center;
}
.thankyou h5 {
    margin: 0 0 35px 0;
    padding: 0;
    color: #fff;
    font-family: 'Graphik';
    line-height: 62px;
    margin-top: -7px;
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    text-align: center;
}
.first-fold{
	margin-bottom: 0px;
}
.second-fold{
	margin-bottom: 100px;
	margin-top:100px;
}
.mobile-banner{
	display: none;
}

div.wpcf7-response-output {
    margin: 5px 0.1em 5px !important;
    padding: 5px !important;
    font-size: 12px !important;
    border: none !important;
}
span.wpcf7-not-valid-tip {
    color: #f00 !important;
    font-size: 12px !important;
}
.wpcf7-response-output {
    display: none !important;
}

.switch {
  width: 100px;
  height: 40px;
  position: relative;
}

.switch input {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  opacity: 0;
}

.switch label {
  display: block;
  text-align: center;
  color: #BBB;
  line-height: 2.5em;  
  width: 100%;
  height: 100%;
  background-color: #2E7D6B;
  border-radius: 3px;
  border-right: 3px solid #1D6C5A;
  border-bottom: 3px solid #1D6C5A;
}



.switch input:checked ~ label {
  background-color: #1D6C5A;
  border-right: 3px solid #0C5B40;
  border-bottom: 3px solid #0C5B40;
  color: white;
}

.call-img{
	text-align: right;
}
.call-img img {
    float: right;
}
.days-text{
	text-align: left;
}
.days-text h1{
 	font-weight: 600;
    font-size: 18px;
    color: #CDA839;
    margin: -5px 0 5px 0;
    text-align: left;
	line-height: 22px;
}
.days-text h2{
	font-weight: 600;
    font-size: 32px;
    color: #2c296c;
    margin: 0 0 10px 0;
    text-align: left;
    line-height: normal;
}
#return-to-top {
    position: fixed;
    bottom: 80px;
    right: 12px;
    background: rgb(208 155 43);
    width: 45px;
    height: 45px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 15px;
    top: 8px;
    font-size: 24px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #a8841a;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.icon-chevron-up:before {
    content: "\f077";
}
.error{
    border-bottom: 1px solid red !important;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none;
}
.bk-img{
    /*background-image: url(../img/bk-img.png);*/
    height: 330px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: -101px;
    opacity: 0.2;
    filter: blur(0.3px);
    -webkit-filter: blur(2.0px);
}
.flip-card {
  text-align: center;
    padding: 8px;
    border: 1px solid #C9C9C9;
    border-radius: 15px;
    background: white;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    display: table;
    width: 100%;
    height: 175px;
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: #283876;
    display: table;
}

.flip-card-back {
      background-color: #d19b2b;
    color: #fbfbfb;
    transform: rotateY(180deg);
}
.flip-card-back p{
    line-height: 25px;
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgba(255,255,255,1);
    margin: 40px 0 25px 0px;
    padding: 1px 4px 5px 5px;
}
.flip-card-front h3{
    margin-bottom: 0;
    display: table-cell;
    vertical-align: middle;
    font-size: 60px;
    font-weight: 700;
    color: #283876;
    font-family: 'Graphik';
}
.know-more{
    cursor: pointer;
}
.floating-social img{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}
/*----------- */
.loader {
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid #cda839;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}
.know-more a{
    padding: 14px 50px 14px 35px;
    color: #D09B2B;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    font-family: 'Graphik';
    position: relative;
    transition: all 0.5s ease-in;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
    float: right;
    background: rgb(17 34 127);
    margin-top: 10px;
}
.know-more a::after {
    position: absolute;
    right: -77px;
    bottom: -61px;
    width: 100px;
    height: 115px;
    content: "";
    background: #D09B2B;
    transition: all 0.5s ease-in;
    z-index: -1;
    transform: rotate(28deg);
}
.know-more a:hover{
    color: white;
}
.know-more a:hover::after {
    width: 200%;
    height: 200%;
    transition: all 0.5s ease-in;
    transform: rotate(0deg);
    bottom: 0;
    right: 0;
}
.marg-btm{
    font-size: 29px;
    font-weight: 600;
}
.service-single {
    position: relative;
    background-color: white;
    padding: 60px 20px 8px;
    outline: 0;
    box-shadow: 7px -4px 17px 4px rgba(2, 2, 2, 0.18);
    border-radius: 15px;
    margin: 0 10px;
    margin-top: 90px;
    border-bottom: 10px solid transparent;
    transition: all 0.3s ease-in;
    height: 240px;
}
.service-single .detail-page-link {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.icon-holder {
    width: 227px;
    height: 46px;
    background: #D09B2B;
    /* border-radius: 50%; */
    text-align: center;
    padding: 20px 13px;
    position: absolute;
    left: 50px;
    top: -25px;
    z-index: 9;
}
.service-single h5 {
    color: #254680;
    font-family: 'Graphik';
    font-size: 21px;
    font-weight: 600;
    height: 55px;
}
.service-single p {
    color: #283876;
    font-size: 16px;
    font-weight: 400;
    height: 124px;
    overflow: hidden;
    text-align: center;
}
.service-single:hover {
    border-bottom: 10px solid #d09b2b;
    margin-top: 60px;
    transition: all 0.3s ease-in;
}
.how-we{
    padding-bottom: 40px;
}
.icon-holder p{
        font-size: 20px;
    font-weight: 600;
    margin-top: -9px;
    text-align: center;
    color: #FFF;
}
.address{
  /*  padding: 30px 0 30px 0; */
    background-color: #fff;
    text-align: center;
    /* border-top: 1px solid #707070; */
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
    padding-bottom: 27px;
}
.work{
    background-image: linear-gradient(to right, rgba(26,39,105,1), rgba(14,33,132,1));
}
.work h2{
    color:#FFF;
}
.hexagon span{
    color: #d19b2b;
    font-size: 18px;
    font-weight: 600;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 24px;
    font-style: normal;
}
.hexagon {
    display: flex;
}
.head-top{
    background: #2c296c;
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    z-index: 99;
    height: 45px;
}
.head-top:after{
    background: red;
}
.header-section:after {
    content: "";
    background: #2c296c;
    height: 45px;
    width: 50%;
    right: 0;
    position: absolute;
    top: 0;
    z-index: 0;
    border-bottom-left-radius: 30px;
}
.head-top a{
    position: relative;
}
.stext{
    display: inline-flex;
}
.stext u{
        position: relative;
    top: 8px;
}
.icons img{
    transform: rotate(90deg);
    display: inline-flex;
}
.icons{
    display: inline-flex;
}
.icons a{
       padding-left: 12px;
}
.mail img{
    padding-right: 5px;
}
.icons a:hover{
    transition: 0.4s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
    transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.highlight{
    color: #d19b2b;
} 
.click{
    color: #172258;
    font-size: 16px;
    font-weight: 600;
} 
.click:hover{
    color: #d19b2b;

} 
.download{
    color: #172258;
    font-size: 16px;
    font-weight: 600;
}
.download:hover{
    color: #d19b2b;

} 
.first{
    margin: 0 0 15px 0;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
    color: #0f2183;
    font-style: normal;
    line-height: 25px;
}
.why-us{
  background-image: linear-gradient(to right, rgb(255 255 255), rgb(255 255 255));
}
.why-pad{
    padding-bottom: 10px;
}
.hexagon i{
        color: #0f2281;
    font-size: 25px;
}
..bt::after{
      position: absolute;
    right: -77px;
    bottom: -61px;
    width: 100px;
    height: 115px;
    content: "";
    background: #D09B2B;
    transition: all 0.5s ease-in;
    z-index: -1;
    transform: rotate(28deg);
}
.bt {
    padding: 14px 50px 14px 35px;
    border: 1.5px solid #D09B2B;
    color: #D09B2B;
    font-size: 17px;
    font-weight: 600;
    border-radius: 0;
    font-family: 'Graphik';
    position: relative;
    transition: all 0.5s ease-in;
    display: inline-block;
    overflow: hidden;
    z-index: 3;
}

.bt-transparent {
    background: rgba(1, 2, 5, 0.3);
}
.bt:hover {
    color: white;
}
.bt:hover, .bt:focus, .bt:visited {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.faq{
    background-image: linear-gradient( rgb(207 204 204 / 40%), rgb(219 219 219 / 40%));
}
/* faqs */
.faq-title {
    font-size: 2em;
    margin: 0.4em 0;
}


.faq-list > div {
    border-bottom: 0.07em solid #ededed;
    padding: 1em 0em;
} 

.faq-list > div:last-child {
    border: initial;
}

summary {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #d09b2b;
    font-size: 17px;
    font-weight: 600;
}

summary:hover {
    color: #CDA839;
    transition: all 0.3s ease;
}

details[open] summary ~ * {
/*  animation: sweep .5s ease-in-out;*/
}

@keyframes sweep {
  0%    {opacity: 0; margin-left: -10px}
  100%  {opacity: 1; margin-left: 55px}
}

details[open] summary {
  color: #CDA839;
}

details[open] p {
    border-left: 2px solid #d09b2b;
    margin-left: 30px;
    padding-left: 20px;
    opacity: 100;
    transition: all 3s ease;
    text-align: justify;
    color: #0f2281;
}

details[open] summary:after {
    content: "-";
    font-size: 3.2em;
    margin: -0.5em 0.14em 0 0;
    font-weight: 200;
}
.faq-content{
    color: rgb(15 34 129) !important;
}
.faq-body {
/*        box-shadow: 0px 0px 16px #5b5b5b;*/

}

summary::-webkit-details-marker {
    display: none
}

summary:after {
    background: transparent;
    border-radius: 0.3em;
    content: "+";
    color: #102281;
    float: left;
    font-size: 1.8em;
    font-weight: bold;
    margin: -0.3em 0.25em 0 0;
    padding: 0;
    text-align: center;
    width: 25px;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.table {
    color: #142476;
}
thead{
    color: #d09b2b;
}
th{
    color: #d09b2b;
}
.pad{
  padding-left: 17px !important;
}

.faq ul{
    list-style: list !important;
    padding:0px 0px 0px 0px !important;
    margin: 25px;
}
.faq li {
    line-height: 20px;
    padding: 0 0 0 35px;
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: rgb(15 34 129);
    margin: 0 0 12px 0;
    background: url(../img/li-icon.png) left top no-repeat;
}
.faq li:last-child {
    background: url(../img/li-icon.png) left top no-repeat;
    margin-top: 16px;
}
.look h1{
    color:#FFF !important;
}
.looking p{
color: #CDA839;
}
.looking li:last-child {
    background: url(../img/li-icon.png) left top no-repeat;
    margin-top: 16px;
}
.document_box_list {
    display: flex;
    margin: 70px 0 0 0;
}
.document_box_list .document_box:nth-child(odd) {
    border-bottom: 4px solid #938fa5;
    top: 0;
    background-color: #ffffff;
}
.document_box_list .document_box {
    background: #FFFFFF;
    box-shadow: 0px 3px 16px #0000001A;
    display: flex;
    flex-direction: column;
    color: #333333;
    flex: 1 1 0;
    justify-content: center;
    align-items: center;
    min-height: 77px;
    padding: 0 15px;
    text-align: center;
    border-bottom:4px solid #d19b2b;
    position: relative;
    top: -30px;
}
.document_box_list .document_box span {
    font-weight: 500;
    display: block;
}
.covered h2 {
    margin: 0 0 0px 0;
}
.about-mbg1 h4{
    margin: 0px 0 0px 0px;
    padding: 0;
    color: #d19b2b;
    font-family: 'Graphik';
    line-height: normal;
    white-space: nowrap;
    text-align: left;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
}
.video{
    background-image: none; 
    text-align: left;
}
.work{
        padding-bottom: 0px ;
}
.video iframe{
    width: 100%;
    height: 450px;
}

/* ****************
     General
 ****************** */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  width: 100%;
  overflow-x: hidden;
  color: #555;
}

ul, nav {
  list-style: none;
}

textarea {
  resize: none;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  opacity: 1;
}

a:hover {
  text-decoration: none;
}

h1 {
  text-align: center;
  margin: 5px auto;
  font-weight: 600;
  }

.hr-h1 {
  margin: 0 auto 35px auto;
  border-style: solid;
  border-width: 5px;
  border-color: #d19b2b;
  width: 100px;
}

section {
  align-items: center;
  padding: 1px 100px;
}

section p {
/*  text-align: center;*/
  padding: 0 0px;
  line-height: 2;
}

.grid {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


/* General slide up */
.slideanim {
  visibility: ;
}

.slide {
  animation-name: slide;
  -webkit-animation-name: slide;
  -moz-animation-name: slide;
  animation-duration: 2s;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  visibility: visible;
}

@keyframes slide {
  0% {
    opacity: 0;
    transform: translateY(60%);
  }

  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

/* Service slide left */
.slideanimleft {
  visibility: ;
}

.slideleft {
  animation-name: slideleft;
  -webkit-animation-name: slideleft;
  -moz-animation-name: slideleft;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  /* Make the element visible */
  visibility: visible;
}

@keyframes slideleft {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@-webkit-keyframes slideleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
  }
}

@media (max-width: 375px) {
  section {
    padding: 20px 10px;
  }

  .bg-section h1 {
    font-size: 27px;
  }
}





/*---------------------------------------------------
 *  Service
 *-------------------------------------------------- */
#service {
  background-color: #eee;
}

#service .tab-content {
  background-color: #fff;
  min-height: 360px;
    padding: 1px 10px 10px 10px;
}

#service .brand-pills li a {
font-size: 13px;
    padding: 18px 15px !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #2c296c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}

#service .brand-pills li a:focus {
      font-size: 13px;
    padding: 27px 15px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #d19b2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.start-busniess h2{
    margin: 0 0 0px 0;
}
.business-section ul{
    list-style: none;
    padding: 0px 0px 5px 20px;
    margin: 0;
}
.business-section li{
    line-height: 20px;
    padding: 0 0 0 35px;
    font-family: 'Graphik';
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    color: #2c296c;
    margin: 0 0 12px 0;
    background: url(../img/li-icon.png) left top no-repeat;
}
#service .brand-pills li.active a {
  background-color: #d19b2b;
}

#service .brand-pills li.active a:focus, 
#service .brand-pills li.active a:hover, 
#service .brand-pills li.active a:focus:hover {
  background-color: #d19b2b;
}

#service .brand-pills > li > a:hover, 
#service .brand-pills > li > a:focus:hover {
  background-color: #d19b2b;
}

#service li.brand-nav.active a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 25px solid #d19b2b;
    position: absolute;
    top: 69%;
    margin-top: -36px;
    left: 100%;
    z-index: 2;
}

#service h3 {
 font-size: 24px;
    text-align: center;
    font-weight: 600;
    color: #0f2183;
 
}

#service p {
    font-weight: 300;
    font-size: 16px;
    color: #2c296c;
    font-style: normal;
    line-height: 25px;
  text-align: left;
}
.tab-content-pad{
    padding-bottom:30px;
}

@media (max-width: 375px) {


  #service .tab-content {
    min-height: 454px;
    padding: 10px;
  }

  #service h3 {
    font-size: 20px;
  }

  #service .brand-pills li a {
    font-size: 14px;
    padding: 19px 15px !important;
  }

  #service .brand-pills li a:focus {
    font-size: 14px;
    padding: 20px 15px;
  }

  #service li.brand-nav.active a:after {
    display: none;
  }
}
@media(max-width: 1440px) {
    .banner-section {
    padding: 0px 0 85px 0;
    }
    .banner-caption {
    padding-top: 15px;
    }
    .banner-caption h1 {
        margin: 0 0 20px 0;
        padding: 0;
        font-family: 'Graphik';
        line-height: 44px;
        text-align: left;
        font-style: normal;
        font-weight: 600;
        font-size: 24px;
    }
    .about-mbg{
        position: relative;
       
    }
}
@media(max-width: 1366px) {
	.banner-section {
    padding: 0px 0 85px 0;
	}

}
@media(max-width: 1024px) {
	.content-section a{
	margin-right: 3px;
	}
	.banner-caption {
    width: 100%;
	}
	.banner-caption h1 {
    line-height: 30px;
	font-size: 22px;
	}
	/*.banner-section {
	 height: 700px;
	}*/
	.achievement-wrap ul li {
	font-size: 14px;
	margin: 0 15px;
	}
	.address ul {
    font-size: 13px;
	}
	.address ul li {
    margin-right: 10px;
	}
	.address ul li a {
    font-size: 13px;
   }
	.connect-withus{
		float: none;
	}
    .about-mbg {
    position: relative;
    top: 0px;
    }
}
@media(max-width: 824px) {
	/*.desk-view{
		display: none;		
	}*/
	/*.mob-view{
		display: block;
        margin-top: 75px;
	}*/
    .mob-view{
       display: none;
    }
	.content-section h4 {
    margin-top: 10px;
}
	.marg-btm {
    font-size: 18px;
    font-weight: 500;
}
	.connect-withus {
	float: none;
    margin: 0 auto;
	margin-bottom: 20px;
	}
}
#outmessage{
    font-size: 15px;
    padding-bottom: 10px;
    color: #cda839;
}
@media(max-width: 768px) {
	.address ul li span {
    display: block !important;
	margin-bottom: 28px;
}
.more-insight-dubai .col-xs-4.col-md-5 img {
    width: -webkit-fill-available !important;
}
.more-insight-dubai article .col-xs-4.col-md-5 {
    width: 100%;
}

section {
    align-items: center;
    padding: 0px 0px;
  }
.faq-span{
    margin-left:30px;
}
.faq ul{
    list-style: list !important;
    padding:0px 0px 0px 0px !important;
    margin: 25px !important;
}
#service .brand-pills li a {
    font-size: 10px;
    padding: 10px 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #2c296c;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
#service li.brand-nav.active a:after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    border-left: 25px solid #d19b2b;
    position: absolute;
    top: 50%;
    margin-top: -36px;
    left: 100%;
    z-index: 2;
}
#service .brand-pills li a:focus {
    font-size: 10px;
    padding: 10px 14px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    background-color: #d19b2b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
}
.video iframe {
    width: 100%;
    height: 185px;
}
.covered h6{
        text-align: center;
    padding-bottom: 0px !important;
    font-size: 19px;
}
.content-section ul {
    list-style: none;
    padding: 30px 0 0px 0;
    margin: 0;
}
#service p {
    font-weight: 300;
    font-size: 16px;
    color: #2c296c;
    font-style: normal;
    line-height: 25px;
    text-align: justify;
}
	.location-wrp h6 {padding: 0 0 10px 0;}
	.address ul li span img {
    height: 22px;
}
	.address ul li span br{
		display: none;
	}
	.marg-btm {
    margin-bottom: 20px;
    display: inline-block;
}
	.img-center{
		margin: 0 auto;
	}
	.banner-overlay {
    padding-top: 20px;
	}
	.banner-section {
    padding: 0px 0 15px 0;
}
	.content-section h2{
	font-size: 24px;
	}
	.content-section h4 {
    margin: 40px 0 15px 0;
	}
	.achievement-wrap ul li {
	font-size: 14px;
	margin: 0 12px;
	margin-bottom: 15px;
	}
	.address ul {
    list-style: none;
    padding: 0;
	}
	.address ul li {
	margin-bottom: 15px;
	}
	.address ul li a {
    font-size: 14px;
}
	
	.banner-overlay ul {
		margin-bottom: 20px;
	}
	.content-section li{
		font-size: 14px;
	}
	.connect-withus {
        margin-top: 60px;
    filter: drop-shadow(0px 5px 15px rgba(0, 3, 10, 0.15));
	}
	.thankyou h3 {
    line-height: 28px;
    font-size: 20px;
}
    #return-to-top {
    position: fixed;
    bottom: 80px;
    right: 2px;
    background: rgb(208 155 43);
    width: 25px;
    height: 25px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    }
    #return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 6px;
    top: 1px;
    font-size: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.bk-img{
    background-image: none;
}
.service-single {
    max-height: 285px;
    height: auto;
        position: relative;
    background-color: white;
    padding: 29px 18px 0px;
    outline: 0;
    box-shadow: 7px -4px 17px 4px rgba(2, 2, 2, 0.18);
    border-radius: 15px;
    margin: 0 10px;
    margin-top: 90px;
    border-bottom: 10px solid transparent;
    transition: all 0.3s ease-in;
}
.icon-holder p{
    margin-top: -6px !important;
    color: #FFF !important;
}
.hexagon{
    padding-bottom: 22px;
}
.why-pad {
    padding-bottom: 0px;
}
.how-we {
    padding-bottom: 0px;
}
.work h2{
        margin: 0 0 0px 0;
}
.service-single p{
        color: #283876;
    font-size: 16px;
    font-weight: 400;
    height: 100px;
    overflow: hidden;
}
.head-top{
    padding-left: 20px;
    border-bottom-left-radius: 30px;
    z-index: 99;
    height: 55px;
}
.stext{
    display: none;
}
.icons{
    display: none;
}
.content-section p {
    margin: 30px 0 25px 0;
    font-size: 14px;
}
.hexagon span{
    color: #d19b2b;
    font-size: 17px;
    font-weight: 600;
    padding-left: 10px;
}
summary {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #d09b2b;
    font-size: 12px;
    font-weight: 600;
}

}
@media(max-width: 767px) {
	.location-wrp {
    text-align: center;
	}
	.location-wrp span {
    margin-bottom: 20px;
	}
	.address ul {
     text-align: center;
	}
	.footer-social-media {
    text-align: center;
	}
    .social-wrap p {
    margin: 10px 0 0 10px;
     text-align: center; 
}

.document_box_list .document_box {
    flex: 0 0 100%;
    max-width: 50%;
    top: 0;
}
.document_box_list {
    flex-wrap: wrap;
    margin: 30px 0 0 0;
}
a.call-to-action.mail {
    display: none !important;
}
.topnav a.active {
    background: #d19b2b;
    border-radius: 40px;
    padding: 6px 15px 6px 15px;
    color: #fff !important;
    margin-top: 11px;
}

.desk-viewscroll {
    padding: 0px 0px;
}
}
@media(max-width: 568px) {
	.blinking{    font-weight: 600;
		font-size: 16px; margin-top:-10px;}
	.connect-withus {
    width: auto;
    margin: 15px 15px 15px 15px;
	}
	.banner-caption h1 {
    line-height: 28px;
    font-size: 19px;
}
.none{
    display: none;
}
}
@media(max-width: 480px) {
	.days-text h1 {
    font-size: 14px;
    line-height: 15px;
	margin: 0px 0 2px 0;
}
	.days-text {
    padding-left: 0;
}
	.days-text h2 {
    font-size: 21px;
	}
	.address ul li {
    margin-right: 5px;
}
	.address ul {
    font-size: 12px;
}
	.content-section a {
	font-size: 15px;
	}
	.connect-withus {
	width: 100%;
    padding: 35px 35px 55px 35px;
}
	.submit-button {
    padding: 13px 20px;
    font-size: 16px !important;
	}
	.connect-withus h4 {
    font-size: 15px;
    line-height: 18px;
}
	.connect-withus input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="tel"], textarea, select {
    font-size: 14px;
    padding: 0 0 8px 0;
    margin-bottom: 8px;
}
	.call-to-action {
    padding: 10px 20px;
    font-size: 12px;
}
	.floating-social{
	border-radius: 20px 0 0 20px;
    width: 34px;
    padding: 35px 8px !important;
	right: 0;
	}
	a.share {
	margin: 10px 0 10px -11px;
	}
	.content-section h2 {
    font-size: 20px;
	line-height: normal;	
    }
    .submit-button{
    /*background: url(../img/feather-icon.png) 35% 10px no-repeat #CDA839;*/
    background-color: #CDA839;
    }


}
@media(max-width: 380px) {
	.content-section p {
    margin: 30px 0 25px 0;
	font-size: 14px;
	}
	.content-section h4 {
    margin: 40px 0 15px 0px;
	}
	.banner-overlay ul li {
    font-size: 14px;
	}
	.content-section a{
    margin-left: 0; 
	margin-right: 0;
	}
    .call-to-action {
    padding: 10px 7px;
    font-size: 12px;
    }
	.content-section h4{
	font-size: 20px;
	}
	.content-section li a {
    margin: 0 0 15px 0;
	}
	.content-section li:last-child {
    padding: 0 0 0 0px;
	}
    .submit-button{
    background-color: #CDA839;
    }
    .faq li:last-child{
        padding: 0 0 0 35px;
    }

}
@media(max-width: 360px) {
	.days-text h1 {
    font-size: 12px;
    line-height: 13px;
	margin: 0px 0 0px 0;
}
	.days-text h2 {
    font-size: 17px;
	}
	.content-section a {
    letter-spacing: -0.6px;
}
.social-wrap p {
    margin: 10px 0 0 10px;
     text-align: center; 
}
.mob-view p{
    font-size: 17px;
}
.submit-button{
    background-color: #CDA839;
}
.call-to-action {
    padding: 10px 15px;
    font-size: 12px;
}
}

#responsive-form{
	max-width:600px /*-- change this to get your desired form width --*/;
	margin:0 auto;
        width:100%;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------**/
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}
.submit-btnn input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 10px;
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    font-size: 17px !important;
    font-family: 'Graphik';
    border: none;
    width: 100%;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    background-color: #2c296c;
}
form.wpcf7-form label {
    font-weight: 500;
    margin-bottom: 15px;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1F295C;
  font-size: 16px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #1F295C;
  font-size: 16px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #1F295C;
  font-size: 16px;
}
.titlewhite h2 {
    color: #fff;
}
.center {
    text-align: center !important;
}
@media (min-width: 992px){
.col-sm-12.col-md-4 {
    width: 40%;
}
.col-sm-12.col-md-8 {
    width: 60%;
}
.pic img {
    width: 150px;
    heught: 150px;
}
.titlewhite h2 {
    margin-bottom: 82px;
}
.row.col.box {
    margin-bottom: 60px;
}
.mbcenter .row.about-mbg .col-sm-4.col-md-4 {
    width: inherit;
}
.mbcenter .row.about-mbg {
    margin-left: auto;
    margin: 0 auto;
    width: 70%;
    display: flex;
}
.header-section .col-md-5 {
    width: 45.666667%;
}
.header-section .col-md-7 {
    width: 54.333333%;
}
.social-wrap .col-md-9 {
    width: 68%;
}
.social-wrap .col-sm-3 {
    width: 32%;
}
a.call-to-action.mail {
   background: #d19b2b;
    color: #ffffff !important;
    margin: 8px 16px;
    padding: 6px 12px;
    border-radius: 50px;
    font-size: 16px;
}
.hexagon img {
    width: 48px;
    height: 48px;
}
.col-md-6.mobimg {
    padding-top: 60px;
}
}
.our-team{
    padding: 0px 15px 20px;
    background: #fff;
    border-radius: 15px;
    text-align: center;
}
.our-team .pic{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: none;
    padding: 10px;
    margin-bottom: 17px;
    transition: all 0.5s ease 0s;
    margin-top: -90px;
}
.our-team:hover .pic{
    border-radius: 50%;
    margin-top: -90px;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
    width: 143px;
}
.our-team .title{
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #1a286c;
    text-transform: uppercase;
    margin: 0 0 7px 0;
}
.our-team .post{
    display: block;
    font-size: 15px;
    color: #595959;
    margin-bottom: 5px;
}
span.name {
    color: #d09b2b;
    font-weight: 600;
    margin-bottom: 8px !important;
    display: block;
    font-size: 15px;
    text-transform: capitalize;
}
.our-team .social{
    padding: 0;
    margin: 0;
    list-style: none;
}
.our-team .social li{
    display: inline-block;
    margin-right: 5px;
}
.our-team .social li a{
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 15px;
    color: #17bebb;
    border: 1px solid #17bebb;
    transition: all 0.5s ease 0s;
}
.our-team:hover .social li a{
    background: #17bebb;
    color: #fff;
}
input.wpcf7-form-control.wpcf7-submit {
    /* padding: 10px 10px; */
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    display: block;
    font-size: 17px !important;
    font-family: 'Graphik';
    border: none;
    width: 100%;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    background-color: #2c296c;
    margin-bottom: 17px;
}
.screen-reader-response ul {
    display: none;
}
.screen-reader-response {
    text-align: center;
    padding-bottom: 20px;
    color: #cda839;
    font-weight: 600;
}
.dropdownn {
    position: relative;
    display: inline-block;
    top: 8px;
    color: #fff;
    font-family: graphik;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 1px;
     height: 80px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2c296c;
  min-width: 190px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdownn:hover .dropdown-content {
  display: block;
}

.dropdownn:hover .dropbtn {
  background-color: #3e8e41;
}
@media only screen and (max-width: 990px){
.our-team{ 
    margin-bottom: 89px;
    margin-top: 60px; }
.more-insight-dubai .col-xs-8 {
    width: auto;
}
}

.more-insight-dubai img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 288px;
    width: 450px;
    box-shadow: 1px 2px 2px 1px #888686;
}
.more-insight-dubai h1.entry-title {
    text-align: left;
    margin: 0px;
    color: #2c296c;
    font-family: 'Graphik';
}
.more-insight-dubai .entry-content {
    padding-top: 19px;
}
.more-insight-dubai  article {
    margin-bottom: 40px;
}
.more-insight-dubai p {
    color: #2c296c;
    line-height: 24px;
}
.more-insight-dubai a {
    color: #dda12a;
    font-weight: 600;
    font-size: 17px;
}
.more-insight-dubai h1.entry-title a {
    color: #2c296c;
    font-size: 26px;
    line-height: 32px;
}
.dropdown, .dropup {
    position: initial;
}
.topnav {
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #fff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: 'graphik';
   font-weight: 600;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
  font-family: 'graphik';
    font-weight: 600;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2c296c;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
    .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background: #2c296c;
    color:#fff !important;
}
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
     background: #2c296c;
    font-family: 'graphik';
    font-weight: 600;
  }
.firstsection .desk-view h1 {
    color: #fff;
}
.firstsection p.first {
    color: #fff!important;
}
.firstsection .banner-overlay {
    background-image: none;
}

.firstsection input.wpcf7-form-control.wpcf7-submit {
    line-height: 30px;
}
.firstsection .header-section .col-md-5 {
    margin-top: 15px;
}
.firstsection .first {
    font-weight: 400!important;
    font-size: 16px!important;
}
.firstsection .formdiv {
    padding-top: 30px;
}
@media (min-width: 768px){
.firstsection .col-sm-12.col-md-4 {
    width: 55%;
}
.firstsection .col-sm-12.col-md-8 {
    width: 45%;
}
.topnav a.active {
    display: none;
}
.topnav {
    float: right;
}
.timer {
    margin-top: -36px;
}
.firstsection .banner-caption {
    margin-right: 50px;
}
}
.connect-withus {
    width: auto;
    animation: fadeInRight 1s ease-in-out;
   background-color: #ffffffd4;
   padding: 25px 25px 25px 25px;
   float: left;
}
.firstsection .banner-caption {
    padding-top: 0px;
}
.firstsection img.img-responsive {
    margin-top: 20px;
}


    /* Track */
#desk-viewscroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px grey; 
        border-radius: 10px;
    }

    /* Handle */
#desk-viewscroll::-webkit-scrollbar-thumb {
        background: #f9f9f9; 
        border-radius: 10px;
    }

    /* Handle on hover */
#desk-viewscroll::-webkit-scrollbar-thumb:hover {
        background: #fff; 
    }
    .desk-viewscroll {
    overflow: auto;
    height: 250px;
    padding-right: 20px;
}
.row.first-fold h2 {
    color: #0f2183;
    font-family: 'Graphik';
    line-height: 50px;
    font-weight: bold;
    font-size: 36px;
    text-align: center;
}
.dubaiexpo .know-more-btn a.marg-btm {
    color: #fff;
    text-align: center;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    font-size: 17px !important;
    font-family: 'Graphik';
    border: none;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    background-color: #CDA839;
    margin-bottom: 17px;
    padding: 8px 25px 8px 25px;
    border-radius: 4px;
    margin: 0 auto;
    text-decoration: none !important;
    width: 130px;
}
.dubaiexpo .know-more-btn {
    margin: 0 auto !important;
    display: flex;
    margin-top: 40px !important;
}
.connect-withus input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="tel"],  textarea,  select {
    border-bottom: 1px solid #2c296c;
}
img{
     transition: transform 0.6s ease-in-out;
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(300px);
  }
  to {
    opacity: 1;
  }
}
@media only screen and (min-width: 600px) and (max-width: 990px) {
.col-xs-4 {
    width: 18.333333%;
}
.col-xs-8 {
    width: 80.666667%;
}
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
.header-section .col-md-7 {
    width: 60.333333%;
}
.header-section .col-md-5 {
    width: 39.666667%;
}
}
.mySlides {display: none}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}
/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
.banner-content {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    padding-left: 80px;
  	top:0;
}
section#faq {
    padding-top: 60px;
}
section.network-section {
    padding-top: 27px;
    padding-bottom: 0px;
}
section.network-section p, section.network-section a.marg-btm {
    color: #2c296c;
}
.network-section h4 {
    text-align: left !important;
    margin: 0px !important;
}
.network-section strong {
    font-size: 18px;
}
p#demo {
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: left;
    padding: 14px 16px;
}
#clockdiv{
    color: #fff;
    display: inline-block;
    font-weight: 100;
    text-align: center;
    float: left;
    padding-top: 2px;
    padding-bottom: 10px;
}

#clockdiv > div{
border-radius: 3px;
    background: #d19b2b;
    display: inline-block;
    padding: 6px 4px;
    width: 45px;
}

#clockdiv div > span{
	 border-radius: 3px;
    background: #fff;
    display: inline-block;
    color: #2c296c;
    padding: 4px;
}
.texttimer {
    float: left;
    color: #fff;
    padding: 19px;
}

.smalltext{
	font-size: 14px;
}

.timer {
    width: 100%;
    float: right;
    color: #fff;
}
.tim {
    float: right;
    text-align: right;
        padding-right: 37px;
}
div#countdown li {
    display: inline-block;
    padding: 10px;
    background: #d19b2b;
    width: 57px;
    border-radius: 3px;
    font-size: 15px;
    text-align: center;
    margin-bottom: 3px;
}

div#countdown span {
    display: block;
    text-transform: capitalize !important;
    background: #fff;
    width: 28px;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 6px;
    height: 21px;
    line-height: 24px;
    border-radius: 2px;
}
div#countdown {
    float: right;
}
div#countdown ul {
    padding-left: 0px;
}
.mySlides img {
    width: 100% !important;
}
form.wpcf7-form.invalid .form-group {
    margin-bottom: 0px;
}

.more-insight-dubai .col-xs-4.col-md-5 img {
    height: 288px;
    width: 450px;
    box-shadow: 1px 2px 2px 1px #888686;
}
/* new design dubai expo css */


         .firstsection .formdiv {
         padding-top: 65px;
         }
         section.w3-content.w3-section {
         padding: 0;
         position: absolute;
         }
         .mySlides {
         position: relative;
         }
         .header .head-top {
         background: transparent !important;
         }
         section.menudubai {
         height: 275px;
         }
         section.second-section .banner-caption {
         background: #2c296c;
         }
         section.second-section .banner-caption {
         background: #2c296c;
         padding-bottom: 10px;
         }
         section.second-section .banner-caption h1 {
         color: #fff;
         font-size: 34px;
         line-height: 49px;
         padding-top: 35px;
         margin: 0;
         }
         section.second-section p.first {
         color: #fff;
         font-weight: 600;
         font-size: 17px;
         line-height: 25px;
         margin: 0;
         }
         section.second-section .desk-view {
         border-bottom: 3px solid #d19b2b;
         padding: 15px 15px;
         }
         section.w3-content.w3-section .dot {
         cursor: pointer;
         height: 13px;
         width: 13px;
         background-color: #fff;
         border-radius: 50%;
         display: inline-block;
         transition: background-color 0.6s ease;
         margin-top: 20px;
         border: 1px solid;
         }
         section.w3-content.w3-section .active, section.w3-content.w3-section .dot:hover {
         background-color: #2c296c;
         }
         btn.btn {
         margin-top: 212px;
         background: #d09b2b;
         color: #fff;
         font-size: 18px;
         }
         #formButton {
         display: block;
         background: #d09b2b;
         border: none;
         padding: 8px;
         color: #fff;
         margin-top: 205px;
         }
         #MyForm {
         display: none;
         /* width: 300px; */
         background: #ffffff94;
         border: none;
         padding: 8px;
         color: #fff;
         height: 310px;
         margin-top: -310px;
         }
         input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.wpcf7-not-valid {
         background: transparent;
         border: none;
         color: #1F295C;
         font-size: 16px;
         outline: medium none;
         padding: 0 0 6px 0;
         width: 100%;
         margin-bottom: 2px;
         border-bottom: 1px solid #2c296c;
         background: transparent;
         }
         .connect-withus input[type="text"], input[type="password"], input[type="file"], input[type="email"], input[type="tel"], textarea, select {
         border: none;
         color: #999595;
         font-size: 16px;
         outline: medium none;
         padding: 0 0 6px 0;
         width: 100%;
         margin-bottom: 2px;
         border-bottom: 1px solid #CCC7C7;
         background: #fff;
         width: 100%;
         border-radius: 40px;
         padding-left: 12px;
         padding-top: 5px;
         }
         input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
         border: none;
         color: #1F295C;
         font-size: 16px;
         outline: medium none;
         padding: 0 0 6px 0;
         width: 100%;
         margin-bottom: 2px;
         border-bottom: 1px solid #CCC7C7;
         background: #fff;
         width: 100%;
         border-radius: 40px;
         padding-left: 12px;
         padding-top: 5px;
         }
         @media (min-width: 768px){
         
         .topnav {
         float: left; 
         }
         p.space {
    height: 35px;
}
img.talkicon {
   
    margin-top: -10px !important;
   
}
         .dubaiexpo .col-sm-12.col-md-8 {
         width: 49%;
         }
         .dubaiexpo .col-sm-12.col-md-4 {
         width: 30%;
         }
         .boxinner {
         height: 160px;
         padding-top: 29px;
         }
        
         
         .carousel-control {
         top: 245px;
         }
         section#offering a.marg-btm {
         font-size: 24px; 
         }

         section#offering {
         padding-bottom: 80px !important;
         }
         section.menudubai a.call-to-action.mail {
         background: none;
         padding: 7px 0px;
         }
         section.content-section-our-offering {
         margin-top: -70px;
         }
         img.right {
    float: right;
    width: 89px !important;
   
    margin-top: -30px;
    padding-right: 20px;
}
h3.title {
    margin-top: 10px;
}
.boxx {
    height: 191px;
}
         }
         h3.title {
         font-size: 21px;
         font-weight: 600;
         }
         .carousel-control.right, .carousel-control.left {
         background-image: none !important;
         }
         @media only screen and (max-width: 768px) {
    div#contact-form {
    right: -176px !important;
}
             .desnone {
    display: none !important;
}
         .col-xs-12.col-sm-6.cloneditem-1 {
         display: none;
         }
                  div#carousel-tilenav .col-xs-12.col-sm-6 {
    width: 100%;
}

         button#mbtn {
          width: auto;
          margin-top: 20px;
          }
         section.menudubai {
         height: 202px;
         }
            .mySlides img { height: 235px !important; }
         .team {
         vertical-align: middle !important;
         text-align: center!important;
         }
         .kk {
         height: 160px !important;
         width: 120px !important;
         margin-left: 0px !important;
         margin-top: -53px !important;
         display: inline-block !important;
         }
         .mobnone .carousel-inner {
   
    overflow: visible;
}
.carousel-control {
   
    margin-top: 342px;
}
         .pics {
         float: initial !important;
         width: 100%;
         }
         section.w3-content.w3-section .dot {
         margin-top: 30px;
         }
         
         }
         .pic {
         float: left;
         }
         .kk {
         background: #1a286c;
         height: 242px;
         width: 140px;
         margin-left: 28px;
         margin-top: -84px;
         /* display: table; */
         }
         .boxitem{
         background: #d19b2b;
         }
         
.pics img {
    width: 202px;
    height: 191px;
}
         .pics {
         float: left;
         }
         p.post {
         margin: 0;
         color: #1a286c;
         line-height: 20px;
         }
         h3.title {
         font-size: 17px;
         color: #1a286c;
         text-transform: uppercase;
         }
         .upbox {
         background: #d19b2b;
         display: table;
        
         width: 100%;
         }
         .boxx {
         margin-top: -170px;
         }
         section#offering {
         padding-top: 45px;
         padding-bottom: 30px;
         }
         section#offering h1 {
         color: #2c296c;
         text-align: left;
         padding-bottom: 35px;
         }
         .glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
         padding: 5px 10px 5px 10px;
         background: #000;
         border-radius: 76px;
         }
         .carousel-control {
         opacity: 1;
         }
         .glyphicon-chevron-left:before, .glyphicon-chevron-right:before {
         padding: 10px 13px 10px 13px;
         background: #000;
         border-radius: 76px;
         font-size: 22px;
         }
         .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
         left: 18%;
         }
         .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
         right: 23%;
         }
         .team {
         margin-bottom: 4px;
         }
         .border-bottom {
         border-bottom: 5px solid #1a286c;
         }
         h2.offers {
         color: #fff;
         font-family: graphik;
         line-height: 38px;
         font-weight: 600;
         font-size: 36px;
         width: 305px;
         }
         section.content-section-our-offering {
         background: #2c296c;
         padding: 0px 0px 40px 0px;
         }
         span.yellow {
         color: #d09b2b;
         }
         p.accordread {
         text-align: right;
         font-size: 13px;
         text-transform: uppercase;
         color: #2c296c;
         font-weight: 600;
         }
         .tab-content.business-section p {
         color: #2c296c;
         }
         p {
         color: #1a286c;
         }
         section.content-section-who p {
         font-size: 18px;
         line-height: 30px;
         }
         section.content-section-who a.marg-btm {
         color: #11227f;
         font-weight: 600;
         border-bottom: 2px solid;
         padding: 0px !important;
         }
         .border-bottomsec {
         border-bottom: 2px solid #d09b2b;
         }
         section.content-section.why-us .row.first-fold {
         padding-top: 30px;
         }
         .accordion:active, .accordion:hover {
         background-color: #d09b2b;
         }
         .panel {
         padding: 0 18px;
         background-color: white;
         max-height: 0;
         overflow: hidden;
         transition: max-height 0.2s ease-out;
         border: none;
         }
         .accordion {
         background-color: #ffff;
         color: #444;
         cursor: pointer;
         padding: 15px 18px 0px 18px;
         width: 100%;
         border: none;
         text-align: left;
         outline: none;
         font-size: 15px;
         transition: 0.4s;
         border-radius: 2px;
         margin-bottom: 25px;
         }
         p.accordtitle {
         color: #2c296c;
         font-size: 18px;
         line-height: 23px;
         font-weight: 600;
         height: 65px;
         }
         .modal {
         position: relative;
         }
         .modal-header {
         padding: 10px 14px 12px 10px;
         border-bottom: none;
         }
         .modal-title {
         margin: 0;
         line-height: initial;
         font-size: 21px;
         color: #2c296c;
         font-weight: 600;
         }
         .modal-body {
         position: relative;
         padding: 0px;
         }
         input#name, input#company {
         border: none;
         color: #999595;
         font-size: 16px;
         outline: medium none;
         padding: 0 0 6px 0;
         width: 100%;
         margin-bottom: 2px;
         border-bottom: 1px solid #CCC7C7;
         background: #fff;
         width: 100%;
         border-radius: 40px;
         padding-left: 12px;
         padding-top: 5px;
         }
         div#modalDialog {
         margin-top: -318px;
         }
         div#modalDialog button.btn.btn-primary{
         width: 100%;
         background: #d09b2b;
         border-color: #d09b2b;
         font-size: 17px;
         padding: 7px;
         }
         .modal-footer {
         padding: 0px 15px 8px 15px;
         text-align: right;
         border-top: none;
         }
         div#modalDialog {
         margin-left: -20px;
         }  
         .modal-content {
         background-color: #dcdad7;
         }
         .btn-primary {
         color: #fff;
         background-color: #d09b2b !important;
         border-color: #d09b2b !important;
             padding: 13px 18px;
    font-size: 21px;
    font-weight: 600;
    border-radius: initial;
         }
         .modal-header .close {
         margin-top: -22px;
         background: #000;
         opacity: 1;
         color: #fff;
         padding: 9px;
         border-radius: 50px;
         line-height: 12px;
         }
         .btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
         outline: none !important;
         outline-offset: initial !important;
         box-shadow: none !important;
         }
         .header .head-top {
         width: 100%;
         }
         
         
         img.img-networking {
         width: 300px;
         float: right;
         }
         section.content-section-our-offering {
         background: url(https://www.mbgcorp.com/ae/saseraf/2021/08/Bckground-1-min.png);
         background-position: bottom;
         background-size: contain;
         background-repeat: no-repeat;
         background-color: #232958;
         }
         .offering-section .row.first-fold h2 {
         text-align: left;
         }
         img.why-mbg {
         width: -webkit-fill-available;
         }
         section#offering h4 {
         color: #2c296c;
         text-align: left;
         padding-bottom: 35px;
         color: #0f2183;
         font-family: 'Graphik';
         line-height: 50px;
         margin-top: -7px;
         font-weight: 600;
         font-style: normal;
         font-size: 36px;
         }
         section#offering .first-row {
         MARGIN-TOP: 35px;
         }
         section#offering .know-mre a {
         color: #fff;
         text-align: left !important;
         float: left;
         background: #d09b2b;
         margin-top: 50px;
         margin-left: 30px;
         }
         section#offering a.marg-btm {
         padding: 12px 17px;
         }
         @media screen and (max-width: 1499px) and (min-width: 800px) {
         
         section.content-section-our-offering {
    margin-top: -53px !important;
}
         }
         @media (min-width:767px) and (max-width:800px) { 
         .mySlides img {
         height: auto !important;
         }
         button#mbtn {
    margin-left: 57px;
}
div#modalDialog {
    margin-left: 56px !important;
    width: 100%;
}
.boxx {
    height: 380px;
}
.carousel-control {
    margin-top: 133px;
}
         }
         img.right {
  
    width: 62px;
   

}
img.talkicon {
   
    margin-top: 20px;
    width: 62px;
}

button.hidebtn1.btn.btn-primary, button.hidebtn2.btn.btn-primary, button.hidebtn3.btn.btn-primary, button.hidebtn4.btn.btn-primary, button.hidebtn5.btn.btn-primary, button.hidebtn6.btn.btn-primary, button.hidebtn7.btn.btn-primary, button.hidebtn8.btn.btn-primary, button.hidebtn9.btn.btn-primary, button.hidebtn10.btn.btn-primary{
    float: right;
    background: #000 !important;
    padding: 0px 10px;
    border-radius: 40px;
    border: 1px solid #000 !important;
}

button.showbtn1.btn.btn-primary,button.showbtn2.btn.btn-primary, button.showbtn3.btn.btn-primary, button.showbtn4.btn.btn-primary, button.showbtn5.btn.btn-primary, button.showbtn6.btn.btn-primary, button.showbtn7.btn.btn-primary,button.showbtn8.btn.btn-primary, button.showbtn9.btn.btn-primary,  button.showbtn10.btn.btn-primary  {
    background: #fff !important;
    border-color: #fff !important;
    margin: 10px 8px;
    width: 200px;
    white-space: break-spaces;
    text-align: left;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 180px;
}
#showhideForm1, #showhideForm2, #showhideForm3, #showhideForm4, #showhideForm5, #showhideForm6, #showhideForm7 ,#showhideForm8, #showhideForm9, #showhideForm10 {
    display: none;
    border: 1px solid #ccc;
    padding: 14px;
    background: #fff;
    margin-top: -140px;
    position: absolute;
    width: 1100px;
   }
#showhideForm6,#showhideForm2  {
    overflow: auto;
    height: 300px;
}
img.talkcon {
    width: 51px;
    float: left;
}

.modal-header {
    padding: 0px 0px 10px 0px !important;
  
}

.modal-title {
  
    padding: 14px 0px 0px 60px !important;
}

.modal-header .close {
    margin-top: -27px;
 
    margin-right: 20px;
}
button#mbtn {
    margin-left: -4px;
}
#showhideForm6::-webkit-scrollbar-track, #showhideForm2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	 box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

#showhideForm6::-webkit-scrollbar, #showhideForm2::-webkit-scrollbar
{
	width: 6px;
	background-color: #1a286c !important;
}

#showhideForm6::-webkit-scrollbar-thumb, #showhideForm2::-webkit-scrollbar-thumb
{
	background-color: #1a286c!important;
}



/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */

/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}

/* here is custom styling */

  .web_disigner .web_disigner_contain {
    padding: 80px 0px; }
  .web_disigner .parent_circle {
    background: #63cdf4 none repeat scroll 0 0;
    border: 15px solid #30a9d4;
    border-radius: 50%;
    height: 170px;
    width: 170px;
    display: table;
    position: relative; }
    .web_disigner .parent_circle .parent_circle_contain {
      display: table-cell;
      vertical-align: middle;
      font-size: 13px;
      text-align: center;
      font-weight: 600; }
    .web_disigner .parent_circle .child_round_circle {
      border: 15px solid #63cdf4;
      border-radius: 50%;
      height: 120px;
      left: 125px;
      position: absolute;
      top: -25px;
      width: 120px; }
    .web_disigner .parent_circle .child_round_circle_img1 {
      background: url("http://engineersahab.com/images/abhishek.png");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img2 {
      background: transparent url("http://engineersahab.com/images/rahul.png") repeat scroll 0 -11px/100% auto; 
      
      background-position:top;
      
      }
    .web_disigner .parent_circle .child_round_circle_img3 {
      background: url("http://engineersahab.com/images/mayur.png");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img4 {
      background: url("http://engineersahab.com/images/mohsin.png");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img5 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/6.jpg");
      background-size: 100%; }
    .web_disigner .parent_circle .child_round_circle_img6 {
      background: url("http://imensosoftware.com/wp-content/uploads/2016/01/5.jpg");
      background-size: 100%; }

.padtop30 {
  padding-top: 30px; }
  
  /* here is our responsive css */
  
  @media only screen and (max-width: 360px) 
  {
      .web_disigner .parent_circle .child_round_circle 
    {
    border: 15px solid #63cdf4;
    border-radius: 50%;
    height: 100px;
    left: 100px;
    position: absolute;
    top: -38px;
    width: 100px;
    }
    .media-carousel .carousel-control.left{
    
    margin-top: 290px;
   
}
.media-carousel .carousel-control.right{
    
    margin-top: 290px;
   
}
  }
  
   @media (min-width: 769px){
          .mobnone {
    display: none;
}
}

/* End carousel */
.formdiv .connect-withus {
   
    background-color: #ffffff8c;
}
.formdiv input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required, .formdiv select {
    border: none;
    color: #1F295C;
    border-bottom: 1px solid #2c296c;
    background: transparent;
    border-radius: initial;
}
section.content-section-why.Dubai h4 {
    text-align: left;
    color: #0f2183;
    font-family: 'Graphik';
    line-height: 45px;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
}
section.content-section-why.Dubai .banner-overlay {
    position: relative !important;
    background-image: none;
}
.banner-overlay ul li {
    line-height: 2;
}
.form-group {
    margin-bottom: 20px;
}
.modal-body {
    padding: 11px 15px;
}
.modal-footer {
    padding: 0px 20px 25px;
}
.fixed {
    position: fixed;
    right: 50%;
    margin-right: -50%;
}
div#modalContactForm {
    left: -172px;
    transform: rotate( 
90deg);
    top: -230px;
    width: 600px;
}

div#showhideFormsideform {
    margin-top: -33px;
}
div#modalDialog {
   
    margin-left: -20px;
    transform: rotate(
90deg);
top: -73px;
width: 398px;
    margin-right: 6px;
}

div#contact-form {
    transform: rotate( 
270deg);
    z-index: 999999;
    position: fixed;
    right: -185px;
    top: 190px;
    width: 100%;
    /* display: grid; */
    width: auto;
}
.modal-open {
    overflow: auto;
}
.modal-backdrop.in {
    opacity: 0;
    position: relative !important;
}
button#mbtn {
    padding: 10px 15px 30px 10px;
}
img.talkicon {
    margin-top: 10px;
}
.footer-social-media li a {
    color: #1a286c;
    font-size: 15px;
    font-weight: 600;
}
ul.footer-social-media.linktext {
    text-align: left;
}
ul.footer-social-media.linktext li {
    line-height: 30px;
}
.rightside {
    margin-bottom: 75px;
}
