@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url('https://fonts.googleapis.com/css?family=Hind:400,500,600');

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

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

/***

====================================================================
	Global style
====================================================================

***/

body {
    font-size:15px;
    color:#777777;
    line-height:1.8em;
    font-weight:400;
    background:#ffffff;
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center top;
    -webkit-font-smoothing: antialiased;
    font-family: 'Hind', sans-serif;
}

input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
input::-moz-placeholder,textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #999;
}
input::-ms-expand,textarea::-ms-expand {
  background-color: transparent;
  border: 0;
}
.page-wrapper{
    overflow: hidden;
}
a{
    text-decoration:none;
    cursor:pointer;
}
a:hover,a:focus,a:visited{
    text-decoration:none;
    outline:none;
}
h1,h2,h3,h4,h5,h6{
    margin:0px;

    color: #000;
margin-bottom: 15px;
margin-top: 15px;
}
input,button,select,textarea{
    font-size: 14px;
    font-weight: 400;
    color: #848484;
    line-height: 26px;
    font-family: 'Hind', sans-serif;
}

.elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding: 10px;
}
p{
    position:relative;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #848484;
    font-family: 'Hind', sans-serif;
}
img{
    display: inline-block;
    max-width: 100%;
    height: auto;
}
.strike-through{
    text-decoration:line-through;
}
.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}
.small-container{
    max-width:680px;
    margin:0 auto;
}
.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
}
ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}
.anim-3,.anim-3-all *{
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}
.anim-5,.anim-5-all *{
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.anim-7,.anim-7-all *{
    transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -webkit-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
}
a.btn-style-one,button.btn-style-one,.htmega-form-style-1 form input[type="submit"] {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 28px;
    background: #ffbe12;
    border: 1px solid #ffbe12;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    cursor: pointer;
}
.btn-style-one:hover,.htmega-form-style-1 form input[type="submit"]:hover{
    color: #4760f1;
    border-color: #4760f1;
    background: transparent;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.btn-style-two,#btn-style-two{
    font-size: 14px;
    color: #fe9900;
    line-height: 26px;
    font-weight: 600;
    padding: 10px 30px;
    background: #ffffff;
    border: 1px solid #fe9900;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.btn-style-two:hover{
    color: #ffffff;
    border-color: #fe9900;
    background: #fe9900;
    transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -webkit-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
}
.section-title h3{
    position: relative;
    font-size: 35px;
    font-weight: 700;
    padding-bottom: 50px !important;
    color: #222222;
    z-index: 1;
}
.section-title h3:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 191px;
    height: 232px;
    content: '';
    z-index: -1;
    background: url(..//images/icons/1.png);
}
.section-title.text-center h3{
    position: relative;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #222222;
    z-index: 1;
}
.section-title.text h3{
    position: relative;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 10px;
    color: #222222;
    z-index: 1;
}

.section-title.text-center{
    padding-bottom: 20px;
}
.about-section .section-title.text-center{
    padding-bottom: 0px;
}
.section-title.text{
    padding-bottom: 50px;
}
.section-title.text-center h3:before{
    position: absolute;
    bottom: -100px;
    width: 191px;
    height: 232px;
    content: '';
    z-index: -1;
    left: 50%;
    margin-left: -95px;
    background: url(..//images/icons/1.png);
}
.section-title.text h3:before{
    position: absolute;
    bottom: -100px;
    width: 191px;
    height: 232px;
    content: '';
    z-index: -1;
    left: 0px;
    background: url(..//images/icons/1.png);
}
.section-title.text-center p{
    z-index: 1;
}
.section-title.text p{
    z-index: 1;
}
.section-title.text-center h3:after{
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 3px;
    content: '';
    background: #ffbe12;
}
.section-title.text h3:after{
    position: absolute;
    bottom: -50px;
    left: 0px;
    width: 40px;
    height: 3px;
    content: '';
    background: #ffbe12;
}

/***

====================================================================
	Preloader style
====================================================================

***/

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

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position:fixed;
    bottom: 30px;
    right: 30px;
    color:#ffffff;
    font-size:24px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    border: 1px solid #4760f1;
    background: #4760f1;
    text-align:center;
    z-index: 99;
    cursor:pointer;
    display:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.scroll-to-top:hover {
    background: #ffffff;
    color: #4760f1;
    border-color: #4760f1;
    transition: all 500ms ease;
}


/*** ===================================Home Page One======================================***/


/***

====================================================================
	Header Top
====================================================================

***/

.header-top{
    position: relative;
    background: #162337;
}
.header-top .left-side{
    float: left;
}
.header-top .social-links li{
    display: inline-block;
    margin-right: 28px;
    line-height: 50px;
}
.header-top .social-links li i{
    font-size: 14px;
    color: #ffffff;
}
.header-top .social-links li:hover i{
    color: #4760f1;
}
.header-top .right-side{
    float: right;
}
.header-top .right-side li{
    display: inline-block;
    margin-left: 38px;
}
.header-top .right-side li i{
    margin-right: 12px;
}
.header-top .right-side span{
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    font-weight: 600;
}
.header-top .right-side li a{
    color: #ffffff;
}
.header-top .right-side li:hover a{
    color: #4760f1;
}

/***

====================================================================
	Main Header
====================================================================

***/

@-webkit-keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
@keyframes menu_sticky {
    0%   {margin-top:-150px;}
    50%  {margin-top: -130px;}
    100% {margin-top: 0;}
}
.main-header{
    position:relative;
    width:100%;
    z-index: 99;
    background: #ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.fixed-header{
    position:fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background: #ffffff;
    transition:all 500ms ease;
    -webkit-animation-name: menu_sticky;
    animation-name: menu_sticky;
    -webkit-animation-duration: 0.60s;
    animation-duration: 0.60s;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
}
.main-header .logo{
    float: left;
    margin-right: 50px;
    padding: 40px 0px;
    width: 20%;
}
.main-header .header-area{
    width: 70%;
    float:  right;
}
.main-header .main-menu{
    float: left;
    margin: 24px 0px;
    padding: 0;
}
.logo figure {
    margin: 0 0 0rem;
}
.main-header .qart{
    float: right;
    padding: 36px 0px;
}
.main-header .qart li{
    position: relative;
    margin-left: 30px;
    font-size: 26px;
    line-height: 40px;
    display: inline-block;
}
.main-header .qart li i:before{
    color: #222222;
}
.main-header .qart li span{
    position: absolute;
    top: 0px;
    right: -7px;
    font-size: 10px;
    color: #ffffff;
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    display: inline-block;
    background: #4760f1;
    border-radius: 50%;
}
.main-header .search-area{
    position: relative;
    float: right;
}
.main-header .search-area .seach-toggle {
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 500ms ease;
}
.main-header .search-area .search-box {
    opacity: 0;
    position: absolute;
    top: 120%;
    right: 0px;
    width: 300px;
    transition: all 500ms ease 0s;
    visibility: hidden;
    margin-top: 14px;
}
.main-header .search-area .search-box.now-visible{
    top: 100%;
    opacity:1;
    visibility:visible;
}
.main-header .search-area .search-box input[type="search"] {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #ffbe12;
    color: #222222;
    display: block;
    font-size: 13px;
    line-height: 24px;
    position: relative;
    transition: all 500ms ease 0s;
    width: 100%;
    height: 50px;
    padding-left: 15px;
    padding-right: 50px;
}
.main-header .search-area .search-box input[type="search"]:focus{
    border-color:#4760f1;
}
.main-header .search-area .search-box button,
.main-header .search-area .search-box input[type="submit"] {
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    line-height: 50px;
    background: #ffbe12;
    transition: all 500ms ease 0s;
}
.main-header .search-area .search-box button:hover,
.main-header .search-area .search-box input:focus + button{
    background: #4760f1;
}
.main-header .search-area .search-box button i:before{
    color: #ffffff;
}
.main-menu .navbar-collapse{
    padding:0px;
}
.main-menu .navigation{
    position:relative;
    margin:0px;
}
.main-menu .navigation > li{
    position:relative;
    text-align: left;
    display: inline-block;
}
.main-menu .navigation > li > a{
    position:relative;
    font-size: 14px;
    color:#222222;
    line-height: 24px;
    font-weight: 700;
    opacity:1;
    padding: 20px 14px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > a:hover,.main-menu .navigation > li.current_page_item  a {
color:#4760f1;
}
.main-menu .navigation > li.current a{
    color: #4760f1;
}
.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top: 140%;
    width:220px;
    padding:0px;
    z-index:1;
    display:none;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li{
    position:relative;
    width:100%;
    text-align: left;
    border-bottom: 1px solid #ffffff;
}
.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    line-height:24px;
    font-weight: 400;
    font-size:14px;
    text-transform:uppercase;
    color: #ffffff!important;
    background: #fe9900;
    padding: 12px 20px;
    transition:all 500ms ease;
    font-family: 'Montserrat', sans-serif;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.main-menu .navigation > li > ul > li > a:hover{
    background: #4760f1;
    transition:all 500ms ease;
}
.main-menu .navigation > li.menu-item-has-children:hover > ul{
    visibility:visible;
    opacity:1;
    top: 140%;
    transition:all 500ms ease;
}
.fixed-header  .main-menu .navigation > li.menu-item-has-children:hover > ul{
	   top: 100%;
}

.box-sub-phase {
width:245px;
border: 2px solid #ccc;
padding: 15px;
font-size: 18px;
border-radius: 4px;

}
.box-sub-phase {
display: flex;
align-items: center;
justify-content: flex-start;
}
.box-sub-phase img {
	margin-right:10px
}
.box-sub-phase span {
display: inline-block;
line-height: 35px;
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
}
.main-menu .navbar-collapse > ul li.menu-item-has-children .dropdown-btn{
    display:none;
    position: absolute;
    right: -8px;
    top: 12px;
    color: #222222;
    font-size: 20px;
}

/***
=============================================
    Rev Slider Wrapper
=============================================
***/

.rev_slider_wrapper h1 {
    font-size: 52px;
    line-height: 56px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}
.rev_slider_wrapper p{
    font-size: 20px;
    color: #222222;
    line-height: 30px;
    font-weight: 400;
}
.rev_slider_wrapper a{
    color: #ffffff;
    background: #4760f1;
    border-color: #4760f1;
}
.rev_slider_wrapper a:hover{
    color: #4760f1;
    background: transparent;
}
.rev_slider_wrapper .tp-bannertimer {
    display: none;
}

/***

=============================================
    About Section
=============================================

***/

.about-section{
    padding: 100px 0px 60px;
}
.about-section .text-area{
    position: relative;
    max-width: 1000px;
    margin:  0 auto;
}
.about-section .section-title h2{
    font-size: 42px;
    font-weight: 600;
    line-height: 52px;
    color: #222222;
    z-index: 2;
    position: relative;
}
.about-section .section-title .text{
    position: relative;
    margin: 0px 41px;
    padding-top: 30px;
}
.about-section .section-title .text:before{
    position: absolute;
    left: 50%;
    bottom: 0px;
    content: '';
    width: 191px;
    height: 232px;
    margin-left: -145px;
    z-index: -1;
    background: url(../images/icons/1.png);
}
.about-section .section-title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #888888;
}
.about-section .services-block-one {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.about-section .item{
    position: relative;
    padding-left: 55px;
    cursor: pointer;
    margin-bottom: 40px;
}
.about-section .item.first{
    /* margin-left: 40px; */
}
.about-section .item.secound{
    /* margin-left: 60px; */
}
.about-section .item i{
    position: absolute;
    top: 12px;
    left: 0px;
    transition:all 500ms ease;
}
.about-section .item i:before{
    font-size: 40px;
    color: #666666;
    transition:all 500ms ease;
}

.about-section .item:hover i:before{
    color: #4760f1;
}
.about-section .item h6{
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #222222;
    padding-bottom: 20px;
}
.about-section .item .link-btn span{
    position: relative;
    padding-bottom: 20px;
    font-size: 40px;
}
.about-section .item .link-btn span:before{
    font-size: 20px;
    color: #222222;
}
.about-section .item .link-btn span:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    background: #979797;
    content: '';
    transition:all 500ms ease;
}
.about-section .item:hover .link-btn span:after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 60px;
    height: 3px;
    background: #ffbe12;
    content: '';
    transition:all 500ms ease;
}

/***

=============================================
    Features Section
=============================================

***/

.features-section{
    padding: 130px 0px 100px;
    background: #f8f8f8;
}
.features-section .features-area{
    margin: 0px 15px;
}
.features-section .item{
    margin: 0px -15px;
    margin-bottom: 60px;
    padding: 115px 42px 85px;
    background: #ffffff;
    cursor: pointer;
    overflow: hidden;
    transition:all 500ms ease;
    box-shadow: 0 0 15px 3px #f1f1f1;
}
.features-section .item:hover{
    margin-bottom: 0px;
    margin-top: -30px;
    padding: 140px 42px 115px;
    background: #4760f1;
    transition:all 500ms ease;
    box-shadow: 0 0 15px 3px #f1f1f1;
}
.features-section .item i:before{
    font-size: 60px;
    color: #666666;
    transition:all 500ms ease;
}
.features-section .item:hover i:before{
    color: #ffffff;
    transition:all 500ms ease;
}
.features-section .item h6{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 26px;
    padding-top: 30px;
    padding-bottom: 20px;
    transition:all 500ms ease;
}
.features-section .item:hover h6{
    color: #ffffff;
    transition:all 500ms ease;
}
.features-section .item p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    margin-bottom: 40px;
    transition:all 500ms ease;
}
.features-section .item:hover p{
    color: #ffffff;
    transition:all 500ms ease;
}
.features-section .item .link-btn{
    position: relative;
    padding-top: 20px;
}
.features-section .item .link-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 30px;
    height: 3px;
    background: #ffbe12;
}
.features-section .item:hover .link-btn:before{
    width: 60px;
}
.features-section .item a{
    font-size: 11px;
    font-weight: 700;
    line-height: 20px;
    color: #222222;
    text-transform: capitalize;
    transition:all 500ms ease;
}
.features-section .item:hover a{
    color: #ffffff;
    transition:all 500ms ease;
}

