
*{
    padding: 0;
    margin: 0;
}

*{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
body{
	    font-family: 'Poppins', 'Montserrat', sans-serif;
	font-size:14px;
	color:#a09e9c;
    text-transform:initial;
    max-width:1920px;
    margin:0 auto;
	overflow-x:hidden;
}

h1, h2, h3 {
    font-family: 'Montserrat', sans-serif;
}

.nav-menu, .hero-heading {
    font-family: 'Poppins', sans-serif;
}
p {
	margin: 0;
	color:#767f86;
	font-size:14px;
    line-height: 1.8;
    text-transform: initial;
}
img{border:none;max-width:100%; height:auto;}
ul{
	padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul li {
	list-style: none;
	
}
select,input,textarea,button{box-shadow:none;outline:0!important;}
button {background: transparent;border: 0;font-size: 12px;}

html,body{height: 100%;}

[placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.3s 0.3s ease; 
  -moz-transition: opacity 0.3s 0.3s ease; 
  -ms-transition: opacity 0.3s 0.3s ease; 
  -o-transition: opacity 0.3s 0.3s ease; 
  transition: opacity 0.3s 0.3s ease; 
  opacity: 0;
}

/* section-header */
.section-header{
    position: relative;
    text-align: center;
}
.text-white{
    color: #fff !important;
}
.section-header h2{
    color: #505866;
    font-size:32px;
    font-weight: bold;
    margin-bottom: 24px;
    line-height: 1.3em;
}
.section-header h2 span{text-transform: lowercase;}
.section-header p{
    font-size:16px;
}
.sub-heading{
    font-weight: normal !important;
    font-size: 20px !important;
    text-transform: capitalize !important;
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 1.5em !important;
}
/* section-header */
.fix{position: relative;clear: both;}
/*=============Style css=========*/


/*-------------------------------------
        2. Header-top
--------------------------------------*/
.header-top{border-bottom:1px solid #f6f8fa;}

.header-top ul li {display: inline-block;}

.header-top-left li,.header-top-right li  {display: inline-block;}

/*.select-opt*/
.select-opt,.header-top-contact{
    padding: 10px 18px;
    border-right: 1px solid #f6f8fa;
}
.header-top-contact{
    border-right: 0;
    border-left: 1px solid #f6f8fa;
    font-size: 12px;
}
.select-opt select {
    border: none;
    cursor:pointer;
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}
.select-opt option{
    color:#a7b0ba;
    text-transform: uppercase;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
.select-opt a span.lnr-magnifier:before {
    font-size: 12px;
    color: #373939;
}
/*.select-opt*/

.header-top-right ul li a{
    color:#a7b0ba;
    font-size: 12px;
    font-weight: 300;
}


/*-------------------------------------
        3. Top-area
--------------------------------------*/
nav.navbar.bootsnav {
    background-color:#fff;
    border-bottom: transparent;
}
.wrap-sticky nav.navbar.bootsnav.sticked {background-color: #fff;box-shadow: 0 2px 5px rgba(0,0,0,.2);}

/*.navbar-brand*/
.navbar-header a.navbar-brand,.navbar-header a.navbar-brand:hover,.navbar-header a.navbar-brand:focus {
    display: inline-block;
    color: #1b1e20;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0px;
    text-transform:capitalize;
}
.navbar-header a.navbar-brand {display: inline-block;color:#3b3663;text-transform:capitalize;}

.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:hover,.wrap-sticky nav.navbar.bootsnav.sticked .navbar-header a.navbar-brand:focus {padding:30px 0px;}
/*.navbar-brand*/

/*.nav li*/
nav.navbar.bootsnav ul.nav > li > a {
    color: #2d094c;
    font-size: 18px;
    font-weight: 500;
    text-transform:uppercase;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
nav.navbar.bootsnav ul.nav > li > a {padding:34px 21px;}
nav.navbar.bootsnav ul.nav > li > a:hover,nav.navbar.bootsnav ul.nav > li > a:focus{color: #3b3663;}
nav.navbar.bootsnav ul.nav > li.active>a {color: #3b3663;}

nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
}
nav.navbar.bootsnav ul.nav > li.dropdown span {
    font-size: 8px;
    margin-left: 15px;
}
.wrap-sticky nav.navbar.bootsnav.sticked ul.nav > li > a{padding:34px 21px;}
/*.nav li*/

/*.menu-ui-design*/
.menu-ui-design{overflow-y:scroll;height: 350px;}
.menu-ui-design::-webkit-scrollbar {
    width:5px;
}
.menu-ui-design::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 8px #000;
}
.menu-ui-design::-webkit-scrollbar-thumb {
  background-color: #3b3663;
}
/*.menu-ui-design*/

/*.navbar-toggle */
nav.navbar.bootsnav .navbar-toggle {
    position: relative;
    background-color: transparent;
    border: 1px solid #3b3663;
    padding: 10px;
    top: 0;
}
nav.navbar.bootsnav .navbar-toggle i{color: #3b3663;}
/*.navbar-toggle */

/*-------------------------------------
        4.  Welcome-hero
--------------------------------------*/
.welcome-hero {
    box-sizing: border-box;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
    min-height: 40px;
}

.welcome-hero-txt { padding: 100px 0px 160px;}

.welcome-hero-txt h2 {
 font-size: 45px;
    color: #3b3663;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
}
.green-txt{
    color: #3b3663;
}
.welcome-hero-txt p {
    font-size: 18px;
    color: #fcfcfc;
    margin-top: 25px;
}

.welcome-hero-serch-box{margin-top: 78px;display: flex;}
.welcome-hero-form {
    display: flex;
    background: #fff;
    height: 70px;
    border-radius: 3px;
    width: 85%;
}
.single-welcome-hero-form {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 50%;
    padding: 0 30px;
}
.single-welcome-hero-form:first-child{border-right: 1px solid #edeff1;}
.single-welcome-hero-form input {
    margin-left: 10px;
    height: 70px;
    width: 300px;
    border: 0;
    background: transparent;
}
.single-welcome-hero-form input[type="text"]{
    font-size: 14px;
    color: #859098;
    text-transform: capitalize;
    font-weight: 500;
}
.welcome-hero-form-icon {
    position: absolute;
    top: 20px;
    right: 30px;
    color: #252d32;
}
.welcome-hero-btn {
    display:  flex;
    justify-content:  center;
    align-items:  center;
    font-size:  14px;
    color:  #fff;
    width:  170px;
    height:  70px;
    background:  #3b3663;
    text-transform:  capitalize;
    margin-left:  30px;
    border-radius: 3px;
    -webkit-transition: 0.3s linear; 
    -moz-transition: 0.3s linear; 
    -ms-transition: 0.3s linear; 
    -o-transition: 0.3s linear; 
    transition: 0.3s linear;
}
.welcome-hero-btn:hover{/*background: #fd4043;*/background: #f43032;}

.welcome-hero-btn svg {
    width:  14px;
    height:  auto;
    margin-left:  12px;
}

/*-------------------------------------
        5. List-topuics
--------------------------------------*/
.list-topics-content {
    position: relative;
    top: -98px;
    z-index: 1;
}
.list-topics-content ul li { display: inline-block;}

.single-list-topics-content{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 205px;
    height: 170px;
    background:#fff;
    border-radius: 3px;
    margin-right: 20px;
    margin-bottom: 20px;
    box-shadow: 0 0px 10px rgba(71,71,71,.2);
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-list-topics-content h2>a { margin: 13px 0;}
/*.single-list-topics-content:last-child{margin-right: 0;}*/

.single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-icon [class*=" flaticon-"]:after {font-size: 45px;color:#343a3f;}
.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:before,.single-list-topics-content:hover .single-list-topics-icon [class^="flaticon-"]:after,.single-list-topics-content:hover .single-list-topics-icon [class*=" flaticon-"]:after {color:#fff;}

.single-list-topics-content:hover h2>a,.single-list-topics-content:hover p{color: #fff!important;}
.single-list-topics-content:hover{
    color: #fff;
    background:#3b3663;
    box-shadow: 0 5px 10px rgba(71,71,71,.4);
}

/*-------------------------------------
        6. Works 
--------------------------------------*/
.works {
    padding: 60px 0;
    background: url(../images/omnichannel.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.works-content {margin-top: 73px;}

.single-how-works{
    text-align: center;
    padding:50px 42px;
    border-radius: 3px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    margin-bottom: 30px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}

.single-how-works-icon {
    display: inline-block;
    color: #50616c;
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: #eef2f6;
    border-radius: 50%;
}
.single-how-works h2 a {
    font-size:  18px;
    margin: 35px 0 20px;
}
.single-how-works h2 a span {text-transform:  lowercase;}
.single-how-works p {margin-bottom: 25px;text-transform: initial;}

.single-how-works-icon [class^="flaticon-"]:before,.single-how-works-icon [class*=" flaticon-"]:before,.single-how-works-icon [class^="flaticon-"]:after,.single-how-works-icon [class*=" flaticon-"]:after {font-size: 35px;}
.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:before,.single-how-works:hover .single-how-works-icon [class^="flaticon-"]:after,.single-how-works:hover .single-how-works-icon [class*=" flaticon-"]:after {color:#3b3663;}

.welcome-hero-btn.how-work-btn {
    display: inline-block;
    margin: 0;
    width: 100px;
    height: 35px;
    font-size: 12px;
    background: transparent;
    color: #767f86;
    border: 1px solid #d3d6d9;
    border-radius: 3px;
}

.single-how-works:hover h2 a,.single-how-works:hover p{color: #fff;}
.single-how-works:hover .single-how-works-icon{background: #fff;}
.single-how-works:hover .welcome-hero-btn.how-work-btn{background: #fff;color: #3b3663;}
.single-how-works:hover{box-shadow: 0 0px 10px rgba(71,71,71,.4);background: #3b3663;}

/*-------------------------------------
        7. Explore
--------------------------------------*/
.explore{
    padding:117px 0 95px;
    background: #f8fafb;
}
.explore-content{margin-top: 78px;}

.single-explore-item {
    background: #fff;
    border: 1px solid #edeff1;
    border-radius: 3px;
    margin-bottom: 25px;
    -webkit-transition: .3s linear; 
    -moz-transition:.3s linear; 
    -ms-transition:.3s linear; 
    -o-transition:.3s linear;
    transition: .3s linear;
}
.single-explore-img{position:relative;overflow: hidden;}
.single-explore-img:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(162,172,177,.2);
}
.single-explore-img-info {
    position: absolute;
    bottom:-20px;
    left: 0;
    width: 100%;
    opacity:0;
    visibility:hidden;
    -webkit-transition: .3s linear;
    -moz-transition: .3s linear;
    -ms-transition: .3s linear;
    -o-transition: .3s linear;
    transition: .3s linear;
}
.single-explore-item:hover .single-explore-img-info{
    opacity:1;
    visibility:visible;
    bottom:0px
}
.single-explore-img-info button{
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 83px;
    height: 21px;
    line-height: 21px;
    background: #3b3663;
    border-radius: 3px;
    color: #fcfcfc;
    text-transform: capitalize;
    text-align: center;
    font-size: 12px;
}
.single-explore-image-icon-box {
    text-align: right;
    position: absolute;
    bottom: 10px;
    right:  10px;
}
.single-explore-image-icon-box ul li {
    display:  inline-block;
    width: 30px;
    height:  28px;
    line-height:  28px;
    background: #252d32;
    text-align:  center;
    margin-left:  5px;
    color:  #cbcccd;
}
.single-explore-image-icon-box ul li:hover i{color: #267dff;}

.single-explore-txt {
    padding: 26px 25px 24px 15px;
}
.single-explore-txt.bg-theme-1 .explore-rating{background: #70a9ff;}
.single-explore-txt.bg-theme-2 .explore-rating{background: #00c61c;}
.single-explore-txt.bg-theme-3 .explore-rating{background: #ffcc5d;}
.single-explore-txt.bg-theme-4 .explore-rating{background: #bd70ff;}
.single-explore-txt.bg-theme-5 .explore-rating{background: #ff7a40;}

.explore-rating-price,.explore-rating-price a {
    font-size: 12px;
    color: #777f85;
    text-transform: capitalize;
    font-weight: 400;
    margin: 15px 0 20px;
}
.explore-rating-price a {margin:0;}
.explore-rating {
    display: inline-block;
    width: 32px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-weight: 500;
    margin-right: 10px;
}
.explore-price {color: #f63138;}
.explore-price-box {
    display: inline-block;
    padding: 0 10px;
    margin: 0 8px;
    border-left: 1px solid #dde0e4;
    border-right: 1px solid #dde0e4;
}
.explore-person {
    padding-bottom: 28px;
    border-bottom: 1px solid #e1e5eb;
}
.explore-person-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.explore-person p {font-size: 12px;}
.explore-open-close-part {
    margin-top: 20px;
}
.close-btn {
    color: #f63138;
    text-transform: capitalize;
}
.close-btn.open-btn {color: #00c437;}
.explore-map-icon{text-align: right;}
.explore-map-icon a svg {
    width: 12px;
    height: 14px;
    margin-left: 23px;
    color: #767f86;
}
.explore-map-icon a svg:hover{color: #f63138;}
.single-explore-txt.bg-theme-2 .explore-map-icon a svg:hover{color: #00c437;}
.single-explore-item:hover{box-shadow: 0 10px 20px rgba(21,19,19,.2);}

/*-------------------------------------
        8. Reviews
--------------------------------------*/
.reviews{padding:117px 0 75px;}
.reviews-content {margin-top:36px;}

/*single-testimonial-box */
.single-testimonial-box  {
    padding: 50px 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2); 
    overflow-x:hidden;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-testimonial-box:hover{box-shadow:0 10px 20px rgba(21,19,19,.2);}
.slick-current .single-testimonial-box{box-shadow:0 10px 20px rgba(21,19,19,.2);}
/*testimonial-description*/
.single-testimonial-box{
    width: 404px;
    background:#fff;
}
/* testimonial-info */
.testimonial-info {
    display: flex;
    align-items: center;
    text-transform:capitalize;
}
.testimonial-img {
    position: relative;
    top: 11px;
    margin-right: 5px;
    border-radius:50%;
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.testimonial-person {
    margin-left: 15px;
    margin-top: 11px;
}
.testimonial-person h2 {
    color: #505866;
    font-size: 18px;
}
.testimonial-person h4 {
    color: #a2a5ab;
    font-size: 14px;
    font-weight: 400;
    margin-top: 10px;
}
.testimonial-person-star i {
    color: #ffda2b;
    margin: 9px 4px 0 0;
}/* testimonial-info */


/* testimonial-comment */
.testimonial-comment {
    margin-top: 18px;
}
.testimonial-comment p{
    color: #8d939e;
    font-size: 14px;
    font-weight: 300;
}/* testimonial-comment */


/*.slick-slide*/
.slick-initialized .slick-slide {
    display: block;
    padding: 40px 0;
}
.slick-slide.slick-cloned {outline: 0!important;}
.slick-slide {
  margin: 0px 10px;
}
.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .5;
}
.slick-active {
  opacity: .5;
}
.slick-current {
  opacity: 1;
}
/*.slick-slide*/

/*-------------------------------------       
        9.  Counter
--------------------------------------*/
.statistics{
    position:relative;
    display: flex;
    align-items: center;
    background:url(../images/bg.jpg)no-repeat;
    background-position:center;
    background-size:cover;
    padding:60px 0;
}
/* single-ststistics-box */
.single-ststistics-box {
    text-align: center;
    margin-bottom:30px;

}
/* single-ststistics-box */
.statistics-content{
    display: flex;
    justify-content: center;
    color:#fff;
    font-size:60px;
}
.statistics-content span {
    margin-left: 5px;
}
.single-ststistics-box h3{
    color:#fff;
    font-size:24px;
    text-transform:capitalize;
    font-weight: 500;
}

/*-------------------------------------
        10. Blog
--------------------------------------*/
.blog{padding:120px 0 90px;}
.blog-content{margin-top: 80px;}

.single-blog-item{
    margin-bottom: 30px;
    box-shadow: 0 0px 5px rgba(71,71,71,.2);
    -webkit-transition: .3s; 
    -moz-transition:.3s; 
    -ms-transition:.3s; 
    -o-transition:.3s;
    transition: .3s;
}
.single-blog-item-txt {padding:  25px 28px 27px;}
.single-blog-item-txt h2 a {text-transform:  initial;line-height: 1.8;}
.single-blog-item-txt h4 {
    font-size:  14px;
    color:  #8f949d;
    font-weight:  400;
    margin: 12px 0 20px;
}
.single-blog-item-txt h4 a {
    font-size:  14px;
    padding-right:  14px;
    border-right: 1px solid #dde0e4;
    margin-right:  15px;
    text-transform: uppercase;
}

.single-blog-item:hover h2 a {color:#3b3663;}
.single-blog-item:hover{
    box-shadow: 0 10px 20px rgba(21,19,19,.4);
}


/*-------------------------------------
        11. Subscribe
--------------------------------------*/
.subscription{
    background: #f9fbfe;
    padding: 60px 0;
}
/*subscribe-title*/
 .subscribe-title {margin-bottom: 30px;}

.subscribe-title h2 {
    font-size: 36.3px;
    font-weight: bold;
    text-transform: none;
    line-height: 1.6em;
    color: #3a3a3a;
}
.subscribe-title p{
    color:#000;
    font-size:18px;
    font-weight: 400;
    margin-top: 0px;
}/*subscribe-title*/


/*custom-input-group*/
.subscription-input-group {
    position: relative;
    text-align: center;
    max-width: 630px;
    margin:0 auto;
}

.subscription-input-group .subscription-input-form{
    display: inline-block;
    width: 630px;
    height: 60px;
    padding-left:30px;
    font-size: 16px;
    color: #a5adb3;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border:1px solid #fff;
    box-shadow: 0 0px 10px rgba(21,19,19,.1);
     -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.subscription-input-group:hover .subscription-input-form{
    box-shadow: 0 5px 20px rgba(21,19,19,.4);
}
/*custom-input-group*/

/*appsLand-btn*/
.appsLand-btn {
    position: absolute;
    top: 0;
    right: 0;
    background: #3b3663;
    display: inline-block;
    width: 180px;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    border-top-right-radius:3px;
    border-bottom-right-radius:3px;
    text-transform:capitalize;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    border: 0;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -o-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.appsLand-btn:hover, .appsLand-btn:focus, .appsLand-btn:active {
    text-decoration: none;
    outline: none;
}
.appsLand-btn:hover {
    box-shadow:0 5px 10px rgba(71,71,71,.4);
    background: #f43032;
}
/*appsLand-btn*/

/*-------------------------------------
        12. Footer
--------------------------------------*/
.footer-menu {padding: 45px 0;}
.footer-menu .navbar-header{padding:0;}
.footer-menu .navbar-header a.navbar-brand,.footer-menu.footer-menu .navbar-header a.navbar-brand:hover,.footer-menu .navbar-header a.navbar-brand:focus{
    padding:0;
    height: 0;
}
.footer-menu ul.footer-menu-item{text-align: right;}
.footer-menu ul.footer-menu-item li{display: inline-block;}
.footer-menu ul.footer-menu-item li a {
    color: #859098;
    font-size: 14px;
    text-transform: uppercase;
    padding-left: 40px;
    -webkit-transition:0.3s linear;
    -moz-transition:0.3s linear;
    -o-transition:0.3s linear;
    transition:0.3s linear;
}
.footer-menu ul.footer-menu-item li a:hover{color: #f43032;}
.hm-footer-copyright {
    padding: 40px 0;
    border-top: 1px solid #e1e5eb;
}
.hm-footer-copyright p,.hm-footer-copyright p a {
    color: #a5adb3;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-social .fa-phone:before {
    position: relative;
    top: 2px;
}


/*===============================
    Scroll Top
===============================*/
#scroll-Top  .return-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: none;
    width: 40px;
    line-height: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    cursor: pointer;
    color: #fff;
    background:#3b3663;
	border:1px solid #3b3663;
	border-radius:50%;
	-webkit-transition: .5s; 
	-moz-transition:.5s; 
	-ms-transition:.5s; 
	-o-transition:.5s;
    transition: .5s;
	z-index: 2;
}
#scroll-Top  .return-to-top:hover {
    background:#f43032;
	border:1px solid #3b3663;
}

#scroll-Top  .return-to-top i{
    position:relative;
    bottom:0;

}

#scroll-Top  .return-to-top i{
    position: relative;
    animation-name: example;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-duration:1s;
}
@keyframes example {
    0%   {bottom:0px;}
    100%  {bottom:7px;}
}

.works i{
    font-size: 75px;
    color: #3b3663;
}
.icon-text1{
font-size: 45px !important;
    font-weight: 800;
    line-height: 1.6em;
    color: #ff914e;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 0px;
}
.p-text{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
}
.img-txt{
    font-size: 44px !important;
    font-weight: bold;
    line-height: 1.2em !important;
}
.learn-btn{
    color: #240043;
    font-weight: bold;
    padding: 10px 25px;
    font-size: 18px;
    line-height: 1.2em;
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 15px;
}
.learn-btn:hover{
    background-color: #3b3663;
    color: #fff;
}
.counter{padding: 60px 0;background: #240043;}
.number{
    letter-spacing: 1px;
    font-size: 75px !important;
    font-weight: bold;
    color: #3b3663;
}
.num-text{
    font-size: 18px;
    font-weight: bold;
    color: #240043;
}
.img-box {
       width: 17.2%;
    float: left;
    margin: 0 15px;
    padding: 10px;
}
.bg-red{
   background: linear-gradient(135deg, #3b3663, #ff416c);

    padding: 50px 0;
}
.bg-green{
    background-color: #3b3663;
    padding: 50px 0;
}
.heading-text{
    font-size: 44px !important;
    line-height: 1.3em !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    font-weight: 700;
    text-transform: none !important;
}
.hr-style{
    border-width: 8px !important;
    border-color: #3b3663 !important;
    opacity: 1 !important;
}
.hr-width{
    float: none;
    max-width: 80px;
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-top: 14px !important;
    padding-bottom: 35px !important;
  
}
.text-para p{
    margin-top: 0px;
    margin-bottom: 25px;
    text-align: justify;
}
.section-header-2 h4{
    font-size: 24px;
    font-weight: 600;
}
.section-header-2 h2{
    font-size: 50px;
    font-weight: 700;
    line-height: 1.45em !important;
}
.page-section{
    padding: 60px 0;
}
.icon-text{
    font-size: 20px !important;
    text-transform: uppercase !important;
    color: #000;
}
.img-boxx p{
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #000;
    text-align: justify;
}
.img-boxx img{
    width: 30%;
    margin-bottom: 20px;
}
.slider-box{
    box-shadow: rgba(0, 0, 0, 0.68) 0px 8px 12px 0px;
    border-radius: 20px;
    margin-bottom: 30px !important;
}
.content-box{
    padding: 6% 6%;
    margin: 0px 0%;
    background-color: rgb(255, 255, 255);
    min-height: 300px;
}
.content-box p{
    font-size: 16px;
    color: #000;
  text-align: justify;
}
.slider-text{
    color: #3b3663 !important;
    font-size: 20px !important;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 0px;
}
.desig{
       color: #3b3663 !important;
    font-size: 14px !important;
    font-weight: 600;
}
.section-header-3 p{
    font-size: 20px;
    font-weight: 600;
}
.section-header-3 h2  {
    font-size: 34px !important;
    color: #fff !important;
    line-height: 1.6em;
    font-weight: bold;
}
.form-container {
    max-width: 600px;
    margin: 50px auto;
    background-color: transparent;
    padding: 20px;
  }
  .form-control{
    background: #fff;
    padding: 8px 16px;
    outline: 0;
    font-size: 14px;
    box-shadow: none;
    height: 51px;
    border-radius: 5px;
  }
  .form-select{
    background: #fff;
    padding: 8px 16px;
    outline: 0;
    font-size: 16px;
    box-shadow: none;
    height: 51px !important;
    color: #4d4d4d;
    font-weight: 500;
  }
  ::placeholder{
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 500;
  }
  h2 {
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
  }
  .form-check-label {
    color: #fff;
    font-size: 15px;
  }
  .form-check {
    margin-bottom: 10px;
  }
  .submit-btn {
    background-color: #3b3663;
    color: #fff;
    font-weight: bold;
    padding: 15px 25px;
    border: none;
    font-size: 25px;
    border-radius: 5px;
  }
  .submit-btn:hover {
    background-color: #fff;
    color: #000;
  }
  .small-text{
    font-size: 12px;
    color: #fff;
    letter-spacing: 5px;
    margin: 20px 0;
  }
.footer-section {
    background-color: #3a3a3a;
    border-top: 2px solid #3a3a3a;
}
  .footer-title {
       color: #fff;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 20px;
  }
  
  .footer-social a {
    color: white;
    font-size: 1.2rem;
    margin-right: 20px;
    transition: 0.3s;
  }
  
  .footer-line {
    border-top: 3px solid #fff;
    width: 60px;
    margin: 1rem 0;
    opacity: 1;
  }
  .footer-section ul li{
    font-size: 15px;
    margin-bottom: 15px;
  }
  .mean{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
  }
.footer-text{
    font-weight: 500!important;
    font-size: 15px !important;
    color: #fff;
}  
.navbar-nav {
  display: flex;
  justify-content: center;
}

  .navbar-collapse {
    flex-grow: 0;
    flex-basis: 100%;
    align-items: center;
}
.nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 16px !important;
    font-weight: 600;
    text-transform: none;
    color: var(--bs-nav-link-color);
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show
 {
    color: #3b3663;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 20px;
}
#omni .section-header-2 h2 {
    font-size: 45px;
    font-weight: 700;
    line-height: 1.45em !important;
}
#omni p {
    font-size: 20px;
}
.para-text {
    margin: 0;
    color: #3b3663;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}
.secsub-heading{
       color: #3b3663;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px;
}
.text-box{
border-radius: 10px;
    margin-bottom: 30px !important;
    padding: 20px;
    background: #fff;
    height: 240px;
    text-align: center;
}
.text-box img{
   width: 50%;
}
.text-box p{
    color: #000;
    font-size: 14.18px;
    font-weight: 400;
}
.content-box-1{
    padding: 6% 6%;
    margin: 0px 0%;
    background-color: rgb(255, 255, 255);
    border: 1px solid #ddd;
       border-radius: 20px;
       min-height: 200px;
}
.content-box-1 p {
    font-size: 17px;
    color: #000;
    text-align: justify;
}
.img-boxx{
        border: 1px solid #3b3663;
    border-radius: 10px;
    padding: 25px;
    margin:0 10px 
}

.header-area {
    background: url(../images/patter-bg-2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.banner-image{
    border-radius: 50%;
     animation: floatUpDown 4s ease-in-out infinite;
}
@keyframes floatUpDown {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}
.border-bottom {
    border-bottom: var(--bs-border-width) var(--bs-border-style) #979797 !important;
}
.client-bg{
   background: url(../images/pattern-bg-5.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.growth-section{
    background: url(../images/pattern-bg-6.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
}
.we-work{
        border-radius: 190px 0px 190px 0px;
    border: 3px solid #3b3663;
    padding: 10px;
}
.partners{
     border-radius: 0px 190px 0px 190px;
    border: 3px solid #3b3663;
    padding: 10px;
}
footer a{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
footer a:hover{
    color: #fff;
}
.bord {
    border-top: 1px solid #f56816;
    background: #f56816;
    padding-bottom: 18px;
    color: #fff;
}
.thanku-heading {
    text-align: center;
    font-size: 72px !important;
    color: #3b3663;
}
.thanku-sub {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
}
.page-section {
    padding-top: 60px;
    padding-bottom: 60px;
}
.contact-btn {
 background: linear-gradient(to left, #fb8120, #f1ab0f);
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: inline-block;
    text-decoration: none;
        font-size: 16px;
}

.contact-btn:hover {
  opacity: 0.9;
}
    .form-section {
    background: url(../images/cantact-us-banner.jpg) no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 0;
    color: #fff;
    }

    .form-control,
    .form-select,
   .form-control, .form-select, textarea {
    background: transparent;
    border: 1px solid #ffffff80;
    color: #fff;
    font-size: 14px;
}

    .form-control::placeholder,
    textarea::placeholder {
      color: #ccc;
    }

  label {
    margin-bottom: 5px;
    color: #bdbbc3;
    font-size: 18px;
    font-weight: 600;
}

    .required::after {
      content: "*";
      color: red;
      margin-left: 3px;
    }

    .submit-btn {
    background: linear-gradient(to left, #fb8120, #f1ab0f);
    color: white;
    padding: 8px 20px;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: opacity 0.3s ease;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    }

    .submit-btn:hover {
      background-color: #f13951;
      color: #fff;
    }

    textarea {
      resize: none;
      height: 140px;
    }

    .form-left, .form-right {
      padding: 20px;
    }
textarea {
  resize: none;
  height: 238px !important;
}
.text-right{
   text-align: right;
}
.item{
        margin: 0 15px;
}
.owl-carousel .owl-item img {
    display: inline !important;
    width: 50% !important;
}
.orange-txt{
    color: #ff914e;
    font-weight: bold;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.img-box {
    padding: 10px;
    text-align: center;
}
/*========================Thank you=================