 
/* Css For Acto */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two/style-three/style-four/style-five/style-six/style-seven/style-eight/style-nine
5. Main Slider/style-one/style-two/style-three/style-four/style-five/style-six/style-seven/style-eight
6. Weare Section
7. Ourmission Section
9. Service Section
8. About Section
10. Factory Section
11. Project Section
12. Testimonial Section
14. Team Section
15. News Section
16. Main Footer
19. Ourmission Style Two
20. Service Style Two
21. About Style Two
22. Service Style Two
23. Team Style Two
24. Call To Action
25. Footer Style Two
26. About Style Three
27. Ourmission Style Three
28. Service Style Three
29. Wehelp Section
30. Project Style Three
31. Subscribe Section
32. Intro Section
33. Oilgas Section
34. Growth Section
35. Energy Section
36. Shop Section
37. Industries Section
38. Fact Counter
39. Textile Section
40. Product Section
41. Medical Equepment
42. Signup Section
43. Statistics Section
44. About Bannner
45. Service Page
46. Service Banner
47. Service Single
48. Shop Page
49. Shop Banner
50. Single Shop
51. Our History
52. Partner Page
53. Testimonial Page
54. Gallery Page
55. Comingsoon Page
56. Error Page
57. Case Studies
58. Case Single
59. Blog Grid Page
60. Blog Classic Page
61. Blog Single Page
62. Contact Page
63. Contact Section
64. Contact Form
65. Google Map


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,300i,400,400i,500,500i,700,700i&amp;display=swap');


/* use style sheet */

@import url(font-awesome-all.css);
@import url(flaticon.css);
@import url(owl.css);
@import url(bootstrap.css);
@import url(jquery.fancybox.min.css);
@import url(animate.css);
@import url(aos.css);
@import url(jquery-ui.css);
@import url(jquery.bootstrap-touchspin.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#5d5d66;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Ubuntu', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1600px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #f2be00;
}

input,button,select,textarea{
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  color: #5d5d66;
  font-family: 'Ubuntu', sans-serif;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.gray-bg{
  background: #f2f1f0;
}

.black-bg{
  background: #3b3634;
}

figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.15)
    }
}

@keyframes pulse-2 {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 94, 133, 0.5),
        0 0 0 30px rgba(255, 94, 133, 0.3);
    }
}

@keyframes pulse-3 {
    50% {
        box-shadow: 0 0 0 15px rgba(121, 81, 248, 0.5),
        0 0 0 30px rgba(121, 81, 248, 0.3);
    }
}

/** button **/

.theme-btn-one {
  position: relative;
  display: inline-block;
  font-size: 20px;
  padding: 20px 40px;
  background: #9dc638;
  line-height: 26px;
  color: #ffffff;
  font-weight: 400;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn-one:hover{
  background: #e72636;
  color: #ffffff;
  transform: translateY(-3px);
}


.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 4px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  height: 50px;
  width: 50px;
  line-height: 46px;
  border: 1px solid #e9e9e9;
  border-radius: 50%;
  text-align: center;
  color: #5c5c66;
  background: transparent;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fc9a36;
  border-color: #fc9a36;
}

.sec-pad{
  padding: 154px 0px 120px 0px;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 50px;
  font-size: 16px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #af3187;
  transition: 1s ease;
}
.scroll-top:hover{
  background: #192d66;
}
.scroll-top.open {
  bottom: 30px;
}
.scroll-top span{
  color: #fff;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}


.sec-title{
  position: relative;
  display: block;
}

.sec-title h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 46px;
  color: #192d66;
  font-weight: 700;
  margin-bottom: 10px;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
}

.bg-color-1{
  background: #192d66;
}

.bg-color-2{
  background: #ff443e;
}

.bg-color-3{
  background: #fd571d;
}

/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  background: #192d66;
  left:0px;
  top:0px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  width:100%;
  z-index:0;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/** header-top **/

.main-header .header-top{
  position: relative;
  display: block;
  background: #fff;
  padding: 17px 0px 14px 0px;
}

.main-header .header-top .header-info{
  position: relative;
  margin-top: 2px;
}

.main-header .header-top .header-info li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #585858;
  margin-right: 30px;
}

.main-header .header-top .header-info li:last-child{
  margin-right: 0px;
}

.main-header .header-top .header-info li a{
  color: #3d3d3d;
}

.main-header .header-top .header-info li a:hover{
  color: #192d66;
}

.main-header .header-top .header-info li i{
  position: relative;
  font-size: 20px;
  margin-right: 10px;
  font-weight: 600;
  top: 3px;
}

.main-header .header-top .header-nav li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #585858;
  margin-right: 20px;
}

.main-header .header-top .header-nav li:last-child{
  margin-right: 0px;
  margin-left: 15px;
}

.main-header .header-top .header-nav li a{
  color: #585858;
}

.main-header .header-top .header-nav li a:hover{
  color: #192d66;
}

