/* Delaware HTML Template*/

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. top-section
5. Main Slider
6. Industries Section
7. counter-section
8. about-delaware
9. service Section
10. testinonial-section
11. latest-news
12. client-logo
13. footer / footer-last

**********************************************/
  @font-face {
     src: url('/assets/site/fonts/Poppins-Bold.ttf');
     font-family: "Poppins-Bold";
 }

 @font-face {
     src: url('/assets/site/fonts/Poppins-Regular.ttf');
     font-family: "Poppins-Regular";
 }

 @font-face {
     src: url('/assets/site/fonts/Poppins-SemiBold.ttf');
     font-family: "Poppins-SemiBold";
 }

 @font-face {
     src: url('/assets/site/fonts/Poppins-Medium.ttf');
     font-family: "Poppins-Medium";
 }

 @font-face {
     src: url('/assets/site/fonts/Poppins-Light.ttf');
     font-family: "Poppins-Light";
 }

 @font-face {
     src: url('/assets/site/fonts/Rubik-Bold.ttf');
     font-family: "Rubik-Bold";
 }

 @font-face {
     src: url('/assets/site/fonts/Rubik-Regular.ttf');
     font-family: "Rubik-Regular";
 }

 @font-face {
     src: url('/assets/site/fonts/Rubik-Medium.ttf');
     font-family: "Rubik-Medium";
 }

 @font-face {
     src: url('/assets/site/fonts/Rubik-Light.ttf');
     font-family: "Rubik-Light";
 }


 /***

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

 ***/

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

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

 ***/

 a {
     padding: 0px;
 }

 html, body {
     -moz-font-smoothing: antialiased;
     -webkit-font-smoothing: antialiased;
	 font-family:"Poppins-Semibold";
     font-size:14px;
}
 a{
     text-decoration:none!important;
}

 select{
     -moz-appearance:none;
     appearance:none;
	 -ms-appearance:none;
     -o-appearance:none;
}
 /***

====================================================================
	preloader
====================================================================

 ***/

 .preloader {
     position: fixed;
     left: 0px;
     top: 0px;
     width: 100%;
     height: 100%;
     z-index: 999999;
     background-color: #ffffff;
     background-position: center center;
     background-repeat: no-repeat;
     background-image: url("/assets/site/images/pre-loader.gif");
 }
 /*===================================================sliderr======================================================================*/

 .fp_title_layer {
     font-family: "Poppins-Bold";
 }

 .fp_content_layer {
     font-family: "Rubik-Regular";
 }

 @media screen and (max-width: 501px) {
     .fp_content_layer {
         display: block;
     }
 }

 @media screen and (max-width: 500px) {
     .fp_content_layer {
         display: none!important;
     }
 }

 .tp-caption ul li .btn1 {
     font-family: "Poppins-Semibold";
     font-size: 16px!important;
     background: #43bead;
     color: #fff;
     padding: 10px 35px;
     border-radius: 50px;
     border: 2px solid #43bead;
     text-transform: uppercase;
 }

 .tp-caption ul li .btn1:hover {
     color: #fff;
     background: transparent;
     border: 2px solid #fff;
 }

 .tp-caption ul li .btn2 {
     font-family: "Poppins-Semibold";
     font-size: 16px!important;
     background: transparent;
     color: #fff;
     padding: 10px 35px;
     border-radius: 50px;
     border: 2px solid #fff;
     text-transform: uppercase;
 }

 .tp-caption ul li .btn2:hover {
     color: #fff;
     background: #43bead;
     border: 2px solid #43bead;
 }

 .tp-caption ul li {
     padding: 0px 10px;
 }

 .tp-caption ul li a {
     text-decoration: none;
 }

 .tp-bullets.uranus {
     top: 60%!important;
 }

 @media screen and (max-width: 768px) {
     .tp-caption ul li .btn1 {
         padding: 6px 10px;
         font-size: 12px!important;
     }
     .tp-caption ul li .btn2 {
         padding: 6px 10px;
         font-size: 12px!important;
     }
 }

 @media screen and (max-width: 480px) {
     .tp-caption ul li .btn1 {
         padding: 4px 8px;
         font-size: 8px!important;
     }
     .tp-caption ul li .btn2 {
         padding: 4px 8px;
         font-size: 8px!important;
     }
 }

 @media screen and (max-width: 1000px) {
     .tp-bullets.uranus {
         display: none;
     }
 }
 /*===================================================slider======================================================================*/
 /*===================================================navbar======================================================================*/

 .container {
     padding: 0px;
 }

 @media screen and (max-width: 768px) {
     .container {
         padding: 0px 15px;
     }
 }

 .wapper {
     position: absolute;
     z-index: 999;
     width: 100%;
 }

 @media screen and (max-width: 1200px) {
     .top-header {
         display: none;
     }
 }

 .top-header {
     /* background: rgba(17, 28, 85, .9); */
    background:rgba(255,255,255,1);
     padding:35px 0px;
 }

 .right-header {
     float: right;
     margin: 5px;
 }



 .info-inner span.icontop {
    float: left;
    color: #43bcac;
    width: 30px;
    height: 30px;
    padding: 0px 6px;
    font-size: 25px;
    margin-right: 15px;
 }

 .iconcont {
     font-family: "Rubik-Medium";
     float: left;
     text-transform: uppercase;
     font-size: 15px;
     line-height: 30px;
     color: #222222;
 }

 .iconcont a {
     font-family: Rubik-Regular;
     font-size: 16px;
     text-transform: none!important;
     color: #9b9ea8;
     text-decoration: none!important;
 }

 .iconcont a:hover {
     color: #9b9ea8;
 }

 .info-inner .button {
     margin-top: 20px;
     float: left;
 }

 .info-inner .button a {
     font-size: 16px;
     font-family: Poppins-Semibold;
     text-transform: uppercase;
     text-decoration: none;
     padding: 10px 25px 10px 25px;
     background: #f7faff;
     color: #222222;
     border-radius: 30px;
     border: 2px solid #e1e8f4
 }

 .info-inner {
     float: left;
     margin-left: 40px;
 }
 /*===================================================navbar======================================================================*/
  /*===================================================counter======================================================================*/

 .counter {
     background-image: url("/assets/site/images/count-bg.jpg");
     background-repeat: no-repeat;
     background-size: cover;
     padding: 80px 0px 95px;
 }

 .counter p {
     text-align: center;
	 margin:-8px;
 }

 .counter .counter-count {
     font-family: "Rubik-Light";
     font-size: 80px;
     color: #ffffff;
 }

 .counter .txt {
     font-family: "Rubik-Light";
     font-size: 80px;
     color: #ffffff;
 }

 .counter .fa-plus {
     color: #4c5c7c;
     font-size: 20px;
 }

 .counter p {
     font-family: "Rubik-Regular";
     font-size: 18px;
     color: #dedede;
 }
  @media screen and (max-width: 992px) {
 .customer{ margin-bottom:30px;}
  }
 /*===================================================counter-end=====================================================================*/
 /*===================================================.about-us-section =====================================================================*/



 .about-us-section {
     padding: 80px 0px;
     background: #f7faff;
 }
  .about-us-section  .about-column{ padding:0px;}

 .about-us-section .heading {
     padding-bottom: 10px;
 }

 .about-us-section .heading h1 {
     font-family: "Poppins-Semibold";
     font-size: 40px;
     color: #222222;
     padding-bottom: 10px;
     margin: 0px;
 }

 @media screen and (max-width: 992px) {
     .about-us-section .heading h1 {
         font-size: 30px;
     }
 }

 .about-us-section .heading .head-bor {
     width: 85px;
     height: 1px;
     display: block;
     background-color: #4c5c7c;
     margin-bottom: 10px;
 }


 .about-us-section .first {
     margin-top: -13px;
 }

 @media screen and (max-width: 992px) {
     .about-us-section .first {
         margin-bottom: 40px;
     }
 }

 .about-us-section .content-inner h3 {
     text-align: justify;
     font-family: "Poppins-Semibold";
     font-size: 24px;
     color: #222222;
     line-height: 32px;
     padding-bottom: 10px;
 }

 .about-us-section .content-inner p {
     font-family: "Rubik-Regular";
     font-size: 16px;
     color: #9b9ea8;
     line-height: 25px;
 }

 .about-us-section .btnn {
     margin-top: 30px;
     line-height: 50px;
 }

 @media screen and (max-width: 992px) {
     .about-us-section .btnn {
         margin-bottom: 40px;
     }
 }

 .btnn a {
     padding: 12px 35px;
     border-radius: 50px;
     border: 2px solid #e1e8f4;
     text-decoration: none;
     font-family: "Poppins-Semibold";
     font-size: 15px;
     color: #222222;
     text-transform: uppercase;
 }

 .about-us-section .image {
     margin-top: 8px;
 }

 .about-us-section .about-sec-inner {
     background: #ffffff;
 }

 .about-us-section .about-sec-inner .image-sec img {
     width: 100%;
 }

 .about-us-section .about-sec-inner .content-inner-sec {
     padding: 0px 25px 20px 25px;
 }

 .about-us-section .about-sec-inner .content-inner-sec h2 {
     font-family: "Poppins-Semibold";
     font-size: 18px;
     color: #222222;
     line-height: 32px;
 }

 .about-us-section .about-sec-inner .content-inner-sec p {
     font-family: "Rubik-Regular";
     font-size: 16px;
     color: #9b9ea8;
     line-height: 25px;
 }

 .about-us-section .main {
     padding: 0px;
 }

 @media (max-width: 768px) {
     .about-us-section .main {
         padding: 0px 15px!important;
     }
     .about-us-section .about-sec-inner {
         width: 60%;
         margin-left: auto;
         margin-right: auto;
     }
 }

 @media (max-width: 540px) {
     .about-us-section .about-sec-inner {
         width: 100%!important;
     }
 }
 /*===================================================about-us-section -end=====================================================================*/
 /*===================================================service-section=====================================================================*/

 .service-section {
     padding: 80px 0px;
 }

 .service-section h1 {
     text-align: center;
     font-family: "Poppins-Semibold";
     font-size: 40px;
     color: #222222;
     margin: 0px;
     padding-bottom: 10px;
 }

 @media screen and (max-width: 992px) {
     .service-section h1 {
         font-size: 30px;
     }
     .service-section p.para {
         padding: 0px 0px 40px 0px!important;
     }
 }

 .service-section .head-bor {
     width: 85px;
     margin-left: auto;
     margin-right: auto;
     height: 1px;
     display: block;
     background-color: #4c5c7c;
     margin-bottom: 25px;
 }

 .service-section p.para {
     font-family: "Rubik-Regular";
     font-size: 18px;
     color: #222222;
     line-height: 25px;
     text-align: center;
     padding: 0px 280px 40px 280px;
 }

 /* .service-section .service-outer .image span img {
     color: #2685f9;
     font-size: 58px;
     margin-left: auto;
     margin-right: auto;
     display: block;
     text-align: center;
     transition: .5s ease;
 }

 .service-section .service-outer:hover .image span.icon {
     color: #4c5c7c;
 } */

 .service-section .service-outer .image span img {
    color: #2685f9;
     font-size: 58px;
     margin-left: auto;
     margin-right: auto;
     display: block;
     text-align: center;
     transition: .5s ease;
    filter: none;
}