/***

=============================================
    Welcome Section
=============================================

***/

.welcome-section{
    padding: 115px 0px;
}
.welcome-section .content-text{
    position: relative;
    padding: 65px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
    margin-top: 28px;
    overflow: hidden;
}
.welcome-section .content-text:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 130px;
    z-index: -1;
    border: 2px solid #222222;
}
.welcome-section .content-text h1{
    font-size: 100px;
    font-weight: 700;
    color: #4760f1;
    background: #ffffff;
}
.welcome-section .content-text span{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.welcome-section .images-holder{
    margin: 0px 50px;
}
.welcome-section .images-holder img{
    width: 100%;
}
.welcome-section .item-list .item{
    position: relative;
    text-align: center;
    margin-bottom: 80px;
    cursor: pointer;
}
.welcome-section .item-list .item:before{
    position: absolute;
    bottom: -65px;
    left: 50%;
    height: 65px;
    content: '';
    border-left: 1px dashed #666666;
}
.welcome-section .item-list li:last-child{
    margin-bottom: 0px;
}
.welcome-section .item-list li:last-child:before{
    display: none;
}
.welcome-section .item-list .item .icon-box i{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    border: 1px solid #efefef;
    transition:all 500ms ease;
}
.welcome-section .item-list .item:hover .icon-box i{
    background: #ffbe12;
    border-color: #ffffff;
    transition:all 500ms ease;
}
.welcome-section .item-list .item .icon-box i:before{
    font-size: 50px;
    color: #666666;
    transition:all 500ms ease;
}
.welcome-section .item-list .item:hover .icon-box i:before{
    color: #ffffff;
    transition:all 500ms ease;
}
.welcome-section .item-list .item h6{
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
}
.welcome-section .images-holder .text{
    margin-top: 45px;
    padding-bottom: 25px;
}
.welcome-section .images-holder .text span{
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #222222;
    font-family: 'Hind', sans-serif;
}
.welcome-section .images-holder .text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
    padding-top: 15px;
}
.welcome-section .images-holder .sub-title h6{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
}
.welcome-section .images-holder .sub-title span{
    font-size: 11px;
    color: #4760f1;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Hind', sans-serif;
}
.welcome-section .images-holder .sub-title p{
    position: relative;
    font-size: 30px;
    color: #222222;
    font-family: "HaloHandletter";
    margin-top: 30px;
    padding-top: 15px;
}
.welcome-section .images-holder .sub-title p:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #cccccc;
    width: 30px;
    height: 3px;
}

/***

====================================================================
    Fact Counter Section
====================================================================

***/

.fact-counter{
    position:relative;
    padding:70px 0px 30px;
    background-repeat: no-repeat!important;
    background-size: cover! important;
    overflow:hidden;
    color:#ffffff;
}
.fact-counter:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(22, 35, 55, 0.7);
}
.fact-counter .auto-container{
    position:relative;
    z-index:1;
}
.fact-counter .column ,.htmega-counter-area {
    position:relative;
    margin-bottom: 38px;
    z-index:5;
}
.fact-counter .count-outer,.htmega-counter-area .htmega-counter-icon{
    position:relative;
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #4760f1;
    display: table-cell;
    width: 45%;
    font-family: 'Montserrat', sans-serif;
}
.htmega-counter-area .htmega-counter-icon span{
    font-size: 40px;
    line-height: 52px;
    font-weight: 700;
    color: #4760f1;
}

.fact-counter .column h4 ,.htmega-counter-area .htmega-counter-content{
    position:relative;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    line-height: 22px;
    display: table-cell;
    width: 55%;
    text-align: left;
    vertical-align: middle;
}
.htmega-counter-area .htmega-counter-content h4 {
    font-size: 16px;
    font-weight: 500;
    color: #ffffff !important;
}
/***

====================================================================
    Project Section
====================================================================

***/

.project-section{
    padding: 110px 0px;
    background: #f8f8f8;
}
.project-section .section-title h3:before{
    background: url(..//images/icons/2.png);
}
.project-section .project-carousel{
    margin-top: -20px;
}
.project-section .owl-controls{
    position: absolute;
    top: -135px;
    right: 0px;
}
.project-section .item-holder{
    position: relative;
    margin-bottom: 138px;
}
.project-section .image-box{
    position: relative;
}
.project-section .image-box:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    background: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.851;
    z-index: 228;
}
.project-section .image-box img{
    z-index: -99;
    width: 100%;
}
.project-section .image-text{
    position: absolute;
    bottom: 25px;
    display: inline-block;
    width: 100%;
    z-index: 999;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.project-section .item-holder:hover .image-text{
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.project-section .image-text h6{
    font-size: 16px;
    color: #ffffff;
    font-weight: 700;
}
.project-section .image-text span{
    font-size: 12px;
    color: #ffffff;
    font-weight: 500;
    text-transform: uppercase;
}
.project-section .item-holder .overly-box{
    position: absolute;
    left: 0px;
    top: 125px;
    margin: 0px 30px;
    padding: 50px 30px;
    background: #ffffff;
    z-index: 999;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.project-section .center .item-holder .overly-box,.project-section .slick-center .item-holder .overly-box,
.project-section .item-holder:hover .overly-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.project-section .overly-box h6{
    font-size: 16px;
    color: #222222;
    font-weight: 700;
    padding-bottom: 20px;
}
.project-section .overly-box p{
    font-size: 14px;
    color: #666666;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 30px;
}
.project-section .overly-box .link-btn{
    position: relative;
    padding-top: 15px;
}
.project-section .overly-box .link-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    background: #ffbe12;
    height: 3px;
    width: 60px;
}
.project-section .overly-box .link-btn a{
    font-size: 11px;
    color: #4760f1;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}
.project-section .owl-controls .owl-dots{
    display: none!important;
}
.project-section .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: none repeat scroll 0 0 #4760f1;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    padding: 4px 15px;
    line-height:  30px;
}
.project-section .btn-style-two,.project-section #btn-style-two{
    color: #222222;
    border-color: #888888;
    border-radius: 0px;
}
.project-section .btn-style-two:hover,.project-section #btn-style-two:hover{
    color: #ffffff;
    background: #fe9900;
    border-color: #fe9900;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #ffffff;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

.logo img {
    height: 30px;
    width: auto;
    max-width: 100%;
}

/***

====================================================================
  Fact Counter Section
====================================================================

***/

.our-advisors{
    padding: 110px 0px 0px;
}
.our-advisors .image-box img{
    width: 100%;
}
.our-advisors .image-text h6{
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    transition:all 500ms ease;
}
.our-advisors .image-text h6:hover{
    color: #4760f1;
    transition:all 500ms ease;
}
.our-advisors .image-text p{
    font-size: 12px;
    font-weight: 600;
    color: #888888;
}
.our-advisors .image-text{
    position: relative;
    padding: 20px 0px;
}
.our-advisors .image-text:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 3px;
    content: '';
    background: #4760f1;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.our-advisors .image-box{
    position: relative;
}
.our-advisors .overly-box{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top: 65%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.our-advisors .overly-box li{
    display: inline-block;
}
.our-advisors .overly-box li i{
    font-size: 14px;
    color: #ffffff;
    padding: 10px;
    transition:all 500ms ease;
}
.our-advisors .overly-box li:hover i{
    color: #4760f1;
    transition:all 500ms ease;
}
.our-advisors .item-holder {
    margin-bottom: 30px;
}
.our-advisors .item-holder:hover .overly-box{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.our-advisors .item-holder:hover .image-text:before{
    background: #ffbe12;
    width: 60px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

/***

====================================================================
    Testimonials Section
====================================================================

***/

.testimonials-section{
    padding: 110px 0px;
    background: #f8f8f8;
}
.testimonials-section .section-title h3:before{
    background: url(..//images/icons/2.png);
}
.testimonials-section .section-title h3:after{
    position: absolute;
    left: 0px;
    content: '';
    top: 60px;
    background: #ffbe12;
    width: 40px;
    height: 3px;
}
.testimonials-section .image-box{
    position: relative;
    padding-left: 75px;
}
.testimonials-section .image-box img{
    position: absolute;
    top: 0px;
    left: 0px;
}
.testimonials-section .text h6{
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    padding-top: 12px;
}
.testimonials-section .text span{
    font-size: 11px;
    font-weight: 600;
    color: #4760f1;
    text-transform: uppercase;
}
.testimonials-section .text i{
    position: absolute;
    top: 10px;
    right: 30px;
}
.testimonials-section .text i:before{
    font-size: 40px;
    color: #eeeeee;
}
.testimonials-section .item-holder p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    padding-top: 25px;
    margin-top: 20px;
    border-top: 2px dotted #7c7c7c;
}
.testimonials-section .owl-controls{
    position: absolute;
    left: -52%;
    top: 50%;
}
.testimonials-section .owl-controls .owl-nav{
    display: none;
}
.testimonials-section .owl-dot span {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 30px;
    display: block;
    height: 6px !important;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 6px !important;
}
.testimonials-section .owl-dot.active span,
.testimonials-section .owl-dot:hover span{
    width: 10px !important;
    height: 10px !important;
    background: #222222 !important;
}

/***

====================================================================
    Call To Action
====================================================================

***/

.call-to-action{
    position: relative;
    padding: 110px 0px;
    z-index: 1;
}
.call-to-action:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: rgba(22, 35, 55, 0.7);
}
.call-to-action .text-area h6{
    font-size: 24px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 15px;
}
.call-to-action .text-area h3{
    position: relative;
    font-size: 36px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.call-to-action .text-area h3:before{
    position: absolute;
    bottom: 0px;
    left: 50%;
    content: '';
    width: 60px;
    height: 3px;
    margin-left: -30px;
    background: #ffbe12;
}
.call-to-action .link-btn a{
    margin: 5px;
}
.call-to-action .link-btn .btn-style-one,.htmega-call-to-action .htmega-content a.call_btn{
    border: 2px solid #4760f1;
    color: #ffffff;
    background: #4760f1;
    -webkit-border-radius:0 ;
    -moz-border-radius:0 ;
    border-radius: 0;
    font-size: 14px;
    line-height: 28px;
    height: auto;
    font-weight: 600;
    padding: 10px 28px;
    font-family: 'Montserrat', sans-serif;
}
.call-to-action .link-btn .btn-style-one:hover,.htmega-call-to-action .htmega-content a.call_btn:hover{
    border-color: #ffffff;
    color: #ffffff;
    background: transparent;
}
.call-to-action .link-btn .btn-style-two{
    border: 2px solid #ffffff;
    color: #ffffff;
    background: transparent;
}
.call-to-action .link-btn .btn-style-two:hover{
    border-color: #4760f1;
    background: #4760f1;
}

/***

====================================================================
    News Section
====================================================================

***/

.news-section{
    padding: 110px 0px;
}
.news-section .item-holder{
    position: relative;
    display: flex;
}
.news-section .image-box{
    flex-grow: 1;
    flex-basis: 0;
}
.news-section .image-text{
    flex-grow: 1;
    flex-basis: 0;
    vertical-align: middle;
    padding-left: 35px;
}
.news-section .image-text li{
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    margin-right: 15px;
    padding-bottom: 15px;
    font-family: 'Hind', sans-serif;
}
.news-section .image-text li span{
    margin-right: 5px;
    color: #888888;
}
.news-section .image-text h6{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #222222;
    padding-bottom: 15px;
    text-transform: capitalize;
    transition:all 500ms ease;
}
.news-section .image-text h6:hover{
    color: #4760f1;
    transition:all 500ms ease;
}
.news-section .image-text p{
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666666;
}
.news-section .link-btn{
    position: relative;
    margin-top: 20px;
    padding-top: 10px;
}
.news-section .link-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 60px;
    height: 3px;
    background: #ffbe12;
}
.news-section .link-btn a{
    font-size: 11px;
    font-weight: 700;
    color: #4760f1;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.news-section .owl-controls{
    position: absolute;
    top: -135px;
    right: 0px;
}
.news-section .owl-controls .owl-dots{
    display: none!important;
}
.news-section .owl-theme .owl-controls .owl-nav [class*="owl-"],.post-carousel-wrapper button.slick-arrow  {
    background: none repeat scroll 0 0 #4760f1;
    border-radius: 0px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    margin: 5px;
    padding: 4px 16px;
    line-height: 30px;
}

.post-carousel-wrapper.htmega-postcarousel-layout-3 button.slick-arrow,.post-carousel-wrapper.htmega-postcarousel-layout-4  button.slick-arrow {
    top: -90px;
    background: #4760f1 none repeat scroll 0 0;
    z-index: 55;
    color: #fff !important;
    cursor: pointer;
}

.section-title h3.lae-title {
    padding-bottom: 10px !important;
    margin: 0 !important;
}
.post-carousel-wrapper button.slick-arrow.htmega-carosul-prev {
    right:55px;
    left: auto;
}
.post-carousel-wrapper button.htmega-carosul-next.slick-arrow {
    left: auto;
    right: 0;
}
.htmega-form-style-1 form input {
    margin-top: 0;
}
#primary-category {
padding-bottom: 195px;
}

/***

====================================================================
    Request Section
====================================================================

***/

.request-section{
    padding: 35px 0px;
    background: #f8f8f8;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size:  cover !important;
}

.request-section .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.request-section .section-title h3:before{
    background: url(..//images/icons/2.png);
}
.request-section .right-side{
    padding: 47px 55px;
    margin-right: -50px;
    background: #ffffff;
}
.request-section .right-side h6{
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    line-height: 24px;
    padding-bottom: 10px;
    font-family: 'Hind', sans-serif;
}
.request-section .right-side p{
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
    font-family: 'Hind', sans-serif;
}
.request-section .right-side input{
    font-size: 14px;
    height: 50px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    border-color: #eeeeee;
    box-shadow: none;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.request-section .right-side input:focus{
    border-color: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.request-section .right-side textarea{
    font-size: 14px;
    height: 150px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    border-color: #eeeeee;
    box-shadow: none;
    resize: none;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.request-section .right-side textarea:focus{
    border-color: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.request-section .right-side .form-group{
    margin-bottom: 20px;
}
.request-section .right-side .form-bottom{
    margin-top: 35px;
    margin-bottom: 0px;
}
.request-section .image-box{
    margin-left: -20px;
	height:100%;
}
.request-section .image-box img{
   width: auto;
height: 100%;
object-fit: cover;
}

.request-section  .elementor-widget-container,.request-section  .elementor-image {
	height:100%;
}

/***

====================================================================
	Sponsors Logos Style
====================================================================

***/

.sponsors-logos{
    padding: 80px 0px 80px;
    background: #ffffff;
}
.sponsors-logos .owl-theme .owl-controls{
    display: none;
}
.sponsors-logos img{
    padding: 19px 17px;
    border: 1px solid #eeeeee;
    transition:all 500ms ease;
}
.sponsors-logos .image-holder:hover img{
    border-color: #4760f1;
}

/***

====================================================================
	Google Map Section
====================================================================

***/

.map-section .google-map-area {
    position: relative;
}
.map-section #contact-google-map {
    height: 500px;
    width: 100%;
}

/***

====================================================================
	Main Footer
====================================================================

***/
#primary {
	margin-bottom:100px;
}
.eael-feature-list-title {
	margin-bottom:0;
	margin-top: 0 !important;
	font-size:1.01rem;
}
.eael-feature-list-content {
	display:none;
}

#step3 .eael-feature-list-content {
	display:block;
	font-size: 16px;
}

#step3 .eael-feature-list-item {
	margin-bottom: 30px;
}

#step3 .eael-feature-list-items {
	margin-top: 50px;
}
.elementor-widget .elementor-icon-list-icon + .elementor-icon-list-text {
	padding-left: 10px;
}
#step4 {
padding-bottom:0;
}#step4-1 {
	padding-bottom:100px;
}