.main-header .header-upper{
  position: relative;
  display: block;
  background: #192d66;
  padding: 34px 0px 53px 0px;
}

.main-header .header-upper .inner-container .info-box{
  position: relative;
  display: inline-block;
  padding: 0px 0px 0px 50px;
}

.main-header .header-upper .inner-container .info-box .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  transition: all 500ms ease;
}

.main-header .header-upper .inner-container .info-box:hover .icon-box {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2);
  left: 50%;
  opacity: .10;
}

.main-header .header-upper .inner-container .left-content .info-box{
  margin-right: 290px;
}

.main-header .header-upper .inner-container .info-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-header .header-upper .inner-container .info-box span{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: #cdd0d9;
}

.main-header .header-upper .inner-container .info-box a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 24px;
  color: #cdd0d9;
}

.main-header .header-upper .inner-container .info-box a:hover{
  color: #fbef55;
}

.main-header .header-upper .inner-container .logo-box{
  position: relative;
  display: inline-block;
  top: -8px;
}

/** language **/

.language {
  position: relative;
  display: inline-block;
  top: -1px;
}

.language > a .icon{
  display: none;
}

.language .dropdown-toggle {
  position: relative;
  height: auto !important;
  font-size: 14px;
  text-transform: uppercase;
  padding: 3px 15px;
  width: 75px;
  border: 1px solid #e9e9e9;
  border-radius: 10px;
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
}

.language .dropdown-toggle:before{
  position: absolute;
  content: "\f0dd";
  font-size: 14px;
  color: #b3afaf;
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
  top: 1px;
  right: 9px;
}

.language .dropdown-toggle:after{
  display: none;
}

.language .dropdown-menu {
  top: 100% !important;
  left: 0px !important;
  transform: none !important;
  width: 100px;
  min-width: 100px;
  border-radius: 10px;
  border: none;
  background-color: #192d66;
  padding: 0px;
}

.language .dropdown-menu > li {
  padding-right: 0px !important;
  margin: 0px !important;
  padding: 0;
  float: none;
  display: block !important;
  border-bottom: 1px solid rgba(255,255,255,0.5);
}

.language .dropdown-menu > li:last-child{
  border-bottom: none;
}

.language .dropdown-menu > li > a {
  padding: 6px 20px !important;
  line-height: 24px;
  font-size: 15px;
  width: auto;
  height: auto;
  display: block;
  color: #fff !important;
  text-align: left;
  border-radius: 0px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}



/** main-menu **/


.main-menu{
  position: relative;
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 12px;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:16px;
  font-family: 'Ubuntu', sans-serif;
  color:#18152c;
  line-height:26px;
  font-weight:600;
  opacity:1;
  text-transform:uppercase;
  padding: 24px 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  color: #192d66;
}

.main-menu .navigation{
  position: relative;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  visibility: hidden;
  opacity: 0;
  background:#ffffff;
  border-top: 3px solid #fd571c;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
  transition: all 500ms ease;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid rgba(253, 87, 28, 0.3);
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  font-family: 'Ubuntu', sans-serif;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#18152c;
  font-weight: 500;
  text-align:left;
  text-transform:capitalize;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover{
  background: #fd571c;
  border-bottom: 1px solid #fd571c;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #fff;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 15px;
  top: 8px;
  font-size:18px;
  border: 1px solid #ffffff;
  color:#ffffff;
  width: 35px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:230px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #fd571c;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  border-bottom: 1px solid rgba(253, 87, 28, 0.3);
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 25px !important;
  line-height:24px;
  font-weight:500;
  font-family: 'Ubuntu', sans-serif;
  font-size:15px;
  text-transform:capitalize;
  color: #18152c !important;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  background:#fd571c;
  color: #fff !important;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #18152c;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #fff;
}

/** header-bottom **/

.main-header .header-bottom{
  position: relative;
  display: block;
  background: transparent;
}

.main-header .header-bottom .outer-container{
  position: relative;
  width: 100%;
}

.main-header .header-bottom .outer-container .nav-outer{
  position: absolute;
  left: 0px;
  top: -36px;
  width: 100%;
  background: #fff;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box{
  position: relative;
  float: left;
  margin-right: 35px;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  background: #af3187;
  color: #ffffff;
  text-align: center;
  padding: 24px 29px;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a:hover{
  background: #f3e426;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box i{
  position: relative;
  font-size: 16px;
  font-weight: 700;
  margin-right: 10px;
  transition: all 500ms ease;
}

.main-header .header-bottom .outer-container .nav-outer .menu-area .button-box a:hover i{
  transform: rotate(360deg);
}

.main-header .header-bottom .info-box{
  position: relative;
  padding: 15px 15px 17px 15px;
}

.main-header .header-bottom .info-box .social-links,
.main-header .header-bottom .info-box .shop-cart,
.main-header .header-bottom .info-box .search-box{
  position: relative;
  float: left;
}

.main-header .header-bottom .info-box .social-links{
  margin-top: 12px;
}

.main-header .header-bottom .info-box .social-links li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.main-header .header-bottom .info-box .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #838383;
}

.main-header .header-bottom .info-box .social-links li a:hover{
  color: #192d66;
}

.main-header .header-bottom .info-box .shop-cart{
  margin: 0px 8px 0px 20px;
  padding-right: 20px;
}

.main-header .header-bottom .info-box .shop-cart a{
  position: relative;
  display: inline-block;
  font-size: 25px;
  font-weight: 500;
  color: #0f0e05;
  background: #fbef55;
  padding: 7.5px 12px;
  text-align: center;
  border-radius: 10px;
}

.main-header .header-bottom .info-box .shop-cart a:hover{
  background: #192d66;
  color: #fff;
}

.main-header .header-bottom .info-box .shop-cart:before{
  position: absolute;
  content: '';
  background: #e1e2e3;
  height: 100%;
  width: 1px;
  top: 0px;
  right: 0px;
}

.main-header .header-bottom .info-box .shop-cart span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #192d66;
  width: 20px;
  height: 20px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  margin-left: 5px;
  top: -3px;
}

