/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Border Radius
  7. Banner
  8. Background Position & Size
  9. Countdown
  10. Terms and Conditions
  11. Privacy Policy
  12. Cases
  13. How It Work
  14. Clients Logo
  15. Single Page Sidebar
  16. Single Page Meta
  17. Contact
  18. Video
  19. Side Background
  20. Error
  21. List Icon
  22. Bg Animated Image
  23. Round Animated Image


/* ------------------------
    General
------------------------*/
@font-face {
   font-family: sofiapromedium;
   src: url(sofiaProMedium.otf);
}

@font-face {
   font-family: sofiaprolite;
   src: url(sofiaProLight.otf);
}

html, body {
  overflow-x: hidden;
}
@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Niramit:300,300i,400,400i,500,500i,600,600i,700,700i');

body {font-family: sofiaprolite; font-weight: normal; font-style: normal; font-size: 16px; line-height: 1.7; color:#000; letter-spacing: 1px;}


/* ------------------------
    Typography
------------------------*/
h1, h2, h3, h4, h5, h6{ font-family: sofiapromedium; font-weight:normal; margin-top: 0px; margin-bottom: 0px; text-transform: capitalize; letter-spacing: 2px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1 { font-size: 48px; font-style: normal; line-height: 70px; font-weight: 600; text-transform: capitalize; color: #1c2045; letter-spacing: 0;}
h2 { font-size: 35px; font-style: normal; line-height: 46px; font-weight: 600; color: #1c2045; text-transform: capitalize; margin-bottom: 10px; position: relative;}
h3 { font-size: 25px; font-style: normal; line-height: 36px; font-weight: 500;}
h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 30px; color: #1c2045;}
h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 500; line-height: 26px; color: #1c2045;}
h6 { font-size: 18px; font-style: normal; line-height: 24px; margin-bottom: 10px; color: #1c2045;}
ul { margin: 0px; padding: 0px; }
u {text-decoration-style: wavy;}

/* ------------------------
    Helper class
------------------------*/
p{line-height: 1.9;}
.lead{font-weight: normal; font-size: 16px; line-height: 30px;}
.o-hidden{overflow: hidden;}
.img-center{display: inline-block !important; max-width: 100%;}
.pos-r{position: relative;}
.z-index-0{z-index: 0; position: relative;}
.z-index-1{z-index: 1; position: relative;}
h1 span{color: #ffb339;}
section{padding: 50px 0;}
.section-title{margin-bottom:50px;}
.section-title p{font-size: 16px;}
.align-item-middle{display: -webkit-flex; /* Safari */  -webkit-align-items: center; /* Safari 7.0+ */  display: flex; align-items: center;}
.align-item-middle > div{width: 100%;}

.font-w-3{font-weight: 300;}
.font-w-4{font-weight: 400;}
.font-w-5{font-weight: 500;}
.font-w-6{font-weight: 600;}
.font-w-7{font-weight: 700;}
.font-w-8{font-weight: 800;}
.font-w-9{font-weight: 900;}

.line-h-2{line-height: 1.6;}
.line-h-3{line-height: 1.7;}
.line-h-4{line-height: 1.8;}
.line-h-5{line-height: 1.9;}

.letter-space-1{letter-spacing: 5px;}
.letter-space-2{letter-spacing: 10px;}
.letter-space-3{letter-spacing: 15px;}


/* ------------------------
    Text color
------------------------*/
.text-theme{color: #ffb339;}
.text-black{color:#111121 !important;}
.text-grey{color:#999999;}
.text-rgba{color: rgba(255,255,255,0.8);}


/* ------------------------
    Background color
------------------------*/
.white-bg{background-color: #ffffff !important;}
.dark-bg{background-color: #141414;}
.grey-bg{background-color: #f3f6ff;}
.theme-bg{background-color: #ff7810;}
.transparent-bg{background-color: inherit !important;}


/* ------------------------
    Border Radius
------------------------*/
.radius{-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;}
.radius-0{-webkit-border-radius:0px; -moz-border-radius:0px; border-radius:0px;}
.radius-1{-webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px;}
.radius-2{-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.radius-3{-webkit-border-radius:30px; -moz-border-radius:30px; border-radius:30px;}
.radius-4{-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;}


/* ------------------------
    Banner
------------------------*/

.fullscreen-banner{position: relative; min-height: 650px;}
.fullscreen-banner-regression{position: relative; min-height: 780px;
    text-align: -webkit-center; text-align: -moz-center;}
[data-bg-img]{background-size: cover; background-position: center center; background-repeat: no-repeat;}
.align-center{position: absolute; top: 50%; width: 100%; z-index: 9;}
.align-end{position: absolute; bottom: 0; width: 100%; z-index: 9;}
.bnr-img2 {position: absolute; top: 50%; left: 0;}
.banner-2 .mouse-parallax {position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1;}
.fullscreen-banner .owl-carousel, .fullscreen-banner .owl-stage-outer, .fullscreen-banner .owl-stage, .fullscreen-banner .owl-item{height: 100%;}
.fullscreen-banner-regression .owl-carousel, .fullscreen-banner-regression .owl-stage-outer, .fullscreen-banner-regression .owl-stage, .fullscreen-banner-regression .owl-item{height: 100%;}
.hero-bg {left: -50%; position: absolute; top: -45%;}
.banner-4 .mouse-parallax{z-index: 9;}

/* -------------------------------
   Background Position & Size
-------------------------------*/
.bg-auto{background-size: auto!important;}
.bg-cover{background-size: cover;}
.bg-contain{background-size: contain;}
.bg-pos-l{background-position: left;}
.bg-pos-r{background-position: right;}
.bg-pos-rt{background-position: right top;}
.bg-pos-lt{background-position: left top;}
.bg-pos-rb{background-position: right bottom;}
.bg-pos-lb{background-position: left bottom;}


/* ------------------------
    Countdown
------------------------*/
.countdown{margin:50px 0; display: table; width: 100%;}
.countdown > li{padding: 0 30px; font-weight: 700; text-align: center; border-right: 1px dashed rgba(0,0,0,0.1); list-style-type: none; display: table-cell; width: auto;}
.countdown > li:last-child{border-right: none;}
.countdown > li span{font-size:70px; font-weight:700; line-height:60px; margin-bottom: 20px; display: inline-block;}
.countdown > li p{font-size:20px; text-transform: uppercase; line-height:30px; margin-bottom: 0; color: #ff7810;}
.dark-bg .countdown > li{border-color:rgba(255,255,255,0.2);}
.coming-soon .subscribe-form{margin: 0 auto;}


/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions p{margin-bottom:25px;}
.terms-and-conditions ul.list{margin-bottom:20px; display:block;}
.terms-and-conditions ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy p{margin-bottom:25px;}
.privacy-policy ul.list{margin-bottom:20px; display:block;}
.privacy-policy ul.list li i{padding-right:12px; font-size:15px;}


/* ------------------------
    Cases
------------------------*/
.cases-item{overflow: hidden; position: relative; text-align: center;}
.cases-item .cases-description {background: #ffffff; padding: 20px;}
.cases-item .cases-description h5{ margin: 0 0 15px; text-transform: capitalize; font-weight: 500;}
.cases-item img{width: 100%;}
.cases-item span{font-weight: 500; display: block;}
.owl-carousel .cases-item{margin: 30px 10px;}


/* ------------------------
    How It Work
------------------------*/
.work-process-inner{position: relative;}
.step-num {background: rgb(255,179,56); background: linear-gradient(90deg, rgb(255 179 56) 0%, rgb(255 179 56) 50%) border: 5px solid #fff; border-radius: 50%; color: #fff; font-size: 30px; font-weight: bold; height: 80px; line-height: 75px; position: absolute; right: -40px; top: -40px; width: 80px; text-align: center;}
.work-process-inner .work-img {border: 2px dashed #e2dfdf; border-radius: 10px; display: inline-block; width: 100px; height: 100px; line-height: 95px; margin: 0px 0px 10px; position: relative;}
.work-process.style-2 .work-process-inner{padding-left: 80px;}
.work-process.style-2 .step-num{right: inherit; left: 0; top: 0; border: none; width: 60px; height: 60px; line-height: 60px; font-size: 24px;}
.theme-bg .work-process-inner,
.theme-bg .work-process-inner h4{color: #ffffff;}

/* ------------------------
    Clients Logo
------------------------*/
.clients-logo {background: #fff; border: 1px solid #ebebeb; margin-right: -1px; margin-top: -1px; padding: 50px 10px; width: calc(100% / 4);}


/* ------------------------
    Single Page Sidebar
------------------------*/
.sidebar-links li a {color: #2c2c2c; border-bottom: 1px dashed #ddd; padding: 10px 0; display: block; font-size: 15px; font-weight: 600; position: relative; text-transform: uppercase;}
.sidebar-links li.active a, .sidebar-links li a:hover {color: #ff7810;}
.sidebar-links li:first-child a{padding-top: 0;}
.sidebar-links li:last-child a{padding-bottom: 0; border-bottom: none;}


/* ------------------------
    Single Page Meta
------------------------*/
.portfolio-meta li{position: relative; padding-left: 50px;}
.portfolio-meta li i{position: absolute; left: 0; top: 0; color: #ff7810; font-size: 30px;}
.portfolio-meta li span{color: #111121; display: block; font-weight: bold; text-transform: uppercase; margin-bottom: 7px;}
.theme-bg .portfolio-meta li, .theme-bg .portfolio-meta li i, .theme-bg .portfolio-meta li span{color: #ffffff;}


/* ------------------------
    Contact
------------------------*/
.contact-info li {padding-left: 50px; position: relative;}
.contact-info li i{position: absolute; left: 0; top: 0; line-height: 24px; font-size: 30px; color: #ff7810; text-align: center;}
.contact-info li span{font-size: 16px; color: #111121; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #111121;}
.contact-info li a:hover{color: #ff7810;}
.info-inner{height: 330px; background: #ffffff; padding: 50px 30px;}
.info-inner ul li{padding-left: 0;}

.form-group{margin-bottom: 30px; position: relative;}
 label{font-size: 14px; color: #333}
.form-control{height: 50px; border-radius: 5px; font-size: 13px; color: #111121; background: #ffffff; border: 1px solid #bbbbbb;}
.theme-bg .form-control .dark-bg .form-control{background: none; border:5px solid rgba(255,255,255,0.1);}
.dark-bg .form-control, .theme-bg .form-control{color: #ffffff;}
.grey-bg .form-control{background: #ffffff}
textarea.form-control{height: 150px; border-radius: 5px;}
.form-control:focus{box-shadow: none; background: none; border-color: #ff7810;}
.theme-bg .form-control:focus{border-color: #ff7810;}
select.form-control {-moz-appearance: none; -webkit-appearance: none; appearance: none; height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 600px !important;}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1;}
.help-block.with-errors {position: absolute; color: red; right: 15px; font-size: 10px; line-height: 14px;}

.form-control::-webkit-input-placeholder {color: #111121;}
.form-control::-moz-placeholder {color: #111121;}
.form-control:-ms-input-placeholder {color: #111121;}
.form-control:-moz-placeholder {color: #111121;}
.dark-bg .form-control::-webkit-input-placeholder,
.theme-bg .form-control::-webkit-input-placeholder {color: #ffffff;}

.dark-bg .form-control::-moz-placeholder, .theme-bg .form-control::-moz-placeholder{color: #ffffff;}
.dark-bg .form-control:-ms-input-placeholder, .theme-bg .form-control:-ms-input-placeholder{color: #ffffff;}
.dark-bg .form-control:-moz-placeholder, .theme-bg .form-control:-moz-placeholder{color: #ffffff;}


/* ------------------------
    Video
------------------------*/
.video-btn {position: relative; display: inline-block;}
.video-btn .btn-play {font-size: 30px; background: #ff7810; color: #fff; line-height: 50px; width: 70px; height: 70px; border: 10px solid rgba(0,0,0,0.1); -webkit-border-radius: 100%;
 border-radius: 100%; text-align: center; cursor: pointer; display: inline-block; -webkit-transition: .15s ease-in-out; transition: .15s ease-in-out; -webkit-transition-property: color, background, border-color; transition-property: color, background, border-color; }
.video-btn-pos{position: absolute; left: 47%; top: 55%; width: auto !important; z-index: 99;}
.theme-bg .video-btn .btn-play, .dark-bg .video-btn .btn-play{background: #ffffff; border-color: #ddd; color: #ff7810;}
.html5-video {height: 100%; left: 0; opacity: 1; overflow: hidden; position: absolute; top: 0; width: 100%; z-index: -2;}
.html5-video video {width: 100%;}
.play-btn span{position: relative; text-transform: uppercase; color: #111121; font-weight: 500; padding-right: 70px; margin-right: 20px;}
.play-btn span:before{background: #ff7810; width: 50px; height: 2px; content: ""; position: absolute; right: 0; top: 50%; margin-top: -1px;}



/* ------------------------
    Side Background
------------------------*/
.img-side img{max-width: 100%}
.img-side.img-right {right: 0;}
.img-side.img-left {left: 0;}
.img-side {padding: 0; position: absolute!important; top: 0px; height: 100%; overflow: hidden; z-index: 9;}
.image-column {position: absolute; left: 0px; top: 50%;}
.image-column.right{right: 0; left: inherit;}


/* ------------------------
    Error
------------------------*/
.error-page h1{font-size: 300px; line-height: 300px; letter-spacing: 15px; color: #111121; margin-bottom: 20px;}


/* ------------------------
    List Icon
------------------------*/
.list-icon li{position: relative; padding-left: 40px;}
.list-icon li i{position: absolute; left: 0; top: 0; color: #ffb339; font-size: 30px; line-height: 30px;}
.list-icon-2 li{padding-left: 20px; position: relative;}
.list-icon-2 li:before{content: ""; background: #ff7810; position: absolute; top: 8px; left: 0; width: 10px; height: 2px; border-radius: 4px;}
.custom-li{display: inline-block;}
.custom-li li {float: left; margin-bottom: 15px; width: calc(100% / 2);}
.list-icon-3 li i{color: #ff7810; height: 35px; width: 35px; line-height: 35px; border: 1px solid #ece9fa; text-align: center; border-radius: 50%;}


/* ------------------------
    Bg Animated Image
------------------------*/
.pattern-3{position: absolute; left: 50%; top: 60%;}
.info-img:before {position: absolute; left: 0; top: 0; height: 330px; width: 100%; content: ""; background-image: url(../images/pattern/07.png); z-index: -1;}


/* ------------------------
    Round Animated Image
------------------------*/
.round-animation{background-image: linear-gradient(120deg, #ff156a 0%, #631470 100%);
  border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; width: 100%; height: 100%; animation: morph 10s linear infinite; transform-style: preserve-3d; outline: 1px solid transparent; will-change: border-radius;}
.round-animation:before,
.round-animation:after{content: ''; width: 100%; height: 100%; display: block; position: absolute; left: 0; top: 0; border-radius: 42% 58% 70% 30% / 45% 45% 55% 55%; will-change: border-radius, transform, opacity; animation-delay: 200ms;
background-image: linear-gradient(120deg, rgba(255,94,44,.55) 0%, rgba(255,120,16,.89) 100%);}
.round-animation:before{animation: morph 3s linear infinite; opacity: .21; animation-duration: 1.5s;}
.round-animation img{position: relative; z-index: 99;}

.insideText {color: rgba(0,0,0,0.030); font-size: 200px; font-weight: 900; left: 50%; line-height: 200px; overflow: hidden; position: absolute; text-align: center; text-transform: uppercase; top: 50%; white-space: nowrap; width: 100%; z-index: 0;}

.boxed-view{padding: 20px 50px 50px;}

.seo-img img {position: relative; -webkit-animation: seo 2s linear infinite; animation: seo 2s linear infinite;}

@-webkit-keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}

@keyframes seo {
  0% {
    left: 20px;
    bottom: 20px;
  }
  25% {
    left: -20px;
    bottom: 20px;
  }
  50% {
    left: -20px;
    bottom: 0px;
  }
  75% {
    left: 0px;
    bottom: 0px;
  }
  100% {
    left: 20px;
    bottom: 20px;
  }
}


.mega-menu {
	background: #fff;
  	visibility: hidden;
    opacity: 0;
    transition: visibility 0s, opacity 0.5s linear;
  	position: absolute;
  	left: 0;
  	width: 100%;
    padding-bottom: 20px;
	border-radius: 0.25rem;
	padding: 20px;
	 
}
.mega-menu h6 {
	
color: #ffb339;
border-bottom: 1px solid #ffb33a;
    font-size: 19px;
	    font-weight: 500;

}

.mega-menu h6 a {color: #ffb339;}

.mega-menu .container {
    display: flex;
}
.mega-menu .item {
	flex-grow: 1;
   /* margin: 0 10px; */
   padding-right:40px;
}
.mega-menu .item img {
    width: 100%;
}
.mega-menu a {
	/*border-bottom: 1px solid #ddd; */
  	color: #1b1b1b;
  	display: block;
  	padding: 10px 0;
}
.mega-menu a:hover {color: #ffb339;}


.dropdown {position: static;}

.dropdown:hover .mega-menu {
    visibility: visible;
    opacity: 1;
	/* outline: 1px solid #fff; */
    outline-offset: -10px;
}



@media only screen and (max-width: 786px) {
.mobilehide {
	display: none !important;
}

.video-btn-pos{
  left: 50%;
}

.section-mbl{
	padding: 50px 0;

}
.info-inner
{
   height: auto!important; 
}
.img-fluid-mbl{
	
	max-width: auto;
    height: auto;
}
[data-bg-img] {

background-repeat: repeat;
}

.mt-mb-ft{
	
	margin-top:20px;
}

.text-center-mbl {
    text-align: center!important;
}

.text-center-mbl .title:before {
    left: 50%;
	transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

}

@media only screen and (min-width: 787px) 
{
.desktophide {
	display: none !important;
}
.height-365
{
    height: 365px;
}
.height-480{
    height: 480px;
}
}

.mbl-menu h6 {
	
color: #ffb339;

}	


@media (max-width: 576px)
.xs-py-mbl-2 {
    padding-top: 30px !important;
    padding-bottom: 40px !important;
}

.mg-top-50 {
    margin-top: -50px;
}

.mg-top-94 {
    margin-top: -94px;
}

.mg-top-88 {
    margin-top: -88px;
}

.mg-top-12 {
margin-top: -8px;

}

.pb-20{padding-bottom: 30px !important;}

.pad-rl-cont {
    padding-right: 25px;
    padding-left: 25px;
	
}

.mt-20{margin-top: 20px !important;}
.pb-80{padding-bottom: 80px;}

.pb-100 {
	padding-bottom:100px;
}

.pb-120 {
	padding-bottom:120px;
}

.pb-0
{
   padding-bottom: 0px; 
}
.pb-60 {
	padding-bottom:60px;
}
.team-box-padding {
  padding: 30px;
}

.team-box-border {
  border-radius: 15px;
}

.tabs-center{
	text-align: center !important;
}
.mt-7
{
	margin-top: 7rem;
}
.mt-75
{
	margin-top: 75px;
}
.mt_px-15
{
	margin-top: 15px;
}

.cnt-box-ht
{
	height: 350px !important;
}

.featured-box-ht-470
{
	height: 470px !important;
}

.pt-40 {
    padding-top: 40px !important;
    
}

.pt-20 {
    padding-top: 20px !important;
    
}

.owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.a-item:hover{
    color: #ff6a00!important;
    text-decoration: none !important;
}
.mt-30
{
	margin-top: 30px;
}

.mt-55
{
	margin-top: 55px;
}

.searchinput{
	line-height: 100%;
	display: table;
	margin: 0;
	width: 100%;
	position: absolute; 
	text-align: center;
	left: 50%;
	transform: translate(-50%, -100%);
}

.text{
	width: 55%;
	height: 38px;
	padding: 1px 20px;
	color: #ffb339;
	border: 1px solid #ffb339;
	box-shadow: 1px 0px 3px #ffb339;
	border-radius: 10px;
	font-size: 15px;
	text-transform: capitalize;
	outline: none;
}

::-webkit-input-placeholder{
   	color: #ffb339;
}

::-moz-input-placeholder{
	color: #ffb339;
}

::-ms-input-placeholder{
	color: #ffb339;
}

.text:focus{
	box-shadow: 1px 1px 8px #ffb339;
}

.submit{
	padding: 10px;
	height: 40px;
	width: 80px;
	font-size: 13px;
	color: white;
	background: #ffb339;
	border: none;
	margin: 10px;
	border-radius: 50px;
	box-shadow: 0px 0px 10px #ffb339;
	outline: none;
}

.submit:active{
	box-shadow: 0px 0px 7px #ffb339;
}


/*----New-----*/
@media only screen and (max-width: 600px) 
{
	.wrapper{width: 100%;}
	.wrapper .search_box{width: 100%!important;}
}
.wrapper{
    border: 2px solid #ffb339;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    border-radius: 5px;
}

.wrapper .search_box{
  width: 600px;
  background: #fff;
  border-radius: 5px;
  height: 45px;
  display: flex;
  box-shadow: 0 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown{
  background-color: #f3f6ff;
  width: 250px;
  border-right: 2px solid #ffb339;
  color: #9fa3b1;
  position: relative;
  cursor: pointer;
}

.wrapper .search_box .dropdown .default_option{
  
  padding: 9px 20px;
  font-size: 16px;
  color: #000;
}

.wrapper .search_box .dropdown ul{
  position: absolute;
  top: 70px;
  left: -10px;
  background: #fff;
  width: 150px;
  border-radius: 5px;
  padding: 20px;
  display: none;
  box-shadow: 8px 8px 6px -10px #b3c6ff;
}

.wrapper .search_box .dropdown ul.active{
  display: block;
  z-index: 222;
}

.wrapper .search_box .dropdown ul li{
  padding-bottom: 20px;
}

.wrapper .search_box .dropdown ul li:last-child{
  padding-bottom: 0;
}

.wrapper .search_box .dropdown ul li:hover{
  color: #ffb339;
}

.wrapper .search_box .dropdown:before{
  content: "";
  position: absolute;
  top: 18px;
  right: 20px;
  border: 7px solid;
  border-color: #000 transparent transparent transparent;
}

.wrapper .search_box .search_field{
  width: 100%;
  height: 100%;
  position: relative;
}

.wrapper .search_box .search_field .input{
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 38px;
  color: #000;
}

.wrapper .search_box .search_field .fas{
  position: absolute;
  top: 13px;
  right: 15px;
  font-size: 22px;
  color: #000;
  cursor: pointer;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
}
::-moz-placeholder { /* Firefox 19+ */
 color: #000;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000;
}
.sub-head-menu
{
	border-bottom: 1.5px solid #ffb339;
    color: #ffb339!important;
}
.underline {
  background-color: dodgerblue;
  display: inline-block;
  height: 2px;
  left: 50px;
  margin-top: -4px;
  position: absolute;
  top: 185px;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  width: 202px;
}
/*-----Modal Design-----------*/
.modal-design
{
	margin: 12px 0px;
    color: #4f4e4e;
}
.modal-design-p
{
    color: #ffb339;
    font-size: 18px;
    font-weight: 100;
}
.modal-header .close {
    padding: 1rem 1rem!important;
    margin: auto!important;
}
.kk
{
	border-bottom: 1px solid #000;
}
.modal-img
{
	width: 100%;
    height: auto;
}
.mb-20
{
	margin-bottom: 20px!important;
}
.research-h5
{
	font-size: 20px;
	margin: 0px 0px 20px 0px!important;
}
.our-team-a
{
	font-weight: 900;
}
.pb-40
{
	padding-bottom: 40px;
}
.research-frtb-section
{
	border-left: 3px solid rgb(255, 179, 57);
	border-radius: 15px;
    background-color: #ffffff;
    padding: 25px;
    margin: 15px;
    box-shadow: 0 2px 16px rgba(0,0,0,.09);
}
.research-frtb-section:hover
{
	position: absolute;
    transform: translateY(5px);
    -webkit-transform: translateY(5px);
    -o-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    border-bottom: 3px solid rgb(255, 179, 57);
    border-left: none;
    -webkit-box-shadow: 0 2px 16px rgba(0,0,0,.09);
    -moz-box-shadow: 0 2px 16px rgba(0,0,0,.09);
    box-shadow: 0 2px 16px rgba(0,0,0,.09);
}   
.ml-40
{
	margin-left: 20px;
}
.color-black-font
{
	color: #000!important;
	font-size: 18px;
}
.color-black-font:hover
{
	color: #ffb338!important;
}
.color-black
{
	color: #000!important;
}
.color-black:hover
{
	color: #ffb338!important;
}
.mt-50
{
	margin-top: 50px;
}
.text-webkit-center
{
	text-align: -webkit-center;
}
.all-padding
{
	padding: 0px 10px;
}
.all-padding-slider
{
	padding: 0px 15px;
}
@media only screen and (min-width: 1025px) {
	.pb-desk-80{padding-bottom: 80px;}
}
@media only screen and (max-width: 426px)
{
	.tab-display{display: none;}
}
@media only screen and (min-width: 1000px) and (max-width: 2560px)
{
	.tab-display{display: none;}
}
@media only screen and (min-width: 768px) and (max-width: 1000px)
{
	.tab-display1{display: none;}
	.mt-tab-55{margin-top: 55px;}
}
.covid-ul
{
	border-radius: 20px 0px;
    padding: 20px;
    background-color: #ffb338d1;
}
.color-black-covid
{
	color: #000!important;
}
.covid-saudi-arabia
{
    font-weight: 800;
    font-style: oblique;
    color: #ffb338;
}
.search_script {
    border: 1.5px solid #ffb339;
    padding: 10px;
    margin-top: 10px;
    margin-left: 277px;
    position: absolute;
    z-index: 999;
    background-color: white;
    width: 50%;
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1000px)
{
   .search_script {
    margin-left: 55px;
    width: 80%;
} 
}
@media only screen and (max-width: 426px)
{

   .search_script {
    margin-left: 0px;
    width: 92%;
}     
}
.res-lab-box
{width: 600px!important; box-shadow: 0px 15px 35px rgba(50, 49, 49, 0.29);}
@media only screen and (max-width: 426px)
{
   .res-lab-box{width: 100%!important;} 
}

/*------------CSS Sprite------------------*/
.sprite {
    background-image: url(../images/spritesheet.png);
    background-repeat: no-repeat;
    display: block;
}

.sprite-21 {
    width: 200px;
    height: 80px;
    background-position: -5px -5px;
}

.sprite-22 {
    width: 200px;
    height: 80px;
    background-position: -215px -5px;
}

.sprite-23 {
    width: 200px;
    height: 80px;
    background-position: -425px -5px;
}

.sprite-24 {
    width: 200px;
    height: 80px;
    background-position: -635px -5px;
}

.sprite-25 {
    width: 200px;
    height: 80px;
    background-position: -5px -95px;
}

.sprite-26 {
    width: 200px;
    height: 80px;
    background-position: -215px -95px;
}

.sprite-5 {
    width: 128px;
    height: 128px;
    background-position: -425px -95px;
}

.sprite-6 {
    width: 128px;
    height: 128px;
    background-position: -563px -95px;
}

.sprite-7 {
    width: 128px;
    height: 128px;
    background-position: -701px -95px;
}

.sprite-8 {
    width: 128px;
    height: 128px;
    background-position: -5px -233px;
}

.sprite-AI-ML {
    width: 64px;
    height: 64px;
    background-position: -143px -233px;
}

.sprite-analytics {
    width: 64px;
    height: 64px;
    background-position: -217px -233px;
}

.sprite-data-eng {
    width: 64px;
    height: 64px;
    background-position: -291px -233px;
}

.sprite-data-scientist {
    width: 64px;
    height: 64px;
    background-position: -365px -233px;
}

.sprite-home-banner-1 {
    width: 507px;
    height: 322px;
    background-position: -143px -307px;
}

.sprite-home-banner-2 {
    width: 507px;
    height: 322px;
    background-position: -845px -5px;
}

.sprite-home-banner-3 {
    width: 507px;
    height: 322px;
    background-position: -660px -337px;
}

.sprite-image-video {
    width: 64px;
    height: 64px;
    background-position: -1177px -337px;
}

.sprite-natural-language-processing {
    width: 64px;
    height: 64px;
    background-position: -1251px -337px;
}

.sprite-regulatory {
    width: 64px;
    height: 64px;
    background-position: -5px -411px;
}

.sprite-risk-management {
    width: 64px;
    height: 64px;
    background-position: -1177px -411px;
}
.our-team-h6
{
    color: #ffb339;
    font-size: 18px!important;
    font-weight: 100!important;
}
@media only screen and (max-width: 426px)
{
.modal-header .close
{
    padding: 1.5rem 0.7rem!important;
}
.mt-footer-2
{
    margin-top: .5rem;
}
}
.download-case-study-border
{
    border: 1px solid #998f8f;
}
.download-case-study-border :focus
{
    border-color: #ffb339;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px)
{
    .height-467{height: 467px;}
    .height-615{height: 615px;}
    .height-505{height: 465px;}
    .height-730 {height: 730px;}
    .height-760 {height: 760px;}
    .height-433{height: 433px;}
    .height-487{height: 487px;}
    .height-366{height: 366px;}
    .case-study-button{position: absolute; bottom: 50px;}
}
@media only screen and (min-width: 1000px) and (max-width: 1024px)
{
    .height-467{height: 467px;}
    .height-750{height: 750px;}
    .height-570{height: 570px;}
    .height-740 {height: 740px;}
    .height-530{height: 530px;}
    .height-580{height: 580px;}
    .height-470{height: 470px;}
    .case-study-button{position: absolute; bottom: 50px;}
}
@media only screen and (min-width: 768px) and (max-width: 1000px)
{
    .height-467{height: auto;}
    .height-600{height: 600px;}
    .height-510{height: 510px;}
    .height-450{height: 450px;}
    .height-420{height: 420px;}
    .height-480{height: 480px;}
    .height-390{height: 390px;}
    .case-study-button{position: absolute; bottom: 50px;}
}
.years-exper
{   
    margin-top: -55px; margin-left: 80px;
}
@media only screen and (max-width: 786px)
{
    .years-exper
{   
    margin-top: -43px; margin-left: 80px;
}
}
.exper-consultants
{
    margin-top: -55px; margin-left: 90px;
}
@media only screen and (max-width: 786px)
{
    .exper-consultants
{
    margin-top: -45px; margin-left: 90px;
}
}
.engagements
{   
    margin-top: -55px; margin-left: 120px;
}
@media only screen and (max-width: 786px)
{
    .engagements
{   
    margin-top: -43px; margin-left: 120px;
}
}
.countries
{   
    margin-top: -55px; margin-left: 80px;
}
@media only screen and (max-width: 786px)
{
    .countries
{   
    margin-top: -43px; margin-left: 80px;
}
}
.work-process.style-2 .step-num1 {
    position: absolute;
    text-align: center;
    right: inherit;
    left: 0;
    top: 0;
    border: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
}
.post .post-desc .post-date{
    font-size: 18px;
    font-weight: 600;
}

.country-risk-assessment-box {
    margin-bottom: 35px;
    padding: 40px 30px !important;
    height: 23rem !important;
}

.country-risk-assessment-slide {
    margin: 30px 20px 35px 20px;
    padding: 30px 15px !important;
    height: 15rem !important;
}