#stepags .has_eae_slider  {
	padding:0 15px
}

.single-fers-box {
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 5px;
    text-align: left;
	margin: 0 15px 50px;
padding: 10px;
}
#step4 ,.sserttyrt{
	background-color: #eef3f9;
}
#step4-1 .elementor-widget-container{
	background-color: #fff;
	padding:15px;
	border-radius: 4px;
	-webkit-box-shadow: 0 50px 100px 0 rgba(64,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);
	box-shadow: 0 50px 100px 0 rgba(64,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);
	min-height: 330px;
}
#step4-1 .elementor-icon-box-title {
	font-size: 18px;
	font-weight: bold;
	color:#263b5e;
	min-height: 45px;
display: block;
line-height: 26px;
}
#step4-1 .elementor-icon i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    color: #4760f1;
	font-size: 40px;
}
#step5 .elementor-widget-tabs .elementor-tab-title:before,
#step5 .elementor-widget-tabs .elementor-tab-title:after,
#step5 .elementor-widget-tabs .elementor-tabs-content-wrapper {
	border:0
}
#step5 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
	display: inline-block;
	width: 14.2%;
	padding: 0;
	text-align: center;
	border: 1px solid#ddd;
	margin-right: 30px;
	border-radius: 4px;
	margin-bottom: 15px;
	transition:all 0.25s;
}
#step5 .elementor-tab-title a {
	color:#525b79;
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	padding: 0;
	font-size: 46px !important;
	border: 0;
	display: block;
	background-color:#eee;
	border-radius: 0px;
}
#step5 .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title:last-child {
	margin-right: 0px;
}
#step5 .elementor-widget-tabs .elementor-tab-content {
    text-align: left;
    border-radius: 0px;
    background-color: #fff;
	border:0;
	border-top: 5px solid #644cfc;
	-webkit-box-shadow: 0 50px 100px 0 rgba(60,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);
	box-shadow: 0 50px 100px 0 rgba(60,1,4,.1),0 -6px 0 0 rgba(248,99,107,.004);
	min-height: 430px;
}
#step5 .elementor-widget-tabs .elementor-tab-content h4 {
	font-size: 27px;
	font-weight: bold;
	color:#161e39;
}
#step5 .elementor-widget-tabs .elementor-tab-content {
	font-size:16px;
	color:#404040;
	line-height:32px;
}
#step5 .elementor-widget-tabs .elementor-tab-content ul li {
	list-style:disc;
}
#step5 .elementor-widget-tabs .elementor-tab-content ul {
	padding-left:30px;
}

#step5 .elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 0px none #d4d4d4;
}
#step5 .elementor-tab-title.elementor-active a {
	background-color:#644cfc;
	color:#fff;
}

#step5 .elementor-tab-title.elementor-active {
border: 1px solid #644cfc;
}

#step6 {
	padding-bottom:0;
}
#step6-1 {
	padding-bottom:60px;
}

#step7 {
	padding-bottom:0;
	background-color: #eef3f9;
}
#step7-1 {
	padding-bottom:60px;
	background-color: #eef3f9;
}
#step7-1 .htmega-pricing-heading i {
	font-size:46px
}

#step7-1  .htmega-pricing-panel {
	margin-top:0
}

#step7-1  .htmega-pricing-style-2 .htmega-pricing-heading .title h2 {
    margin-bottom: 14px;
    margin-bottom: 28px;
    font-size: 21px;
    font-weight: bold;
    color: #161e39;
}

#step7-1  .htmega-pricing-style-2 .htmega-pricing-heading .price h4 {
    color: #644cfc;
    font-weight: bold;
    position: relative;
    font-size: 21px;
    margin: 0;
    display: inline-block;
	font-family: inherit;
}

#step7-1   .htmega-pricing-style-2 {
	padding: 55px 15px;
}
#step7-1   .htmega-pricing-style-2 .htmega-pricing-body ul li {
    color: #565656;
    font-size: 16px;
    font-weight: 400;
    padding: 3px 0;
    margin-bottom: 15px;
    margin-top: 15px;
    list-style: disc;
}
#step7-1  .htmega-pricing-style-2 .htmega-pricing-heading .price h4 sub {
    position: absolute;

}
.eael-feature-list-item {
	margin-bottom:10px;
}
.eael-feature-list-icon-inner .eael-feature-list-icon {
	font-size:17px !important;
}
.eael-feature-list-icon-inner {
	background-color: #4760f1 !important;
}
.eael-feature-list-content-box {
	margin-left:10px !important;
}
.tbold h5 {
	font-weight:bold;
}
#list-content-box-text div ul,.list-content-box-text div ul {
	padding-left:20px;
}
#list-content-box-text div ul li, .list-content-box-text div ul li {
	list-style:disc;
}
.title-visa-section {

}
.visa-step{
	padding:70px 0;
}

.general_business {
    margin: 40px 0 0;
}
.general_business .elementor-widget-image {
    text-align: left;
}
.general_business .elementor-widget-image img {
max-width:100%;
}
.general_business h2.elementor-heading-title {
    font-weight: bold;
    font-size: 1.5rem;
}
.general_business p {
    color: #464646;
    font-size: 16px;
}

.visa-step .title-visa-section h3 { 
font-size:32px !important;
text-align:left;
font-weight:700 !important;
margin-bottom:10px;
color:#161e39;
	text-transform: capitalize;
}
.visa-step p,.visa-step li{
	font-size:18px;
	color:#404040;
	line-height:35px;
}
.visa-step a  {
	font-size:17px;
}
.box-se {
	box-shadow:0 10px 10px 0 rgba(0,0,0,0.5);
}

.process__item .bg-box1 {
    height: 55px;
    color: #fff;
    position: relative;
}
.process__item .step-number {
    background-color: #fff;
    height: 75px;
    width: 75px;
    text-align: center;
    line-height: 75px;
    border-radius: 500px;
    font-size: 21px;
    color: #fff;
    display: inline-block;
    position: absolute;
    left: 30%;
    top: -11px;
}
.process__item .step-number  span{
    display: inline-block;
    height: 55px;
    width: 55px;
    text-align: center;
    line-height: 43px;
    border-radius: 500px;
    border: 7px solid #fff;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.process__item_green .bg-box1 {
    background-color: #103754;
}
.process__item_green .bg-box1 .step-number span {
    border-color: #103754;
    color:#103754;
}
.process__item_pink .bg-box1 {
    background-color: #60899e;
}
.process__item_pink .bg-box1 .step-number span {
    border-color: #60899e;
    color:#60899e;
}

.process__item_orange .bg-box1 {
    background-color:#f29b27;
}
.process__item_orange .bg-box1 .step-number span {
    border-color: #f29b27;
    color:#f29b27;
}

.process__item_blue .bg-box1 {
    background-color: #e6533a;
}
.process__item_blue .bg-box1 .step-number span {
    border-color: #e6533a;
    color:#e6533a;
}
.process__item_yellow .bg-box1 {
    background-color: #2dadb6;
}
.process__item_yellow .bg-box1 .step-number span {
    border-color: #2dadb6;
    color:#2dadb6;
}
.process__item_pikf .bg-box1 {
    background-color: #a64d79;
}
.process__item_pikf .bg-box1 .step-number span {
    border-color: #a64d79;
    color:#a64d79;
}
.process__item_pikf .bg-box2 {
    position: relative;
}
.process__item_pikf .item__inner .bg-box1:after {
    content: '';
    display: block;
    border-top: 27px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #a64d79;
    position: absolute;
    right: -20px;
    z-index: 13;
    top: 0;
}