.service-section .service-outer:hover .image span img {
    filter: brightness(0) saturate(100%) invert(85%) sepia(92%) saturate(1000%) hue-rotate(1deg);
}


 .service-section .service-outer:hover .content-inner h2 {
     color: #2685f9;
 }

 .service-section .service-outer .image a {
     text-decoration: none;
 }

 .service-section .in {
     border: 1px solid #f2f2f2;
     border-collapse: collapse!important;
     border-width: 1px;
 }

 .service-section .service {
     float: left;
     flex-wrap: wrap-reverse;
     width: 33.33%;
 }

 .service-section .service-outer .content-inner h2 {
     text-align: center;
     margin: 0px;
     margin-bottom: 10px;
     font-family: "Poppins-Semibold";
     font-size: 18px;
     color: #222222;
     line-height: 32px;
     transition: .5s ease;
 }

 .service-section .service-outer .content-inner p {
     font-family: "Rubik-Regular";
     font-size: 16px;
     text-align: center;
     color: #9b9ea8;
     line-height: 25px;
 }

 .service-section .service-outer {
     padding: 40px 25px 36px;
 }

 .service-section .inner-sec {
     overflow: -webkit-paged-y;
 }

 @media (max-width: 1200px) {
     .service-section .service {
         width: 33.33%;
     }
 }

 @media (max-width: 1000px) {
     .service-section .service {
         width: 50.00%;
     }
 }

 @media (max-width: 768px) {
     .service-section .service {
         width: 100.00%;
     }
 }
 /*===================================================service-section-end=====================================================================*/

 /*===================================================telatest-news =====================================================================*/

 .latest-news-link {
    display: block;
    text-decoration: none;
    color: inherit;
}


.latest-news-link:hover .latest-news-inner {
    background-color: #f7faff; /* Garde ton effet hover */
}

.latest-news-link .read-more {
    color: #2685f9;
    font-size: 16px;
    font-family: "Rubik-Regular";
    cursor: pointer;
}