.main-header .header-bottom .info-box .search-box .header-flyout-searchbar i{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  color: #101112;
  padding: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-header .header-bottom .info-box .search-box{
  margin-top: 6px;
}

.main-header .header-bottom .info-box .search-box .header-flyout-searchbar i:hover{
  color: #fd571c;
}


/** search-box **/

.wraper_flyout_search {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}

.wraper_flyout_search > .table {
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(1) {
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(2) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-layer:nth-child(3) {
  left: 0px;
  background-color: rgba(0, 0, 0, 0.9);
  transition: all 0.9s ease-in-out 0.6s;
  -webkit-transition: all 0.9s ease-in-out 0.6s;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 50px;
  z-index: 2;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  transition: all 500ms ease;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line {
  width: 100%;
  height: 3px;
  float: left;
  margin-bottom: 5px;
  background-color: #fff;
  transition: all 500ms ease;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close:hover > .flyout-search-close-line{
  background: #fd571d;
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(1) {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.wraper_flyout_search > .table > .table-cell > .flyout-search-close > .flyout-search-close-line:nth-child(2) {
  margin-top: -7px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.wraper_flyout_search > .table > .table-cell .flyout_search {
  position: relative;
  z-index: 1;
  float: right;
  width: 100%;
  max-width: 500px;
  padding: 100px 40px 100px 40px;
  text-align: right;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title {
  margin-bottom: 30px;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title > *:last-child {
  margin-bottom: 0 !important;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  letter-spacing: 50px;
  opacity: 0;
  transition: all 1s ease-in-out 0s;
  -webkit-transition: all 1s ease-in-out 0s;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row {
  position: relative;
  padding: 0;
  margin: 0;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row input[type=search] {
  width: 100%;
  height: 60px;
  padding: 0px 40px 0px 0px;
  background-color: initial;
  border: none;
  border-bottom: 3px #dedede solid;
  box-shadow: initial;
  font-size: 20px;
  color: #fff;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] {
  position: absolute;
  top: 17px;
  right: 0;
  z-index: 1;
  width: 40px;
  height: auto;
  background-color: initial;
  border: none;
  cursor: pointer;
}

.wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-bar .form-row button[type=submit] i {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}

body.flyout-searchbar-active .wraper_flyout_search {
  opacity: 1;
  visibility: visible;
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell > .flyout-search-layer {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

body.flyout-searchbar-active .wraper_flyout_search > .table > .table-cell .flyout_search > .flyout-search-title h4 {
  letter-spacing: 0;
  opacity: 1;
} 

#hamburger-menu {
  width: 100%;
}


/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 15px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #fff;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: #af3187;
  color: #fff !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 10px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

/** main-slider **/

.main-slider{
  position:relative;
}

.main-slider .slide{
  position:relative;
  padding:230px 0px 220px 0px;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center center;
}

.main-slider .slide:before{
  position: absolute;
  content: '';
  background: rgba(7, 14, 32, 0.7);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-slider .content-box{
  position: relative;
  width: 100%;
}

.main-slider .content-box h5{
  position:relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #192d66;
  font-weight: 700;
  letter-spacing: 5px;
  margin-bottom: 11px;
  text-transform: uppercase;
  opacity:0;
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}

.main-slider .active h5{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 1000ms;
}

.main-slider .content-box h1{
  position:relative;
  display: block;
  font-size: 90px;
  line-height: 88px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 23px;
  opacity:0;
  -webkit-transition: all 1500ms ease;
  -moz-transition: all 1500ms ease;
  -ms-transition: all 1500ms ease;
  -o-transition: all 1500ms ease;
  transition: all 1500ms ease;
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
  transform: translateX(-20px);
}

.main-slider .active h1{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 1500ms;
}

.main-slider .content-box .text{
  position:relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 16px;
  opacity:0;
  -webkit-transition: all 2000ms ease;
  -moz-transition: all 2000ms ease;
  -ms-transition: all 2000ms ease;
  -o-transition: all 2000ms ease;
  transition: all 2000ms ease;
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}

.main-slider .active .text{
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  transition-delay: 2000ms;
}

.main-slider .content-box .button-box{
  position:relative;
  display: block;
  opacity:0;
  -webkit-transition: all 2500ms ease;
  -moz-transition: all 2500ms ease;
  -ms-transition: all 2500ms ease;
  -o-transition: all 2500ms ease;
  transition: all 2500ms ease;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
  transform: translateY(20px);
}

.main-slider .active .button-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 2500ms;
}

.main-slider .content-box .button-box .link-button,
.main-slider .content-box .button-box .video-button{
  position: relative;
  display: inline-block;
}

.main-slider .content-box .button-box .link-button{
  margin-right: 27px;
}

.main-slider .content-box .button-box .link-button a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #ffffff;
  background: #af3187;
  text-transform: uppercase;
  text-align: center;
  padding: 17px 40px;
  border-radius: 10px;
}

.main-slider .content-box .button-box .video-button a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #fbef55;
  font-weight: 700;
  width: 82px;
  height: 82px;
  line-height: 78px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
}

.main-slider .content-box .button-box .video-button a:hover,
.main-slider .content-box .button-box .link-button a:hover{
  background: #fff;
  color: #AF3187;
}

.main-slider .image-box{
  position: relative;
  display: block;
  margin-top: 8px;
  margin-left: -20px;
}

.main-slider .image-box img{
  position: relative;
  display: inline-block;
  width: auto;
  animation-name: rotateme;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

/* slide nav */


.main-slider .owl-dots{
  position: absolute;
  text-align: center;
  left: 50%;
  bottom: 52px;
  display: none;
}

.main-slider .owl-dots .owl-dot span{
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: none;
  background: rgba(255, 255, 255, 0.50);
  cursor: pointer;
  margin: 0px 3px;
  transition: all 500ms ease;
}

.main-slider .owl-dots .owl-dot.active span,
.main-slider .owl-dots .owl-dot:hover span{
  background: #ffffff;
  border: none;
}

.main-slider .owl-nav{
  position:absolute;
  left:0px;
  top:50%;
  z-index:1;
  width:100%;
  transform: translateY(-50%);
}

.main-slider .owl-theme .owl-controls .owl-nav [class*="owl-"]{
  position: absolute;
  color: rgba(255, 255, 255, 0.10);
}

.main-slider .owl-nav .owl-prev{
  position:absolute;
  left:30px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  background: #4c505c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-next{
  position:absolute;
  right:30px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 32px;
  background: #4c505c;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0px;
  cursor: pointer;
  border-radius: 50%;
  text-align: center;
  transition: all 500ms ease;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
  background-color:#fbef55;
  color: #192d66;
}


/** weare-section **/

.weare-section{
  position: relative;
  display: block;
  padding-bottom: 47px;
}

.weare-section h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #192d66;
  margin-bottom: 6px;
}

.weare-section .content-box .title-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #454547;
}

.weare-section .content-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 32px;
}

.weare-section .content-box .inner-box .single-item{
  position: relative;
  float: left;
  width: 40%;
  text-align: center;
}

.weare-section .content-box .inner-box .button-box{
  position: relative;
  float: left;
  width: 20%;
  margin-top: 52px;
}

.weare-section .content-box .inner-box .single-item .item{
  position: relative;
  max-width: 195px;
  width: 100%;
}

.weare-section .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  color: #000;
  font-weight: 500;
  margin-bottom: 3px;
}

.weare-section .content-box .inner-box .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #fbef55;
  width: 30px;
  height: 30px;
  left: -10px;
  bottom: -5px;
  border-radius: 50%;
  z-index: -1;
}

.weare-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #424f7a;
  padding-top: 3px;
  border-top: 1px solid #192d66;
}

.weare-section .content-box .inner-box .single-item h2{
  margin-bottom: 16px;
}

.weare-section .content-box .inner-box .button-box a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  background: #fbef55;
  color: #192d66;
  text-transform: uppercase;
  text-align: center;
  padding: 14.5px 20px;
}

.weare-section .content-box .inner-box .button-box a:hover{
  transform: translateY(-5px);
}

.weare-section .inner-content{
  position: relative;
  display: block;
  background: #fff;
  border: 40px solid #AF3187;
  text-align: center;
  margin-left: 40px;
  margin-top: -187px;
  z-index: 1;
  border-radius: 20px;
}

.weare-section .inner-content .inner-box{
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px 15px 55px 15px;
  border-radius: 20px;
}

.weare-section .inner-content .inner-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/tools-1.png);
  width: 250px;
  height: 200px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-repeat: no-repeat;
  z-index: -1;
}

.weare-section .inner-content .inner-box h2{
  line-height: 47px;
  margin-bottom: 16px;
}

.weare-section .inner-content .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #192d66;
  margin-bottom: 33px;
}

.weare-section .inner-content .inner-box .icon-box{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.weare-section .inner-content .inner-box .icon-box img{
  position: relative;
  display: inline-block;
  width: auto;
  animation-name: rotateme;
  animation-duration: 60s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: rotateme;
  -webkit-animation-duration: 60s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotateme;
  -moz-animation-duration: 60s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: rotateme;
  -ms-animation-duration: 60s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: rotateme;
  -o-animation-duration: 60s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.weare-section .inner-content .inner-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #192d66;
  text-transform: uppercase;
  padding-bottom: 6px;
}

.weare-section .inner-content .inner-box .link-btn a:hover{
  color: #fbef55;
}

.weare-section .inner-content .inner-box .link-btn a:before{
  position: absolute;
  content: '';
  background: #192d66;
  width: 195px;
  height: 1px;
  left: -47px;
  bottom: 0px;
}

.weare-section .content-box{
  position: relative;
  display: block;
  padding: 110px 0px 0px;
}


/** ourmission-section **/

.ourmission-section{
  position: relative;
  display: block;
  padding: 60px 0px 0px;
}

.ourmission-section:before{
  position: absolute;
  content: '';
  background: url(../images/icons/bg-shap-1.png);
  width: 100%;
  height: 740px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.ourmission-section:after{
  position: absolute;
  content: '';
  background: url(../images/icons/factory-icon-1.png);
  width: 493px;
  height: 437px;
  right: 30px;
  bottom: 30px;
  background-repeat: no-repeat;
  animation-name: slideInRight;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInRight;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInRight;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInRight;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.ourmission-section .image{
  position: relative;
  display: block;
  margin-top: 28px;
}

.ourmission-section .image img{
  position: relative;
  max-width: none;
  float: right;
}

.ourmission-section .content-box .title-box h2{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 700;
  color: #192d66;
  margin-bottom: 6px;
}

.ourmission-section .content-box .title-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

.counter-block-one{
  position: relative;
  display: inline-block;
  width: 215px;
  height: 215px;
  background: #fbef55;
  text-align: center;
  border-radius: 50%;
  padding: 75px 30px 50px 30px;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
}

.counter-block-one .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #192d66;
}

.counter-block-one .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
  color: #192d66;
}

.counter-block-one .count-outer span.symble{
  font-size: 22px;
}

.ourmission-section .content-box .inner-box{
  position: relative;
  display: block;
  min-height: 290px;
  z-index: 1;
}

.ourmission-section .content-box .inner-box .counter-block-one:nth-child(2){
  position: absolute;
  left: 172px;
  top: 77px;
  background: #e3eaff;
  z-index: 1;
}

.ourmission-section .content-box .inner-box .counter-block-one:nth-child(2) span{
  color: #2d54c9;
}

.ourmission-section .content-box .inner-box .counter-block-one:last-child{
  background: #ffeaef;
  position: absolute;
  top: 0px;
  right: 0px;
}

.ourmission-section .content-box .inner-box .counter-block-one:last-child span{
  color: #fb4c76;
}

.ourmission-section .content-box .title-box{
  position: relative;
  display: block;
  margin-bottom: 28px;
}


/** service-section **/

.service-section{
  position: relative;
  display: block;
  padding: 93px 0px 100px 0px;
}

.service-section .sec-title{
  margin-bottom: 37px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.service-block-one .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 0px;
  background: #192d66;
  overflow: hidden;
}

.service-block-one .inner-box .image-box a{
  position: relative;
  display: inline-block;
  z-index: 1;
}

.service-block-one .inner-box .image-box img{
  width: 100%;
  opacity: 1;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.service-block-one .inner-box .content-box{
  position: relative;
  padding: 28px 30px 30px 240px;
  min-height: 300px;
  margin-bottom: 30px;
}

.service-block-one .inner-box .content-box:before{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-1.png);
  width: 255px;
  height: 255px;
  top: 25px;
  right: 35px;
  background-repeat: no-repeat;
}

.service-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 55px;
  line-height: 55px;
  color: #000;
  font-weight: 500;
  margin-bottom: 17px;
}

.service-block-one .inner-box .content-box .icon-box:before {
  position: absolute;
  content: '';
  background: #af3187;
  width: 38px;
  height: 38px;
  left: -10px;
  bottom: -5px;
  border-radius: 50%;
  z-index: -1;
}

.service-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  color: #272727;
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box h3 a{
  color: #272727;
}

.service-block-one .inner-box .content-box h3 a:hover{
  color: #fbef55;
}

.service-block-one .inner-box .content-box .text{
  position: relative;
  display: block;
  color: #585858;
  margin-bottom: 11px;
}

.service-block-one .inner-box .content-box .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.service-block-one .inner-box .content-box .link-btn i{
  position: relative;
  font-size: 12px;
  margin-left: 10px;
  font-weight: 700;
  transition: all 500ms ease;
}

.service-block-one .inner-box .content-box .link-btn a:hover i{
  transform: rotate(360deg);
}

.service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box,
.service-section .service-block:last-child .service-block-one .inner-box .content-box{
  position: relative;
  padding: 28px 240px 30px 30px;
  min-height: 300px;
  margin-bottom: 30px;
}

.service-section .service-block:nth-child(2) .service-block-one .inner-box .image-box,
.service-section .service-block:last-child .service-block-one .inner-box .image-box{
  right: 0px;
  left: inherit;
}

.service-section .service-block:nth-child(2) .service-block-one .inner-box .content-box:before,
.service-section .service-block:last-child .service-block-one .inner-box .content-box:before{
  left: 80px;
  right: inherit;
}


/** about-section **/

.about-section{
  position: relative;
  display: block;
  padding-top: 93px;
  height: 800px;
}

.about-section .inner-content{
  position: relative;
  display: block;
  margin-bottom: -110px;
  z-index: 1;
}

.about-section .content-box .top-content .top-text{
  position: relative;
  display: block;
  font-size: 16px;
  color: #fbef55;
  margin-bottom: 6px;
}

.about-section .content-box .top-content h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 16px;
}

.about-section .content-box .top-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 28px;
  color: #fbef55;
  font-weight: 700;
  margin-bottom: 27px;
}

