/* 

TemplateMo 562 Space Dynamic

https://templatemo.com/tm-562-space-dynamic

*/

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. reset
03. global styles
04. header
05. banner
06. features
07. testimonials
08. contact
09. footer
10. preloader
11. search
12. portfolio

--------------------------------------------- */
/* 
---------------------------------------------
font & reset css
--------------------------------------------- 
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jura:wght@300;400;500;600;700&display=swap');
/* 
---------------------------------------------
reset
--------------------------------------------- 
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

html, body, footer {
    overflow-x: hidden!important;
  }



.our-team{
	overflow-x: hidden!important;
	
	overflow-y: hidden!important;

}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto
}

.center-block {
	display: block;
	margin-right: auto;
	margin-left: auto
}

/* clear fix */
.grid:after {
  content: '';
  display: block;
  clear: both;
}

/* ---- .grid-item ---- */

.grid-sizer,
.grid-item {
  width: 50%;
}

.grid-item {
  float: left;
}

.grid-item img {
  display: block;
  max-width: 100%;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

ul, li {
  padding: 0;
  margin: 0;
  list-style: none;
}

header, nav, section, article, aside, footer, hgroup {
  display: block;
}

* {
  box-sizing: border-box;
}

html, body {
  font-family: 'Jura', sans-serif;
  font-weight: 400;
  background-color: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  text-decoration: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
}

ul {
  margin-bottom: 0px;
}

p {
  font-size: 14px;
    color: #2a2a2a;
    text-align: justify;
    line-height: 25px;
    padding-bottom: 15px;
}

img {
  width: 100%;
  overflow: hidden!important;
}

/* 
---------------------------------------------
global styles
--------------------------------------------- 
*/
html,
body {
  background: #fff;
  font-family: 'Jura', sans-serif;
    overflow-x: hidden!important;
}

::selection {
  background: #03a4ed;
  color: #fff;
}

::-moz-selection {
  background: #03a4ed;
  color: #fff;
}


.main-slider-banner{
	background-image: url("../images/banner.webp");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 70px;
	padding-bottom: 70px;
	height: 100vh;
    object-fit: cover;
    object-position: 50% 50%;
}





@media (max-width: 991px) {
  html, body {
    overflow-x: hidden!important;
  }
  .mobile-top-fix {
    margin-top: 30px;
    margin-bottom: 0px;
  }
  .mobile-bottom-fix {
    margin-bottom: 30px;
  }
  .mobile-bottom-fix-big {
    margin-bottom: 60px;
  }
}

.page-section {
  margin-top: 120px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  color: #2a2a2a;
  font-weight: 700;
  letter-spacing: 0.25px;
  position: relative;
  z-index: 2;
  line-height: 44px;
}

.section-heading h2 em {
  font-style: normal;
  color: #03a4ed;
}

.section-heading h2 span {
  color: #ffde00;
}

.main-blue-button a {
  display: inline-block;
  background-color: #03a4ed;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-red-button a {
  display: inline-block;
  background-color: #ffde00;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

.main-white-button a {
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 400;
  color: #ffde00;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
}

/* 
---------------------------------------------
header
--------------------------------------------- 
*/

.background-header {
  background-color: #000!important;
  height: 100px!important;
  position: fixed!important;
  top: 0px;
  left: 0px;
  right: 0px;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.15)!important;
}

.background-header .logo,
.background-header .main-nav .nav li a {
  color: #ffffff!important;
}

.background-header .main-nav .nav li:hover a {
  color: #ffde00!important;
}

.background-header .nav li a.active {
  color: #ffde00!important;
}

.header-area {
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  z-index: 100;
  height: 100px;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  padding-top: 25px;
	padding-bottom: 20px;
}

.header-area .main-nav {
/*  min-height: 1000px;
  background: transparent;*/
}

.header-area .main-nav .logo {
  line-height: 100px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  float: left;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header-area .main-nav .logo h4 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #03a4ed;
    line-height: 100px;
    float: left;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo h4 span {
  color: #ffde00;
}

.background-header .main-nav .logo h4 {
  line-height: 80px;
}

.background-header .main-nav .nav {
  margin-top: 20px !important;
}

.header-area .main-nav .nav {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 999;
}

.header-area .main-nav .nav li {
  padding-left: 20px;
  padding-right: 20px;
}

/*.header-area .main-nav .nav li:last-child {
  padding-right: 0px;
  padding-left: 40px;
}

.header-area .main-nav .nav li:last-child a ,
.background-header .main-nav .nav li:last-child a {
  color: #fff !important;
  padding: 0px 20px;
  font-weight: 400;
}

.header-area .main-nav .nav li:last-child a:hover,
.header-area .main-nav .nav li:last-child a.active {
  color: #fff !important;
}*/

.header-area .main-nav .nav li a {
  display: block;
  font-weight: 500;
  font-size: 15px;
  color: #2a2a2a;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: 40px;
  line-height: 40px;
  border: transparent;
  letter-spacing: 1px;
}

.header-area .main-nav .nav li a {
  color: #FFF;
}

.header-area .main-nav .nav li:hover a,
.header-area .main-nav .nav li a.active {
  color: #ffde00!important;
}

.background-header .main-nav .nav li:hover a,
.background-header .main-nav .nav li a.active {
  color: #ffde00!important;
  opacity: 1;
}

/*.header-area .main-nav .nav li:last-child a:hover ,
.background-header .main-nav .nav li:last-child a:hover {
  background-color: #03a4ed;
}*/

.header-area .main-nav .nav li.submenu {
  position: relative;
  padding-right: 30px;
}

.header-area .main-nav .nav li.submenu:after {
  font-family: FontAwesome;
  content: "\f107";
  font-size: 12px;
  color: #2a2a2a;
  position: absolute;
  right: 18px;
  top: 12px;
}

.background-header .main-nav .nav li.submenu:after {
  color: #2a2a2a;
}

.header-area .main-nav .nav li.submenu ul {
  position: absolute;
  width: 200px;
  box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);
  overflow: hidden;
  top: 50px;
  opacity: 0;
  transform: translateY(+2em);
  visibility: hidden;
  z-index: -1;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
}

.header-area .main-nav .nav li.submenu ul li {
  margin-left: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

.header-area .main-nav .nav li.submenu ul li a {
  opacity: 1;
  display: block;
  background: #f7f7f7;
  color: #2a2a2a!important;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 13px;
  font-weight: 400;
  border-bottom: 1px solid #eee;
}

.header-area .main-nav .nav li.submenu ul li a:hover {
  background: #fff;
  color: #ffde00!important;
  padding-left: 25px;
}

.header-area .main-nav .nav li.submenu ul li a:hover:before {
  width: 3px;
}

.header-area .main-nav .nav li.submenu:hover ul {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  transform: translateY(0%);
  transition-delay: 0s, 0s, 0.3s;
}

.header-area .main-nav .menu-trigger {
  cursor: pointer;
  display: block;
  position: absolute;
  top: 33px;
  width: 32px;
  height: 40px;
  text-indent: -9999em;
  z-index: 99;
  right: 40px;
  display: none;
}

.background-header .main-nav .menu-trigger {
  top: 23px;
}

.header-area .main-nav .menu-trigger span,
.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
}

.background-header .main-nav .menu-trigger span,
.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 0;
  width: 75%;
}