.latest-news-link:hover .read-more {
    text-decoration: underline;
}


 .latest-news {
     height: 350px;
     background-image: url("/assets/site/images/latest-bg.jpg");
     background-repeat: no-repeat;
     background-position: center;
     background-size: cover;
 }

 .latest-news .center {
     padding: 65px;
 }

 .latest-news h1 {
     text-align: center;
     font-family: "Poppins-Semibold";
     font-size: 40px;
     color: #fff;
     margin: 0px;
     padding-bottom: 10px;
 }

 .latest-news .border {
     display: block;
     width: 85px;
     height: 1px;
     background-color: #4c5c7c;
     margin-left: auto;
     margin-right: auto;
     margin-bottom: 25px;
 }

 @media (max-width: 768px) {
     .latest-news p {
         width: 100%!important;
     }
     .latest-news .center {
         padding: 65px 0px;
     }
 }

 .latest-news p {
     font-family: "Rubik-Regular";
     font-size: 18px;
     color: #fff;
     line-height: 25px;
     text-align: center;
     width: 65%;
     margin: 0 auto;
 }

 .latest-news-content .hero {
     position: absolute;
     top: 25px;
     color: white;
     left: 33px;
     z-index: 11;
     line-height: 45px;
     background-color:  #43b9aa;
     display: block;
 }

 .latest-news-content .hero a {
     text-decoration: none;
     font-size: 16px;
     font-family: "Rubik-Regular";
     color: #fff;
     line-height: 1;
     background-color: #2685f9;
     padding: 7px 20px;
     -webkit-border-radius: 30px;
     border-radius: 30px;
 }

 .latest-news-content .latest-news-inner .image {
     position: relative;
     width: 100%;
     overflow: hidden;
 }

 .latest-news-content .latest-news-inner .image img {
     width: 100%;
     height: auto;
     display: block;
     transition: transform .9s;
 }

 .latest-news-content .latest-news-inner:hover .image img {
     -ms-transform: scale(1.5);
     /* IE 9 */
     -webkit-transform: scale(1.5);
     /* Safari 3-8 */
     transform: scale(1.5);
 }

 .latest-news-content .owl {
     padding: 8px;
 }

 .latest-news-content .latest-news-inner .image .overlay {
     position: absolute;
     top: 0;
     bottom: 0;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     opacity: 0;
     transition: .5s ease;
     background-color: rgba(39, 47, 91, .9);
 }

 .latest-news-content .latest-news-inner {
     background: #ffffff;
     -webkit-box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 21px 0px;
     box-shadow: rgba(1, 1, 1, 0.08) 0px 2px 21px 0px;
 }

 .latest-news-content .latest-news-inner:hover .image .overlay {
     opacity: 1;
 }

 .latest-news-content .latest-news-inner .image .overlay .txt {
     color: #4c5c7c;
     font-size: 40px;
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     text-align: center;

     
 }

 .latest-news-content .latest-news-inner .content {
     padding: 10px 25px 0px 25px;
 }

 .latest-news-content .latest-news-inner .content h5 {
     font-family: "Rubik-Regular";
     font-size: 16px;
     color:  #43b9aa;
     line-height: 30px;
 }

 .latest-news-content .latest-news-inner .content h2 {
     font-size: 18px;
     color: #222222;
     font-family: Poppins-Semibold;
     line-height: 25px;
     position: relative;
 }

 .latest-news-content .latest-news-inner .content p {
     font-size: 18px;
     color: #222222;
     font-family: Poppins-Semibold;
     line-height: 25px;
     position: relative;
 }

 .latest-news-content .latest-news-inner .content a {
     font-size: 16px;
     color: #2685f9;
     font-family: "Rubik-Regular";
     text-decoration: none;
     line-height: 0px;
     padding: 0px!important;
     margin: 0px;
 }

 .latest-news-content .latest-news-inner .content {
     padding-bottom: 8px;
 }

 .latest-news-content .latest-news-inner:hover {
     background-color: #f7faff;
 }

 .latest-news-content .latest-news-inner:hover .content h6 a {
     font-size: 16px;
     text-decoration: none;
     color: #2685f9;
     text-align: justify;
     line-height: 40px;
     visibility: visible;
 }

 .latest-news-content .latest-news-inner .content p {
     font-size: 16px;
     text-decoration: none;
     color: #9b9ea8;
     font-family: "Rubik-Regular";
     font-weight: normal;
     line-height: 25px;
     position: relative;
 }

 .owl-news {
     margin-top: -100px;
 }

 .owl-news.owl-drag .owl-item {
     padding: 10px;
 }

 .latest-news-content {
     padding-bottom: 80px;
 }

 .latest-news-content .latest-news-inner .txt-inner {
     color: #fff;
     height: 110px;
     line-height: 24px;
     font-size: 16px;
     overflow: hidden;
     -webkit-backface-visibility: hidden;
     -moz-backface-visibility: hidden;
     backface-visibility: hidden;
 }

 .latest-news-content .latest-news-inner .txt-inner h2 {
     display: inline-block;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.6s;
     -webkit-backface-visibility: hidden;
     -moz-transition: all 0.6s;
     -moz-backface-visibility: hidden;
     transition: all 0.6s;
     margin: 0px;
     backface-visibility: hidden;
 }

 .latest-news-content .latest-news-inner .txt-inner p {
     display: inline-block;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     transition: all 0.6s;
 }

 .latest-news-content .latest-news-inner .txt-inner a {
     display: inline-block;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.6s;
     -webkit-backface-visibility: hidden;
     -moz-transition: all 0.6s;
     -moz-backface-visibility: hidden;
     transition: all 0.6s;
     backface-visibility: hidden;
     margin-top: 20px;
 }

 .latest-news-content .latest-news-inner:hover .txt-inner h2 {
     -webkit-transform: translateY(-300%);
     -moz-transform: translateY(-300%);
     -ms-transform: translateY(-300%);
     transform: translateY(-300%);
 }

 .latest-news-content .latest-news-inner:hover .txt-inner p {
     -webkit-transform: translateY(-100%);
     -moz-transform: translateY(-100%);
     -ms-transform: translateY(-100%);
     transform: translateY(-100%);
 }

 .latest-news-content .latest-news-inner:hover .txt-inner a {
     -webkit-transform: translateY(-160%);
     -moz-transform: translateY(-160%);
     -ms-transform: translateY(-160%);
     transform: translateY(-160%);
 }

 .latest-news-content .owl-carousel .owl-next {
     position: absolute;
     z-index: 10;
     right: -15%;
     top: 48%;
     font-size: 20px!important;
     background: #fff;
     border: 3px solid #e1e8f4!important;
     color: #e1e8f4!important;
     width: 55px;
     height: 55px;
     box-shadow: none!important
 }

 .latest-news-content .owl-carousel .owl-prev {
     position: absolute;
     z-index: 10;
     left: -15%;
     top: 48%;
     font-size: 20px!important;
     background: #fff;
     border: 3px solid #e1e8f4!important;
     color: #e1e8f4!important;
     width: 55px;
     height: 55px;
 }

 .owl-theme .owl-nav .disabled {
     opacity: 1!important;
 }

 .latest-news-content .owl-carousel .owl-next:hover {
     background: #111c55!important;
     border: 3px solid #111c55!important;
     opacity: 1;
     color: #4c5c7c!important;
 }

 .latest-news-content .owl-carousel .owl-prev:hover {
     background: #111c55!important;
     border: 3px solid #111c55!important;
     opacity: 1;
     color: #4c5c7c!important;
 }

 @media (max-width: 1600px) {
     .latest-news-content .owl-carousel .owl-next {
         position: inherit!important;
         z-index: inherit!important;
         right: inherit!important;
         top: inherit!important;
         font-size: 20px!important;
         background: #fff;
         border: 3px solid #e1e8f4!important;
         color: #e1e8f4!important;
         width: 55px;
         opacity: 1;
         border-radius: 0px!important;
         height: 55px;
         box-shadow: none!important
     }
     .latest-news-content .owl-carousel .owl-prev {
         position: inherit!important;
         z-index: inherit!important;
         left: inherit!important;
         top: inherit!important;
         font-size: 20px!important;
         opacity: 1;
         border-radius: 0px!important;
         background: #fff;
         border: 3px solid #e1e8f4!important;
         color: #e1e8f4!important;
         width: 55px;
         height: 55px;
     }
 }

 @media screen and (max-width: 500px) {
     .latest-news-content .latest-news-inner .content h2 {
         font-size: 16px;
     }
     .latest-news-content .latest-news-inner .content p {
         font-size: 16px;
         line-height: 25px;
     }
     .latest-news-content .latest-news-inner:hover .txt-inner p {
         -webkit-transform: translateY(-95%);
         -moz-transform: translateY(-95%);
         -ms-transform: translateY(-95%);
         transform: translateY(-95%);
     }
     .latest-news-content .latest-news-inner:hover .txt-inner a {
         -webkit-transform: translateY(-160%);
         -moz-transform: translateY(-160%);
         -ms-transform: translateY(-160%);
         transform: translateY(-160%);
     }
 }
  @media screen and (max-width: 350px) {    .latest-news-content .latest-news-inner .txt-inner {
     height: 120px;} .latest-news-content .latest-news-inner:hover .txt-inner p {
         -webkit-transform: translateY(-100%);
         -moz-transform: translateY(-100%);
         -ms-transform: translateY(-100%);
         transform: translateY(-100%);
     }
     .latest-news-content .latest-news-inner:hover .txt-inner a {
         -webkit-transform: translateY(-150%);
         -moz-transform: translateY(-150%);
         -ms-transform: translateY(-150%);
         transform: translateY(-150%);
     }}
 /*===================================================latest-news-end =====================================================================*/
 /*===================================================client-logo =====================================================================*/

 .client-logo .owl-nav {
     display: none;
 }

 .client-logo .owl-carousel .owl-item img {
     margin: 0 auto;
     display: block;
 }

 .client-logo {
     background: #f7faff;
     padding: 10px 0px 0px 0px;
 }
 /*===================================================client-logo =====================================================================*/

  /*===================================================testimonial-section =====================================================================*/