.about-section .content-box .top-content .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #cdd0d9;
}

.about-section .content-box .top-content{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.about-section .content-box .inner-box .single-item .icon-box{
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 45px;
  color: #fbef55;
  margin-bottom: 15px;
  margin-top: 30px;
}

.about-section .content-box .inner-box .single-item h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.about-section .content-box .inner-box .single-item h5 a{
  color: #fff;
}

.about-section .content-box .inner-box .single-item h5 a:hover{
  color: #fbef55;
}

.about-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #dfe0e6;
}

.about-section .content-box .inner-box{
  position: relative;
  display: block;
  margin-bottom: 70px;
}

.about-section .content-column .lower-content{
  position: relative;
  display: block;
  margin-right: -70px;
  background: #fbef55;
  text-align: center;
  padding: 29px 40px 66px 40px;
}

.about-section .content-column .lower-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #192d66;
  margin-bottom: 20px;
}

.about-section .content-column .lower-content a{
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
  font-size: 50px;
  color: #fbef55;
  background: #192d66;
  width: 130px;
  height: 130px;
  line-height: 130px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
}

.about-section .content-column .lower-content a:hover{
  background: #fff;
  color: #192d66;
  box-shadow: 0 10px 19px rgba(0, 0, 0, 0.5);
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-left: 40px;
  margin-top: 7px;
}

