html{overflow-x:hidden;}
html, body {height: 100%;}

body{color:#303030; font-size: 15px; font-family: "Inter", sans-serif;}

a{color:#db070f; text-decoration:none;}
a:hover, a:focus{color:#000; text-decoration:none;}
img{max-width:100%; vertical-align:middle;}
p{line-height: 26px; margin: 0 0 15px;}

h1, h2, h3, h4, h5, h6{font-weight: 700; font-family: "Poppins", sans-serif; margin:0 0 10px;}
h2{color:#db070f;}
h3{color:#000;}
h4{color:#db070f;}

.pad-t0{padding-top:0 !important;}
.pad-t10{padding-top:10px !important;}
.pad-t15{padding-top:15px !important;}
.pad-t20{padding-top:20px !important;}
.pad-t25{padding-top:25px !important;}
.pad-t30{padding-top:30px !important;}
.pad-t35{padding-top:35px !important;}
.pad-t40{padding-top:40px !important;}
.pad-t45{padding-top:45px !important;}
.pad-t50{padding-top:50px !important;}
.pad-0{padding:0 !important;}
.pad-b0{padding-bottom:0 !important;}
.pad-b5{padding-bottom:5px !important;}
.pad-b10{padding-bottom:10px !important;}
.pad-b15{padding-bottom:15px !important;}
.pad-b20{padding-bottom:20px !important;}
.pad-b25{padding-bottom:25px !important;}
.pad-b30{padding-bottom:30px !important;}
.pad-b35{padding-bottom:35px !important;}
.pad-b40{padding-bottom:40px !important;}
.pad-b45{padding-bottom:45px !important;}
.pad-b50{padding-bottom:50px !important;}
.mrg-0{margin:0px !important;}
.mrb-0{margin-bottom:0px !important;}
.mrb-10{margin-bottom:10px !important;}
.mrb-15{margin-bottom:15px !important;}
.mrb-20{margin-bottom:20px !important;}
.mrb-25{margin-bottom:25px !important;}
.mrb-30{margin-bottom:30px !important;}
.mrb-35{margin-bottom:35px !important;}
.mrb-40{margin-bottom:40px !important;}
.mrb-45{margin-bottom:45px !important;}
.mrb-50{margin-bottom:50px !important;}
.mrb-60{margin-bottom:60px !important;}
.mrb-70{margin-bottom:70px !important;}
.mrb-80{margin-bottom:80px !important;}
.mrb-90{margin-bottom:90px !important;}
.mrb-100{margin-bottom:100px !important;}

@media (min-width: 1105px) { 
  
  .sticky.header nav{position: fixed; background: #fff; -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 5%); box-shadow: 0 3px 9px rgb(0 0 0 / 5%); top: 0; left: 0; width: 100%; z-index: 5; -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; animation: 500ms ease-in-out 0s normal none 1 running fadeInDown; -webkit-transition: all .5s; transition: all .5s; max-width: 100%; margin-top: 0; border-bottom: 1px solid rgba(255, 255, 255, 0.2);}  
  .sticky.header .navbar .logo a{padding: 21px 0;}
  .sticky.header .navbar .logo a:after{display: none;}
  .sticky.header .navbar .logo img{max-width: 110px; filter: inherit;}
  .sticky.header nav .navbar > .links > li > a{padding: 20px 15px;}  
  
}

.container{position:relative; z-index:3; padding: 0 15px;}
.row{margin:0 -15px;}
.row > *{padding-left:15px; padding-right:15px;}
.hidden{display:none !important;}
 
.header{position: absolute; margin: 0; width: 100%; padding: 0; z-index: 5;}  
  .header .login-btn{padding: 0; margin: 0;}
  .header .btn{font-size: 15px; margin: 0 0 0 15px;}
  .header nav{position: relative; top: 0; left: 0; width: 100%; height: auto; font-size: 16px; font-weight: 600; font-family: "Poppins", sans-serif;}
  .header nav .navbar{display: flex; align-items: center; justify-content: space-between; margin: auto; /* background: red; */ position: relative; max-width: 100%; margin: 0 0 0; box-shadow: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0;}
  .header .navbar .logo{}
  .header .navbar .logo a{display: block; margin: 0; padding: 25px 0; position: relative;}
  .header .navbar .logo img{max-width: 220px; position: relative; z-index: 100;}
  .header nav .navbar .nav-links{height: 100%; margin: 0 0 0 auto; display: flex; align-content: center; align-items: center;}
  .header nav .navbar .links{display: flex; padding: 0; margin: 0;}
  /*.header nav .navbar .links li:nth-child(4){margin-right: 200px;}*/
  .header nav .navbar .links li{position: relative; display: flex; align-items: center; justify-content: space-between; list-style: none; text-transform: capitalize; margin: 0 15px;}
  .header nav .navbar .links li a{padding: 20px 0; display: block; text-decoration: none; white-space: nowrap; color: #000;}
  .header nav .navbar .links > li > a:hover, 
  .header nav .navbar .links > li > a:focus, 
  .header nav .navbar .links > li > a:focus-within, .header nav .navbar .links > li.current-menu-item > a{color: #db070f;}
  .header nav .navbar .links > li > a::before{position: absolute; width: 3px; height: 2px; left: 50%; border-radius: 100%; bottom: 10px; opacity: 0; transform: translateX(-50%); background: #f09214; transition: 0.5s;}
  .header nav .navbar .links > li:hover > a::before{width: 100%;}

  .header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(180deg);} 
  .header nav .navbar .links li .arrow{width: 16px; line-height: 52px; text-align: center; display: inline-block; color: #000; transition: all 0.3s ease; margin: 2px 0 0 5px; font-size: 16px; font-weight: bold;}
  .header nav .navbar .links li .sub-menu{/*border: 1px solid #dddddd6b; box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1); position: absolute; top: 100%; left: 0; background: #fff; box-shadow: none; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; display: none; z-index: 2; padding: 5px 15px;*/ overflow: hidden;} 
  .header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{ display: block;}
  
@media (min-width:1100px) {
	
	.header nav .navbar .links li .sub-menu{width: 310px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; visibility: hidden; opacity: 0; position: absolute; top: 100%; left: inherit; z-index: 0; -webkit-transform: scaleY(0); transform: scaleY(0); -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07); box-shadow: 0 3px 20px rgba(0, 0, 0, 0.07); -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border: 1px solid rgba(203, 157, 85, 0.09); padding: 10px 25px; background: #fff;}
	
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{opacity: 1; visibility: visible; -moz-transform: scaleY(1); -webkit-transform: scaleY(1); -o-transform: scaleY(1); -ms-transform: scaleY(1); transform: scaleY(1);}

}
  
  .header .navbar .links li .sub-menu li{padding: 0; margin:0; border-bottom: 1px dashed #d5d5d5;} 
  .header .navbar .links li .sub-menu li:last-child{border-bottom: 0;} 
  .header .navbar .links li .sub-menu a{color: #000; padding: 8px 0; display: block; width: 100%;}  
  .header .navbar .links li .sub-menu a:hover{color: #db070f;} 
  .header .navbar .links li .sub-menu .more-arrow{line-height: 40px; } 
  .header .navbar .links li .htmlCss-more-sub-menu{/* line-height: 40px; */ } 
  .header .navbar .links li .sub-menu .more-sub-menu{position: absolute; top: 0; left: 100%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; z-index: 1; display: none;} 
  .header .links li .sub-menu .more:hover .more-sub-menu{display: block;} 
  .header .navbar .search-box{position: relative; height: 40px; width: 40px;} 
  .header .navbar .search-box i{position: absolute; height: 100%; width: 100%; line-height: 40px; text-align: center; font-size: 22px; color: #fff; font-weight: 600; cursor: pointer; transition: all 0.3s ease;} 
  .header .navbar .search-box .input-box{position: absolute; right: calc(100% - 40px); top: 80px; height: 60px; width: 300px; background: #3E8DA8; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; opacity: 0; pointer-events: none; transition: all 0.4s ease;} 
  .header .navbar.showInput .search-box .input-box{top: 65px; opacity: 1; pointer-events: auto; background: #3E8DA8;} 
  .header .search-box .input-box::before{content: ''; position: absolute; height: 20px; width: 20px; background: #3E8DA8; right: 10px; top: -6px; transform: rotate(45deg);} 
  .header .search-box .input-box input{position: absolute; top: 50%; left: 50%; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; transform: translate(-50%, -50%); height: 35px; width: 280px; outline: none; padding: 0 15px; font-size: 16px; border: none;} 
  .header .navbar .nav-links .sidebar-logo{display: none;} 
  .header .navbar .bx-menu{display: none;} 
  
  @media (max-width:1100px) {
	.header .btn:hover{background: #000; color: #fff;}
    .header .btn span{background: #db070f;}
    .header nav .navbar{max-width: 100%; padding: 0; flex-direction: row-reverse;} 
	.header nav .navbar:before, .header nav .navbar:after{display:none}
	.header nav .navbar .logo a{font-size: 27px; margin: 0;} 
	.header .navbar .logo img{max-width: 160px;}
	.header nav .navbar .links > li:first-child{border-top: 1px solid #ccc;} 
	.header nav .navbar .links > li{padding: 0; border-bottom: 1px solid #ccc; white-space: nowrap;} 
	.header nav .navbar .links > li a:hover, .header nav .navbar .links > li.active > a{color: #db070f;} 
	.navbar .links li .sub-menu a{padding:10px;}
	.header .navbar .links li .sub-menu a:hover, .header nav .navbar .sub-menu > li.active > a{color: #db070f; background: none;}     
    .header nav{ /* position: relative; */} 
	.header .navbar .bx-menu{ display: block;} 
	.header nav .navbar .nav-links{position: fixed; top: 0; left: -100%; display: block; max-width: 100%; width: 100%; background:  #fff; line-height: normal; padding: 0; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); transition: all 0.5s ease; z-index: 1000; overflow-x: scroll; align-content: start;} 
	.header .navbar .nav-links .sidebar-logo{display: flex; align-items: center; justify-content: space-between; padding: 25px 15px 0;} 
	.header .sidebar-logo .logo-name{} 
	.header .sidebar-logo .logo-name img{max-width: 160px;} 
	.header .sidebar-logo  i{font-size: 25px; color: #000; background-image: linear-gradient(to right, #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; cursor: pointer;} 
	.header .navbar .bx-menu{font-size: 25px; color: #000; background-image: linear-gradient(to right, #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; cursor: pointer; margin: 0;} 
	.header.header-position  .sidebar-logo i{color: #fff;} 
	.header.header-position  .navbar .bx-menu{color: #000;} 
	
	.header.header-position nav .navbar .links > li > a{color: #fff;}
    .header.header-position nav .navbar .links li .arrow{color: #fff;}
	.header.header-position nav .navbar .links > li a:hover, .header.header-position nav .navbar .links > li.active > a{color: #db070f;} 
	
	.header nav .navbar .links{display: block; margin-top: 20px; padding: 0;} 
	.header nav .navbar .links li .arrow{line-height: 40px; position: absolute; border-left: 1px solid #ccc; width: 52px; top: 7px; bottom: 7px; right: 0; cursor: pointer; color: #000;} 
	.header nav .navbar .links li{display: block; margin: 0;} 
	.header nav .navbar .links li:nth-child(3){margin-right: 0;}
	.header nav .navbar .links li a{padding: 15px; color: #000;} 
	.header .navbar .links li .sub-menu a{padding: 10px 0; white-space: break-spaces;}
	.header nav .navbar .links li .sub-menu{border: 0; position: relative; top: 0; box-shadow: none; display: none; background: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; padding: 0 65px 0 30px;} 
	.header nav .navbar .links li .sub-menu li{border-bottom: 1px solid #ccc;} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none; position: relative; left: 0;} 
	.header .navbar .links li .sub-menu .more-sub-menu li{display: flex; align-items: center; justify-content: space-between;} 
	.header .links li:hover .htmlcss-arrow, .header .links li:hover .js-arrow{transform: rotate(0deg);} 
	.header .navbar .links li .sub-menu .more-sub-menu{display: none;} 
	.header .navbar .links li .sub-menu .more span{/* background: red; */ display: flex; align-items: center; /* justify-content: space-between; */} 
	.header .links li .sub-menu .more:hover .more-sub-menu{display: none;} 
	.header nav .navbar .links li:hover .htmlCss-sub-menu, .header nav .navbar .links li:hover .js-sub-menu{display: none;} 
	.header .navbar .nav-links.show1 .links .htmlCss-sub-menu, .header .navbar .nav-links.show3 .links .js-sub-menu, .header .navbar .nav-links.show2 .links .more .more-sub-menu{display: block;} 
	.header .navbar .nav-links.show1 .links .htmlcss-arrow, .header .navbar .nav-links.show3 .links .js-arrow{transform: rotate(180deg);} 
	.header .navbar .nav-links.show2 .links .more-arrow{transform: rotate(90deg);} 
  } 
  
  @media (max-width:370px){ 
    .header nav .navbar .nav-links{max-width: 100%;}
  }

  
.banner{position:relative; background-color: #edf5f8; z-index:1; margin: 0; padding: 150px 0 0; border-radius: 0 ; height: 100vh;}
  .banner:before{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(/images/bg-02.png); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: scroll;}
  .banner:after{content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-image: url(/images/bg-02.png); background-repeat: no-repeat; background-position: center center; background-size: cover; background-attachment: scroll; opacity: 0.5;}
  .banner .slide button{top: 47%; opacity: 1; width: 65px; height: 65px; z-index: 100; color: #fff; display: block; font-size: 34px; cursor: pointer; overflow: hidden; line-height: 24px; text-shadow: none; position: absolute; font-weight: normal; background: rgba(0, 0, 0, 0.5); /*-webkit-box-shadow: 0 0px 10px 5px rgba(0,0,0,.1); box-shadow: 0 0px 10px 5px rgba(0,0,0,.1);*/ -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; left: 20px;}
  .banner .slide:hover button{opacity: 1;}
  .banner .slide button.left{}
  .banner .slide button.right{left: inherit; right: 20px;}
  .banner .slide button.left{right: 80px;}
  .banner .slide button.left:hover, .banner .slide button.right:hover{color: #fff; background: #b78d2e; border: 0px transparent;}
  .banner .slide button .fa{margin: 0; background: none; font-size: 22px; padding: 6px 0 0;}
  .banner .slide button.left>span:nth-child(1){left: 45%;}
  .banner .slide button.right>span:nth-child(1){right: 45%;} 
  .banner .banner-text{padding: 50px 0 0; max-width: 90%;}
  .banner figure{-webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden; margin: 15px 10% -250px; position: relative;}
  .banner figure img{width: 100%; object-fit: cover; object-position: center center;}
  .banner .banner-form{position: relative; z-index: 3;}
  .banner h2{color: #000; font-size: 80px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .banner h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .banner p{line-height: 36px; font-size: 20px;}
  .banner .btn{font-size: 17px; margin: 0 0 0 15px; border: 1px solid transparent;}
  .banner .btn:last-child{background: none; border: 1px solid #000; color: #000;}
  .banner .btn:last-child:after, .banner .btn:last-child:focus:after{background: #000;}
  .banner .btn:last-child:hover, .banner .btn:last-child:focus{color: #fff;}
  .banner .shape-grid{position: absolute; bottom: 0; overflow: hidden; left: 0; right: 0;}
  .banner .shape-grid .shape{transform: scale(6);}
  .banner .shape-grid .shape svg, .shape-grid .shape path{fill: #fff;}
  
.btn{background: linear-gradient(to right,  #f09214 0%,#e31e24 100%); border: 0; text-decoration: none; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; position: relative; z-index: 1; display: inline-block; text-align: center; font-family: "Poppins", sans-serif; font-size: 16px; font-weight: 600; color: #fff; margin: 0; padding: 12px 30px; overflow: hidden; text-shadow: none; text-transform: capitalize; letter-spacing: 0;}
  .btn:hover, .btn:focus{background: linear-gradient(to right,  #f09214 0%,#e31e24 100%); color: #fff;}
  .btn:hover i{transition: 0.3s;}
  .btn i{position: relative; margin: 0 0 0 10px; top: 1px; z-index: 10; color: inherit;}
  .btn:after{content: ''; position: absolute; height: 100%; left: 0; top: 0; width: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -o-transition: all .3s; transition: all .3s; z-index: -1; background: #f09214;}
  .btn:hover:after, .btn:focus:after{width: 100%;}
  
.content{margin: 0 auto; max-width: 75%;}
.row-flex{flex-direction: row-reverse;}
.sub-title{color:#db070f; position: relative; font-size: 18px; font-weight: 500; text-transform: capitalize; margin: 0 0 15px;}
  .sub-title span{position: relative; color: #db070f; font-size: 16px;}

.what-we-do{padding: 80px 0 60px; position:relative; z-index:2;} 
  .what-we-do h2{color: #000; font-size: 40px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .what-we-do h3{font-size:20px;}
  .what-we-do h3 span{position: relative;}
  .what-we-do h3 span img{width: 100px;}
  .what-we-do h3 span:after{background-image: url(/images/logo-icon.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: contain; position: absolute; right: -10px; top: 6px; width: 50px; height: 20px;}
  .what-we-do h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .what-we-do h5{font-size: 24px;}
  .what-we-do h5 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; color: #fff; /* padding: 5px 30px 5px 20px; */ font-size: 17px; /* font-weight: 400; */ border-radius: 10px;}
  .what-we-do h4{font-weight: 600; color: #000; text-transform: capitalize;font-size: 16px;}
  .what-we-do .left-grid{padding: 0 15px; position:relative;}
  .what-we-do .left-grid figure{margin: 0 0 0 15%; padding: 0; max-width: 40%;}
  .what-we-do .left-grid figure.img-icon{max-width: 70%; margin: 0 auto;}
  .what-we-do .right-grid{padding: 0 15px;}
  /*.what-we-do .right-grid figure{margin: 0 -53px;}*/
  .what-we-do ul{padding: 0; margin: 0;}
  .what-we-do ul li{list-style: none; margin: 0 0 10px; padding: 0; font-weight: 500; position: relative; display: flex; gap: 20px; align-items: center; /* background: linear-gradient(to bottom, rgba(240,146,20,0.1) 0%,rgba(255,255,255,0) 100%); */ /* -webkit-border-radius: 20px; */ -moz-border-radius: 20px; /* border-radius: 20px; */ /* width: 33.33333%; */ }
  .what-we-do ul li::before{/*content: "\f192";*/ color: #db070f; font-family: FontAwesome; position: absolute; left: 0; top: 5px;}
  .what-we-do ul li figure{margin: 0; width: 60px; height: 60px; min-width: 60px; overflow: hidden; position: relative; padding: 10px;}
  .what-we-do ul li figure img{width: 100%; height: 100%; margin: 0 auto; -webkit-border-radius: 0%; -moz-border-radius: 0%; border-radius: 0%; object-fit: contain; object-position: center center;}
  .what-we-do ul li figure::after{position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; margin: 0; border: 1px dashed #ccc; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.5s; transition: 0.5s; -webkit-animation: rotation 50s infinite linear; animation: rotation 50s infinite linear;-webkit-transition: all 0.5s; transition: all 0.5s;}
  
  .what-we-do .row{position: relative;}  
  .what-we-do .row > *{position: relative; z-index: 3;}  
  .what-we-do .row:after{background-image: url(/images/line-shape.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: contain; left: 0; position: absolute; top: 50px; width: 100%; height: 100%;}  
  .what-we-do .process-block{position: relative; z-index: 3; margin: 0 0 30px;} 
  .what-we-do .process-block:nth-child(3), .what-we-do .process-block:nth-child(5){}
  .what-we-do .process-block .inner-box{position: relative; text-align: center;} 
  .what-we-do .process-block .inner-box:hover .count{-webkit-transform: scale(-1) rotate(-180deg); transform: scale(-1) rotate(-180deg);}
  .what-we-do .process-block .inner-box:hover .icon-box .icon{-webkit-transform: scaleX(-1); transform: scaleX(-1);}  
  .what-we-do .process-block .inner-box:hover .icon-box .icon:after{opacity: 0;} 
  .what-we-do .process-block .icon-box{position: relative; height: 154px; width: 154px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-bottom: 20px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #fff;}
  .what-we-do .process-block .icon-box::after{position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; margin: 0; border: 2px dotted #d4d9e6; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; -webkit-transition: 0.5s; transition: 0.5s; -webkit-animation: rotation 50s infinite linear; animation: rotation 50s infinite linear;-webkit-transition: all 0.5s; transition: all 0.5s;}
  .what-we-do .process-block .icon-box .icon{margin:0; position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; height: 130px; width: 130px; font-size: 62px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; color: #000; -webkit-transition: all 300ms linear; transition: all 300ms linear;}
  .what-we-do .process-block .icon-box .icon:before{position: relative; z-index: 2;}
  .what-we-do .process-block .icon-box .icon::after{position: absolute; left: 0; top: 0; height: 100%; width: 100%; background: -webkit-gradient(linear, left bottom, left top, from(#ebeef5), color-stop(transparent), to(transparent)); background: linear-gradient(to top, #ebeef5, transparent, transparent); content: ""; border-radius: 0%; -webkit-transition: all 100ms ease; transition: all 100ms ease; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .what-we-do .process-block .icon-box .icon img{position: relative; z-index: 3; padding: 30px;}
  .what-we-do .process-block .icon-box .count{position: absolute; bottom: -20px; right: -20px; margin: 0 auto; height: 48px; width: 48px; background: #065b89; font-size: 14px; color: #ffffff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; border-radius: 0%; z-index: 2; -webkit-transition: all 300ms linear; transition: all 300ms linear;}
  .what-we-do .process-block .info-box{position: relative;}
  .what-we-do .process-block .info-box .inner{position: relative;}
  .what-we-do .process-block .info-box .title{position: relative; z-index: 2; color:#000; font-size: 20px; margin-bottom: 8px; font-weight: 600;}
  .what-we-do .process-block .info-box .text{position: relative; z-index: 2; margin:0; -webkit-transition: all 300ms ease; transition: all 300ms ease;}

.move_anim img{-webkit-animation:movebounce 3.0s linear infinite; animation:movebounce 3.0s linear infinite }
@keyframes movebounce {
 0% {
  transform:translateY(0)
 }
 50% {
  transform:translateY(20px)
 }
 100% {
  transform:translateY(0)
 }
}

#trustpilot-widget-trustbox-0-wrapper iframe{display: block; margin: auto; text-align: center; -moz-transform: scale(2); -webkit-transform: scale(2); -o-transform: scale(2); -ms-transform: scale(2); transform: scale(2);}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

.logo-grid{position:relative; padding:0; z-index: 3;}
  .logo-grid .container-fluid{border-bottom: 1px solid #dfdfdf; position:relative; padding: 40px 15px 40px; z-index: 3;}
  /*.logo-grid::after{content: ""; position: absolute; min-height: 170px; max-width: 600px; background-image: url(/images/shadow-02.png); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: cover; margin: 0 auto; left: 0; right: 0; bottom: -50px;}*/
  .logo-grid .owl-carousel{mask-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 12.5%, rgb(0, 0, 0) 87.5%, rgba(0, 0, 0, 0) 100%);}
  .logo-grid .item{margin:0 15px; text-align:center;}
  .logo-grid .item figure{padding: 15px 25px; background: #f5f5f5; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; margin: 0;}
  .logo-grid .item figure img{height: 60px; margin: 0 auto; object-fit: contain; width: 100%;}
  .logo-grid .owl-dots{display: none; text-align: center; margin: 40px 0 0;}
  .logo-grid .owl-theme .owl-dots .owl-dot span{width: 12px; height: 12px; border-radius: 3px;}
  .logo-grid .owl-theme .owl-dots .owl-dot.active span, .logo-grid .owl-theme .owl-dots .owl-dot:hover span{background: #14133b;}
  .logo-grid .owl-theme .owl-nav .owl-page span{background:#d7d7d7; opacity:1;}
  .logo-grid .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span{background: #fe5321;}
  .logo-grid .owl-theme .owl-nav button{display: block; background: none !important; -webkit-border-radius: 4px !important; -moz-border-radius: 4px !important; border-radius: 4px !important; color: #000; position: absolute; left: -40px; top: 45%; margin: -20px 0 0; height: 55px; width: 55px; opacity: 1; text-indent: -99999px; border: 0;}
  .logo-grid .owl-theme .owl-nav button:hover{background: none !important;}
  .logo-grid .owl-theme .owl-nav button.owl-next{right: -40px; left:inherit;}
  .logo-grid .owl-theme .owl-nav button.owl-prev:before{background-image: url(/images/arrow-left.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .logo-grid .owl-theme .owl-nav button.owl-next:before{background-image: url(/images/arrow-right.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 20px 20px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}
  
.our-benefits{position: relative; z-index: 1; padding: 80px 0; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; margin: 0; overflow: hidden;}
  .our-benefits:before{content: ""; background-image: url(/images/bg-03.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
  .our-benefits:after{background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%); position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 30%;}
  .our-benefits h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .our-benefits h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .our-benefits h3{color: #000; font-size: 40px; padding: 0; margin: 0 0 25px; position: relative;}
  .our-benefits p:last-child{margin-bottom: 0;}
  .our-benefits figure{margin: 0 0 0 50px; padding: 20% 0; background: #fff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; box-shadow: 0 0 20px #ccc;}

.client-speak{background-image: url(/images/bg-05.png); background-repeat: no-repeat; background-position: center center; background-attachment: scroll; background-size: 100% 120%; position:relative; text-align:center; margin: 0 15px; padding: 80px 0 60px; z-index:1; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
  .client-speak h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .client-speak h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .client-speak .item{margin: 30px 0 0;}
  .client-speak .item .item-bg{position: relative; transition: all .3s ease; padding: 0 15%;}
  .client-speak .item .item-bg::before{position: absolute; left: 7.5%; top: -40px; font-size: 50px; content: "\f10d"; font-family: FontAwesome; -webkit-text-fill-color: transparent; -webkit-text-stroke: 3px #eb621b;}
  .client-speak .item .item-bg::after{position: absolute; right: 7.5%; bottom: -40px; font-size: 50px; content: "\f10e"; font-family: FontAwesome; -webkit-text-fill-color: transparent; -webkit-text-stroke: 3px #eb621b;}
  .client-speak .testmonial-author{position: relative; padding: 0 15%; overflow:hidden;}
  .client-speak .testmonial-author h4{font-size: 20px; margin: 0; color:#000;}
  .client-speak .testmonial-author h4 span{font-size:14px; margin: 5px 0 0; display: block; opacity: 0.7; font-weight: 500;}
  .client-speak .testmonial-author .author-rating i{color: #f02801;}
  .client-speak p{line-height:22px; text-align: center;} 
  .client-speak p:last-child{margin-bottom: 0;} 
  .client-speak .star{color: #fff; letter-spacing: 2px; font-size: 17px; display: inline-block; display: none; background: linear-gradient(to right, #f09214 0%,#e31e24 100%); padding: 10px 20px; border-radius: 30px; color: #fff; font-size: 17px;  padding: 10px 20px; border-radius: 10px; margin: 0 0 15px;}
  .client-speak .item figure{position:relative; display: inline-block; margin: 0 auto 25px;}
  .client-speak .item figure::before{border: 5px solid #db070f !important; height: auto;opacity: 0;filter: alpha(opacity=0);position: absolute;bottom: -10px;left: -10px;right: -10px;top: -10px;visibility: hidden;width: auto;-webkit-transform: scale(0);transform: scale(0);transition: .3s;border-radius: 50%;-webkit-border-radius: 50%;}
  .client-speak .item:hover figure::before{opacity: 1;filter: alpha(opacity=100);visibility: visible;-webkit-transform: scale(1);transform: scale(1);}
  .client-speak .item figure img{width: 400px; height: 70px; object-fit: contain; object-position: center center; /*-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; padding: 10px;*/}
  .client-speak .owl-stage{display: flex !important;}
  .client-speak  .owl-item{display: flex !important; align-items: stretch !important;}
  .client-speak .owl-dots{display: none; text-align: center;}
  .client-speak .owl-theme .owl-nav .owl-page span{background:#d7d7d7; opacity:1;}
  .client-speak .owl-theme .owl-nav .owl-page.active span, .owl-theme .owl-nav.clickable .owl-page:hover span{background: #f02801;}  
  .client-speak .owl-theme .owl-dots .owl-dot.active span, .client-speak .owl-theme .owl-dots .owl-dot:hover span {
  background: #db070f;}
  .client-speak .owl-theme .owl-nav button{display: block; background: none !important; -webkit-border-radius: 100% !important; -moz-border-radius: 100% !important; border-radius: 100% !important; color:#000; position:absolute; left:-55px; top: 32%; margin:0; height: 50px; width: 50px; opacity:1; text-indent:-99999px;}
  .client-speak .owl-theme .owl-nav button:hover{background: linear-gradient(to right,  #f09214 0%,#e31e24 100%) !important;}
  .client-speak .owl-theme .owl-nav button.owl-next{right:-55px; left:inherit;}
  .client-speak .owl-theme .owl-nav button.owl-prev:before{background-image: url(/images/arrow-left.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 25px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;}  
  .client-speak .owl-theme .owl-nav button.owl-prev:hover:before{background-image: url(/images/arrow-left-white.png);}  
  .client-speak .owl-theme .owl-nav button.owl-next:before{background-image: url(/images/arrow-right.png); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: 25px; color: #000; content: ""; left: 0; position: absolute; top: 0; width: 100%; height: 100%;} 
  .client-speak .owl-theme .owl-nav button.owl-next:hover:before{background-image: url(/images/arrow-right-white.png);}

.tag-sec{padding: 80px 0 60px; position:relative; z-index:1;}
  .tag-sec:before{background-image: url(/images/img-01.jpg); background-repeat: no-repeat; background-attachment: scroll; background-position: center center; background-size: cover; position: absolute; left: 0; top: 0; width: 50%; height: 100%; -webkit-border-radius: 0 15px 15px 0; -moz-border-radius: 0 15px 15px 0; border-radius: 0 15px 15px 0;}
  .tag-sec h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .tag-sec h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .tag-sec h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .tag-sec .left-grid{padding: 0 15px 0 80px;}
  .tag-sec .right-grid{}
  .tag-sec .right-grid figure{margin: 0;}
  .tag-sec .right-grid figure img{-webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
  .tag-sec .info{position: relative; padding: 8; transition: 0.3s ease-in; background: #fff; overflow: hidden; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
  .tag-sec .info ul{padding: 0 0 5px;}
  .tag-sec .info ul li{list-style: none; margin: 0 0 15px; padding: 0 0 0 25px; position: relative;}
  .tag-sec .info ul li::before{content: "\f192"; color: #db070f; font-family: FontAwesome; position: absolute; left: 0; top: 0;}
 
.our-pricing{padding: 80px 0 60px; position:relative; z-index:2;} 
  .our-pricing h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .our-pricing h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .our-pricing .pricingTable{margin: 0; background: #fff none repeat scroll 0 0; color: #232434; padding: 40px 35px 45px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; /*-webkit-box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05); box-shadow: 0px 19px 43px 0px rgba(17, 17, 17, 0.05);*/ -webkit-perspective: 700px; perspective: 700px; position: relative; text-align: center; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s; z-index: 1; border: 1px solid #e5e5e5; height: 100%;}
  .our-pricing .pricingTable .btn{min-width: 140px;}
  /*.our-pricing .pricing-col:nth-child(2){order: 2;}
  .our-pricing .pricing-col:nth-child(3){order: 1;}
  .our-pricing .pricing-col:nth-child(4){order: 3;}
  
  .our-pricing .pricing-col:nth-child(2) .pricingTable{background: linear-gradient(to right, #f09214 0%,#e31e24 100%);}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .pricing-content{background: rgba(0,0,0,0.2); min-height: 310px; color: #fff;}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .btn{background: none; border: 1px solid #fff; color: #fff;}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .btn:after{background: #fff;}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .btn:hover{color: #000;}*/
  
  .our-pricing .pricing-col:nth-child(2) .pricingTable, .our-pricing .pricing-col:nth-child(3) .pricingTable{}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .title, .our-pricing .pricing-col:nth-child(3) .pricingTable .title{color: #000;}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .pricing-content, .our-pricing .pricing-col:nth-child(3) .pricingTable .pricing-content{padding: 25px 25px 10px; background: #f5f5f5;}
  .our-pricing .pricing-col:nth-child(2) .pricingTable .price-month, .our-pricing .pricing-col:nth-child(3) .pricingTable .price-month{min-height: 20px; color: #000; font-weight: 500;}
  .our-pricing .pricing-col:nth-child(2) .pricing-content li, .our-pricing .pricing-col:nth-child(3) .pricing-content li{border-color: #000;}
  .our-pricing .pricing-col:nth-child(2) .pricing-content li:first-child, .our-pricing .pricing-col:nth-child(3) .pricing-content li:first-child{background: linear-gradient(to right, #f09214 0%,#e31e24 100%); -webkit-border-radius: 7px; -moz-border-radius: 7px7px; border-radius: 7px; color: #fff; padding: 15px 37px 15px 20px; font-weight: 700; border-bottom: 0;}
  .our-pricing .pricing-col:nth-child(2) .pricing-content li:first-child:before, .our-pricing .pricing-col:nth-child(3) .pricing-content li:first-child:before{display: none;}
  .our-pricing .pricing-col:nth-child(2) .pricing-content li::before, .our-pricing .pricing-col:nth-child(3) .pricing-content li::before{}
  
  .our-pricing .pricingTable .price{position: relative; color: #000; margin:0 -15px 10px; font-family: "Poppins", sans-serif;}
  .our-pricing .pricingTable .price span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; font-size: 46px; line-height: 50px; font-weight: 700;}
  .our-pricing .pricing-col:nth-child(3) .pricingTable .price{min-height: 94px;}
  .our-pricing .pricingTable .price sub{/*position: absolute; bottom: 14px; color: #a3a3a3; font-size: 14px; font-weight: lighter;*/ bottom: 0; position: inherit;}
  .our-pricing .pricingTable .price small{display: block; font-size: 16px; margin: 0 0 3px; font-weight: 600;}
  .our-pricing .pricingTable .tag{background: #db070f; color: #fff; position: absolute; font-weight: 900; font-family: "Poppins", sans-serif; padding: 7px 20px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; left: 0; right: 0; top: -20px; max-width: 165px; margin: 0 auto; text-transform: uppercase;}
  .our-pricing .pricingTable .pricingTable-header{} 
  .our-pricing .pricingTable .title{display: block; font-size: 24px; color: #fff; text-transform: capitalize; -webkit-transition: all 0.3s ease-in-out 0s; -o-transition: all 0.3s ease-in-out 0s; transition: all 0.3s ease-in-out 0s;}
  .our-pricing .pricingTable .price-month{font-size: 15px; font-weight: 600; margin: 0 0 30px; color: #fff;}
  .our-pricing .pricingTable .price-value{font-size: 170px; line-height: 112px; position: relative; color: rgba(49, 155, 136, 0.1); margin: 40px 0;} 
  .our-pricing .pricingTable .price-value .value-bg{display: inline-block; position: absolute; left: 50%; top: 50%; -webkit-transform: translateX(-50%) translateY(-50%); -ms-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%); color: #db070f; font-weight: 600; font-size: 60px; line-height: 60px;}
  .our-pricing .pricingTable-2 .price-value{color: #e6e4ff;} 
  .our-pricing .pricingTable-2 .price-value .value-bg{color: #7564e5;}
  .our-pricing .pricingTable .pricing-content{list-style: none; padding: 25px 25px 10px; margin: 0 auto; background: rgba(49, 155, 136, 0.04); border-radius: 10px; min-height: 360px;}
  .our-pricing .pricingTable .pricing-content li{position: relative; text-align: left; border-bottom: 1px dashed #fff; margin: 0 0 15px; padding: 0 0 15px 30px;} 
  .our-pricing .pricingTable .pricing-content li:last-child{border-bottom: 0;margin-bottom: 0;} 
  .our-pricing .pricingTable .pricing-content li:before{content: "\f00c"; font-family: FontAwesome; position: absolute; left: 0; top: -1px; font-size: 17px; color: #00c600;}

.press-release{background-image: url(/images/bg-03.png); background-repeat: no-repeat; background-position: center bottom; background-attachment: scroll; background-size: 100% 120%; margin: 0 15px; padding: 80px 0 60px; z-index:1; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;}
  .press-release{padding: 80px 0 60px; position:relative; z-index:2;} 
  .press-release h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .press-release h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .press-release .press-release-col{}
  .press-release .info{background: rgba(0, 0, 0, 0.05); padding: 40px 40px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; height: 100%;}
  .press-release .info h3{font-size: 24px; margin: 0 0 20px;}
  .press-release .info h3 a{color:#000;}
  .press-release .info h3 a:hover{color:#db070f;}
  .press-release .info .text{display: -webkit-box; -webkit-line-clamp: 4; -webkit-box-orient: vertical; overflow: hidden; margin: 0 0 25px;}
  .press-release .info > *:last-child{margin-bottom: 0;}
  .press-release .info figure{margin: 0 0 25px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}
  .press-release .info figure img{width: 100%; height: 250px; object-position: center center; object-fit: cover; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px;}

.newsletter{background-image: url(/images/bg-03.png); background-repeat: no-repeat; background-position: center bottom; background-attachment: scroll; background-size: 100% 120%; padding: 120px 0 100px; margin: 0 15px 15px; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; position: relative; display: none;}
  .newsletter h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .newsletter h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .newsletter .text{max-width: 60%; margin: 0 auto;}
  .newsletter form{margin: 0 0; /*--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; margin: 0 -10px;*/}
  .newsletter form > *{flex-shrink: 0; max-width: 100%; width: 100%; padding: 0;}
  .newsletter form .form-control{background: #fff; box-shadow:none; border: 1px solid #bdbdbd; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; color: #999; height: 64px;}
  .newsletter form .form-control::-webkit-input-placeholder {opacity:#999;}
  .newsletter form .form-control::-moz-placeholder {color: #999;}
  .newsletter form .form-control:-ms-input-placeholder {color: #999;}
  .newsletter form .form-control:-moz-placeholder {color: #999;}
  .newsletter form .form-group{margin: 0 0 20px; position: relative;}
  .newsletter form .btn{position: absolute; right: 5px; top: 5px; padding: 18px 18px; text-align: center; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px;} 
  .newsletter form .btn i{margin: 0;}
  .newsletter form:hover .btn i{animation: wobble_bell 1s forwards ease-in-out 0s;}

.progress-wrap{position: fixed; right: 30px; bottom: 30px; height: 46px; width: 46px; cursor: pointer; display: block; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; box-shadow: inset 0 0 0 2px rgba(0,0,0,0.1); z-index: 10000; opacity: 0; visibility: hidden; transform: translateY(15px); -webkit-transition: all 200ms linear; transition: all 200ms linear; background: rgba(227, 31, 36, 0.1);} 
  .progress-wrap.active-progress{opacity: 1; visibility: visible; transform: translateY(0);} 
  .progress-wrap::after{position: absolute; font-family: FontAwesome; content: "\f062"; text-align: center; line-height: 46px; font-size: 16px; color: #e5373c; /* --- Pijl kleur --- */ left: 0; top: 0; height: 46px; width: 46px; cursor: pointer; display: block; z-index: 1; -webkit-transition: all 200ms linear; transition: all 200ms linear;}
  .progress-wrap:hover::after{color: #e5373c;}
  .progress-wrap::before{position: absolute; font-family: FontAwesome; content: "\f062"; text-align: center; line-height: 46px; font-size: 24px; opacity: 0; background: black; /* --- Pijl hover kleur --- */ -webkit-background-clip: text; -webkit-text-fill-color: transparent; left: 0; top: 0; height: 46px; width: 46px; cursor: pointer; display: block; z-index: 2; -webkit-transition: all 200ms linear; transition: all 200ms linear;} 
  .progress-wrap:hover::before{} 
  .progress-wrap svg path{fill: none;} 
  .progress-wrap svg.progress-circle path{stroke: #e5373c; /* --- Lijn progres kleur --- */ stroke-width: 4; box-sizing:border-box; -webkit-transition: all 200ms linear; transition: all 200ms linear;}

.wobble_bell{animation: wobble_bell 1s forwards ease-in-out 0s;}
@-webkit-keyframes wobble_bell {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes wobble_bell {
  0% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-10deg);
  }
  30% {
    transform: rotate(10deg);
  }
  45% {
    transform: rotate(-5deg);
  }
  60% {
    transform: rotate(5deg);
  }
  75% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
 
.footer{padding: 80px 0 0; border-top: 1px solid #dcdcdc; position:relative;}
  .footer .shape-grid{position: absolute; top: 0; transform: rotate(180deg); left: 0; right: 0;}
  .footer .shape-grid .shape{transform: scale(2);}
  .footer .shape-grid .shape svg, .shape-grid .shape path{fill: #fff;}
  .footer .container{position: relative; z-index:1;}   
  .footer a{color:#242424;}
  .footer a:hover{color:#db070f;}
  .footer .footer-left{padding:0 15px;}
  .footer .footer-right{padding:0 15px;}
  .wg-1{margin:0 0 30px;}
  .wg-1 h4{color:#000; font-size: 24px; margin:0 0 20px; font-weight: 600; position:relative;}
  .wg-1 ul{margin:0; padding:0;}
  .wg-1 ul li{list-style:none; position:relative; padding: 0 0 10px;}
  .wg-1 .address{font-size: 17px; font-weight: 500;}
  .wg-1 address{margin: 0; display: flex; gap: 30px;}  
  .wg-1 address h5{font-size: 16px; font-weight: 600; color:#242424;}
  .wg-1 address h5 a{font-size: 20px; font-weight: 800; display: block; margin: 5px 0 0;}
  .wg-1 p b{font-size: 18px; display: block; color: #242424;}
  .wg-1 address span {font-size: 18px;line-height: normal;color: #585858;margin-bottom: 5px;display: block;}
  .ft-logo{margin: 0;}
  .ft-logo img{max-width: 220px;}
  .icon-ft{margin: 0; padding: 0;}
  .icon-ft a{display:inline-block; vertical-align:middle; padding:0 25px 0 0;}
  .icon-ft a span{text-transform:capitalize;}
  .icon-ft i{color: #fff; font-size: 16px; position: relative; z-index: 1; margin: 0 3px 0 0; background: linear-gradient(to right, #f09214 0%,#e31e24 100%); width: 40px; height: 40px; line-height: 40px; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .icon-ft a:hover{color:#f09214; border-color:#f09214; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;}  
  .ft-bottom{border-top: 1px solid #dcdcdc; position: relative; z-index: 2; padding: 35px 0 25px; margin: 30px 0 0;}
  .ft-bottom .row{align-items: center;}  
  .ft-bottom .copyright span{color: #db070f; font-weight: 700;}
  .ft-bottom .left-grid{display: flex; align-items: center; gap: 20px;}
  .ft-bottom .links{display: flex; justify-content: end;}
  .ft-bottom .links a{padding: 0 10px;}
  .ft-bottom .links a:last-child-child{padding-right: 0;}

.mid-inner{padding: 150px 0 60px; background-color: #edf5f8; overflow: hidden; position: relative; z-index:1; margin: 0;}
  .mid-inner ul{padding: 0 0 5px;}
  .mid-inner ul li{list-style: none; margin: 0 0 15px; padding: 0 0 0 25px; position: relative;}
  .mid-inner ul li::before{content: "\f192"; color: #db070f; font-family: FontAwesome; position: absolute; left: 0; top: 2px;} 
  .mid-inner ol{padding: 0 0 0 20px;}
  /*.mid-inner ol{margin: 0; padding: 0 0 5px; counter-reset: section;}
  .mid-inner ol li{margin: 0 0 15px; padding: 5px 0 5px 35px; list-style: none; position: relative;}
  .mid-inner ol li::before{content: counters(section, "."); counter-increment: section; position: absolute; background: rgba(201, 57, 23, 0.2); color: #db070f; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; text-align: center; line-height: 30px; width: 30px; height: 30px; left: 0; top: 0;}*/

.content-wrap * + *{margin-top: 20px;}
.content-wrap h2{color: #000; font-size: 34px;}
.content-wrap h3{color: #db070f; font-size: 26px;}
.content-wrap h3 span{color: #000; background-image: linear-gradient(to right, #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.content-wrap h4{color: #000; font-size: 18px; margin-bottom: 0;}
.content-wrap ul ul{margin: 0;}
.content-wrap ol li{margin-top: 10px;}
.content-wrap ol ol li{margin-top: 10px;}
.content-wrap .table i{font-size: 20px;}
.content-wrap .table i.fa-check{color: #3da337;}
.content-wrap .table-wrap .table thead th{background: #db070f; color: #fff;}

.contact-page{padding:0; position:relative; z-index:2;}
  .contact-page h2{color: #000; font-size: 50px; padding: 0; margin: 0 0 25px; position: relative; text-transform: capitalize;}
  .contact-page h2 span{color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .contact-page .left-grid{padding: 0 80px 0 15px;}
  .contact-page .right-grid{}
  .contact-page form{--bs-gutter-x: 1.5rem; --bs-gutter-y: 0; display: flex; flex-wrap: wrap; overflow:hidden; position:relative; z-index:2; margin: 0; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; box-shadow: 0px 10px 50px 0px rgba(26, 46, 85, 0.07); padding: 20px 20px; background: #fff;}
  .contact-page form > *{padding:0 15px;}
  .contact-page form select.form-control{background-image: url(/images/arrow-bottom-black.png); background-size: 20px; background-repeat: no-repeat; background-position: 100% center;}
  .contact-page form .form-control{background-color:none; border:0; border-bottom: 2px solid #dfdfdf; box-shadow:none; font-weight:normal; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; color: #000; height: 48px; padding: 6px 0;}
  .contact-page form .form-control:focus{border-color:#1b75bb;}
  .contact-page form .form-control::-webkit-input-placeholder {color: #000;}
  .contact-page form .form-control::-moz-placeholder {color: #000;}
  .contact-page form .form-control:-ms-input-placeholder {color: #000;}
  .contact-page form .form-control:-moz-placeholder {color: #000;}
  .contact-page form textarea{height:100px !important; color: #000;}
  .contact-page form textarea.form-control::-webkit-input-placeholder {color: #000;}
  .contact-page form textarea.form-control::-moz-placeholder {color: #000;}
  .contact-page form textarea.form-control:-ms-input-placeholder {color: #000;}
  .contact-page form textarea.form-control:-moz-placeholder {color: #000;}
  .contact-page form label{font-size:15px; color:#b0b0b0; padding:0 12px;}
  .contact-page form .form-group{margin:0 0 20px;}
  .contact-page form .sumit{display: inline-block; vertical-align: middle; width: auto; padding: 15px 0 11px 25px; background: none; border: 0; color: inherit; text-transform: uppercase; font-weight: 600;} 
  .contact-page form .btn{padding: 0 25px 0 0;} 
  .contact-page form .btn span{background: #3c64ff;} 
  .contact-pagecontact-page form .btn i{display: inline-block; vertical-align: middle;} 
  .contact-page .detail-grid{position: relative; color: #000; font-size: 16px; display: flex; gap: 20px;}
  .contact-page .detail-grid a:hover{color: #d52911;}
  .contact-page .detail-grid a{display: inline-block; font-weight: normal; font-size: 16px; color: #000; font-weight: 400; font-family: "Poppins", sans-serif;}
  .contact-page .detail-grid span{display: inline-block; vertical-align: top; color: #d52911; font-size: 20px; font-weight: 600; font-family: "Poppins", sans-serif;}
  .contact-page .detail-grid span span{display: block; color: #000; background-image: linear-gradient(to right,  #f09214 0%,#e31e24 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
  .contact-page .detail-grid i{display: inline-block; font-size: 20px; vertical-align: top; margin: 8px 0 0 0; color: #fff; background: #000; width: 50px; min-width: 50px; height: 50px; line-height: 50px; text-align: center; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .contact-page .map{border: 10px solid #fff; box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08); -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; overflow: hidden;}
  .contact-page .map iframe{width:100%}
  .icon-contact{display: inline-block; vertical-align: middle;}
  .icon-contact i{color: #fff; border:0; display:inline-block; font-size: 16px; line-height: 50px; margin: 0; height: 50px; width: 50px; text-align: center; position:relative; z-index:1; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%;}
  .icon-contact .facebook{background:#3a5896;}
  .icon-contact .twitter{background:#00aced;}
  .icon-contact .fa-youtube{background:#b00;}
  .icon-contact .linkedin{background:#007ab5;}
  .icon-contact .fa-google-plus{background: #dc4e41;}
  .icon-contact .fa-whatsapp{background: #4dc247;}
  .icon-contact .fa-instagram{background: #f09433; background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
filter: progid:DXImageTransform.Microsocontact.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );}
  .icon-contact i:hover{opacity:0.5; transition:0.8s ease-in-out; -webkit-transition:all 0.8s ease-in-out; -moz-transition:all 0.8s ease-in-out; -ms-transition:all 0.8s ease-in-out; -o-transition:all 0.8s ease-in-out;} 
    
  
    /** Smartphones **/
@media (min-width: 320px) and (max-width: 767px) {
   
   .header .login-btn{margin: 15px 0;}
   .banner{padding: 150px 0 50px; height: auto;}
   .banner h2{font-size: 44px;}
   .banner p{line-height: 24px; font-size: 16px;}
   .banner .btn{font-size: 16px; margin: 0 15px 15px;}
   
   .what-we-do .left-grid{padding: 0 15px 30px;}

   .what-we-do h2, .client-speak h2, .our-pricing h2, .newsletter h2, .contact-page h2{font-size: 34px;}
   .content{max-width: inherit;}
   
   .client-speak .item .item-bg{padding: 0 7% 30px;}
   .client-speak .item figure{margin: 0 auto 15px; max-width: 65%;}
   .client-speak .item .item-bg::after{bottom: -30px;} 
   .client-speak .owl-theme .owl-nav button{display: none;}
   .client-speak .owl-dots{display: block; margin: 25px 0 0;}
   .our-pricing .pricing-col{margin: 0 !important;}
   .our-pricing .pricingTable .price span{font-size: 30px; line-height: 36px;} 
   .newsletter .text{max-width: 85%;}
   .ft-logo img{max-width: 160px;}
   .ft-bottom{padding: 35px 50px 25px 0;}
   .ft-bottom .left-grid, .ft-bottom .right-grid{width: 100%; justify-content: center;}
   .ft-bottom p{text-align: center !important; justify-content: center !important;}
   .ft-bottom .links a{padding: 0 15px 0 0;}
   .contact-page .left-grid{padding: 0 15px; width: 100%;}
   .contact-page form .form-group{width: 100%;}
   .contact-page .right-grid{padding: 0 15px; width: 100%;}
	  
}


/* Smartphones to Tablets */
@media (min-width: 481px) and (max-width: 767px) {
   
   .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{width: 100% !important;}
   
}

/* Tablets */
@media (min-width: 768px) and (max-width: 959px) {
         
   .container{width: auto; max-width:850px !important; padding:0 30px;}
   .banner{padding: 150px 0 100px; height: auto;}
   .banner h2{font-size: 60px;}
   .banner p{line-height: 24px; font-size: 16px;}
   
   .what-we-do .left-grid{padding: 0 15px 30px;}

   .what-we-do h2, .client-speak h2, .our-pricing h2, .newsletter h2, .contact-page h2{font-size: 36px;}
   .content{max-width: inherit;}
   
   .what-we-do .left-grid, .what-we-do .right-grid{width: 100%;}
   .client-speak .item .item-bg{padding: 0 7% 30px;}
   .client-speak .item figure{margin: 0 auto 15px; max-width: 65%;}
   .client-speak .item .item-bg::after{bottom: -30px;} 
   .client-speak .owl-theme .owl-nav button{display: none;}
   .client-speak .owl-dots{display: block; margin: 25px 0 0;}
   .our-pricing .pricing-col{width: 50%; margin: 0 !important;}
   .our-pricing .pricingTable .price span{font-size: 30px; line-height: 36px;} 
   .our-pricing .pricing-col:nth-child(3) .pricingTable .price{min-height: 66px;}
   .newsletter .text{max-width: 85%;}
   .ft-bottom{padding: 35px 70px 25px 0;}
   .ft-bottom .left-grid, .ft-bottom .right-grid{width: 100%; justify-content: center;}
   .ft-bottom p{text-align: center !important; justify-content: center !important;}
   .ft-bottom .links a{padding: 0 15px 0 0;}
   .contact-page .left-grid{padding: 0 15px; width: 100%;}
   .contact-page .right-grid{padding: 0 15px; width: 100%;}
   
}

/* Desktop */
@media (min-width: 960px) and (max-width: 1190px) { 
    
   .container{width:auto; max-width:1030px!important; padding:0 30px;}
   .banner{padding: 150px 0 100px; height: auto;}
   .banner h2{font-size: 60px;}
   .banner p{line-height: 24px; font-size: 16px;}
   
   .what-we-do .left-grid{padding: 0 15px 30px;}

   .what-we-do h2, .client-speak h2, .our-pricing h2, .newsletter h2, .contact-page h2{font-size: 36px;}
   .content{max-width: inherit;}
   
   .client-speak .item .item-bg{padding: 0 7% 30px;}
   .client-speak .item figure{margin: 0 auto 15px; max-width: 65%;}
   .client-speak .item .item-bg::after{bottom: -30px;} 
   .client-speak .owl-theme .owl-nav button{display: none;}
   .client-speak .owl-dots{display: block; margin: 25px 0 0;}
   .our-pricing .pricing-col{width: 50%; margin: 0 !important;}
   .our-pricing .pricingTable .price span{font-size: 30px; line-height: 36px;} 
   .our-pricing .pricing-col:nth-child(3) .pricingTable .price{min-height: 66px;}
   .newsletter .text{max-width: 85%;}
   .ft-bottom{padding: 35px 70px 25px 0;}
   .ft-bottom .left-grid, .ft-bottom .right-grid{width: 100%; justify-content: center;}
   .ft-bottom p{text-align: center !important; justify-content: center !important;}
   .ft-bottom .links a{padding: 0 15px 0 0;}

}

@media (min-width: 1200px) {
	
	.container{max-width: 90%;}	
	/*.container{max-width: 94%;}*/	
	
}

@media (min-width: 1450px) {
	
	.container{max-width: 1350px;}	
	
}