.testimonial-section {
  background: #f7faff;
  padding: 90px 0;
}

.section-title {
  font-size: 32px;
  font-weight: 700;
  color: #111;
  border-bottom: 2px solid #4c5c7c;
  display: inline-block;
  margin-bottom: 20px;
}


.testimonial-section .para-inner p {
    font-family: "Rubik-Regular";
    font-size: 18px;
    line-height: 28px;
    color: #9b9ea8;
}

.section-sub {
  font-size: 16px;
  color: #6c6f76;
  margin-bottom: 15px;
  line-height: 1.6;
}

.section-sub a {
  color: #007bff;
  text-decoration: underline;
}

.testimonial-inner {
  background: #fff;
  padding: 50px 30px 40px;
  border-radius: 8px;
  position: relative;
  height: 420px; /* fixed height to prevent shifting */
  text-align: center;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.client-img {
  margin-top: 15px;
  margin-bottom: 15px;
}

.client-img img {
  border-radius: 50%;
  border: 3px solid #eee;
  width: 100px;
  height: 100px;
}

.quote-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  z-index: 2;
}

.testimonial-inner h2 {
  font-family: "Poppins-Semibold";
  font-size: 24px;
  color: #222;
  margin-top: 20px;
  margin-bottom: 5px;
}

.testimonial-inner h5 {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  margin-bottom: 15px;
}

.testimonial-inner p {
  font-family: "Rubik-Regular";
  font-size: 16px;
  color: #9b9ea8;
  line-height: 25px;
  margin: 0 auto 30px;
  max-width: 450px;
  position: relative;
}

.open-quote,
.close-quote {
  font-size: 24px;
  color: #4c5c7c;
  vertical-align: top;
  display: inline-block;
}

.carousel-inner {
  position: relative;
  padding-bottom: 40px;
}




.carousel-indicators {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding-left: 0;
  list-style: none;
  margin: 0;
  text-align: center;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 2px;
  display: inline-block;
  cursor: pointer;
  text-indent: -999px;
}

.carousel-indicators .active {
  background: #111c55;
  border-color: #111c55;
}

.border {
  display: block;
  width: 85px;
  height: 2px;
  background-color: #4c5c7c;
  /* margin: 10px auto 15px; */
}

@media (max-width: 992px) {
  .testimonial-inner {
    padding: 40px 20px 40px;
    min-height: 350px;
  }

  .section-title {
    font-size: 24px;
  }

  .testimonial-inner p {
    font-size: 14px;
    padding: 0 10px;
  }

  .client-img img {
    width: 80px;
    height: 80px;
  }

  .quote-icon img {
    width: 30px;
  }
}

@media (max-width: 768px) {
  .testimonial-section {
    padding: 60px 0;
  }

  .carousel-inner {
    padding-bottom: 40px;
  }
}