.about-section .image-box img{
  width: 100%;
}


/** factory-section **/

.factory-section{
  position: relative;
  display: block;
  padding: 200px 0px 70px 0px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.factory-section:before{
  position: absolute;
  content: '';
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.factory-section .content-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #363f5b;
  margin-bottom: 27px;
}

/* progress-box */

.single-progress-box{
  position: relative;
  margin-bottom: 30px;
}

.single-progress-box:last-child{
  margin-bottom: 0px;
}

.single-progress-box .progress {
  position: relative;
  background-color: #f6f9fb;
  height: 8px;
  border-radius: 5px;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  overflow: visible;
}

.single-progress-box .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fbef55;
  height: 8px;
  box-shadow: none;
  border-radius: 5px;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  width: 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.single-progress-box .progress-bar .value-holder {
  position: absolute;
  bottom: 18px;
  right: 0px;
  color: #192d66;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
}

.single-progress-box .progress-bar .value-holder:before {
  position: absolute;
  content: '';
  background: #fbef55;
  width: 20px;
  height: 20px;
  top: 30px;
  right: 0px;
  border: 3px solid #fff;
  border-radius: 50%;
}

.single-progress-box h6{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  color: #192d66;
  margin-bottom: 10px;
}


/** project-section **/

.project-section{
  position: relative;
  display: block;
  background: #fff;
  padding: 94px 0px 130px 0px;
}

.project-section:before{
  position: absolute;
  content: '';
  background: url(../images/background/project-shap.jpg);
  width: 100%;
  height: 1085px;
  left: 0px;
  top: 230px;
  background-repeat: no-repeat;
  background-position: center;
}

.project-section .sec-title{
  margin-bottom: 148px;
}

.project-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #3f4862;
  margin-bottom: 20px;
}