.icon-boxi {
    font-size: 42px;
}
.process__item_pink .icon-boxi {
    color: #60899e;
}
.process__item_pink .kirey {
background-color: #60899e;
    color: #000;
}
.kirey:before {
    border-bottom-color:#60899e;
}
.img-box-ver img {
    display: inline-block;
}
.item__inner  p {
    color: #121212;
    font-size: 14px;
    line-height: 21px;
}
.item__inner  h5 {
    color: #121212;
    font-size: 1rem;
}
.process__item_pink .bg-box1:before {
    content: '';
    display: block;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 20px solid #fff;
    position: absolute;
    left: -1px;
    z-index: 10;
    top: 0;
}
.main-footer .info-section{
    background: #4760f1;
    padding: 20px 0px;
    margin-top: -65px;
    position: relative;
}
.main-footer .info-section .item {
    position: relative;
    padding-left: 60px;
    margin-left: 50px;
}

.kirey {
    margin: 40px 10px 0;
    padding:10px;
    position: relative;
    border-radius: 4px;
}
.kirey:before {
    content: '';
    display: block;
    border-bottom: 25px solid #60899e;
    border-left: 26px solid transparent;
    position: absolute;
    left: 36%;
    z-index: 10;
    top: -20px;
    border-right: 26px solid transparent;
}

.item__inner .box-1 {
    min-width: 205px;
    min-height: 275px;
}

.item__inner .box-3 {
    min-height: 215px;
    min-width: 205px;
}

.main-footer .info-section .item i{
    position: absolute;
    top: 12px;
    left: 0px;
}
.main-footer .info-section .item i:before{
    font-size: 38px;
    color: #ffffff;
}
.main-footer .info-section .item h5{
    font-size: 22px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 700;
}
.main-footer .info-section .item p{
    font-size: 14px;
    color: #ffffff;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}
.main-footer{
    background: #162337;
    display: flex;
    position: relative;
}
.main-footer .footer{
    padding-top: 90px;
    padding-bottom: 70px;
}
.main-footer .about-cloumn .logo{
    margin-bottom: 20px;
}
.main-footer .about-cloumn p{
    font-size: 14px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 15px;
  
}
.main-footer .about-cloumn .social-links{
    padding-top: 15px;
}
.main-footer .about-cloumn li {
    display: inline-block;
    margin-right: 3px;
}
.main-footer .about-cloumn li:hover i{
    color: #4760f1;
    background: #ffffff;
    transition:all 500ms ease;
}
.main-footer .about-cloumn li i{
    width: 25px;
    height: 25px;
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    line-height: 25px;
    background: #123b5f;
    border-radius: 5px;
    transition:all 500ms ease;
}
.main-footer .footer .sec-title h6{
    position: relative;
    font-size: 16px;
    font-weight: 400;
    color: #ffffff;
    padding-bottom: 12px;
    margin-bottom: 40px;
    text-transform:  capitalize;
}
.main-footer .footer .sec-title h6:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 30px;
    height: 3px;
    content: '';
    background: #ffbe12;
}
.main-footer .news-cloumn .item{
    position: relative;
    display: table;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #2e394b;
}
.main-footer .news-cloumn .item:last-child{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: none;
}
.main-footer .news-cloumn .image-box{
    display: table-cell;
    width: 35%;
}


.main-footer .news-cloumn .image-box img {
    width: 75px !important;
    height: auto !important;
}
.main-footer .news-cloumn .image-text{
    display: table-cell;
    width: 65%;
    vertical-align: middle;
}
.main-footer .news-cloumn .image-text h6{
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #fefefe;
    margin-top: -5px;
    padding-bottom: 5px;
    transition:all 500ms ease;
}
.main-footer .news-cloumn .image-text h6:hover{
    color: #4760f1;
    transition:all 500ms ease;
}
.main-footer .news-cloumn .image-text span{
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    opacity: .6;
}
.main-footer .links-cloumn{
    margin-left: 30px;
}
.main-footer .quick-links{
    margin-top: -10px;
}
.main-footer .links-cloumn li a,.main-footer #menu-services  li a {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    opacity: .7;
    line-height: 32px;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    background: none;
    padding: 0;
}
.main-footer .links-cloumn li:hover a,.main-footer #menu-services  li:hover a {
    color: #4760f1;
    transition:all 500ms ease;
    background: none;
}
.main-footer .links-cloumn li a i {
    margin-right: 10px;
    font-size: 13px;
}

.main-footer #menu-services  li a:before {
    content: "\f0da";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 13px;
}

.main-footer .newsletter-cloumn p{
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #ffffff;
    opacity: .7;
    margin-top: -6px;
    padding-bottom: 10px;
}
.main-footer .newsletter-cloumn .form-group{
    margin-bottom: 15px;
}
.main-footer .newsletter-cloumn input{
    font-size: 14px;
    height: 45px;
    background: transparent;
    border-color: #0f4873;
}
.main-footer .newsletter-cloumn input:focus{
    border-color: #4760f1;
    box-shadow: none;
}
.main-footer .newsletter-cloumn .form-bottom{
    margin-top: 20px;
}
.main-footer .newsletter-cloumn .btn-style-one {
    font-size: 12px;
    line-height: 26px;
    padding: 7px 25px;
}
.main-footer .footer-bottom{
    position: relative;
    padding: 40px 0px;
    border-top: 1px solid #2e394b;
}
.main-footer .footer-bottom p{
    font-size: 13px;
    font-weight: 400;
    color: #cccccc;
    margin-bottom: 0px;
    line-height: 22px;
}
.main-footer .footer-bottom p a{
    text-transform: uppercase;
    font-weight: 600;
    color: #cccccc;
}
.main-footer .footer-bottom p span a{
    text-decoration: underline;
    text-transform: capitalize;
    margin-left: 10px;
}


.visa-step .title-visa-section.text-center h3 {
	text-align:center;
}
h6.time_line_title {
	margin: 0;
font-size: 26px;
font-family: inherit;
display: block;
margin-bottom: 10px;
color: #221638;
font-weight: 700;
}

.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content p {
    color: #6b6b84;
    font-size: 17px;
    line-height: 28px;
}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span {
    display: block;
    color: #fc8c56;
    font-size: 32px;
    font-weight: 700;
    line-height: 60px;
    font-family: inherit;
}

.one_third_bg  {
	position: relative;
}
.one_third_bg .blog_minimal_wrapper {
    width: 100%;
    height: 100%;
    padding: 0;
    box-sizing: border-box;
}


.count-box {
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    color: #ff5d22;
    border-radius: 50%;
    background-color: #ffffff;
    -webkit-box-shadow: #edf1fe 0px 0px 0px 7px;
    box-shadow: #edf1fe 0px 0px 0px 7px;
    font-size: 30px;
	display: inline-block;
    font-weight: 800;
}

.one_third_bg .blog_minimal_wrapper .content {
color: #fff !important;
position: absolute;
width: 100%;
height: 100%;
z-index: 3;
text-align: center;
top: 0;
display: flex;
align-content: center;
justify-content: center;
align-items: start;
padding: 30px;
flex-direction: column;
}
.one_third_bg .blog_minimal_wrapper .content h3,.one_third_bg .blog_minimal_wrapper .content h4 {
	color: #fff !important;
	text-align: left;
font-weight: bold;
}
.one_third_bg .blog_minimal_wrapper .content h4 { 
font-weight: 500;
font-size: 17px;
text-transform: capitalize;
line-height: 30px;
}
.boxiran ul {
	padding-left:1rem;
}
.boxiran ul li {
	list-style:initial;
}
.boxiran h4 {
	color: #212529;
font-weight: 700;
font-size: 1.5rem;
font-family: inherit;
}

.boxiran {
	display: block;
	min-height: 315px;
position: relative;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
padding: 20px 15px 20px 30px;
border-radius: 5px;
z-index: 1;
background-color: #ffffff;
font-size: 18px;
}
.boxiran.gty {
 min-height:100px;
}

.one_third_bg .blog_minimal_wrapper .background_overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 3;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

}