/*==========================================================================testimonial-section=end==============================================================================*/
/*==========================================================================contact-section===============================================================================*/
 .contact-section .select {
    position: relative;
     display: block;
     line-height: 3;
     overflow: hidden;
}
 .contact-section select {
     width: 100%;
     height: 100%;
     margin: 0;
     padding: 0 0 0 .5em;
     cursor: pointer;
     font-size: 16px;
}
 .contact-section .in::after {
     position: absolute;
     top:10px;
     color:#2685f9;
     right: 30px;
     bottom: 0;
     padding: 10px 17px 0px 0px;
     background: transparent;
     pointer-events: none;
     font-family: FontAwesome;
     content: "\f107";
     font-size: 16px;
}
 .contact-section{
     padding:90px 0px 70px;
}
 .contact-section .contact-heading h1{
     margin:0px;
     font-family:"Poppins-Bold";
     font-size:36px;
     color:#222222;
     text-transform:uppercase;
     padding-bottom:20px;
}
 @media (max-width: 992px) {
     .contact-section .contact-heading h1{
         font-size:30px;
    }
}
 .contact-section .contact-heading h1 span{
     text-decoration: underline;
     text-decoration-color: #4c5c7c;
}
 .contact-section .contact-heading p{
     font-family:"Rubik-Regular";
     font-size:18px;
     line-height:28px;
     color:#222222;
}
 .contact-section .contact-heading p a{
     font-family:"Rubik-Regular";
     font-size:16px;
     text-decoration:none;
     color:#9b9ea8;
}
 .contact-section .contact-heading p.office{
     padding:15px 0px 40px;
}
 @media (max-width: 500px) { .contact-section .contact-section-outer .contact-inner h1{ font-size:24px!important; line-height:30px!important; }}
 .contact-section .contact-section-outer{
     background-image:url("/assets/site/images/conatc-sec.jpg");
     background-repeat:no-repeat;
     padding:30px 25px 20px;
     background-size:cover;
     margin-bottom:30px;
}
 .contact-section .contact-section-outer .contact-inner h1{
     font-family:"Poppins-Bold";
     font-size:36px;
     color:#fff;
     text-transform:uppercase;
     margin:0px;
     line-height:47px;
     padding-bottom:26px;
}
 .contact-section .contact-section-outer .contact-inner h1 span{
     font-size:48px;
}
 .contact-section .contact-section-outer .content-in {
     padding:0px;
     float:left;
     margin-right:20px;
}
 .contact-section .contact-section-outer .content-in p.top{
     font-family:"Rubik-Medium";
     font-size:15px;
     color:#4c5c7c;
     line-height:18px;
     text-transform:uppercase;
}
 .contact-section .contact-section-outer .content-in-nx p.top{
     font-family:"Rubik-Medium";
     font-size:15px;
     color:#4c5c7c;
     line-height:18px;
     text-transform:uppercase;
}
 .contact-section .contact-section-outer .content-in p.bottom{
     font-family:"Rubik-Regular";
     font-size:16px;
     color:#fff;
     line-height:28px;
}
 .contact-section .contact-section-outer .content-in-nx p.bottom{
     font-family:"Rubik-Regular";
     font-size:16px;
     color:#fff;
     line-height:28px;
}
 .contact-section .form-inner .form-group{
     margin-bottom:30px!important;
}
 .contact-section .form-inner .form-group .form-control{
     border-radius: 0px!important;
     background-color: transparent;
     height: 60px;
     border: 2px solid #eef3fb;
     -webkit-box-shadow: none!important;
     box-shadow: none!important;
     font-size: 16px;
     color: #9b9ea8;
     font-family: Rubik-Regular;
     font-weight: normal;
     ;
}
 .contact-section .form-inner .form-group .btn-default {
     display:block;
     font-size: 16px;
     color: #ffffff;
     font-family: 'Montserrat', sans-serif;
     background-color: #2685f9;
     width:100%;
     padding:16px 0px;
     border-radius: 50px!important;
     margin-top: 6px;
}
 input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
     background-color: none !important;
     background-image: none !important;
     color: rgb(0, 0, 0) !important;
}

 /*===================================================testimonial-section-end =====================================================================*/

/*==========================================================================we-are-hiring===============================================================================*/
 .we-are-hiring{
     background:#f7faff;
     padding:80px 0px 80px;
}
 .we-are-hiring .we-are-inner .heading h1{
     font-family:"Poppins-Semibold";
     font-size:39px;
     margin:0px;
     color:#222222;
     padding-bottom:10px;
     /* text-align:justify; */
}
 .we-are-hiring .we-are-inner{
    overflow: -webkit-paged-x;
     margin-top:20px;
}
 @media screen and (max-width: 992px){
     .we-are-hiring .we-are-inner .heading h1{
         font-size:30px;
         line-height:40px;
    }
}
 .we-are-hiring .we-are-inner .heading .head-bor{
     width: 123px;
     height: 2px;
     display:block;
     background-color: #4c5c7c;
     margin-bottom: 30px;
}
 .we-are-hiring .we-are-inner .content-inner p{
     font-family:"Rubik-Regular";
     font-size:17px;
     color:#9b9ea8;
     line-height:28px;
}
 .we-are-hiring .we-are-inner .content-inner ul{
     padding:0px;
}
 .we-are-hiring .we-are-inner .content-inner ul li{
     font-family:"Rubik-Regular";
     font-size:16px;
     color:#9b9ea8;
     line-height:37px;
     list-style:none;
}
 .we-are-hiring .we-are-inner .content-inner ul li .fas{
     color:#2685f9;
     margin-right:10px;
}
 .we-are-hiring .we-are-inner .apply{
     margin-top:45px;
}
 .we-are-hiring .we-are-inner .apply a{
     text-decoration:none;
     text-transform:uppercase;
     font-family:"Poppins-Semibold";
     font-size:15px;
     color:#fff;
     background:#2685f9;
     padding:13px 40px;
     border-radius:40px;
}
/*==========================================================================we-are-hiring===============================================================================*/

/*=======================================================================working-project=================================================================================*/
 .working-project{
     /* background:#f7faff; */
     padding:70px 0px 50px;
}
 .working-project .project-outer{
     margin-bottom:30px;
}
 .working-project .project-outer{
    width: 240px;
    height: 240px;
    background: #fff;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, .08);
    box-shadow: 0px 0px 30px 0px rgba(1, 1, 1, .08);
}
 .working-project .project-outer .project-inner a.link {
     position: absolute;
     z-index: 999;
     width: 100%;
     height: 100%;
     background: transparent;
     text-decoration: none;
     top: 0;
     right: 0;
     cursor: pointer;
}
 @media (max-width: 992px){
     .working-project .project-outer .project-inner{
         padding:0px 30px;
    }
    .working-project .project-outer{
         width:320px;
         height:320px;
    }
}
 @media (max-width: 375px) {
     .working-project .project-outer{
         width:auto!important;
         height:auto!important;
         border-radius:0px;
    }
}
 .working-project .project-outer .project-inner{
     padding-top:50px;
}
 .working-project .project-outer .project-inner .image .icon{
     font-size:60px;
     color:#a3b3cb;
}
 .working-project .project-outer .project-inner h2{
     margin:0px;
     padding:10px 0px 10px;
     font-family:"Poppins-Semibold";
     font-size:18px;
     color:#222222;
     line-height:28px;
}
 .working-project .project-outer.arrow:after{
     content:url(../img/svg/arrow.png);
     position: absolute;
     right: -30px;
     top: 50%;
}
 @media (max-width: 1200px){
     .working-project .project-outer.arrow:after{
         display:none;
    }
}
 .working-project .project-outer .project-inner p{
     font-family:"Rubik-Regular";
     font-size:16px;
     color:#9b9ea8;
     line-height:28px;
     padding:7px 15px;
}
 .working-project h1{
     margin:0px;
     padding-bottom:15px;
     font-family:"Poppins-Semibold";
     font-size:40px;
     color:#222222;
     text-align:center;
}
 @media screen and (max-width: 992px){
     .working-project h1{
         font-size:30px;
         line-height:40px;
    }}
	 @media screen and (max-width: 1200px){
     .working-project p.para{
         padding:25px 0px 40px!important;
    }
}
 .working-project .head-bor{
     width: 85px;
     height: 1px;
     display:block;
     margin-left:auto;
     margin-right:auto;
     background-color: #4c5c7c;
     margin-bottom: 0px;
}
 .working-project p.para{
     font-family:"Rubik-Regular";
     font-size:18px;
     color:#222222;
     line-height:28px;
     padding-top:10px;
     text-align:center;
     padding:25px 300px 40px;
}
 @media (max-width: 998px){
     .working-project .project-outer{
         margin-left:auto;
         margin-right:auto;
    }
}
/*=======================================================================working-project=================================================================================*/