.project-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .image-box img{
  opacity: 0.2;
  transform: scale(1.05);
}

.project-block-one .inner-box .image-box a{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  font-size: 40px;
  line-height: 40px;
  color: #fff;
  opacity: 0;
}

.project-block-one:hover .inner-box .image-box a{
  opacity: 1;
}

.project-block-one .inner-box{
  position: relative;
  overflow: hidden;
}

.project-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 40px 25px 40px;
}

.project-block-one .inner-box .lower-content:after{
  position: absolute;
  content: '';
  background: #fff;
  width: 12px;
  height: 12px;
  left: 50%;
  top: -3px;
  margin-left: -6px;
  transform: rotate(-45deg);
  transition: all 1500ms ease;
  z-index: -1;
}

.project-block-one:hover .inner-box .lower-content:after{
  background: #f7f7f7;
}

.project-block-one .inner-box .lower-content:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background: #f1f1f1;
  color: #ffffff;
  transition: all 500ms ease;
}

.project-block-one:hover .inner-box .lower-content:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.project-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #192d66;
  font-weight: 700;
  margin-bottom: 12px;
}

.project-block-one .inner-box .lower-content h3 a{
  color: #af3187;
}

.project-block-one .inner-box .lower-content .count-number{
  position: absolute;
  top: 16px;
  right: 12px;
  font-size: 60px;
  color: #e1e3e8;
  line-height: 50px;
}