.one_third_bg .blog_minimal_wrapper .featured_image {
    width: 100%;
    height: 100%;
	border-radius: 3px;
    z-index: 2;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.eael-grid-post-holder-inner {
	padding:15px;
}

/*** ===================================Home Page Two======================================***/



/***

====================================================================
	Header Top Style Two
====================================================================

***/

.header-top.style-two{
    position: relative;
    background: transparent;
    z-index: 99;
    margin: 10px 0px;
}

/***

====================================================================
	Main Header Style Two
====================================================================

***/

.main-header.style-two {
    background: transparent;
}
.main-header.style-two .menu-area{
    padding: 0px 20px;
    background: #ffffff;
}
.main-header.style-two .main-menu{
    margin: 14px 0px;
}
.main-header.style-two .logo{
    padding: 23px 0px;
}
.main-header.style-two .qart{
    float: right;
    padding: 25px 0px;
}
.main-header.style-two .navigation > li > ul{
    top: 122%;
}
.main-header.style-two .navigation > li.dropdown:hover > ul{
    top: 122%;
}

/***

====================================================================
	Rev Slider Wrapper Style Two
====================================================================

***/

.rev_slider_wrapper.style-two {
    position: relative;
    margin-top: -200px;
}
.rev_slider_wrapper.style-two .slotholder:after {
    background: rgba(22, 35, 55, 0.8);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}
.rev_slider_wrapper.style-two .slide-content-box h1{
    color: #ffffff;
}
.rev_slider_wrapper.style-two .slide-content-box p{
    color: #ffffff;
}

/***

====================================================================
	Intro Section
====================================================================

***/

.intro-section {
    position: relative;
    margin-top: 80px;
}
#intro-section .item{
    position: relative;
    margin-bottom: 40px;
}
#intro-section .item .image-box{
    position: relative;
}
.intro-section .item .image-box:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.intro-section .item:hover .image-box:before{
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.intro-section .item .image-box img{
    width: 100%;
}
.intro-section .item .image-text {
    position: relative;
    margin: 0px 15px;
    padding: 25px;
    z-index: 99;
    margin-top: -40px;
    background: #4760f1;
    transition: .5s ease;
}
.intro-section .item .image-text h6{
    font-size: 16px;
    font-weight: 700;
    color: #ffffff;
}
.intro-section .item .image-text i{
    position: absolute;
    top: 20px;
    right: 25px;
}
.intro-section .item .image-text i:before{
    color: #ffffff;
    font-size: 20px;
}
.intro-section .item .overly-text{
    position: absolute;
    margin: 0px 15px;
    padding: 30px 30px;
    background: #ffffff;
    z-index: 99;
    bottom: -250px;
    box-shadow: 0 0 20px 0px #f1f1f1;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.intro-section .item:hover .overly-text{
    display: block;
    bottom: -30px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.intro-section .item .overly-text h6{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 0px;
}
.intro-section .item .overly-text i{
    position: absolute;
    top: 40px;
    right: 25px;
}
.intro-section .item .overly-text i:before{
    font-size: 20px;
    color: #222222;
}
.intro-section .item .overly-text p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 0px;
}
.intro-section .item:hover .image-text{
    opacity: 0;
    visibility: hidden;
}
.intro-section .owl-theme .owl-controls{
    display: none;
}

.about-section.style-two .section-title .lae-heading {
    max-width: 100%;
}

/***

====================================================================
	About Section Style Two
====================================================================

***/

.about-section.style-two .section-title{
    margin: 0px 110px 0;
}
.about-section.style-two .section-title .text{
    margin-bottom: 20px;
}
.about-section.style-two .item,.services-boxs .htmega-service-style-7{
    padding: 30px;
    padding-left: 90px;
    border: 1px solid #edf0f3;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.about-section.style-two .item:hover,.services-boxs .htmega-service-style-7:hover{
    box-shadow: 0 0 15px 5px #f1f1f1;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.about-section.style-two .item i,.services-boxs .htmega-service-style-7 .icon{
    position: absolute;
    top: 45px;
    left: 20px;
}
.about-section.style-two .item i:before ,.services-boxs .htmega-service-style-7 .icon i:before {
    font-size: 50px;
    color: #4760f1;
}
.about-section.style-two .item .link-btn ,.services-boxs .htmega-service-style-7  .readmore_btn{
    position: relative;
    padding: 0;
      margin-top: 20px;
    padding-top: 10px;
    border: 0;
    display: block;
    text-align: left;
}
.about-section.style-two .item .link-btn:before ,.services-boxs .htmega-service-style-7  .readmore_btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 30px;
    height: 3px;
    background: #cccccc;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.about-section.style-two .item:hover .link-btn:before, .services-boxs .htmega-service-style-7:hover  .readmore_btn:before{
    width: 60px;
    background: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.about-section.style-two .item .link-btn a{
    font-size: 11px;
    font-weight: 400;
    color: #222222;
    text-transform: uppercase;
}
.htmega-service-style-7 .content h4 {
margin-bottom:0;
}
.htmega-service-style-7:before {
    border-radius: 10px;
}

.services-boxs .htmega-service-style-7  .content {
min-height: 275px;
}

.services-boxs .htmega-service-style-7  .service-title a {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #222222;
    display: inline-block;
    padding-bottom: 10px;
}
.services-boxs .htmega-service a.readmore_btn:hover {
    background-color: transparent;
}

.bght {
	background-color:#f2f6f9;
}
/***

====================================================================
	Video Section
====================================================================

***/

.video-section {
    position: relative;
    background: #f8f8f8;
}
.video-section .images-box{
    position: relative;
    margin-right: -15px;
}
.video-section .images-box img{
    width: 100%;
}

.box-desc {
	background: #fff;
padding: 1rem;
border: 1px solid #eee;
border-radius: 4px;
text-align: center;
}


.text-b {
	font-size: 1rem;
font-weight: bold;
color: #1d3062;
}
.number-b {
	width: 45px;
height: 45px;
line-height: 46px;
background: #1d3062;
border-radius: 500px;
margin-right: 10px;
color: #fff;
font-size: 1.5rem;
text-align: center;
border: 1px solid #1d3062;
}
.srrt {
	border-top: 1px dashed  #bbb;
margin-top: 1rem;
padding-top: 1rem;
}

.babeee {
	position:absolute;
	z-index: 14100;
}
.wer5555 {
margin-left: 13%;
}

.puff {
	font-weight: bold;
color: #787878;
text-transform: capitalize;
font-size: 0.95rem;
}

.video-section .images-box .play-btn{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.video-section .images-box .play-btn i:before{
    color: #222222;
    font-size: 24px;
}
.video-section .images-box .play-btn i{
    width: 100px;
    height: 100px;
    line-height: 80px;
    text-align: center;
    display: inline-block;
    background: #ffffff;
    border-radius: 50%;
    border: 10px solid rgba(0, 0, 0, 0.3);
}
.video-section .tab-clomun{
    padding: 105px 225px 0px 90px;
}

.list-tab-content  {
    padding: 0px 225px 0px 90px;
}

.video-section .tab-clomun .tab-buttons{
    position: relative;
    margin-bottom: 40px;
}
.video-section .tab-clomun .tab-buttons:before{
    position: absolute;
    top: -80px;
    left: 0px;
    width: 191px;
    height: 232px;
    content: '';
    background: url(..//images/icons/2.png);
}
.video-section .tab-clomun .tab-buttons .tab-btn,.htmega-tab-menu-style-2 a{
    position: relative;
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    margin-right: 60px;
    padding-bottom: 15px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    margin-left: 0 !important;
}
.video-section .tab-clomun .tab-buttons .tab-btn:before,.htmega-tab-menu-style-2 a:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    width: 30px;
    height: 3px;
    background: #cccccc;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.video-section .tab-clomun .tab-buttons .tab-btn.active-btn:before,.htmega-tab-menu-style-2 a.htb-active:before{
    width: 60px;
    background: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.video-section .tab-clomun .tab {
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.video-section .tab-clomun .tab-content p,.htmega-tab-content{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    padding-bottom: 15px;
}
.video-section .tab-clomun .tab-content .item-list ,.list-tab-content .item-list {
    margin-top: 20px;
}
.video-section .tab-clomun .tab-content .item-list .item,.list-tab-content .item-list .item{
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 80px;
    cursor: pointer;
}
.video-section .tab-clomun .tab-content .item-list .item:before,.list-tab-content .item-list .item:before{
    position: absolute;
    right: -65px;
    top: 55px;
    height: 1px;
    content: '';
    border-right: 50px dashed #666666;
}

span.step {
	display: inline-block;
width: 50px;
height: 50px;
border: 3px solid #999;
border-radius: 500px;
text-align: center;
line-height: 48px;
color: #777;
margin-right: 10px;
}

.elementor-text-editor ul{
	list-style:inherit;
	padding-left:30px
}
.elementor-text-editor li {
	list-style:inherit;
} 

.video-section .tab-clomun .tab-content .item-list li:last-child,.list-tab-content .item-list li:last-child{
    margin-bottom: 0px;
}
.video-section .tab-clomun .tab-content .item-list li:last-child:before,.list-tab-content .item-list li:last-child:before{
    display: none;
}
.video-section .tab-clomun .tab-content .item-list .item .icon-box i,.list-tab-content .item-list .item .icon-box i{
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
    display: inline-block;
    border: 1px solid #efefef;
    transition:all 500ms ease;
}

.wpbdmv-animation {
	background-image:url("images/tyrtyrtd-1.png");
}
.video-section .tab-clomun .tab-content .item-list .item:hover .icon-box i,.list-tab-content .item-list .item:hover .icon-box i{
    background: #ffbe12;
    border-color: #ffffff;
    transition:all 500ms ease;
}
.video-section .tab-clomun .tab-content .item-list .item .icon-box i:before,.list-tab-content .item-list .item  .icon-box i:before{
    font-size: 50px;
    color: #666666;
    transition:all 500ms ease;
}
.video-section .tab-clomun .tab-content .item-list .item:hover .icon-box i:before,.list-tab-content .item-list .item:hover .icon-box i:before{
    color: #ffffff;
    transition:all 500ms ease;
}
.video-section .tab-clomun .tab-content .item-list .item h6,.list-tab-content .item-list .item h6 {
    font-size: 14px;
    color: #222222;
    line-height: 20px;
    font-weight: 700;
    padding: 20px 0px;
    text-transform: uppercase;
}
.list-tab-content {

}

/***

====================================================================
	Testimonials Section Style Two
====================================================================

***/

.testimonials-section.style-two .section-title h3:after{
    left: 50%;
    margin-left: -20px;
}
.testimonials-section.style-two .testimonials-area{
    margin: 0px 120px;
}
.testimonials-section.style-two .section-title.text-center{
    padding-bottom: 0px;
}
.testimonials-section.style-two .icon-box i:before{
    color: #4760f1;
    font-size: 40px;
}
.testimonials-section.style-two .image-box{
    position: relative;
    display: inline-block;
    text-align: left;
    padding-top: 30px;
    margin-bottom: 50px;
}
.testimonials-section.style-two .image-box:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 400px;
    margin-left: -140px;
    border-top: 1px dotted #7c7c7c;
}
.testimonials-section.style-two .item-holder p ,.lae-testimonial-text p {
    border-top: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 40px;
    color:#222222;
}
.testimonials-section.style-two .owl-controls{
    position: relative;
    text-align: center;
    left: 0px;
}
.testimonials-section.style-two .image-box img{
    top: 30px;
}
.lae-testimonials-slider .lae-testimonial-user {
    text-align: center;
    border-top: 1px dashed #222;
    padding-top: 30px;
    min-width: 200px;
}
.lae-testimonials-slider .lae-testimonial-text {
    margin: 0 auto 0px;
}
.lae-testimonials-slider .lae-container .lae-flex-control-nav {
    bottom: -60px;
}

.lae-testimonials-slider   .lae-flex-control-nav li a:hover {
    background: none repeat scroll 0 0 #d6d6d6;
    border: 1px solid #d6d6d6;
}
.lae-container .lae-flex-control-nav li a, .lae-container .lae-flex-control-nav li a:hover {
    border: 1px solid #d6d6d6;
}

.lae-container .lae-flex-control-nav li a.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover.lae-flex-active, .lae-container .lae-flex-control-nav li a:hover {
    background: #222;
    border: 1px solid #222;
}

.call_btn {

}

/***

====================================================================
	Request Section Style Two
====================================================================

***/

.request-section.style-two{
    position: relative;
    z-index: 1;
    padding: 100px 0px 80px;
}
.request-section.style-two:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: rgba(22, 35, 55, 0.7);
}
.request-section.style-two .section-title.text-center h3{
    color: #ffffff;
}
.request-section.style-two .section-title.text-center h3:before{
    display: none;
}
.request-section.style-two .section-title.text-center h3:after{
    display: none;
}
.request-section.style-two .section-title.text-center{
    padding-bottom: 0px;
    margin: 0;
}
.request-section.style-two .section-title.text-center p{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
.request-section.style-two .section-title.text-center span{
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 25px;
    font-family: 'Hind', sans-serif;
}
.request-section.style-two .section-title.text-center span:before{
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -20px;
    content: '';
    width: 40px;
    height: 3px;
    background: #ffbe12;
}
.request-section.style-two .contact-form{
    position: relative;
    margin-top: 40px;
}
.request-section.style-two input,
.request-section.style-two textarea,
.request-section.style-two select{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    background: transparent;
    border: 1px solid #eeeeee;
}
.request-section.style-two input:focus,
.request-section.style-two textarea:focus,
.request-section.style-two select:focus{
    border-color: #4760f1;
    box-shadow: none;
}
.request-section.style-two .bootstrap-select{
    padding: 0px;
}
.request-section.style-two .bootstrap-select.btn-group{
    background: transparent;
}
.request-section.style-two .bootstrap-select>.dropdown-toggle{
    background: #ffffff;
    height: 45px;
    border: 1px solid #e0e0e0;
}
.request-section.style-two .bootstrap-select.btn-group .dropdown-toggle .caret{
    color: #777777;
    right: 18px;
}
.request-section.style-two .bootstrap-select.btn-group .dropdown-menu{
    background: #ffffff;
}
.request-section.style-two .bootstrap-select.btn-group .dropdown-menu li a{
    background: #ffffff;
    color: #777777;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.request-section.style-two .bootstrap-select.btn-group .dropdown-menu li a:hover{
    background: #343739;
    color: #ffffff;
    transition: all 500ms ease;
}
.request-section.style-two .form-bottom{
    display: block;
    text-align: center;
}
.htmega-form-style-1 form .form-group input[type=text] ,
.htmega-form-style-1 form .form-group input[type=email],
.htmega-form-style-1 form .form-group select,
.htmega-form-style-1 form .form-group textarea
{
    border-radius: 4px;
    height:50px !important;
}
.htmega-form-style-1 form textarea {
    margin-top: 0;
    height: 50px !important;
    min-height: 50px;
}
.request-section .right-side p {
    display:none;
}
/*** ===================================About Us Page======================================***/

/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
    position: relative;
    padding: 100px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    background-image: url("assets/images/bg4.jpg");
}
.page-title:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: rgba(22, 35, 55, 0.9);
}
.page-title h1{
    font-size: 36px;
    line-height: 56px;
    font-weight: 700;
    color: #ffffff;
    display: block;
    text-align: center;
    text-transform: uppercase;
}

/***

====================================================================
	Page Menu
====================================================================

***/

.page-menu{
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid #eeeeee;
}
.page-menu li{
    font-size: 12px;
    font-weight: 400;
    color: #222222;
    padding: 1px 10px;
    margin-right: 4px;
    background: #eeeeee;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.page-menu li a{
    color: #222222;
}
.page-menu li:hover{
    color: #ffffff;
    background: #ffbe12;
}
.page-menu li:hover a{
    color: #ffffff;
}

/***

====================================================================
	Intro Section Style Two
====================================================================

***/

.intro-section.style-two{
    margin-top: 0px;
    padding: 115px 0px 75px;
}

/***

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
    padding: 115px 0px;
}
.faq-section .sec-title h5{
    position: relative;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    color: #222222;
    padding-bottom: 15px;
    margin-bottom: 50px;
}
.faq-section .sec-title h5:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30px;
    height: 3px;
    content: '';
    background: #ffbe12;
}
.faq-section .left-side p{
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 24px;
    padding-bottom: 20px;
}
.faq-section input[type=text],.faq-section input[type=email],
.faq-section textarea,
.faq-section select{
    position: relative !important;
    display: inline-block  !important;
    width: 100%  !important;
    height: 50px  !important;
    padding: 10px 20px  !important;
    background: transparent  !important;
    border: 1px solid #eeeeee  !important;
}
.faq-section input:focus,
.faq-section textarea:focus,
.faq-section select:focus{
    border-color: #4760f1  !important;
    box-shadow: none  !important;
}
.faq-section textarea{
    height: 150px  !important;
    resize: none  !important;
}
.faq-section .bootstrap-select{
    padding: 0px;
}
.faq-section .bootstrap-select.btn-group{
    background: transparent;
}
.faq-section .bootstrap-select>.dropdown-toggle{
    background: #ffffff;
    height: 45px;
    border: 1px solid #e0e0e0;
}
.faq-section .bootstrap-select.btn-group .dropdown-toggle .caret{
    color: #777777;
    right: 18px;
}
.faq-section .bootstrap-select.btn-group .dropdown-menu{
    background: #ffffff;
}
.faq-section .bootstrap-select.btn-group .dropdown-menu li a{
    background: #ffffff;
    color: #777777;
    padding: 10px 20px;
    transition: all 500ms ease;
}
.faq-section .bootstrap-select.btn-group .dropdown-menu li a:hover{
    background: #343739;
    color: #ffffff;
    transition: all 500ms ease;
}

.accordion-box .accordion,.single_accourdion{
    position: relative;
    padding: 20px 30px;
    border: 1px solid #e5e5e5;
    margin-bottom: 0px;
    background: none;
}


.accordion-box .accordion .accord-btn {
    position: relative;
    cursor: pointer;
}
.accordion-box .accordion .accord-btn h6 ,.htmega-items-hedding{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 24px;
    font-family: 'Hind', sans-serif;
    transition: all 500ms ease 0s;
    background: none;
    padding: 0;
}


.htmega-items-hedding:not(.htb-collapsed) {
    border-bottom: 0px solid #fff;
    color: #4760f1;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn::after {
    position: absolute;
    color: #848484;
    content: "\f067";
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    top: 0px;
    right: 0px;
    font-family: 'FontAwesome';
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active{
    padding-top: 15px;
    padding-bottom: 5px;
}
.accordion-box .accordion .accord-btn.active h6{
    color: #4760f1;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-btn.active:after{
    content: "\f068";
    color: #4760f1;
    top: 10px;
    transition: all 500ms ease 0s;
}
.accordion-box .accordion .accord-content {
    position: relative;
    display: none;
}
.accordion-box .accordion .accord-content.collapsed {
    display: block;
}
.accordion-box .accordion .accord-content p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    padding: 10px 0px;
    margin-bottom: 0px;
    font-family: 'Hind', sans-serif;
}
.accordion-content {
    border: 0;
    padding: 15px 0;
}

/***

====================================================================
	Sponsors Logos Style Two
====================================================================

***/

.sponsors-logos.style-two{
    padding-bottom: 180px;
}

/*** ===================================Our Service Page======================================***/

/***

====================================================================
	Request Section Style Three
====================================================================

***/

.request-section.style-three{
    padding-bottom: 195px;
    background: #ffffff;
}
.request-section.style-three .section-title h3:before {
    background: url(..//images/icons/1.png);
}
.request-section.style-three .right-side{
    box-shadow: 0 0 20px 5px #f1f1f1;
}

/***

====================================================================
	Intro Section Style Three
====================================================================

***/
.eael-grid-post-holder {
    border: 0;
}

.intro-section.style-three {
    padding-top: 50px;
    margin-top: 0px;
    padding-bottom: 35px;
}
.intro-section.style-three .item{
    margin-bottom: 50px;
}
.intro-section.style-three .item .image-box:before{
    display: none;
}
.intro-section.style-three .text-area{
    position: relative;
    border: 1px solid #eeeeee;
    border-top: none;
    padding: 0;
}
.intro-section.style-three .text-area i{
    position: absolute;
    top: 30px;
    right: 20px;
}
.intro-section.style-three .text-area h6,.eael-entry-title{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    background: #f8f8f8;
    text-transform:  uppercase;
    padding: 25px 0px 25px 20px;
    transition:all 500ms ease;
    margin: 0;
}
.intro-section.style-three .text-area h6:hover,.eael-entry-title:hover{
    color: #4760f1;
    transition:all 500ms ease;
}
.intro-section.style-three .text{
    padding: 30px 35px;
}
.intro-section.style-three .text p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.intro-section.style-three .text .link-btn{
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
}
.intro-section.style-three .text .link-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 30px;
    height: 3px;
    background: #ffbe12;
    content: '';
}
.intro-section.style-three .text a{
    font-size: 11px;
    color: #222222;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition:all 500ms ease;
}
.intro-section.style-three .text a:hover{
    color: #4760f1;
}

/*** ===================================Error Page======================================***/


/***

====================================================================
	Error Section
====================================================================

***/

.error-section{
    padding: 175px 300px;
}
.error-section h3{
    font-size: 36px;
    font-weight: 700;
    color: #222222;
    padding-top: 100px;
    text-transform: capitalize;
}
.error-section h5{
    font-size: 18px;
    font-weight: 400;
    color: #222222;
    line-height: 26px;
    padding-top: 25px;
    font-family: 'Hind', sans-serif;
}
.error-section a{
    color: #ffbe12;
    font-weight: 700;
}
.error-section .link-btn{
    margin-top: 45px;
}
.error-section .link-btn .btn-style-two{
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    border: 2px solid #888888;
    font-family: 'Montserrat', sans-serif;
}
.error-section .link-btn .btn-style-two:hover{
    border-color: #ffbe12;
    color: #ffffff;
    background: #ffbe12;
}

/*** ===================================Contact Page======================================***/


/***

====================================================================
	Contact Info
====================================================================

***/

.contact-info {
    padding: 115px 0px 100px;
}
.contact-info .info-section .item {
    position: relative;
    padding: 34px 0px;
    padding-left: 110px;
    border: 1px solid #edf0f3;
}
.contact-info .info-section .item i{
    position: absolute;
    top: 42px;
    left: 60px;
}
.contact-info .info-section .item i:before{
    font-size: 38px;
    color: #4760f1;
}
.contact-info .info-section .item h5{
    font-size: 22px;
    color: #222222;
    line-height: 28px;
    font-weight: 700;
}
.contact-info .info-section .item p{
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
}

/***

====================================================================
	Google Map Area
====================================================================

***/

.map-area .google-map-area {
    position: relative;
}
.map-area #contact-google-map {
    height: 550px;
    width: 100%;
}