/*===================================================welcome======================================================================*/

 .welcome-section {
     padding: 80px 0px 50px;
 }

 .welcome-section h1 {
     text-align: center;
     font-family: "Poppins-Semibold";
     font-size: 40px;
     color: #222222;
     padding-bottom: 10px;
     margin: 0px;
 }

 @media screen and (max-width: 992px) {
     .welcome-section h1 {
         font-size: 30px;
     }
     .welcome-section p.para {
         padding: 20px 0px!important;
     }
 }

 .welcome-section .head-bor {
     width: 85px;
     height: 1px;
     margin-left: auto;
     margin-right: auto;
     display: block;
     background-color: #4c5c7c;
     margin-bottom: 0px;
 }

 .welcome-section p.para {
     font-family: "Rubik-Regular";
     font-size: 18px;
     color: #abaebe;
     text-align: center;
     line-height: 28px;
     padding: 20px 280px 20px 280px;
 }

 .welcome-section .welcome-inner .icon {
     float: left;
     background: #111c55;
     width: 70px;
     height: 70px;
     border-radius: 50px;
     padding: 15px 21px;
     margin-top: 26px;
     transition: .5s ease;
 }

 .welcome-section .welcome-inner .icon span.icon-in {
     font-size: 30px;
     color: #fff;
 }

 .welcome-section .welcome-inner:hover .icon span.icon-in {
     color: #4c5c7c;
 }

 .welcome-section .welcome-inner {
     margin-bottom: 30px;
     overflow: -webkit-paged-y;
 }

 .welcome-section .welcome-inner .welcome-content {
     margin-left: 90px;
 }

 .welcome-section .welcome-inner:hover .welcome-content h2 {
     color: #2685f9;
 }

 .welcome-section .welcome-inner .welcome-content h2 {
     font-family: "Poppins-Semibold";
     transition: .5s ease;
     font-size: 18px;
     color: #222222;
     line-height: 25px;
 }

 .welcome-section .welcome-inner .welcome-content p {
     font-family: "Rubik-Regular";
     font-size: 16px;
     color: #abaebe;
     line-height: 25px;
 }

 .welcome-section .welcomeborder {
     border: 2px solid #f0f3f7 !important;
     position: relative !important;
     overflow: -webkit-paged-y;
     margin-bottom: 10px;
     display: block;
     height: 1px;
 }
 /*===================================================welcome-end======================================================================*/

 /*==========================================================================parallex-sec===============================================================================*/
 .parallex-sec{
     background-image:url("/assets/site/images/homepage/parallex-sec.jpg");
     background-repeat:no-repeat;
}
 .parallex-sec .parallex-inner p{
     font-family:"Poppins-Medium";
     font-size:24px;
     color:#dedede;
}
 .parallex-sec .parallex-btn{
     display:flex;
     margin-left:-4px;
     margin-top:-6px;
}
 .parallex-sec .parallex-btn a{
     font-family:"Poppins-Semibold";
     font-size:16px;
     color:#111c55;
     text-decoration:none;
     padding:15px 35px;
     background-color:#4c5c7c;
     border-radius:50px;
}
 .parallex-sec .mid{
     padding:100px 0px 80px;
}
 @media (max-width: 992px){
     .parallex-sec .parallex-inner p{
         margin-bottom:40px;
    }
    .parallex-sec{
         text-align:center;
    }
    .parallex-sec .parallex-btn a{
         margin-left:auto;
         margin-right:auto;
         display:block;
    }
}
/*==========================================================================parallex-sec=end===============================================================================*/











/*=========================================================================footer==============================================================*/
.footer{
    background-image:url("/assets/site/images/foter-la.png");
    background-size:cover;
    background-repeat:no-repeat;
}
@media screen and (max-width: 992px){
    .footer .sec {
        padding-left: 15px!important;
   }
    .footer .fist{
        padding-right:15px!important;
   }
    .footer .heading .border {
   display: block;
   width: 24%!important;
   height: 1px;
    }
}
.footer{
    padding:80px 0px 75px;
}
.footer .heading{
    padding-bottom:30px;
}
.footer .heading .border:before{
    content:'';
    position:absolute;
    width:50px;
    height:2px;
    background:#f8faff;
}
.footer .heading .border{
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
}
.footer .news .btnn a:hover{ background:#fff; color:#2685f9;}
.footer .news .btnn a{
    background:#2685f9;
    padding:6px 20px;
    border-radius:50px;
    font-size:16px;
    color:#fff; line-height:40px;
    text-decoration:none;
    font-family:"Rubik-Regular";
}


.footer .news .date p{
    font-size:16px;
    color:#fff;
    text-decoration:none;
    font-family:"Rubik-Regular";
    margin-top:5px;
}
.footer .news .btnn{
    float:left; margin-right:20px;

    height:40px;
}
.footer .news .one .btnn{
    float:left;
    height:40px;
}
.footer .inner-content{
    padding-bottom:7px;
    display:flex;
}
.footer .inner.one{
    padding-bottom:20px;
    border-bottom:1px solid #142476;
}
.footer .inner.two{
    padding-top:20px;
}
.footer .news .para{
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
    font-family:"Poppins-Medium";
    line-height:28px;
}
.footer .image.logo img{
    padding-bottom:30px;
}
.footer .heading h2{
    font-family:"Poppins-Semibold";
    font-size:20px;
    color:#ffffff;
}
.footer .description p{
    color:#ffffff;
    font-size:16px;
    line-height:28px;
    font-family:"Rubik-Regular";
}
.footer .description ul{
    padding:0px;
}
.footer .description ul li {
    color:#ffffff;
    text-decoration:none;
    list-style:none;
}
.description.link.last{ margin-bottom:45px!important;}
.footer .description ul li span{
    font-family:"Poppins-Medium";
    font-size:16px;
    color:#ffffff;
}
.footer .description ul li{
    font-family:"Rubik-Regular";
    font-size:16px;
    color:#ffffff;
    line-height:28px;
}
.footer .description.link ul li a{
    color:#ffffff;
    text-decoration:none;
    font-family:"Rubik-Regular";
    font-size:16px;
    line-height:38px;
}
.footer .description .image>tbody>tr>td{
    padding:4px;
}
.footer .description.last table{
    margin-top:-10px;
}
.footer .description.last table>tbody>tr>td.fist{
    padding-right:40px;
}
.footer .description.last table>tbody>tr>td a:hover{ color:#fff;}
.footer .description.last table>tbody>tr>td a{
    font-family:"Rubik-Regular";
    font-size:16px;
    color:#ffffff;
    line-height:38px;
    text-decoration:none;
    cursor:pointer; transition: .5s ease;
}
.footer .fist{
    padding-right:0px;
}
.footer .sec{
    padding-left:30px;
}
.footer .form-group{
    margin:0px;
}
.icon-media li a{
    color:#fff;
    text-decoration:none;
}
.icon-media li {
    display:inline;
    padding:0px 20px 0px 0px;
}
.icon-media li a:hover{
    color:#ffffff;
}
.footer .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:#ffffff!important;
    background-color:transparent!important;
    background-image: none;
    border:none!important;
    text-align:justify!important;
    border-radius: 0px!important;
    -webkit-box-shadow:none!important;
    box-shadow: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    font-family:"Rubik-Regular"!important;

}
.footer .far.fa-envelope{
    font-size:16px;
    color:#222222;
}
.footer .form-outer{
    border:2px solid #142476;
    overflow:hidden;
}
.footer .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action:none!important;
    touch-action:none!important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px!important;
}
.footer .btn-info {
    color: #fff!important;
    background-color: #4c5c7c!important;
    border-color: #4c5c7c!important;
}
.footer .input-group {
    margin: 20px auto;
    width: 100%;
    border:2px solid #142476;
}
.footer input.btn.btn-lg, .footer input.btn.btn-lg:focus {
    outline: none;
    width: 80%;
    height: 60px;
    border-radius:0px;
}
.footer button.btn {
    width: 18%;
    height: 52px;
    border-radius: 0px;
    margin-top:4px;
}

