
/*------------------------------
Table-Of-Content 
-------------------------------- 
01. Helper-Class
02. Button-Styles
03. Mainmenu-Area
    3.1 DropDown-Menu
    3.2 Menu-Right-Content
    3.3 Toggle-Search-Form
    3.4 Transparent-Menu
05. Fixed-Menu 
06. Top-Bar-Area 
06. Header-Area
07. Service-Area
08. Feature-Area
09. Video-Area
11. Action-Area
12. Subscribe-Area
13. Testimonial-Area
14. Team-Area
15. Blog-Area
16. Sponser-Area
17. Footer-Area
18. ScrollUpButton 
19. Preloader-CSS 
 --------------------------*/
 @import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800,900&display=swap');
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    margin: 0px;
    color: #666666;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    margin: 0 0 15px;
    line-height: 1.4em;
    font-family: 'Poppins', sans-serif;
    color: #333333;
}

 /* -----------------------
01. Helper-Class
 ------------------------ */

.section-padding-top {
    padding-top: 120px;
}
.section-padding-bottom {
    padding-bottom: 120px;
}
.upper {
    text-transform: uppercase;
}
.full-wrapper {
    position: relative;
}

.col-padding-none {
   padding-left: 15px;
   padding-right: 15px;
}

.col-padding-none > div {
    padding: 0px;
}

.gray-bg {
   background-color: #f4f9ff;/*#f9fafc*/
}

.dark-bg {
   background-color: #333333;
}

.overlay {
   position: relative;
   z-index: 1;
}

.overlay:before {
   content: "";
   position: absolute;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, 0.5);
   z-index: -1;
}

.section-title {
   text-align: center;
   margin-bottom: 60px;
}

.section-title .title {
   font-size: 40px;
   line-height: 60px;
   color: #272727;
   font-weight: 500;
}

.section-title .title span {
   color:#101ac6;/* #ff7815; */
}

.section-title .desc {
   width: 550px;
   max-width: 100%;
   display: inline-block;
}
.mr-auto{
    margin:auto;
}
.mr-top-60{
    margin-top: 60px;
 }
.mr-top-30{
    margin-top: 30px;
 }
.mr-bottom-60 {
   margin-bottom: 60px;
}
.mr-bottom-30 {
   margin-bottom: 30px;
}
.skip-space {
   margin-bottom: -30px;
}
.w-1200{
    width:1200px;
}
/* --------------------- 
02. Button-Styles 
----------------------- */
.row-btn{
    width: 100%;
    text-align: center;
}
.button-primary {
    padding: 12px 40px;
    border-radius: 100px;
    color: #ffffff;
    background-color:#101ac6;/* #ff7815; */
    -webkit-box-shadow: 0px 0px 0px 0 rgba(46, 109, 158, 0.2);
    box-shadow: 0px 0px 0px 0 rgba(46, 109, 158, 0.2);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: none;
    display: inline-block;
}
.button-primary .icon {
    margin-right: 5px;
}
.button-primary:hover {
    -webkit-box-shadow: 0px 5px 30px 0 rgba(46, 109, 158, 0.2);
    box-shadow: 0px 5px 30px 0 rgba(46, 109, 158, 0.2);
    background-color: #ffffff;
    color:#101ac6;/* #ff7815; */
}
.button-primary.button-white {
    color: #101ac6;/* #ff7815; */
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
.button-primary.button-white:hover {
    background-color: transparent;
    color: #ffffff;
}
/* --------------------- 
03. Mainmenu-Area 
----------------------- */
 .mainmenu-area {
     position: relative;
     top: 0;
     left: 0;
     width: 100%;
     z-index: 9999;
     -webkit-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     background-color: #ffffff;
     border-bottom: 1px solid #f7f7f7;
}
 .mainmenu-area.affix {
     position: fixed;
}
 .mainmenu-row {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
         -ms-flex-align: center;
             align-items: center;
     -webkit-box-pack: justify;
         -ms-flex-pack: justify;
             justify-content: space-between;
}
 .site-logo .logo-image {
     padding-left: 15px;
     display: block;
}
 .site-logo .logo-text a {
     max-height: 120px;
     text-align: center;
     display: block;
     font-size: 30px;
     overflow: hidden;
     position: relative;
     padding: 15px 0px;
     color: #333333;
}
 .site-logo .logo-text {
     margin-bottom: 0;
}
 .mainmenu-area.affix {
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     background-color: rgba(255, 255, 255, 1);
}
 .admin-bar .mainmenu-area.affix {
     top: 30px;
}
 .mainmenu-area {
     white-space: nowrap;
}
.primary-menu ul.navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.primary-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.primary-menu>ul>li {
    display: inline-block;
    position: relative;
    margin-left: -5px;
    padding: 0;
    float: left;
}

.primary-menu ul li li a {
    border-left: 1px solid #f6f6f6;
}

.primary-menu>ul>li:first-child {
    border-left: none;
}

.mainmenu-area #mainmenu ul li>a i.plus {
    float: right;
    width: 12px;
    height: 12px;
    line-height: 12px;
    margin-top: 10px;
    margin-left: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    display: block;
    position: relative;
}