/***

====================================================================
	Contact Section
====================================================================

***/

.contact-section {
    padding: 115px 0px 110px;
}
.contact-section .left-side{
    margin-right: 30px;
}
.contact-section .sec-title h6{
    position: relative;
    font-size: 24px;
    color: #222222;
    font-weight: 700;
    line-height: 26px;
    padding-bottom: 20px;
    margin-bottom: 45px;
}
.contact-section .sec-title h6:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    width: 30px;
    height: 3px;
    background: #cccccc;
}
.contact-section .left-side p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
}
.contact-section .info{
    position: relative;
    padding-left: 30px;
    margin-top: 35px;
}
.contact-section .info i{
    position: absolute;
    top: 0px;
    left: 0px;
}
.contact-section .info i:before{
    color: #40b5ff;
    font-size: 14px;
}
.contact-section .info strong{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 26px;
    font-family: 'Hind', sans-serif;
}
.contact-section .info p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 26px;
}
.contact-section input{
    font-size: 14px;
    height: 50px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    border-color: #eeeeee;
    box-shadow: none;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.contact-section input:focus{
    border-color: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.contact-section textarea{
    font-size: 14px;
    height: 150px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    border-color: #eeeeee;
    box-shadow: none;
    resize: none;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.contact-section textarea:focus{
    border-color: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.contact-section .form-group{
    margin-bottom: 20px;
}
.contact-section .form-bottom{
    margin-top: 35px;
    margin-bottom: 0px;
}
.heateor_sss_horizontal_sharing {
margin-left: 410px;
}

/*** ===================================Service Details Page======================================***/


/***

====================================================================
	Service Details
====================================================================

***/

.service-details{
    padding: 55px 0px 180px;
}


.service-details .section-title.text h3 {
font-size: 28px;
}

.service-details  .section-title.text h3:after {
    position: absolute;
    bottom: -15px;
    left: 0px;
    width: 40px;
    height: 3px;
    content: '';
    background: #ffbe12;
}


.service-details  .section-title.text {
    padding-bottom: 15px;
}

.service-details  .section-title.text h3:before {
content:none;
}

.service-details .left-side{
    margin-right: 35px;
    padding-right: 30px;
}
.service-details .service-menu li,#menu-services li{
    position: relative;
    margin-bottom: 4px;
    overflow: hidden;
}
.service-details .service-menu li:before,#menu-services li:before{
    position: absolute;
    top: 0px;
    left: -5px;
    content: '';
    width: 5px;
    height: 100%;
    background: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}

 .eael-grid-post-holder-inner .eael-entry-wrapper {
    padding: 0px;
    position: relative;
border: 1px solid #eeeeee;
border-top: none;
}

.eael-grid-post-holder-inner .eael-entry-wrapper .eael-grid-post-excerpt {
padding: 20px;
	min-height: 180px;
}

.intro-section.style-three .eael-grid-post .eael-entry-wrapper .eael-grid-post-excerpt p {
font-size: 14px;
line-height: 24px;
color: #666666;
}

.intro-section.style-three .eael-grid-post .eael-entry-wrapper .link-btn {
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
}

footer #menu-services li:before{
content:none;
}
.eael-entry-medianone {
    overflow: hidden;
	position: relative;
}
.eael-entry-overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
	visibility: hidden;
opacity: 0;
-webkit-transition: .3s;
-o-transition: .3s;
transition: .3s;
	background-color: rgba(0,0,0, .75);
	height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.eael-entry-medianone:hover .eael-entry-overlay.fade-in {
    visibility: visible;
    opacity: 1;
}
.eael-entry-thumbnail img {
	width:100%;
}

.service-details .service-menu li:hover:before,#menu-services  li:hover:before{
    left: 0px;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.service-details .service-menu li a,#menu-services li a{
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    display: block;
    line-height: 26px;
    background: #f8f8f8;
    padding: 12px 0px 12px 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.service-details .service-menu li:hover a,#menu-services li a:hover{
    color: #ffffff;
    background: #4760f1;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.service-details .downloads-link {
    margin-top:0px;
    border-bottom: 1px dotted #cccccc;
}
.service-details .downloads-link h5,.drw h5 {
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 25px;
}
.service-details .downloads-link li a{
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    line-height: 25px;
    display: block;
    padding: 12px 20px;
    font-family: 'Montserrat', sans-serif;
    border-top: 1px dotted #cccccc;
}
.service-details .downloads-link li i{
    margin-right: 10px;
    font-size: 20px;
    color: #4760f1;
}
.service-details .testimonials-area{
    margin-top: 65px;
}
.service-details .testimonials-area h5{
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 25px;
}
.service-details .testimonials-area .image-box{
    position: relative;
    padding-left: 75px;
}
.service-details .testimonials-area .image-box img{
    position: absolute;
    top: 0px;
    left: 0px;
}
.service-details .testimonials-area .text h6,.elementor-text-editor h6 {
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    padding-top: 12px;
}
.service-details .testimonials-area .text span{
    font-size: 11px;
    font-weight: 600;
    color: #4760f1;
    text-transform: uppercase;
}
.service-details .testimonials-area .text i{
    position: absolute;
    top: 10px;
    right: 30px;
}
.service-details .testimonials-area .text i:before{
    font-size: 40px;
    color: #eeeeee;
}
.service-details .testimonials-area .item-holder p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
    padding: 35px 35px 80px;
    background: #f8f8f8;
}
.service-details .owl-theme .owl-controls{
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -45px;
}
.service-details .owl-controls .owl-nav{
    display: none;
}
.service-details .owl-dot span {
    background: none repeat scroll 0 0 #cccccc;
    border-radius: 30px;
    display: block;
    height: 6px !important;
    margin: 5px 7px;
    background: #888888 !important;
    transition: opacity 200ms ease 0s;
    width: 6px !important;
}
.service-details .owl-dot.active span,
.service-details .owl-dot:hover span{
    position: relative;
    width: 10px !important;
    height: 10px !important;
    background: #ffbe12 !important;
}
.service-details .get-questions ,.custom-html-widget .get-questions {
    position: relative;
    margin-top: 50px;
    z-index: 1;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("assets/images/9or.jpg");
}
.service-details .get-questions:before ,.custom-html-widget .get-questions:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: rgba(0, 156, 255, 0.8);
}
.service-details .get-questions h6,.custom-html-widget .get-questions  h6 {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
}
.service-details .get-questions h6 span,.custom-html-widget .get-questions  h6  span {
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.service-details .get-questions h4 ,.custom-html-widget .get-questions h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 25px;
}
.service-details .get-questions p ,.custom-html-widget .get-questions p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}
.service-details .right-side .content{
    margin-right: 15px;
}
.service-details .right-side .content p{
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    color: #666666;
    padding-top: 15px;
}
.service-details .right-side .content p.text,.service-details .right-side .content  strong{
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    padding-top: 0px;
}
.service-details .right-side .image-clomun {
    margin-top: 35px;
}
.service-details .right-side .image-clomun .text{
    margin: 0px 15px;
}
.service-details .right-side .image-clomun h6{
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    padding-top: 0px;
}
.service-details .right-side .image-clomun p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    padding-top: 15px;
}
.service-details .right-side .text-menu li a,.service-details .right-side .elementor-icon-list-items li a {
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #222222;
    font-family: 'Hind', sans-serif;
}
.service-details .right-side .text-menu li i,.service-details .right-side  .elementor-icon-list-items li a i{
    margin-right: 10px;
}
.service-details .right-side .text-menu li i:before ,.service-details .right-side  .elementor-icon-list-items li a i:before{
    font-size: 14px;
    color: #ffbe12;
}
.service-details .right-side .outer-info{
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}
.service-details .outer-info .item {
    margin-bottom: 0px;
}
.service-details .outer-info .item i:before{
    color: #4760f1;
    font-size: 40px;
}
.service-details .outer-info .item h6{
    font-size: 16px;
    line-height: 26px;
    color: #222222;
    font-weight: 400;
}
.service-details .strategies-srogress {
    margin-right: 20px;
    margin-top: 50px;
}
.service-details .strategies-srogress .sec-title h6,.strategies-srogress h6 {
    position: relative;
    font-size: 28px;
    color: #222222;
    font-weight: 700;
    padding-bottom: 20px !important;
    margin-bottom: 35px !important;
}
.service-details .strategies-srogress .sec-title h6:before,.strategies-srogress h6:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 40px;
    height: 3px;
    content: '';
    background: #ffbe12;
}
.service-details .strategies-srogress p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.service-details .strategies-srogress .chart-box{
    position: relative;
    margin-top: 70px;
}
.service-details .strategies-srogress .chart-box img{
    width: 100%;
}