.footer-last-end ul {
    padding:0px;
    margin:0px!important;
}
.footer-last-end ul li{
    display:inline-block;
    list-style:none;
    font-family:"Rubik-Regular";
    font-size:16px;
    color:#ffffff;
    padding:25px 0px;
}
.footer-last-end .link{
    float:right;
}
.footer-last-end .link li{
    padding:25px 15px;
}
.footer-last-end ul li a{
    font-family:"Rubik-Regular";
    font-size:16px;
    color:#ffffff;
    text-decoration:none;
}
.footer-last-end ul li:last-child{ padding-right:0px;}
.footer-last-end .back-to-top{
    border:2px solid #e1e8f4;
    padding:10px 15px;
}
@media screen and (max-width: 992px){ .footer .description{ margin-bottom:30px;}}
@media (max-width: 992px) {.footer-last-end ul li{ padding:20px 0px 15px!important} .footer-last-end .link li {
   padding: 15px 8px 20px!important;
}.footer-last-end  ul{ text-align:center!important;}
.footer-last-end .link{ float:none; text-align:center!important;}}

/*=========================================================================footer==============================================================*/














/*=============================================================================sec-1 company-sec=============================================================================*/
 .company-overview-sec{
     padding:90px 0px 85px;
     background-image:url("/assets/site/images/company-overview-bd.jpg");
}
 .company-overview-sec .company-inner{
     margin-top:-5px;
}
 .company-overview-sec .logo-read{ width:24px;}
  .company-overview-sec  .column-company{ padding:0px;}
  .company-overview-sec .image-sec img{ margin:0 auto; display:block;}
 .company-overview-sec .company-inner h1{
     font-family:"Poppins-Bold";
     font-size:36px;
     color:#222222;
     text-transform:uppercase;
     font-weight:900;
     margin:0px 0px 25px 0px;
}
 .company-overview-sec .company-inner h1 span{
     text-decoration: underline;
     text-decoration-color: #4c5c7c;
}
 .company-overview-sec .company-inner h6{
     font-family:"Poppins-Semibold";
     font-size:24px;
     color:#222222;
     line-height:32px;
     padding-right:30px;
     margin:0px 0px 25px 0px;
}
 .company-overview-sec .company-inner p{
     font-family:"Rubik-Regular";
     font-size:16px;
     line-height:38px;
     color:#9b9ea8;
     margin:0px 0px 25px 0px;
}
 .company-overview-sec .company-inner .btn-cer{
     margin-top:35px;
}
 .company-overview-sec .company-inner .btn-cer span{
     float:left;
     margin-right:40px;
     margin-top:12px;
}
 @media (max-width: 992px){
    .company-outer{
         margin-bottom:40px;
    }
     .company-overview-sec .company-inner h1{
         font-size:30px;
    }
}
 @media (max-width: 500px){
     .company-overview-sec .company-inner .btn-cer span {
         float: none;
         width:100%;
    }
     .company-overview-sec .company-inner .btn-cer .image{
         margin-top:40px;
         padding:0px;
    }
}
 .company-overview-sec .company-inner .btn-cer span a{
     font-family:"Poppins-Semibold";
     text-decoration:none;
     font-size:16px;
     color:#222;
     padding:13px 45px;
     border:2px solid #9b9ea8;
     background:#f7faff;
     border-radius:50px;
}
 .company-overview-sec .company-inner .btn-cer span a:hover{
     color:#fff;
     background: #43b9aa;
     border:2px solid #2685f9;
}
 .company-overview-sec .company-inner .btn-cer .image li{
     display:inline-block;
}

 .company-overview-sec .company-outer-two .btn-2 {
     background:#43b9aa;
     padding:20px;
}
 .company-overview-sec .company-outer-two .btn-2 span .logo-read{
     margin-right:10px;
}
 .company-overview-sec .company-outer-two .btn-2 span a{
     font-family:"Poppins-Semibold";
     font-size:15px;
     color:#fff;
     padding:0px;
}
 .company-inner-two{
     background:rgba(247,250,255,98);
     padding:18px 25px;
     -webkit-box-shadow: 4px 5px 10px -3px rgba(1, 1, 1, 0.1);
     box-shadow: 4px 5px 10px -3px rgba(1, 1, 1, 0.1);
}
 .our-cases-section .our-cases-inner .image .link {
     position: absolute;
     z-index: 10000;
     width: 100%;
     height: 100%;
     background: transparent;
     text-decoration: none;
     top: 0;
     right: 0;
     cursor:url("/assets/site/images/cursor.png"), auto;
}
 .company-inner-two .company-inner-1{
     padding-bottom:15px;
}
 .company-inner-two .company-inner-1 h2{
     font-family:"Poppins-Semibold";
     font-size:18px;
     color:#43b9aa;
     line-height:26px;
}
 .company-inner-two .company-inner-1 p{
     font-family:"Rubik-Regular";
     font-size:16px;
     line-height:26px;
     color:#abaebe;
}
 .company-overview-sec .bor{
     border:1px solid #edf3fc;
}
 .company-inner-two .company-inner-2 h2{
     font-family:"Poppins-Semibold";
     font-size:18px;
     color:#2685f9;
     line-height:26px;
}
 .company-inner-two .company-inner-2 p{
     font-family:"Rubik-Regular";
     font-size:16px;
     line-height:26px;
     color:#abaebe;
}
/*=============================================================================sec-1 company-sec=end============================================================================*/