.mainmenu-area #mainmenu ul li>a i.plus:before,
.mainmenu-area #mainmenu ul li>a i.plus:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 2px;
    display: block;
    background-color: #e6efe7;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.mainmenu-area #mainmenu ul li>a i.plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.mainmenu-area #mainmenu ul li:hover>a i.plus:before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
}

.primary-menu ul li {
    position: relative;
}

.primary-menu ul.navbar-nav li a {
    padding: 30px 20px;
    position: relative;
    font-weight: 600;
    color: #333333;
    text-transform: capitalize;
    background: none;
    font-size: 15px;
    display: block;
    overflow: hidden;
}

.primary-menu ul.navbar-nav>li > a:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 4px;
    background-color: #101ac6;/* #ff7815; */
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.primary-menu ul.navbar-nav>li.current-menu-item > a:after,
.primary-menu ul.navbar-nav>li > a:hover:after,
.primary-menu ul.navbar-nav>li > a.active:after {
    width: 100%;
}

.primary-menu ul.navbar-nav>li>a.active,
.primary-menu ul.navbar-nav>li.current-menu-item>a,
.primary-menu ul.navbar-nav li:hover>a,
.primary-menu ul.navbar-nav li:hover>i {
    color: #101ac6;/* #ff7815; */
}

.menu-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.menu-buttons>* {
    margin: 0 10px;
}

.menu-buttons:last-child {
    margin-right: 0;
}

.nav-alignmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/*--------------------
5.3 Navi-Trigger
---------------------*/
.navi-trigger {
    width: 24px;
    height: 17px;
    line-height: 40px;
    border: none;
    position: relative;
    margin: 0;
    padding: 0;
    background: none;
    margin-left: 30px;
}

.navi-trigger .bar {
    width: 24px;
    height: 2px;
    background-color: #626262;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.affix .navi-trigger .bar {
    background-color: #626262;
}

.navi-trigger .bar:nth-child(3) {
    width: 13px;
    margin-bottom: 0px;
}

.navi-trigger.active .bar:nth-child(1) {
    width: 13px;
}

.navi-trigger.active .bar:nth-child(3) {
    width: 24px;
}

.menu-home a:before {
    content: "\f015";
    font-family: "Font Awesome 5 Pro";
    margin-right: 5px;
}


/* ---------------------
5.4 Transparent-Menu 
----------------------- */
.transparent-menu .mainmenu-area {
    background-color: rgba(0,0,0,0.8);
   position: absolute;
   top: 0;
   left: 0;
   -webkit-box-shadow: none;
   box-shadow: none;
}

.transparent-menu .mainmenu-area.affix {
   position: fixed;
}

.transparent-menu .site-logo a {
   color: #ffffff;
}

.transparent-menu .primary-menu>ul.navbar-nav>li>a {
   color: rgba(255, 255, 255, 0.9);
}

.transparent-menu .primary-menu>ul.navbar-nav>li:hover>a {
   color: #ffffff;
}

.transparent-menu .mainmenu-area #mainmenu ul.navbar-nav>li>a i.plus:before,
.transparent-menu .mainmenu-area #mainmenu ul.navbar-nav>li>a i.plus:after {
   background-color: rgba(255, 255, 255, 0.5)
}

.transparent-menu .mainmenu-area .menu-right .menu-button {
   color: #ffffff;
}

.transparent-menu .navi-trigger .bar {
   background-color: #ffffff;
}

.transparent-menu .primary-menu ul.navbar-nav>li> a:after {
   background-color: #ffffff;
}
/* ---------------------
05. Fixed-Menu 
----------------------- */
.fixed-menu .mainmenu-area {
   position: fixed;
}

/* ---------------------
06. Top-Bar-Area 
----------------------- */
.top-bar-area {
   padding-bottom: 10px;
   padding-top: 10px;
   border-bottom: 1px solid #ededed;
   background-color: #ffffff;
}