.background-header .main-nav .menu-trigger span:before,
.background-header .main-nav .menu-trigger span:after {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger span:before,
.header-area .main-nav .menu-trigger span:after {
  content: "";
}

.header-area .main-nav .menu-trigger span {
  top: 16px;
}

.header-area .main-nav .menu-trigger span:before {
  -moz-transform-origin: 33% 100%;
  -ms-transform-origin: 33% 100%;
  -webkit-transform-origin: 33% 100%;
  transform-origin: 33% 100%;
  top: -10px;
  z-index: 10;
}

.header-area .main-nav .menu-trigger span:after {
  -moz-transform-origin: 33% 0;
  -ms-transform-origin: 33% 0;
  -webkit-transform-origin: 33% 0;
  transform-origin: 33% 0;
  top: 10px;
}

.header-area .main-nav .menu-trigger.active span,
.header-area .main-nav .menu-trigger.active span:before,
.header-area .main-nav .menu-trigger.active span:after {
  background-color: transparent;
  width: 100%;
}

.header-area .main-nav .menu-trigger.active span:before {
  -moz-transform: translateY(6px) translateX(1px) rotate(45deg);
  -ms-transform: translateY(6px) translateX(1px) rotate(45deg);
  -webkit-transform: translateY(6px) translateX(1px) rotate(45deg);
  transform: translateY(6px) translateX(1px) rotate(45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:before {
  background-color: #fff;
}

.header-area .main-nav .menu-trigger.active span:after {
  -moz-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -ms-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  -webkit-transform: translateY(-6px) translateX(1px) rotate(-45deg);
  transform: translateY(-6px) translateX(1px) rotate(-45deg);
  background-color: #fff;
}

.background-header .main-nav .menu-trigger.active span:after {
  background-color: #fff;
}

.header-area.header-sticky {
  min-height: 80px;
}

.header-area .nav {
  margin-top: 30px;
}

.header-area.header-sticky .nav li a.active {
  color: #ffde00;
}

@media (max-width: 1200px) {
  .header-area .main-nav .nav li {
    padding-left: 12px;
    padding-right: 12px;
  }
  .header-area .main-nav:before {
    display: none;
  }
}

/*@media (max-width: 992px) {
  .header-area .main-nav .nav li:last-child  ,
  .background-header .main-nav .nav li:last-child {
    display: none;
  }
  .header-area .main-nav .nav li:nth-child(6),
  .background-header .main-nav .nav li:nth-child(6) {
    padding-right: 0px;
  }
}*/

@media (max-width: 767px) {
  .background-header .main-nav .nav {
    margin-top: 80px !important;
  }
  .header-area .main-nav .logo {
    color: #1e1e1e;
  }
  .header-area.header-sticky .nav li a:hover,
  .header-area.header-sticky .nav li a.active {
    color: #ffde00!important;
    opacity: 1;
  }
  .header-area.header-sticky .nav li.search-icon a {
    width: 100%;
  }
  .header-area {
    padding: 15px 15px;
    height: 100px;
    box-shadow: none;
    text-align: center;
  }
  .header-area .container {
    padding: 0px;
  }
  .header-area .logo {
    margin-left: 30px;
  }
  .header-area .menu-trigger {
    display: block !important;
  }
  .header-area .main-nav {
    overflow: hidden;
  }
  .header-area .main-nav .nav {
    float: none;
    width: 100%;
    display: none;
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    margin-left: 0px;
  }
  .background-header .nav {
    margin-top: 80px;
  }
  .header-area .main-nav .nav li:first-child {
    border-top: 1px solid #eee;
  }
  .header-area.header-sticky .nav {
    margin-top: 100px;
  }
  .header-area .main-nav .nav li {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .header-area .main-nav .nav li a {
    height: 50px !important;
    line-height: 50px !important;
    padding: 0px !important;
    border: none !important;
    background: #f7f7f7 !important;
    color: #191a20 !important;
  }
  .header-area .main-nav .nav li a:hover {
    background: #eee !important;
    color: #ffde00!important;
  }
  .header-area .main-nav .nav li.submenu ul {
    position: relative;
    visibility: inherit;
    opacity: 1;
    z-index: 1;
    transform: translateY(0%);
    transition-delay: 0s, 0s, 0.3s;
    top: 0px;
    width: 100%;
    box-shadow: none;
    height: 0px;
  }
  .header-area .main-nav .nav li.submenu ul li a {
    font-size: 12px;
    font-weight: 400;
  }
  .header-area .main-nav .nav li.submenu ul li a:hover:before {
    width: 0px;
  }
  .header-area .main-nav .nav li.submenu ul.active {
    height: auto !important;
  }
  .header-area .main-nav .nav li.submenu:after {
    color: #3B566E;
    right: 25px;
    font-size: 14px;
    top: 15px;
  }
  .header-area .main-nav .nav li.submenu:hover ul, .header-area .main-nav .nav li.submenu:focus ul {
    height: 0px;
  }
}

@media (min-width: 767px) {
  .header-area .main-nav .nav {
    display: flex !important;
  }
}


.header-text{
	padding-top: 170px;
}

.header-text h6{
	font-size: 30px;
	color: #fff;
}
.bannerdesign1{
	font-size: 14px!important;
	letter-spacing: 0.35em;
	font-family: 'poppins-extralight,poppins,sans-serif';
	color: #fff;
}

.bannerdesign2{
	background-color: #a4a2a0;
	padding: 5px 37px 5px 37px;
	color: #fff;
	text-align: center;
    font-size: 18px;
}

.header-text h2{
	padding-top: 50px;
}

.header-text p{
	color: #ffffff;
	font-size: 17px;
	padding-top: 10px;
	padding-bottom: 20px;
    font-family: 'helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif';
}


.header-text a{
	color: #ffffff;
	font-size: 16px;
	padding-top: 20px;
	text-decoration: underline!important;
}

/* 
---------------------------------------------
preloader
--------------------------------------------- 
*/

.js-preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 1;
    visibility: visible;
    z-index: 9999;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease;
}

.js-preloader.loaded {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

@-webkit-keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@keyframes dot {
    50% {
        -webkit-transform: translateX(96px);
        transform: translateX(96px);
    }
}

@-webkit-keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

@keyframes dots {
    50% {
        -webkit-transform: translateX(-31px);
        transform: translateX(-31px);
    }
}

.preloader-inner {
    position: relative;
    width: 142px;
    height: 40px;
    background: #fff;
}

.preloader-inner .dot {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 12px;
    left: 15px;
    background: #ffde00;
    border-radius: 50%;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-animation: dot 2.8s infinite;
    animation: dot 2.8s infinite;
}

.preloader-inner .dots {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    margin-top: 12px;
    margin-left: 31px;
    -webkit-animation: dots 2.8s infinite;
    animation: dots 2.8s infinite;
}

.preloader-inner .dots span {
    display: block;
    float: left;
    width: 16px;
    height: 16px;
    margin-left: 16px;
    background: #ffde00;
    border-radius: 50%;
}



/* 
---------------------------------------------
Banner Style
--------------------------------------------- 
*/

.main-banner {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 226px 0px 120px 0px;
  position: relative;
  overflow: hidden;
}

.main-banner:after {
  content: '';
  background-image: url(../images/baner-dec-left.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 100px;
  width: 193px;
  height: 467px;
}

.main-banner:before {
  content: '';
  background-image: url(../images/baner-dec-right.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 100px;
  width: 98px;
  height: 290px;
}

.main-banner .left-content {
  margin-right: 45px;
}

.main-banner .left-content h6 {
  text-transform: uppercase;
  font-size: 18px;
  color: #ffde00;
  margin-bottom: 15px;
}

.main-banner .left-content h2 {
  font-size: 50px;
  font-weight: 700;
  color: #2a2a2a;
  line-height: 72px;
}

.main-banner .left-content h2 em {
  color: #03a4ed;
  font-style: normal;
}

.main-banner .left-content h2 span {
  color: #ffde00;
}

.main-banner .left-content p {
  margin: 20px 0px;
}

.main-banner .left-content form {
  margin-top: 30px;
  width: 470px;
  height: 66px;
  position: relative;
}

.main-banner .left-content form button {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block;
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  color: #ffde00;
  text-transform: capitalize;
  padding: 12px 25px;
  border-radius: 23px;
  letter-spacing: 0.25px;
  outline: none;
  border: none;
}

.main-banner .left-content form input {
  width: 470px;
  height: 66px;
  background-color: #03a4ed;
  border-radius: 33px;
  border: none;
  outline: none;
  padding: 0px 25px;
  color: #fff;
  letter-spacing: 0.25px;
  font-size: 15px;
  font-weight: 300;
}

.main-banner .left-content form input::placeholder {
  color: #fff;
}



/* 
---------------------------------------------
About Us Style
--------------------------------------------- 
*/

#about {
  padding: 70px 0px 70px 0px;
}

.about-us {
  
}



.about-us .services h3 {
  color: #000;
  font-size: 17px;
  font-weight: 900;
  margin-bottom: 15px;
  font-family: 'helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif';
}

.about-us .services strong{
	    font-weight: bold;
}

.about-us .services  p {
  color: #000;
  margin-bottom: 15px;
	font-size: 14px;
}

.about-us .services img{
	    position: relative;
    right: -70px;
    top: 25px;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/

.our-services {
  margin-top: 0px;
  padding-top: 100px;
  padding-bottom: 100px;  
  background: linear-gradient( rgba(0, 0, 0, 0.90), rgba(0, 0, 0, 0.90)), url("../images/serviceback.webp");
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.our-services .service-main-Head h2 {
  text-align: center;
	line-height: 1.1em;
    font-size: 34px;
	letter-spacing: 0.4em;
	color: #ffffff;
	padding-bottom: 50px;
}



.our-services .section-heading h3 {
  color: #fff;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif';
}

.our-services .section-heading h4 {
  
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif';
}


.our-services .section-heading p {
  color: #fff;
	padding-bottom: 20px;
}

.our-services .section-heading a{
	letter-spacing: 0.05em;
    font-size: 15px;
    text-shadow: none;
    color: #FFFFFF;
    flex-basis: auto;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
    align-items: center;
    overflow: hidden;
	padding: 10px 30px;
	background-color: #8785857d;
    cursor: pointer;
}

.our-services .section-heading a:hover{
	background-color: #0000;
	border: 1px solid #fff;
}

.mb20{
	margin-bottom: 35px;
}



.practicearea{
	  padding-top: 60px!important;
  padding-bottom: 60px!important;  
  background: linear-gradient( rgba(255, 255, 255, 0.77), rgba(255, 255, 255, 0.77)), url("../images/serviceback.webp");
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

	
.practicearea h3 {
  color: #000;
  font-size: 17px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif';
}


.practicearea h4 {
  
  color: #000;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 15px;
  font-family: 'helvetica-w01-roman,helvetica-w02-roman,helvetica-lt-w10-roman,sans-serif';
}


.practicearea p {
  color: #000;
	padding-bottom: 20px;
}

.practicearea a{
	float: right;
    font-size: 20px;
    color: #000;
    background-color: #fff;
    padding: 1px 10px;
    border: 1px solid #000;
    cursor: pointer;
}

.practicearea a:hover{
    color: #fff;
    background-color: #f00;
    border: 1px solid #fff;
}

.modal {
    overflow-y: auto !important;
}


/* 
---------------------------------------------
Services Style
--------------------------------------------- 
*/


.our-people {
  padding-top: 200px;
  padding-bottom: 100px;  
  background: linear-gradient( rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.52)), url("../images/our_team.webp");
 background-position: center;
	
    background-repeat: no-repeat;
    background-size: cover;
}


.our-people .people-main-Head h2{
	font-size: 45px;
	font-weight: 800;
	color: #fff;
}


.our-people .people-main-Head p{
	color: #fff;
}

.our-team{
  padding-top: 70px;
  padding-bottom: 70px;  
  background: linear-gradient( rgba(0, 0, 0, 0.77), rgba(0, 0, 0, 0.77)), url("../images/optabout.webp");
 background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden!important;
    overflow-y: hidden!important;

}

.our-team a{
	cursor: pointer;
}

.our-team .team-main-Head{
	
    cursor: pointer;
}

.our-team .team-main-Head .team-title {
    background-color: #000;
    width: 90%;
    margin-top: -21px;
    z-index: 1000;
    position: relative;
    padding: 15px;
    margin-left: 13px;
    border-radius: 15px;
}


.our-team .team-main-Head .team-title h2{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}


.our-team .team-main-Head .team-title h3{
	font-size: 14px;
	color: #fff;
}


.our-team .team-main-Head .team-title p{
	font-size: 12px;
	color: #fff;
}



.team-model {
    padding: 30px 10px!important;
}

.w3-modal{
}

.pad43 {
    padding-top: 43px!important;
    z-index: 1000!important;
    padding-bottom: 50px;
}


.contactadd {
    width: 100%;
    clear: both;
    margin-top: 15px;
    color: #000;
}

.contactadd span {
    display: block;
    text-transform: uppercase;
    color: #000;
	font-weight: 900;
}

.contactadd a {
	font-size: 14px;
	color: #000!important;
}


.teamsection2 h3{
font-size: 30px;
    color: #2F4557;
    font-weight: 700;
	margin-bottom: 15px;
}

.teamsection{
	padding: 20px 0px;
}

.teamsection img{
	border: 1px solid #ccc;
}

.blocker span{
    font-size: 20px;
    color: #000;
    background-color: #fff;
    padding: 1px 10px;
    border: 1px solid #000;
    cursor: pointer;
}

.blocker span:hover{
    color: #fff;
    background-color: #f00;
    border: 1px solid #fff;
}

.teamsection2 ul{
    padding-left: 52px;
    line-height: 29px;
    font-size: 13px;
}

.teamsection2 ul li{
	list-style: disc;
}


/* 
---------------------------------------------
Terms section
--------------------------------------------- 
*/

.Terms-section{
	padding: 70px 0px 30px 0px;
	background-color: #000000;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}

.Terms-section .section-heading h2{
	color: #ffff;
	font-size: 16px;
}

.Terms-section .section-heading h3{
	color: #ffff;
	font-size: 16px;
}

.Terms-section .section-heading p{
	color: #ffff;
	font-size: 14px;
}

.Terms-section .section-heading ul li{
	color: #ffff;
	font-size: 12px;
	list-style: disc!important;
	
}

.Terms-section .section-heading ul{
	padding-left: 20px;
	
}



/* 
---------------------------------------------
Footer Style
--------------------------------------------- 
*/

footer{
	background-color: #000;
	padding-bottom: 50px;
    overflow-x: hidden!important;
    overflow-y: hidden!important;
}

footer p {
  color: #fff;
}

footer p a {
  color: #ffde00;
}

.modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.modal[open] {
  display: flex;
}
.model-inner {
  background-color: white;
  border-radius: 0.5em;
  max-width: 90%;
  padding: 2em;
  margin: auto;
}
.modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid black;
}
#modal-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: black;
  opacity: 0.5;  
}







/* 
---------------------------------------------
responsive
--------------------------------------------- 
*/

@media (max-width: 1645px) {
  form#contact .contact-dec {
    display: none;
  }
}

@media (max-width: 992px) {
  .main-banner {
    padding-top: 196px;
  }
  .main-banner .left-content {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .main-banner:after {
    top: 76px;
    z-index: -1;
  }
  .main-banner .left-content form,
  .main-banner .left-content form input {
    width: 100%!important;
  }
  #about {
    margin-top: 0px;
  }
  .about-us {
    position: relative;
    background-image: none;
    padding: 0px;
  }
  .about-us .left-image {
    margin-right: 0px;
    position: absolute;
    bottom: -220px;
    right: 0;
  }
  .about-us .services {
    text-align: center;
  }
  .about-us .services .item  {
    background: rgb(255,77,30);
    background: linear-gradient(105deg, rgba(255,77,30,1) 0%, rgba(255,44,109,1) 100%);
    padding: 30px;
    border-radius: 20px;
    display: inline-block;
  }
  .about-us .services .item .right-text {
    text-align: left;
  }
  
  .our-services .left-image {
    margin-right: 0px;
    margin-bottom: 45px;
  }
  .our-services .section-heading h2,
  .our-services .section-heading p {
    margin-right: 0px;
    text-align: center;
  }
  .our-portfolio .section-heading h2 {
    margin: 0px 0px 80px 0px;
  }
  .our-portfolio .item {
    margin-bottom: 15px;
  }
  .our-blog {
    margin-top: 0px;
  }
  .our-blog .top-dec {
    display: none;
  }
  .our-blog .section-heading h2 {
    margin-right: 0px;
    text-align: center;
    margin-bottom: 45px;
  }
  .our-blog .left-image .info .inner-content {
    position: relative;
    margin-right: 0px;
  }
  .our-blog .left-image .info .main-blue-button {
    position: relative;
    bottom: 0px;
    margin-top: 30px;
  }
  .our-blog .left-image {
    margin-bottom: 45px;
  }
  .contact-us {
    margin-top: 60px;
    padding: 120px 0px;
  }
  .contact-us .section-heading {
    text-align: center;
  }
  form#contact {
    margin-left: 0px;
    margin-top: 30px;
  }
  form#contact .contact-dec {
    display: none;
  }
  footer p {
    margin: 15px 0px 30px 0px;
  }
}


	
	.partnershipmob{
		
		display: none;
	}

@media (max-width: 767px) {
  .about-us .left-image {
    bottom: -280px;
  }
  .our-blog .right-list {
    margin-left: 0px;
  }
  .our-blog .right-list ul li {
    display: inline-block;
    margin-top: 0px;
    padding-top: 30px;
    border-top: 1px solid #eee;
  }
  .our-blog .right-list .left-content {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 15px;
  }
  .our-blog .right-list .right-image,
  .our-blog .right-list .right-image img {
    width: 100%;
  }
  .phone-info h4 span {
    display: block;
    margin-top: 15px;
  }
  .phone-info h4 span i {
    margin-left: 0px;
  }
	
	.our-team .team-main-Head .team-title {
    width: 95%!important;
    margin-left: 5px!important;
}
	
	.our-team .team-main-Head .team-title h2 {
    font-size: 14px!important;
}
	
	.our-team .team-main-Head .team-title h3 {
    font-size: 12px!important;
}
	
	.our-team .team-main-Head .team-title P {
    font-size: 12px!important;
}
	.teamsection {
    padding: 0px!important;
}
	
	.team-model {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
	
	.header-text h6 {
    font-size: 16px!important;
    color: #fff;
}
	.bannerdesign1 {
    font-size: 9px!important;
	letter-spacing: 0em;
}
	.about-us .services img {
   position: unset!important; 
}
	.our-services .service-main-Head h2 {
    font-size: 20px!important;
}
	.partnershiplap{
		display: none;
	}
	
	.partnershipmob{
		display: block;
	}
	 
	.header-text p {
    font-size: 14px!important;
}
	.bannerdesign2 {
    font-size: 14px!important;
	padding: 5px 25px 5px 25px!important;
	
    display: inline-block;
    width: 150px;
}
	
	.header-text a {
    font-size: 14px!important;
}
	
	.about-us .services h3 {
    font-size: 14px;
}
	
	.main-slider-banner {
    padding-top: 0px!important;
    padding-bottom: 0px!important;
    height: 77vh!important;
}
	
	p {
    font-size: 13px!important;
}
	
	.our-services .section-heading h3 {
    font-size: 14px!important;
}
	.our-services .section-heading a {
    font-size: 10px!important;
}
	.our-services .service-main-Head h2 {
    font-size: 16px!important;
}
	
	
	.header-text h2 {
    padding-top: 5px!important;    
		text-align: center;
}
	
	.header-area {
    margin-top: 16px;
}
	.header-text {
    padding-top: 142px!important;
}
	
	
	.about-us .services img{
    display: none;
}
	
	.about-us .services {
    text-align: justify;
}
	.our-team{
		padding-left: 35px;
		padding-right: 35px;
	}
	
	.our-people .people-main-Head p {
    text-align: justify!important;
}
	
	.our-services .section-heading p {
    text-align:justify!important;
}
	.practicearea p {
    text-align: justify;
}
	
	.teamsection2 p{
		text-align: justify;
	}
	
	footer p {
    font-size: 10px!important;
}
	
	
	.our-services {
    padding-top: 70px!important;
    padding-bottom: 70px!important;
}
	
	.our-people {
    padding-top: 43px!important;
    padding-bottom: 61px!important;
}
	.our-people .people-main-Head h2 {
    font-size: 16px!important;
}
	.our-team .team-main-Head {
    margin-bottom: 20px!important;
}
	
	#General-modal{
		z-index: 1000!important;
	}
	
	.background-header {
    position: relative!important;
}
	
}