.project-block-one .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #000000;
  transition: all 500ms ease;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  display: block;
  margin-top: -150px;
}

.testimonial-section .inner-content{
  position: relative;
  padding-bottom: 40px;
  margin-bottom: -230px;
  z-index: 1;
}

.testimonial-section .inner-content:before{
  position: absolute;
  content: '';
  background: url(../images/icons/pattern-2.png);
  width: 100%;
  height: 562px;
  left: 0px;
  top: 110px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 50px;
}

.testimonial-section .sec-title h1{
  position: relative;
  display: inline-block;
  padding-top: 62px;
  margin-bottom: 103px;
}

.testimonial-section .sec-title h1:before{
  position: absolute;
  content: "\f10b";
  font-family: 'Flaticon';
  font-size: 70px;
  line-height: 70px;
  color: #af3187;
  font-weight: 500;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
}

.testimonial-section .owl-dots {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  height: 50px;
  width: 100px;
  z-index: 9999;
  counter-reset: slides-num;
}

.testimonial-section .owl-dots::after {
  position: absolute;
  left: 70%;
  content: counter(slides-num);
  display: inline-block;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  color: #192d66;
  top: 65%;
  transform: translate(-50%, -50%);
}

.testimonial-section .owl-dot {
  display: inline-block;
  counter-increment: slides-num;
}

.testimonial-section .owl-dot span,
.testimonial-section .owl-nav{
  display: none !important;
}

.testimonial-section .owl-dot.active::before {
  position: absolute;
  content: counter(slides-num)" /";
  line-height: 30px;
  font-size: 40px;
  color: #192d66;
  left: 40%;
  top: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}

.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  max-width: 800px;
  padding: 0px 15px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-section .testimonial-content .content-box{
  position: relative;
  display: block;
  margin-top: 72px;
}

.testimonial-section .testimonial-content .content-box .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #192d66;
  margin-bottom: 74px;
}

.testimonial-section .testimonial-content .content-box .text:before{
  position: absolute;
  content: '';
  background: #192d66;
  width: 1px;
  height: 50px;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
}

.testimonial-section .testimonial-content .content-box .author-info h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 22px;
  color: #192d66;
}

.testimonial-section .testimonial-content .content-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  color: #5f688a;
}

.testimonial-section .testimonial-content{
  position: relative;
  display: block;
  margin-bottom: 40px;
  margin-top: 100px;
}

.testimonial-section .clients-outer .logo{
  position: relative;
  width: 25%;
  float: left;
  text-align: center;
}

.testimonial-section .clients-outer .logo img{
  position: relative;
  width: auto;
  transition: all 500ms ease;
}

.testimonial-section .clients-outer .logo:hover img{
  opacity: 0.5;
}






/** callto-action-section **/