/*** ===================================Blog Page======================================***/


/***

====================================================================
	Blog Page
====================================================================

***/
.htmega-team .htmega-thumb img {
	width:auto;
}
.htmega-team-style-1 .htmega-team-hover-action {
	width:263px;
}
.htmega-team .htmega-team-content {
    text-align: left;
}

.blog-details{
    position: relative;
    padding: 115px 0px 190px;
}
.blog-details .left-side{
    margin-right: 35px;
}
.blog-details .left-side .sec-title h6{
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.blog-details .left-side .sec-title h6:before{
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    width: 30px;
    height: 3px;
    background: #cccccc;
}
.blog-details .left-side .search-box{
    position: relative;
}
.blog-details .left-side .search-box input{
    position: relative;
    height: 55px;
    width: 100%;
    color: #848484;
    padding: 0px 15px;
    background: #ffffff;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
.blog-details .left-side .search-box input:focus{
    border-color: #4760f1;
}
.blog-details .left-side .search-box button{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50px;
    height: 55px;
    line-height: 55px;
    background: #4760f1;
}
.blog-details .left-side .search-box button i{
    font-size: 14px;
    color: #ffffff;
}
.blog-details .left-side .services-area{
    margin-top: 70px;
}
.blog-details .left-side .service-menu li{
    position: relative;
    margin-bottom: 4px;
    overflow: hidden;
    border-bottom: 1px dotted #7f7f7f;
}
.blog-details .left-side .service-menu li:before{
    position: absolute;
    top: 1px;
    left: 0px;
    content: '';
    width: 5px;
    height: 100%;
    background: #f8f8f8;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .left-side .service-menu li:hover:before{
    background: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .left-side .service-menu li a{
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    display: block;
    line-height: 26px;
    padding: 12px 20px 12px 30px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .left-side .service-menu li:hover a{
    color: #222222;
    background: #f8f8f8;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .left-side .service-menu li span{
    float: right;
}
.blog-details .left-side .blog-sidebar{
    margin-top: 65px;
}
.blog-details .left-side .blog-sidebar .item{
    position: relative;
    padding-left: 115px;
    overflow: hidden;
    margin-bottom: 35px;
}
.blog-details .left-side .blog-sidebar .image-box{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 98px;
    height: 88px;
}
.blog-details .left-side .blog-sidebar h6{
    font-size: 14px;
    color: #222222;
    font-weight: 700;
    line-height: 22px;
    padding-bottom: 15px;
    transition:all 500ms ease;
}
.blog-details .left-side .blog-sidebar h6:hover{
    color: #4760f1;
    transition:all 500ms ease;
}
.blog-details .left-side .blog-sidebar .bloog-info li{
    display: inline-block;
    margin-right: 25px;
}
.blog-details .left-side .blog-sidebar li span{
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    font-family: 'Hind', sans-serif;
}
.blog-details .left-side .blog-sidebar .bloog-info li i{
    font-size: 14px;
    color: #4760f1;
    margin-right: 8px;
}
.blog-details .left-side .blog-sidebar .bloog-info li span{
    color: #888888;
}
.blog-details .left-side .about-info{
    margin-top: 60px;
}
.blog-details .left-side .about-info img{
    width: 100%;
}
.blog-details .left-side .about-info p{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    font-weight: 400;
    padding-top: 20px;
}
.blog-details .left-side .get-questions{
    position: relative;
    margin-top: 50px;
    z-index: 1;
    padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("assets/images/9or.jpg");
}
.blog-details .left-side .get-questions:before{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background: rgba(0, 156, 255, 0.8);
}
.blog-details .left-side .get-questions h6{
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    line-height: 26px;
}
.blog-details .left-side .get-questions h6 span{
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.blog-details .left-side .get-questions h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    color: #ffffff;
    padding-top: 25px;
}
.blog-details .left-side .get-questions p{
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    margin-bottom: 0px;
}
.blog-details .right-side .item-holder{
    margin-bottom: 50px;
}
.blog-details .right-side img{
    width: 100%;
}
.blog-details .right-side .image-text{
    margin-left: 6px;
}
.blog-details .right-side .bloog-info{
    margin-top: 40px;
}
.blog-details .right-side .bloog-info li{
    display: inline-block;
    margin-right: 25px;
}
.blog-details .bloog-info li a{
    font-size: 12px;
    font-weight: 600;
    color: #222222;
    font-family: 'Hind', sans-serif;
}
.blog-details .right-side .bloog-info li i{
    font-size: 14px;
    color: #4760f1;
    margin-right: 8px;
}
.blog-details .right-side .bloog-info li span{
    color: #888888;
}
.blog-details .right-side .image-text h5,.blog-details .right-side .image-text h2{
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    padding-top: 15px;
}
.blog-details .right-side .image-text p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    padding-top: 15px;
}

a.instagram_follow_btn i {
	background: #647af9;
}
a.instagram_follow_btn {
    background: #4760f1 none repeat scroll 0 0;
}
.blog-details .right-side .link-btn{
    position: relative;
    padding-top: 15px;
    margin-top: 30px;
}
.blog-details .right-side .link-btn:before{
    position: absolute;
    top: 0px;
    left: 0px;
    content: '';
    width: 60px;
    height: 3px;
    background: #cccccc;
    transition:all 500ms ease;
}
.blog-details .right-side .link-btn:hover:before{
    background: #ffbe12;
    transition:all 500ms ease;
}
.blog-details .right-side .link-btn a{
    font-size: 11px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

/***

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination{
    position: relative;
    padding-top: 50px;
    border-top: 1px solid #eeeeee;
}
.styled-pagination li{
    position:relative;
    display:inline-block;
    margin-right: 5px;
}
.styled-pagination li a{
    position: relative;
    display: block;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    text-align: center;
    padding: 0px 5px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
}
.styled-pagination li a.number{
    position: relative;
}
.styled-pagination li a.number:before{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 15px;
    height: 3px;
    content: '';
    background: #cccccc;
    transition:all 500ms ease;
}
.styled-pagination li:hover a{
    color: #4760f1;
}
.styled-pagination li a.number.active:before,
.styled-pagination li:hover a.number:before{
    background: #4760f1;
    transition:all 500ms ease;
}

.left-side .widget {
    margin-bottom: 60px;
}

/*** ===================================Blog Details Page======================================***/

.eael-entry-overlay a {
	display: flex;
width: 100%;
height: 100%;
color: #fff;
font-size: 26px;
text-align: center;
align-content: center;
align-items: center;
justify-content: center;
}


/***

====================================================================
	Blog Details
====================================================================

***/


.blog-details .item-holder blockquote {
    position: relative;
    padding: 20px 0px 20px 40px;
    margin: 30px 75px 30px 30px;
    border-left: 5px solid #dddddd;
}
.blog-details .item-holder blockquote strong{
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    line-height: 26px;
    font-family: 'Montserrat', sans-serif;
}
.blog-details .right-side .image-clomun {
    margin-top: 45px;
}
.blog-details .right-side .image-clomun h6{
    font-size: 18px;
    font-weight: 700;
    color: #222222;
    padding-top: 0px;
}
.blog-details .right-side .image-clomun p{
    font-size: 16px;
    font-weight: 500;
    color: #222222;
    line-height: 28px;
    padding-top: 15px;
}
.blog-details .right-side .text-menu li a{
    font-size: 16px;
    font-weight: 500;
    line-height: 32px;
    color: #222222;
    font-family: 'Hind', sans-serif;
}
.blog-details .right-side .text-menu li i{
    margin-right: 10px;
}
.blog-details .right-side .text-menu li i:before{
    font-size: 14px;
    color: #ffbe12;
}
.blog-details .right-side .link-area{
    margin-left: 5px;
    padding: 30px 0px 20px;
    border-bottom: 1px solid #eeeeee;
}
.blog-details .right-side .link-area .link-menu {
    float: left;
}
.blog-details .right-side .link-area .link-menu li{
    display: inline-block;
    margin-right: 10px;
}
.blog-details .right-side .link-area .link-menu li a{
    font-size: 12px;
    font-weight: 700;
    color: #666666;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.blog-details .right-side .link-area .link-menu li:hover a{
    color: #222222;
}
.blog-details .right-side .link-area .social-links {
    float: right;
}
.blog-details .right-side .link-area .social-links li{
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    color: #222222;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}
.blog-details .right-side .link-area .social-links strong{
    margin-right: 15px;
}
.blog-details .right-side .link-area .social-links li i{
    font-size: 12px;
    color: #666666;
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: #ffffff;
    text-align: center;
    border-radius: 50%;
    border: 1px solid #dedede;
}


.blog-details .right-side .link-area .social-links li:hover i{
    color: #ffffff;
    background: #4760f1;
    border: 1px solid #4760f1;
}
.blog-details .right-side .sec-title h5{
    font-size: 24px;
    font-weight: 700;
    color: #222222;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.blog-details .right-side input{
    font-size: 14px;
    height: 50px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    border-color: #eeeeee;
    box-shadow: none;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .right-side input:focus{
    border-color: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .right-side textarea{
    font-size: 14px;
    height: 150px;
    color: #888888;
    font-weight: 400;
    line-height: 24px;
    border-color: #eeeeee;
    box-shadow: none;
    resize: none;
    text-transform: capitalize;
    font-family: 'Hind', sans-serif;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .right-side textarea:focus{
    border-color: #ffbe12;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.blog-details .right-side .form-group{
    margin-bottom: 20px;
}
.blog-details .right-side .form-bottom{
    margin-top: 35px;
    margin-bottom: 0px;
}
.blog-details .right-side .comment-area {
    margin-top: 80px;
}
.blog-details .right-side .comment-area .item{
    position: relative;
    padding-left: 95px;
    overflow: hidden;
    padding-bottom: 35px;
    margin-bottom: 60px;
    border-bottom: 1px solid #eeeeee;
}
.blog-details .right-side .comment-area .item:last-child{
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.blog-details .right-side .comment-area .image{
    position: absolute;
    top: 0px;
    left: 0px;
}
.blog-details .right-side .comment-area h6{
    font-size: 14px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
}
.blog-details .right-side .comment-area span{
    font-size: 12px;
    font-weight: 600;
    color: #666666;
    font-family: 'Hind', sans-serif;
}
.blog-details .right-side .comment-area p{
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}
.blog-details .right-side .comment-area a{
    font-size: 11px;
    font-weight: 700;
    color: #4760f1;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.n2-ss-slider .n2-ss-layer[data-sstype="content"] {
    width: 1170px;
    float: none;
    margin: 0 auto;
}

.n2-ss-slider .n2-ss-layer[data-pm="default"], .n2-ss-slider .n2-ss-layer[data-pm="normal"] {
    background:none;
    border: 0;
}
footer {
color:#c6c6c6;
}

.request-section.style-two  .htmega-form-style-1 form .form-group textarea {
height:50px !important;
}

.n2-ss-button-container a  {
    color: #ffffff !important;
    background: #4760f1 !important;
    border-color: #4760f1 !important;
    padding: 10px 28px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    font-size: 14px !important;
    border-width: 1px !important;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
}
.n2-ss-button-container a div div {
    text-transform: uppercase;
}
.n2-ss-button-container a:hover {
    color: #4760f1 !important;
    background: transparent !important;
}
.n2-ss-layer h1 ,.n2-ss-layer h2 {
    display: block !important;
    width: 66% !important;
    line-height: 52px !important;
    margin-bottom: 30px !important;
}
.n2-ss-item-content div p {
    font-size: 20px !important;
    color: #222222 !important;
    line-height: 30px !important;
    font-weight: 400 !important;
}
.htmega-service-style-7:hover .content h4, .htmega-service-style-7:hover .content p, .htmega-service-style-7:hover .icon i {
    color: inherit  !important;
}
.htmega-team .htmega-team-content {
    border:0;
}
.htmega-team .htmega-team-content {
    padding: 20px 10px;
}
.htmega-team .htmega-team-content h4 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222222;
    text-transform: capitalize;
    transition: all 500ms ease;
}
.htmega-team .htmega-team-content p {
    font-size: 16px;
    font-weight: 600;
    color: #888888 !important;
}
.htmega-team-style-1:before {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: 30px;
    height: 3px;
    content: '';
    background: #4760f1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;

}
.htmega-team-style-1:hover .htmega-team-hover-action {
    background: rgba(0, 0, 0, 0.7);
}
.htmega-team-style-1:hover:before {
    width: 30%;
}
.our-advisors .lae-heading ,.testimonials-section.style-two .lae-heading{
    margin-bottom: 0 !important;
}
.testimonials-section.style-two  .section-title.text-center h3 {
    padding-bottom: 30px !important;
}
.lae-testimonials-slider .lae-testimonial-text i {
    color: #4760f1;
    font-size: 40px;
}
#reply-title {
    display: none;
}
.es-field-wrap label {
    display: block;
    margin-bottom: .5rem;
}
.main-footer .newsletter-cloumn input[type=text],.main-footer .newsletter-cloumn input[type=email] {
    font-size: 14px;
    height: 45px;
    background: transparent;
    border-color: #0f4873;
    border: 1px solid #0f4873;
    border-radius: 4px;
    width: 100%;
    display: block;
    padding: 5px 10px;
}

.es_subscription_form_submit.es_submit_button.es_textbox_button {
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    font-weight: 600;
    padding: 10px 28px;
    background: #ffbe12;
    border: 1px solid #ffbe12;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    font-size: 14px;
line-height: 26px;
padding: 7px 25px;
cursor: pointer;
}

.es_subscription_form_submit.es_submit_button.es_textbox_button:hover {
    color: #009cff;
    border-color: #009cff;
    background: transparent;
}


 .htmega-form-style-1 form .form-group textarea {
    border-radius: 4px;
    height:auto !important;
}

.box-1 .bcontent {
    background: #f9f9f9;
    height: 165px;
    text-align: center;
    border-radius: 500px;
    width: 165px;
    font-weight: bold;
    border: 8px solid #ddd;
    color: #fff;
    cursor: pointer;
    transition: all 0.3s;
}
.number-box {
    font-weight: bold;
    color: #212121;
    font-size: 30px;
}
.number-text {
    font-weight: bold;
    color: #212121;
    font-size: 18px;
}

.step1 .bcontent .number-box ,.step1 .bcontent .number-text {
    color: #fff;
}
.contentot {
    color: #fff;
    padding: 20px 40px;
    border-radius: 103px;
    font-size: 18px;
    display: flex;
    align-items: center !important;
    justify-content: center;
    min-height: 130px;
}
.step1 .contentot {
    background: #60899e;
    border: 8px solid #92b0bf;
}
.step1 .bcontent {
    background: #60899e;
    border-color: #92b0bf;
}

.step1 .bcontent:hover {
    box-shadow: 0 0px 15px 2px rgba(96, 137, 158, 0.8);
}

.step2 .contentot {
    background: #103754;
    border: 8px solid #345f80;
}
.step2 .bcontent {
    background: #103754;
    border-color: #345f80;
}

.step2 .bcontent:hover {
    box-shadow: 0 0px 15px 2px rgba(16, 55, 84, 0.8);
}
.step2 .bcontent .number-box ,.step2 .bcontent .number-text {
    color: #fff;
}

.step3 .contentot {
    background: #e6533a;
    border: 8px solid #ff8b77;
}
.step3 .bcontent {
    background: #e6533a;
    border-color: #ff8b77;
}
.step3 .bcontent:hover {
    box-shadow: 0 0px 15px 2px rgba(230, 83, 58, 0.8);
}
.step3 .bcontent .number-box ,.step3 .bcontent .number-text {
    color: #fff;
}
.step4 .contentot {
    background: #f29b27;
    border: 8px solid #ffbc63;
}
.step4 .bcontent {
    background: #f29b27;
    border-color: #ffbc63;
}
.step4 .bcontent:hover {
    box-shadow: 0 0px 15px 2px rgba(242, 155, 39, 0.8);
}
.step4 .bcontent .number-box ,.step4 .bcontent .number-text {
    color: #fff;
}

.step5 .contentot {
    background: #2dadb6;
    border: 8px solid #2fced9;
}
.step5 .bcontent {
    background: #2dadb6;
    border-color:#2fced9;
}
.step5 .bcontent:hover {
    box-shadow: 0 0px 15px 2px rgba(45, 173, 182, 0.8);
}
.step5 .bcontent .number-box ,.step5 .bcontent .number-text {
    color: #fff;
}

.step6 .contentot {
    background: #a64d79;
    border: 8px solid #bf7399;
}
.step6 .bcontent {
    background: #a64d79;
    border-color:#bf7399;
}
.step6 .bcontent:hover {
    box-shadow: 0 0px 15px 2px rgba(166, 77, 121, 0.8);
}
.step6 .bcontent .number-box ,.step6 .bcontent .number-text {
    color: #fff;
}


.list-steps .step {
    margin-bottom: 2rem;
}
.alert-box {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #60899e;
    color: #fff;
    line-height: 28px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 7px solid #92b0bf;
    font-size: 13px;
    justify-content: center;
}

.alert-box2 {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #e6533a;
    color: #fff;
    line-height: 28px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 7px solid #ff8b77;
    font-size: 13px;
    justify-content: center;
}
.alert-box3 {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #f29b27;
    color: #fff;
    line-height: 28px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 7px solid #ffbc63;
    font-size: 13px;
    justify-content: center;
}

.alert-box6 {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #103754;
    color: #fff;
    line-height: 28px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 7px solid #345f80;
    font-size: 13px;
    justify-content: center;
}


.alert-box4 {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #a64d79;
    color: #fff;
    line-height: 28px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 7px solid #bf7399;
    font-size: 13px;
    justify-content: center;
}
.success-box {
    height: 150px;
    width: 150px;
    text-align: center;
    background-color: #f29b27;
    color: #fff;
    line-height: 28px;
    border-radius: 400px;
    display: flex;
    align-items: center;
    padding: 10px;
    border: 7px solid #ffbc63;
    font-size: 13px;
    justify-content: center;
}

.lightbox-opened {
    background-color: #333;
    background-color: rgba(51, 51, 51, 0.97);
    cursor: pointer;
    height: 100%;
    left: 0;
    overflow-y: scroll;
    padding: 24px;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 55454544;
}

.lightbox-opened img {
    box-shadow: 0 0 6px 3px #333;
}

.no-scroll {
    overflow: hidden;
}

.hiddenggg {
    display: none !important;
    visibility: hidden;
}
.box-lightbox {
    background-color: #fff;
    width: 500px;
    padding: 30px 40px;
    border-radius: 5px;
    text-align: left;
    margin: 5% auto 0;
    color: #000;
    position: relative;
}

.lightbox-opened .box-lightbox:before {
    background-color: #333;
    background-color: rgba(51, 51, 51, 1);
    color: #eee;
    content: "x";
    font-family: sans-serif;
    padding: 6px 12px;
    position: absolute;
    right: 10px;
    top: 1px;
    text-transform: uppercase;
}

.box-lightbox h3 {
    font-weight: bold;
}

.main-header.fixed-header .main-menu {
margin: 5px 0px;
}

.main-header.fixed-header .logo {
padding: 20px 0px;
}

.mobileroadmap {
		display:none;
	}

.box-lightbox ul li  {
    font-size: 16px;
    color: #404040;
    list-style: disc;
    line-height: 32px;
}
.mobile-display {
		display:none;
	}


.mobileroadmap  {
	position: absolute;
z-index: 54;
top: 130px;
left: 30px;
}

@media(max-width:768px){
.is-affixed .elementor-element-populated {
position: relative !important;
}


.eael-entry-thumbnail img { 
height:auto !important;
}
.visa-step .title-visa-section h3 
{
font-size: 24px !important;
}
.visa-step h4 {
text-align: left !important;
margin-bottom: 20px !important;
margin-top: 20px !important;
}
.page-menu li ul li {
    margin-bottom: 0px !important;
}
	.mobile-hidden {
		display:none;
	}
	.mobile-display {
		display:block;
	}


.services-boxs .htmega-service-style-7 .content {
    min-height: auto;
}
.fact-counter .count-outer, .htmega-counter-area .htmega-counter-icon {
    width: 40%  !important;
    text-align: left;
    float: left;
}
.main-header .header-area, .htmega-counter-area .htmega-counter-content {
    width:60% !important;
    float: left;
    line-height: 70px;
}
.htmega-counter-area .htmega-counter-content h4 {
    line-height: 25px;
}
.fact-counter {
    position: relative;
    padding: 25px 0px 50px;
    }

.htmega-team .htmega-team-content h4 {
    font-size: 24px;
    line-height: 40px;
}
.htmega-team .htmega-team-content p {
    font-size: 18px;
    }
.main-header .header-area {
    width: 50% !important;
}

.about-section .section-title h2  {
font-size: 28px !important; 
}
.about-section.style-two .item, .services-boxs .htmega-service-style-7 {
margin-bottom: 20px;
}
.video-section .tab-clomun .tab-content .item-list .item .icon-box i, .list-tab-content .item-list .item .icon-box i {
    width: 70px;
    height: 70px;
    line-height: 70px;
}
.video-section .tab-clomun .tab-content .item-list .item .icon-box i:before, .list-tab-content .item-list .item .icon-box i:before {
    font-size: 42px;
}
.main-menu .navbar-collapse > .navigation > li {
line-height:50px;
}
.heateor_sss_horizontal_sharing {
margin-left: 0px;
}
	.htc-verctimeline-wrapper .ht-ver-timeline::before {
		background-color:transparent;
	}
.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time {
    width: 25%;
    padding: 0 0px;
}
	
	.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date {
    width: 60px;
    border: 8px solid #f88a55;  
    height: 60px;
	}
	
	.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date::before {
		left: 110%;
	}
	
	.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
    padding-left: 0px;
		width:73%
}
	.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time::before {
		display:none;
	}
	.htc-verctimeline-wrapper .ht-ver-timeline .vertical-time .vertical-date span {
		line-height:36px;
	}
	.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .timeline-content {
		padding-right:5px
	}
	h6.time_line_title {
		font-size:22px
	}
	.htc-verctimeline-wrapper .ht-ver-timeline {
		padding: 15px 0;
	}
	.htc-verctimeline-wrapper .ht-ver-timeline .timeline-content {
		top:-45px;
	}
	.htc-verctimeline-wrapper .ht-ver-timeline.vertical-reverse .vertical-time .vertical-date::before {
		right:110%
	}
	
	.boxiran img {
		height:auto !important;
	}
	
	.mdown {
		padding:30px 15px;
		text-align:center
	}
	
	.mdown .fa-arrow-right::before {
    	content: "\f063" !important;
	}
	.gteee .text-right ,.gteee .text-left  {
		text-align: center !important;
	}
	
	.wer5555  {
		display:none
	}
	
	.mobileroadmap {
		display:block
	}
}




@media(max-width:468px){
 .left-side {
	display:none !important;
}
	
	section.header-top .right-side li{
		display: inline-block !important;
	}
}