.social-link {
   margin-left: -10px;
   margin-right: -10px;
}
.social-link a {
   width: 30px;
   height: 30px;
   line-height: 30px;
   border-radius: 100px;
   background-color: transparent;
   -webkit-box-shadow: 0 0 0 0 #ffffff;
           box-shadow: 0 0 0 0 #ffffff;
   display: inline-block;
   text-align: center;
   font-size: 14px;
}
.social-link a:hover {
   -webkit-box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.05);
           box-shadow: 2px 3px 10px 0 rgba(0,0,0,0.05);
}

.social-link a.facebook {
   color: #3b5999;
}
.social-link a.facebook:hover {
   color: #ffffff;
   background-color: #3b5999;
}

.social-link a.twitter {
   color: #55acee;
}
.social-link a.twitter:hover {
   color: #ffffff;
   background-color: #55acee;
}

.social-link a.linkedin {
   color: #0077B5;
}
.social-link a.linkedin:hover {
   color: #ffffff;
   background-color: #0077B5;
}

.social-link a.behance {
   color: #053eff;
}
.social-link a.behance:hover {
   color: #ffffff;
   background-color: #053eff;
}

.social-link a.dribbble {
   color: #ea4c89;
}

.social-link a.dribbble:hover {
   color: #ffffff;
   background-color: #ea4c89;
}

.top-info {
   display: inline-block;
   color: #333333;
   font-size: 14px;
   border-left: 1px solid #ededed;
   padding-left: 15px;
   padding-right: 15px;
}

.top-info:hover {
   color: #101ac6;/* #ff7815; */
}

.top-info:first-child {
   border-left: none;
   padding-left: 0px;
}
.top-info:last-child {
   padding-right: 0px;
}

.top-info .icon {
   margin-right: 5px;
}

/* ---------------------
06. Header-Area
----------------------- */
.header-area {
    text-align: center;
    padding-top: 120px;
    padding-bottom: 100px;
    position: relative;
    background:-webkit-linear-gradient(left, rgba(29,59,89,1), rgba(99,66,33,1));
}
.header-area:after {
    position: absolute;
    left: 0px;
    bottom: -15px;
    content: '';
    width: 100%;
    height: 92px;
    background: url(../images/9.png) center center no-repeat;
    background-size: 100% auto;
}
.header-text {
    margin-bottom: 80px;
}

.header-text .title {
    font-size: 60px;
    line-height: 80px;
    color: white; /*#272727;*/
    font-weight: 500;
    margin-bottom: 20px;
}

.header-text .desc {
    width: 800px;
    max-width: 100%;
    margin: auto;
    font-size: 18px;
    color: white; 
}




/* ---------------------
07. Solution-Area
----------------------- */

.solution-area{
    margin:100px auto;
}
.solution-area .section-title{
    text-align: center;
}
.solution-area .solution-box {
    text-align: center;
    margin-bottom: 30px;
}
.solution-area .solution-box .solution-content{
    width:75%;
    margin: auto;
    margin-bottom: 30px;
}

.solution-box .title {    
    font-size: 20px;
    color: #272727;
    font-weight: 500;
}

.solution-box .desc {
    font-size: 14px;
}
.solution-box .solution-content .desc p{
    text-indent: 24px;
}
/* ---------------------
08. Feature-Area
----------------------- */
.feature-area .feature-area-title{
    position: relative;
    background-color:rgba(29,59,89,1); 
    text-align:center; 
    margin:auto;
}

.feature-area .feature-area-title .feature-area-title-div{
    margin: auto; 
    padding-top: 50px;
    padding-bottom: 80px;
}
.feature-area .feature-area-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/working-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
    opacity: .07;
}
.feature-area .feature-area-title:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: -105px;
    right: 0px;
    /* left: -20px;
    bottom: -120px;
    right: -20px; */
    height: 200px;
    border-radius: 50%;
    background-color: #ffffff;
}
.feature-box {
    margin-bottom: 30px;
}
.feature-box .feature-icon {
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
}

.feature-box .title {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
}
.feature-box.right-box {
    text-align: right;
    padding-right: 60px;
}

.feature-box.right-box .feature-icon {
    float: right;
    margin-left: 10px;
}
.feature-box.left-box {
    text-align: left;
    padding-left: 60px;
}

.feature-box.left-box .feature-icon {
    float: left;
    margin-right: 10px;
}
.feature-image {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
}



.feature-box .feature-image {
    border: 10px solid #ffffff;
    margin-bottom: 25px;
    overflow: hidden;
}
.feature-box .feature-image img {
    width: 95%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    -webkit-transform: scale(1, 1) translate(0px, 0px);
        -ms-transform: scale(1, 1) translate(0px, 0px);
            transform: scale(1, 1) translate(0px, 0px);
}