.callto-action-section{
  position: relative;
  display: block;
  height: 1000px;
  width: 100%;
  padding: 220px 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.callto-action-section:before{
  position: absolute;
  content: '';
  background: rgba(25, 45, 102, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.callto-action-section .sec-title h1{
  color: #fff;
}

.callto-action-section .sec-title p{
  color: #dfe0e5;
}

.callto-action-section .sec-title{
  margin-bottom: 30px;
  margin-top: 70px;
}

.callto-action-section .inner-content{
  position: relative;
  display: block;
  z-index: 1;
}

.callto-action-section .inner-content .content-column{
  position: absolute;
  width: 47%;
  height: 100%;
}

.callto-action-section .inner-content .content-column .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 40px 70px 40px;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.callto-action-section .inner-content .image-column{
  position: relative;
  float: right;
  width: 53%;
}

.callto-action-section .inner-content .image-column img{
  width: 100%;
}

.callto-action-section .inner-content .content-column .content-box .form-group{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.callto-action-section .inner-content .content-column .content-box .form-group:last-child{
  margin-bottom: 0px;
}

.callto-action-section .inner-content .content-column .content-box .form-group input[type='text'],
.callto-action-section .inner-content .content-column .content-box .form-group input[type='email'],
.callto-action-section .inner-content .content-column .content-box .form-group textarea{
  position: relative;
  width: 100%;
  height: 50px;
  border: 1px solid #e4e4e4;
  padding: 10px 15px;
  font-size: 16px;
  color: #707896;
  transition: all 500ms ease;
}

.callto-action-section .inner-content .content-column .content-box .form-group textarea{
  height: 185px;
  resize: none;
  margin-bottom: 3px;
}

.callto-action-section .inner-content .content-column .content-box .form-group input::-webkit-input-placeholder{
  color:#707896;
}

.callto-action-section .inner-content .content-column .content-box .form-group input:focus,
.callto-action-section .inner-content .content-column .content-box .form-group textarea:focus{
  border-color: #fd571c;
}

.callto-action-section .inner-content .content-column .content-box .message-btn button{
  position: relative;
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  background: #af3187;
  text-align: center;
  padding: 17px 30px;
  cursor: pointer;
  transition: all 500ms ease;
}

.callto-action-section .inner-content .content-column .content-box .message-btn button:hover{
  transform: translateY(-5px);
}


/* Form Container */
.form-container {
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 8px;
  border: 2px solid #ffcc00;
  flex: 1;
  max-width: 400px;
  margin-left: 20px;
}

.form-container h2 {
  margin-bottom: 10px;
  font-size: 30px;
  text-align: center;
}

.form-container p {
  font-size: 0.9rem;
  margin-bottom: 20px;
  text-align: center;
}

.form-control {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 4px;
  border: 1px solid;
}
.form-control:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-form-control-bg);
  border-color: #af3187 !important;
  outline: 0;
  box-shadow: 0 0 0 .25rem #af318747 !important;
}

.form-check-label {
  font-size: 0.8rem;
  color: black;
}

.btn {
  background-color: #af3187;
  color: black;
  border: none;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
  border: 2px solid #af3187;
}

.btn:hover {
  background-color: transparent;
  border: 2px solid #af3187;
}


/** main-footer **/

.main-footer{
  position: relative;
  display: block;
}

.main-footer:before{
  position: absolute;
  content: '';
  background: url(../images/icons/footer-icon-1.png);
  width: 341px;
  height: 268px;
  right: -25px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.main-footer:after{
  position: absolute;
  content: '';
  background: url(../images/icons/footer-icon-2.png);
  width: 332px;
  height: 235px;
  left: 0px;
  bottom: 0px;
  background-repeat: no-repeat;
}

.main-footer .footer-top{
  position: relative;
  display: block;
  padding: 122px 0px 65px 0px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 1;
}

.main-footer .footer-top .bg-column{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 60px;
  background: linear-gradient(90deg, #fff 0%, #af3187 50%, #fff 100%);
}

.main-footer .footer-top .logo-widget{
  position: relative;
  margin-top: 7px;
}

.main-footer .footer-top .logo-widget .footer-logo{
  position: relative;
  display: inline-block;
  margin-bottom: 12px;
}

.main-footer .footer-top .logo-widget .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #616b8c;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  color: #192d66;
  margin-bottom: 19px;
}

.main-footer .footer-top .links-widget .widget-content ul li{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .widget-content ul li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #616b8c;
}

.main-footer .footer-top .links-widget .widget-content ul li a:hover{
  color: #fd571d;
}

.main-footer .footer-top .company-widget{
  margin-left: 60px;
}

.main-footer .footer-bottom{
  position: relative;
  display: block;
  padding: 38px 0px;
  z-index: 1;
}

.main-footer .footer-bottom .copyright{
  position: relative;
  font-size: 15px;
  color: #616b8c;
}

.main-footer .footer-bottom .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 20px;
}

.main-footer .footer-bottom .footer-social li:last-child{
  margin-right: 0px;
}

.main-footer .footer-bottom .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #192d66;
}

.main-footer .footer-bottom .footer-social li a:hover{
  color: #fbef55;
}





/* Modal Custom Styling */
.modal-content {
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
  /* height: 532px; */
  margin: auto;
  margin-top: 70px;
}

.modal-header {
  border-bottom: none;
}

.modal-title {
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
}

.form-control {
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 10px;
}

.required {
  color: red;
  font-weight: bold;
}

.btn-warning {
  background-color: #ffcc00;
  color: #000;
  font-weight: bold;
  border: 2px solid #ffcc00;
  transition: 0.3s;
}

.btn-primary{
  color: #000000;
  font-weight: bold;
  border: 2px solid #ffcc00;
  transition: 0.3s;
}

.btn-primary:hover{
  background-color: transparent;
  color: #000000;
  border: 2px solid #ffcc00;
  font-weight: bold;
}

.btn-warning:hover {
  background-color: transparent;
  border: 2px solid #ffcc00;
  color: #ffcc00;
}

.modal-form-check-label {
  font-size: 0.9rem;
  color: #333;
}

/* Responsive Design */
@media (max-width: 768px) {
  .modal-content {
      max-width: 90%;
      margin-top: 100px;
  }

  .modal-title {
      font-size: 1.5rem;
  }
  .btn-close{
  margin-top: -80px;
  }
}