.toggle-children {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.service-section-outer {
    background-image: url(../images/service-bg.jpg);
    padding: 90px 10px 150px 10px;
}

.service-section-outer .service-inner-one h1{
     font-family:"Poppins-Bold";
     font-size:36px;
     color:#fff;
     text-transform:uppercase;
     margin:0px 0px 25px 0px;
     line-height:40px;
}
 .service-section-outer .service-inner-one h1 span{
     text-decoration: underline;
     text-decoration-color: #ffffff;
}
 .service-section-outer .service-inner-one p{
     font-family:"Rubik-Regular";
     font-size:18px;
     line-height:26px;
     color:#ffffff;
     margin-top:0px;
}
 @media (max-width: 992px){
     .service-section-outer .service-inner-one h1{
         font-size:30px;
    }
}

.service-protfolio-type .service-protfolio-outer .service-protfolio-inner .icon .service{
     font-size:55px;
     color:#a3b3cb;
}
 .service-protfolio-type .service-protfolio-outer:hover .service-protfolio-inner .icon .service{
     color:#2685f9;
}
/*--------------------------------------------------icons---------------------------------*/
 .service-protfolio-type{
     padding:0px 0px 60px;
     position:relative;
     margin-top:-110px;
}
 .service-protfolio-type .service-protfolio-outer.in {
     background:#ffffff;
     -webkit-box-shadow: rgba(1, 1, 1, 0.08) 0 0 50px 0;
     box-shadow: rgba(1, 1, 1, 0.08) 0 0 50px 0;
     padding:9px;
}
 .service-protfolio-type .service-protfolio-outer {
     background:#ffffff;
     -webkit-box-shadow: rgba(1, 1, 1, 0.08) 0 0 50px 0;
     box-shadow: rgba(1, 1, 1, 0.08) 0 0 50px 0;
     padding:9px;
}
 .service-protfolio-type .service-protfolio-outer{
     margin-bottom:30px;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner{
     padding:26px 26px 3px;
     border:2px solid #ffffff;
}
 .service-protfolio-type .service-protfolio-outer:hover .service-protfolio-inner{
     border:2px solid #f2f7fe;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content h2{
     font-family:"Poppins-Bold";
     font-size:18px;
     color:#222222;
     line-height:34px;
     margin:10px 0px;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content p{
     font-family:"Rubik-Regular";
     font-size:16px;
     line-height:26px;
     color:#9b9ea8;
     padding:0px;
     margin:0px;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content a {
     font-family:"Rubik-Regular";
     font-size:16px;
     line-height:26px;
     color:#2685f9;
     text-decoration:none;
     opacity:0;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content a .icon-read{
     float:right;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content{
     background: #fff;
     color: #fff;
     line-height: 24px;
     font-size: 16px;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content h2{
     display: inline-block;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     transition: all 0.6s;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content p{
     display: inline-block;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     transition: all 0.6s;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content a{
     display: inline-block;
     width: 100%;
     height: 100%;
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     transition: all 0.6s;
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content:before{
     position: absolute;
     height: 100%;
     width: 100%;
     line-height: 2.5;
     font-size: 180%;
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     transition: all 0.6s;
}
 .service-protfolio-type .service-protfolio-outer:hover .service-protfolio-inner .content h2{
     -webkit-transform: translateY(-30%);
     -moz-transform: translateY(-30%);
     -ms-transform: translateY(-30%);
     transform: translateY(-30%);
     opacity:0;
}
 .service-protfolio-type .service-protfolio-outer:hover .service-protfolio-inner .content p{
     -webkit-transform: translateY(-70%);
     -moz-transform: translateY(-70%);
     -ms-transform: translateY(-70%);
     transform: translateY(-70%);
}
 .service-protfolio-type .service-protfolio-outer:hover .service-protfolio-inner .content a{
     -webkit-transform: translateY(-80%);
     -moz-transform: translateY(-80%);
     -ms-transform: translateY(-80%);
     opacity:1;
     transform: translateY(-80%);
}
 .service-protfolio-type .service-protfolio-outer .service-protfolio-inner .content:before {
     left: 0;
     top: -100%;
}
 .service-protfolio-type .service-protfolio-outer:hover .service-protfolio-inner .content:before {
     top: 0;
}
 .service-protfolio-type .flaticon-next{
     margin-right:10px;
}

.career-section{
     background:#f7faff;
     background-attachment:fixed;
     background-size:cover;
     background-repeat:no-repeat;
     padding: 60px 0px 70px 0px
}
 .career-section .column-inner-1 .column-1-inner .start-up{
     font-family: Poppins-Semibold;
     font-size: 48px;
     color: #222222;
     line-height:64px;
     margin:0px;
}
 @media (max-width: 992px) {
     .career-section .column-inner-1 .column-1-inner .start-up{
         font-size:30px;
         line-height:34px;
    }
	.career-section .column-inner-1 .column-1-inner .para { line-height:26px!important;}
     .career-section .column-inner-1 .column-1-inner{
         margin-bottom:30px;
    }
     .career-section .column-inner-1 .column-1-inner .para{
         padding-right:0px!important;
    }
}
 .career-section .column-inner-1 .column-1-inner .para{
     font-family:Rubik-Regular;
     font-size:18px;
     padding-right:45px;
     color:#dedede;
     line-height:34px;
     padding-top:20px;
}
 .career-section .column-inner-1 .column-1-inner h6 a{
     font-family:Rubik-Medium;
     text-transform:uppercase;
     font-size:16px;
     color:#fff;
     line-height:26px;
     padding:10px 35px 10px 35px;
     border-radius:40px;
     border:2px solid #fff;
     text-decoration:none;
}
 .career-section .column-inner-1 .column-1-inner h6 a:hover{
     background-color:#2685f9;
     border:2px solid #2685f9;
}
 .career-section .column-inner-1 .column-1-inner h6{
     padding-top:30px;
     padding-bottom:10px;
}
 .career-section .column-inner-1 .column-1-inner .sign{
     padding-top:22px;
}
 .career-section .column-inner-2{
     margin-top: 0px;
     padding:0px;
}
 .career-section .column-inner-1{
     padding:0px;
}
 .career-section .column-inner-2 .column-2-inner .text-inner-1 img{
     margin-top:20px;
}
 .career-section .column-inner-2 .column-2-inner .text-inner-1 h2{
     font-family: Poppins-Semibold;
     font-size: 18px;
     color: #222222;
     line-height:26px;
     text-transform:uppercase;
     margin:0px;
     padding-bottom:10px;
}
 .career-section .caeer-column{ padding:0px;}
 .career-section .text-inner-1{
     margin-top:24px;
     margin-bottom:33px;
}
 .career-section .column-inner-2 .column-2-inner .text-inner-1 p{
     font-family: Rubik-Regular;
     font-size: 16px;
     color: #abaebe;
     line-height:27px;
     padding-top:6px;
}
 .career-section .icon-inner{
     float:left;
}
 .career-section .content-carier{
     margin-left:74px;
}
 .career-section .icon{
     position:absolute;
     color:#111c55;
     font-size:50px;
     margin-top:-10px;
}

.career-section h1 {
    text-align: center;
    font-family: "Poppins-Semibold";
    font-size: 40px;
    color: #222222;
    padding-bottom: 10px;
    margin: 0px;
}

.career-section .head-bor {
    width: 85px;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    background-color: #4c5c7c;
    margin-bottom: 0px;
}