.feature-box:hover .feature-image img {
    -webkit-transform: scale(1.1, 1.1) translate(-10px, -10px);
        -ms-transform: scale(1.1, 1.1) translate(-10px, -10px);
            transform: scale(1.1, 1.1) translate(-10px, -10px);
}

.feature-box .title {    
    font-size: 20px;
    color: #272727;
    font-weight: 500;
}

.feature-box .desc {
    font-size: 14px;
}
.feature-box .feature-content .desc p{
    text-indent: 24px;
}
/* ------------------------
 18. About-Area 
 -------------------------- */
 /*#3b7eff*/
/* .about-area {
    background: rgba(16,30,59);
    padding-top: 117px;
    padding-bottom: 125px;
    position: relative;
    z-index: 10;
}

.about-area:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/working-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: .07;
}
.about-area .title,
.about-area .desc{
    color:white;
} */
.about-area-title{
    position: relative;
    background-color: rgba(99,66,11,1); 
    text-align:center; 
    margin:auto;
}

.about-area-title .about-area-title-div{
    margin: auto; 
    padding-top: 20px;
    padding-bottom: 0px;
}
.about-area-title:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/working-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
    opacity: .07;
}

.about-area{
    margin:100px auto;
}
.about-area .section-title{
    text-align: center;
    margin-bottom: 20px;
}
.about-area .about-box {
    text-align: center;
    margin-bottom: 30px;
}
.about-area .about-box .about-content{
    width:75%;
    margin: auto;
    margin-bottom: 30px;
}

.about-box .title {    
    font-size: 20px;
    color: #272727;
    font-weight: 500;
}

.about-box .desc {
    font-size: 14px;
}
.about-box .about-content .desc p{
    text-indent: 24px;
}
/* ------------------------
 18. ScrollUpButton 
 -------------------------- */
.main-footer{
	position:relative;
	overflow:hidden;
	padding:0px 0px 0px;
	background-color: rgba(99,66,33,1) ;
}
.main-footer .container:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-image: url(../images/working-line.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
    opacity: .07;
}

.main-footer:before{
	position: absolute;
    content: '';
    left: -15px;
    top: -40px;
    right: -15px;
    height: 100px;
    border-radius: 50%;
    background-color: #ffffff;
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:40px;
}

.main-footer .widgets-section{
	position:relative;
	padding:85px 0px 5px;
}

.main-footer .about-widget .logo{
	position:relative;
	margin-bottom:10px;
}

.main-footer .about-widget .copyright{
	position:relative;
	font-size:16px;
	font-weight:300;
	margin-bottom:40px;
	color:rgba(254,254,254,0.60);
}
.main-footer .about-widget .copyright a{
    color:white;
}

.main-footer .footer-widget h2{
	position:relative;
	font-size:20px;
	font-weight:600;
	color:#ffffff;
	line-height:1.2em;
	margin-bottom:22px;
	text-transform:capitalize;
}

.main-footer .list{
    position:relative;
    padding-left:0px;
}

.main-footer .list li{
	position:relative;
    margin-bottom:8px;
    list-style:none;
}

.main-footer .list li a{
	position:relative;
	font-size:16px;
	font-weight:300;
	color:rgba(254,254,254,0.60);
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
}

.main-footer .list li a:hover{
	color:rgba(254,254,254,0.90);
}

.main-footer .widget-content,
.main-footer .widget-content ul li a{
	color:rgba(254,254,254,0.60);
} 
.main-footer .widget-content ul{
    padding-left:0px;
    list-style:none;
}
.main-footer .widget-content ul li{
    list-style:none;
}
/* ------------------------
 18. ScrollUpButton 
 -------------------------- */
 #scrollUp {
    position: fixed;
    right: 2%;
    top: 100%;
    width: 28px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    border: 2px solid #101ac6;/* #ff7815; */
    color: #101ac6;/* #ff7815; */
    text-align: center;
    background-color: #ffffff;
    border-radius: 100px;
    z-index: 999;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
#scrollUp:hover {
    background-color: #101ac6;/* #ff7815; */
    color: #ffffff;
}
#scrollUp.active {
    top: calc(100% - 110px) 
}
#scrollUp i {
    -webkit-animation: mymove 1s ease-in 0s infinite alternate;
    animation: mymove 1s ease-in 0s infinite alternate;
    display: inline-block;
    position: relative;
}
@-webkit-keyframes mymove {
    from {
       top:-5px;
   }
    to {
       top:5px;
   }
}
@keyframes mymove {
    from {
       top:-5px;
   }
    to {
       top:5px;
   }
}
/*---------------------- 
19. Preloader-CSS 
---------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    z-index: 999999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none;
}



