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

body{
    font-family: 'Montserrat', sans-serif;
}
#header {
    transition: all 0.5s;
    z-index: 997;
    padding: 10px 0 5px 0;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
#header.headerstatic {
    //background-color: rgba(0, 119, 197, .4);
    background-color: rgba(25,  148, 176, .8);
    
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}

#topbar {
    padding: 0 0 10px 0;
    font-size: 14px;
    transition: all 0.5s;
}
#header.headerstatic #topbar{
    display: none;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
}
#topbar .social-links {
    text-align: right;
    display: none;
}
#topbar .social-links a {
    color: #535074;
    /* padding: 4px 12px; */
    display: inline-block;
    line-height: 1px;
}
#topbar .social-links a:first-child {
    border-left: 0;
}
#header .logo h1 {
    font-size: 36px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgb(65, 62, 102);
}
#header .logo h1 a, 
#header .logo h1 a:hover {
    color: #413e66;
    text-decoration: none;
}

#header.headerstatic .logo h1 a,
#header.headerstatic .logo h1 a:hover{
    color: #fff;
}
#header.headerstatic .logo h1 a img{
    max-width: 200px;
}

.main-nav, 
.main-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}
.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
}
.main-nav a {
    display: block;
    position: relative;
    color: rgb(65, 62, 102) !important;
    padding: 10px 15px;
    margin: 0px 15px;
    transition: 0.3s;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav .dropdown-menu{
    border-color: rgba(0,119,197,1);
    background-color: rgba(0,119,197,.9);
}
.main-nav .dropdown-menu a{
    margin: 0;
    color: #fff !important;;
}
.main-nav .dropdown-menu a:hover{
    background-color: rgba(0,119,197,1);
}
.main-nav ul > li:last-child a {
    margin-right: 0;
}
.navbar-light .navbar-toggler{
    border-color: #fff;
}


#header.headerstatic .main-nav a {
    color: #fff !important;
}
#header .main-nav a:hover, 
#header .main-nav .active > a, 
#header .main-nav li:hover > a {
    color: rgba(255,255,255,.5) !important;
    text-decoration: none;
}
.bx-wrapper{
    background: transparent;
    border: 0;
    box-shadow: none;

}

#intro {
    width: 100%;
    height: 100vh;
    position: relative;
    padding-top: 100px;
    background: url(../img/intro-bg.jpg) center top / cover no-repeat rgb(245, 248, 253);
    background-attachment: fixed;
}
.order-last {
    order: 13;
}
#intro .intro-info h2 {
    color: rgb(65, 62, 102);
    margin-bottom: 40px;
    font-size: 48px;
    font-weight: 700;
}
#intro .intro-info h2 span {
    color: #0077C5;
}
#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    color: rgb(255, 255, 255);
    padding: 10px 32px;
    border-radius: 4px;
    transition: all 0.5s ease 0s;
    background: #0077C5;
}

.company-section {
    position: relative;
    padding: 45px 0px 55px;
    background-color: #fff;
}
.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 50px;
}
.sec-title.centered {
    text-align: center;
}
.sec-title .title {
    position: relative;
    display: block;
    color: rgb(65, 62, 102);;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}
.sec-title h2 {
    position: relative;
    font-size: 18px;
    font-weight: 600;
    color: #638453;
    line-height: 1.3em;
    text-transform: uppercase;
}
.innerPage .sec-title h2,
.agency-contactus .sec-title h2{
    color: #0077C5;
}
.company-section .title-box {
    position: relative;
}

.company-section .title-box .title-column{
    padding: 25px;
    background-color: #0077C5;
    border-radius: 15px;
}
.company-section .title-box h2 {
    position: relative;
    color: #fff;
    font-size: 36px;
    font-weight: 800;
    line-height: 1.2em;
    margin-bottom: 40px;
}
.company-section .title-box .play-btn {
    position: relative;
    padding-right: 75px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    font-family: 'Montserrat', sans-serif;
}
.company-section .title-box .play-btn .icon {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    font-size: 56px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
}
.company-section .title-content-column {
    position: relative;
}
.company-section .title-content-column .title-column-inner {
    position: relative;
    padding-left: 30px;
}
.company-section .title-content-column .text {
    position: relative;
    margin-bottom: 30px;
}
.company-section .title-content-column .text p {
    position: relative;
    color: #333333;
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 18px;
}
.company-section .title-content-column .more {
    position: relative;
    color: rgb(65, 62, 102);;
    font-size: 14px;
    font-weight: 700;
    padding-left: 18px;
    text-transform: uppercase;
    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;
}
.company-section .title-content-column .more:hover {
    color: #15E3FF;
}
.company-section .title-content-column .more:before {
    position: absolute;
    content: '\f105';
    left: 0px;
    top: 0px;
    line-height: 1em;
    font-family: 'FontAwesome';
}


.power-area {
    padding: 50px 0px 40px 0px;
    position: relative;
    z-index: 1;
    z-index: 0;
    overflow: hidden;
    background-color: rgba(235,248,253,1);

}

.power-area-side-shape:before {
    position: absolute;
    top: -12%;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/powre-area-bg.png);
    content: "";
    background-repeat: no-repeat;
    z-index: -1;
    background-position: left top;
}
.power-area-side-shape:after {
    position: absolute;
    top: 5%;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/powre-area-2-bg.png);
    content: "";
    background-repeat: no-repeat;
    z-index: -1;
    background-position: right bottom;
}
.power-area .power-left {
    text-align: left;
    background-image: url(../img/power-left-bg.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: left center;
    background-size: 95%;
    left: -15px;
    top: -70px;
    overflow: hidden;
}
.power-left img {
    padding: 160px 0px 0px 35px;
    overflow: hidden;
    left: 0;
    right: auto;
    position: inherit;
}
.power-right h4 {
    font-size: 16px;
    font-weight: 700;
    color: rgb(65, 62, 102);
}
.power-right h2 {
    margin: 10px 0px 30px 0px;
    font-size: 30px;
    color: #333;
}
.power-right p {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin-bottom: 30px;
}
.power-area .pricing-btn.blue-btn {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1.4em;
    letter-spacing: 0px;
    color: #ffffff;
    background-color: rgb(65, 62, 102);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    padding: 16px 35px 14px 35px;
    margin-top: 10px;
}
.power-area .pricing-btn.blue-btn i {
    margin-left: 10px;
}
.power-right{
    padding: 15px;
    border: 1px solid rgb(65, 62, 102);
    background-color: rgba(65, 62, 102, .1);
    border-radius: 15px;
}
.power-area-2 {
    margin-top: 0px;
}
.power-area-3 {
    margin-top: 0px;
}
.power-area-2 .power-left {
    text-align: right;
    background-image: url(../img/power-left-bg-2.png);
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    background-position: right center;
    background-size: 95%;
    right: -7px;
    top: -70px;
    left: auto;
    overflow: hidden;
}
.power-area-2 .power-left img {
    padding: 130px 50px 0px 0px;
    overflow: hidden;
    left: 0;
    right: auto;
    position: inherit;
}

.growth-card-section {
    position: relative;    
    background-image: url(https://wp.xpeedstudio.com/agmycoo/home-five/wp-content/uploads/sites/5/2018/12/welcome-icon-bg-3.png);
    background-position: center left;
    background-repeat: no-repeat;
}
.xs-section-padding {
    padding: 50px 0;
}
.xs-mb-6 {
    margin-bottom: 60px;
}
.info-card-main{
    text-decoration: none !important;
}
.info-card {
    border-radius: 10px;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 60px 35px;
}
.info-card:hover {
    background-color: rgb(65, 62, 102);
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}
.info-card .info-card-header {
    margin-bottom: 20px;
}
.info-card .info-card-header>img {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.info-card:hover .info-card-header>img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.info-card .info-card-body .card-title {
    color: rgb(65, 62, 102);
    font-size: 1.375rem;
    font-family: "Roboto", sans-serif;
    margin-bottom: 20px;
    letter-spacing: -.2px;
}
.info-card:hover .info-card-body .card-title {
    color: #fff;
}
.info-card .info-card-body p {
    color: #333333;
}
.info-card .info-card-body a{
    border-radius: 5px;
    background-color: #0077C5;
    height: 40px;
    display: block;
    line-height: 40px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 45px;
    text-decoration: none !important;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
.info-card:hover .info-card-body p {
    color: #fff;
}
.simple-btn {
    font-weight: 700;
    display: inline-block;
}
.growth-card-section .simple-btn {
    /* font-size: 1.25rem;
    font-weight: 400;
    letter-spacing: -.4px; */
}
.simple-btn.style2 {
    color: rgb(65, 62, 102);;
    text-decoration: none;
}
.language{
    margin-top: 7px;
}
.language select{
    background-color: transparent;
    border: none;
    font-weight: bold;
    color: rgb(65, 62, 102);
    padding: 0 26px;
    margin-top: -6px;
}
.language select:focus{
    box-shadow: none;

}
.map{
    padding: 50px 0;
}
.map img{
    display: block;
    margin: 0 auto;
}
.agency-contactus {
    padding: 50px 0;
    overflow-x: hidden;
}
.agency-contactus.gray-bg {
    background-color: #E5F1F9;
}
.contact-info-wraper {
    padding-right: 100px;
}
.contact-info-wraper img{
    position: relative;
    top: 0px;
    max-width: 450px;
}
.contact-info-wraper .contact-info-list {
    margin-bottom: 40px;
    
}
.contact-info-list li{
    list-style: none;
}
.contact-info-list li:not(:last-child) {
    margin-bottom: 35px;
}
.contact-info-list li i {
    font-size: 1.125rem;
    background: -webkit-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    background: -o-linear-gradient(328deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    background: linear-gradient(122deg, #0369d1 4%, #0369d1 25%, #00ecbc 97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0369d1;
    display: block;
    margin-bottom: 10px;
}
.contact-info-list li .list-content>a {
    display: block;
    color: #333333;
}
.social-list li {
    display: inline-block;
    margin-right: 10px;
}
.social-list li a {
    display: block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    border-radius: 100%;
    border: 1px solid #6b7499;
    text-align: center;
    font-size: 0.875rem;
    color: #333333;
}
.social-list.version-2 li a {
    color: #FFFFFF !important;
    font-size: 0.745625rem;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 0px;
    border: 1px solid transparent;
}
.social-list.version-2 li a.facebook {
    background-color: #4969a8;
}
.social-list.version-2 li a.twitter {
    background-color: #2aa3ef;
}
.social-list.version-2 li a.linkedin {
    background-color: #1178b3;
}
.social-list.version-2 li a.instagram {
    background-color: #e8715c;
}
.social-list.version-2 li a i{
    margin-top: 11px;

}
.contact-form input:not([type=submit]), .contact-form textarea {
    border-radius: 5px;
    background-color: #FFFFFF;
    height: 54px;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-bottom: 30px;
    padding-left: 30px;
}
.contact-form textarea {
    height: 154px;
    resize: none;
    padding-top: 20px;
}
.contact-form .submit-btn {
    float: right;
    border-radius: 5px;
    background-color: #0077C5;
    height: 54px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 91px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}


footer{
    background-image: url(../img/footer_bg.png);
    background-repeat: no-repeat;
    padding-top: 150px;
    margin-top: -100px;
    background-size: 100% ;
    /* background-color: #E5F1F9; */
}
footer.bg-white{
    background-color: #fff;

}
footer .footer-bottom {
    position: relative;
    padding: 22px 0px;
}
footer .footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.5);
    padding-top: 20px;
}

footer .footer-bottom .copyright {
    position: relative;
    color: #ffffff;
    font-size: 16px;
}
footer .footer-bottom a {
    color: #fff;
}
footer .footer-bottom .social-column {
    position: relative;
    text-align: right;
}
.social-icon-one {
    position: relative;
}
.social-icon-one li {
    position: relative;
    margin-left: 15px;
    display: inline-block;
}
.main-footer .footer-bottom a {
    color: #fff;
}
.privacy{
    float: right;
}
.privacy li{
    list-style: none;
    float: left;
    margin: 0px 15px;
}
.privacy li a{
    font-size: 13px;
}
.sppb-column {
    width: 100%;
    /* height: 100%; */
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sppb-img-container{
    width: 50px;
    display: block;

}
.sppb-column-addons{
    width: 100%;
}
.sppb-img-container img{
    width: 100%;
}
.sppb-addon-content .social-list{
    padding: 0;
}
.sppb-addon-title,
.sppb-addon-text{
    margin-top: 4px;
    margin-bottom: 1px;
    font-size: 16px;
    line-height: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 500;
    color: #fff;
    margin-left: 20px;
}
.sppb-addon-text{
    font-size: 12px;
    color: #fff;
    margin-bottom: 10px;
}
.sppb-addon-text a{
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.sppb-media-body{
    float: left;
    max-width: 75%;
}
.sppb-media-content{
    /* float: left;
    max-width: 75%; */
}
.bx-wrapper .bx-viewport{
    height: auto !important;
}
.intro-info,
.intro-img {
    padding-left: 50px;
    padding-right: 16px;
}
.intro-img {
    padding-top: 30px;
}

.intro-img img{
    border: 5px solid #0077C5;
}
.cookiealert{
    position: relative;
    padding-top: 10px;
    background-color: #333;
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.closecookie{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.closecookie i{
    font-size: 18px !important;
}
.cookiealert h3{
    font-size: 20px;
    color: #fff;
    font-weight: bold;

}
.cookiealert p{
    font-size: 12px;
    color: #fff;
    max-width: 650px;
}
.cookiealert p a{
    text-decoration: dotted;
}
.cookiealert i{
    font-size: 32px;
    color: #fff;
    margin-right: 20px;
}
.cookiealert .submit-btn {
    /* float: right; */
    border-radius: 5px;
    background-color: #0077C5;
    height: 40px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 45px;
    cursor: pointer;
    margin-right: 20px;
    margin-bottom: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.cookiealert .submit-btn.green{
    background-color: rgb(91, 183, 91);
}
.cookiealert .submit-btn.red{
    background-color: rgb(183, 91, 91);
}
.cookiealert a.ok{
    border-radius: 5px;
    background-color: #0077C5;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border: 0px;
    color: #FFFFFF;
    font-size: 0.9375rem;
    letter-spacing: -.25px;
    padding: 0 45px;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.modal-header{
    background-color: #0077C5;
}
.modal-header h5{
    font-weight: bold;
    color: #fff;
}
.modal-header .close{
    color: #fff;
}
.bx-wrapper .bx-controls-direction a {
    width: 14px;
    height: 8px;
    top: auto;
    bottom: -84px;
    background-color: transparent;
    background-size: auto;
    padding: 13px;
    border: 1px solid #344092;
    border-radius: 50%;
    background-position: center !important;
    z-index: 9;
}
.bx-wrapper .bx-prev {
    left: 45%;
    background-image: url(../img/customer_arrleft.png);
    border-radius: 0px !important;
    padding: 20px !important;
}
.bx-wrapper .bx-next {
    right: 45%;
    background-image: url(../img/customer_arrright.png);
    border-radius: 0px !important;
    padding: 20px !important;
}



/* Contact page starts here */
.innerBanner{
    height: auto !important;
    padding: 200px 0 100px 0 !important;
    position: relative;
    -webkit-box-shadow: 0px 2px 5px #ccc;
    -moz-box-shadow: 0px 2px 5px #ccc;
    box-shadow: 0px 2px 5px #ccc;
}
.innerBanner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.7);
}
.innerBanner.contactBanner{
    background-image: url(../img/contact-us-banner.png) !important;
}
.innerBanner.expBanner{
    background-image: url(../img/digital-experience-banner.jpg) !important;
}
.innerBanner.aboutBanner{
    background-image: url(../img/clients-banner.jpg) !important;
}
.innerBanner.paymentBanner{
    background-image: url(../img/payment-banner.jpg) !important;
}
.innerBanner.securityBanner{
    background-image: url(../img/security-banner.jpg) !important;
}
.innerBanner.solutionBanner{
    background-image: url(../img/security-banner.jpg) !important;
}
.banner{
    position: relative;
    z-index: 1;
}
.banner h1{
    color: #0077C5;
    font-weight: bold;
    font-size: 50px;
}
.captcha{
    margin-bottom: 15px;
}

.innerPage{
    padding: 50px 0px 150px 0;
}

.chart {width:100%; height:400px}





.services-block{
	position:relative;
	margin-bottom:40px;
}

.services-block .inner-box{
	position:relative;
	padding:40px 28px;
	border-radius:5px;
	text-align:center;
	background-color:#ffffff;
	border:1px solid #f2f2f2;
	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;
}

.services-block .inner-box .icon-box{
	position:relative;
	font-size:80px;
	line-height:1em;
	color:#344092;
	font-weight:300;
	margin-bottom:15px;
	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;
}

.services-block .inner-box h3{
	position:relative;
	font-weight:600;
	font-size:18px;
	margin-bottom:5px;
	text-transform:capitalize;
}

.services-block .inner-box h3 a{
	position:relative;
	color:#303030;
	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;
}

.services-block .inner-box .title{
	position:relative;
	color:#344092;
	font-size:16px;
	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;
}

.services-block .inner-box .text{
	position:relative;
	margin-top:35px;
	padding-top:25px;
	color:#848484;
	font-size:16px;
	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;
	border-top:2px solid rgba(0,0,0,0.05);
}

.services-block .inner-box:hover{
	border-color:#344092;
	background-color:#344092;
}

.services-block .inner-box:hover .icon-box{
	color:#ffffff;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .title{
	position:relative;
	color:#ffffff;
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position:relative;
}

.services-section .upper-section{
	position:relative;
	padding:85px 0px 140px;
	background-repeat:repeat;
	background-position:left top;
}

.services-section .upper-section .sec-title{
	margin-bottom:30px;
}

.services-section .upper-section .title-content{
	position:relative;
	text-align:center;
}

.services-section .upper-section .title-content .text{
	position:relative;
	color:#333;
	font-size:18px;
	line-height:1.7em;
	margin-bottom:30px;
}

.services-section .lower-section{
	position:relative;
	margin-top:-80px;
	padding-bottom:80px;
}

.services-section .lower-section .outer-container{
	position:relative;
	padding:0px 35px;
}

.services-block-two{
	position:relative;
}

.services-block-two .inner-box{
	    position: relative;
    padding: 42px 42px;
    overflow: hidden;
    background-color: rgba(52,64,146,.8);
    /* border: 1px solid rgb(202, 202, 202); */
    box-shadow: 2px 21px 37px -21px #000;
}

.services-block-two .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:block;
	opacity:0;
	visibility:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	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;
}

.services-block-two .inner-box .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:100%;
	height:100%;
	z-index:1;
	background:-webkit-linear-gradient(right,rgba(0,0,0,0.7),rgba(17,17,17,0.80));
	background:-moz-linear-gradient(right,rgba(0,0,0,0.7),rgba(17,17,17,0.80));
	background:-o-linear-gradient(right,rgba(0,0,0,0.7),rgba(17,17,17,0.80));
	background:-ms-linear-gradient(right,rgba(0,0,0,0.7),rgba(17,17,17,0.80));
}

.services-block-two .inner-box:hover .image-layer{
	opacity:1;
	visibility:visible;
}

.services-block-two .inner-box h3{
	position:relative;
	font-size:18px;
	font-weight:600;
	margin-bottom:15px;
	z-index:1;
}

.services-block-two .inner-box .round-image{
	position:absolute;
	right:-112px;
	bottom:-120px;
	width:224px;
	height:240px;
	border-radius:50%;
	overflow:hidden;
	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;
}

.services-block-two .inner-box:hover .round-image{
	opacity:0;
	visibility:hidden;
}

.services-block-two .inner-box h3 a{
	position:relative;
	color:#ffffff;
	z-index:1;
}

.services-block-two .inner-box .text{
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:1.7em;
	margin-bottom:40px;
	z-index:1;
}

.services-block-two .inner-box .icon-box{
	position:relative;
	font-size:56px;
	line-height:1em;
	color:#fff;
	z-index:1;
	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;
}

.services-block-two .inner-box:hover .icon-box{
	opacity:0;
	visibility:hidden;
}

.services-block-two .inner-box:hover .read-more{
	opacity:1;
	visibility:visible;
}

.services-block-two .inner-box .read-more{
	position:absolute;
	left:45px;
	bottom:45px;
	color:#ffffff;
	z-index:1;
	opacity:0;
	font-weight:700;
	padding-left:15px;
	letter-spacing:1px;
	text-transform:uppercase;
	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;
}

.services-block-two .inner-box .read-more:before{
	position:absolute;
	content: '\f105';
	left:0px;
	top:3px;
	line-height:1em;
	font-family: 'FontAwesome';
}

.services-block-two .inner-box .read-more:hover{
	color:#344092;
}

.services-section .lower-section .owl-dots{
	display:none;
}

.services-section .lower-section .owl-nav{
	position:relative;
	text-align:center;
	margin-top:50px;
}

.services-section .lower-section .owl-prev,
.services-section .lower-section .owl-next{
	position:relative;
	color:#dbdbdb;
	font-size:50px;
	margin:0px 10px;
	font-weight:300;
	display:inline-block;
	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;
}

.services-section .lower-section .owl-prev:hover,
.services-section .lower-section .owl-next:hover{
	color:#344092;
}


.single-service-style1 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-service-style1 .text-holder .top .icon span:before {
    color: #b3b3b3;
    font-size: 60px;
    line-height: 60px;
}

.single-service-style1 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}

.single-service-style1 .img-holder img {
    width: 100%;
    transform: scale(1.01);
    transition: all 700ms ease;
}


.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

.single-service-style1 .img-holder .overlay-style-two:before {
    background-color: rgba(40, 41, 46, 0.90);
}
.single-service-style1 .img-holder .overlay-style-two:after {
    background-color: rgba(40, 41, 46, 0.90);
}

.overlay-style-two:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: top;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}

.overlay-style-two:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    transform: perspective(400px) rotateX(90deg);
    transform-origin: bottom;
    transition: all 0.5s;
    background-color: rgba(0, 0, 0, 0.80);
}

.single-service-style1 .text-holder.bg-white {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    padding: 35px 30px 28px;
    background: #ffffff;
}

.single-service-style1 .text-holder .inner-content {
    position: relative;
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    transition: all 700ms ease 800ms;
}

.single-service-style1 .text-holder .top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.single-service-style1 .text-holder .top .count h1 {
    font-size: 48px;
    line-height: 40px;
      font-weight: 500;
    background: -moz-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, rgb(52, 64, 146)), color-stop(1%, rgb(52, 64, 146)), color-stop(100%, rgb(48, 59, 135)));
    background: -webkit-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgb(52, 64, 146) 1%, rgb(52, 64, 146) 100%);
    background: -o-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(65,94,82,1) 0%, rgba(255,0,0,1) 1%, rgba(77,0,0,1) 100%);
    background: linear-gradient(45deg, rgba(65,94,82,1) 0%, rgb(52, 64, 146) 1%, rgb(52, 64, 146) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4D0000', endColorstr='#415E52',GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Rubik', sans-serif;
}


 .single-service-style1 .text-holder .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    display: block;
    padding: 28px 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all 700ms ease 100ms;
}


 .single-service-style1:hover .overlay-style-two {
    opacity: 1;
}

 .single-service-style1:hover .img-holder .overlay-style-two:before {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms;
}

 .single-service-style1:hover .img-holder .overlay-style-two:after {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 300ms;
}

 .single-service-style1:hover .img-holder img {
    transform: scale(1.2);
}

 .single-service-style1:hover .text-holder .inner-content {
    opacity: 0;
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
    transition: all 700ms ease 500ms;
}

 .single-service-style1:hover .text-holder .overlay-content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 700ms ease 500ms;
}

 .single-service-style1 .text-holder .overlay-content .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #e9212e;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}

 .single-service-style1 .text-holder .overlay-content .text p {
    margin: 0;
}
.single-service-style1 .text-holder .overlay-content .text a.read{
    color: #0077C5;
    font-size: 13px;
    display: block;
    text-align: center;
    margin-top: 10px;
}

 .single-service-style1 .text-holder.bg-white .overlay-content .read-more a span:before {
    position: absolute;
    left: auto;
    right: 30px;
    transform: scale(0);
    transition: all 300ms ease 100ms;
}

 .single-service-style1 .text-holder .bottom .title h3 {
    color: #27282c;
    font-weight: 600;
}

 .single-service-style1 .text-holder .bottom {
    padding-top: 7px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

 .single-service-style1 .text-holder .overlay-content .read-more a span:before {
    position: absolute;
    left: 0;
    bottom: -30px;
    right: 0;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #344092;
    display: block;
    text-align: center;
    border-radius: 50%;
    color: #ffffff;
    font-size: 24px;
    line-height: 60px;
}


 .single-service-style1:hover .text-holder.bg-white .overlay-content .read-more a span:before {
    transform: scale(1.0);
    transition: all 900ms ease 900ms;
}
.single-service-style1:hover .text-holder .overlay-content{
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    border-radius: 5px;
    z-index: 2;
    background-color: #fff;
    padding: 26px !important;
    padding: 1px 15px 30px;
    /* -webkit-transition: all .2s ease-in; */
    font-size: 12px;
    -webkit-transform: scale(1.25,1.10);
    -ms-transform: scale(1.25,1.10);
    -moz-transform: scale(1.25,1.10);
    /* transition: all .2s ease-in; */
    transform: scale(1.25,1.10);
    width: 85%;
    /* margin: 0px auto; */
    left: 7%;
    height: auto !important;
}



.case-block-main{
    margin-top: 30px;
}

.case-block-main .case-block{
	-webkit-transform:scaleX(1);
	-ms-transform:scaleX(1);
	-o-transform:scaleX(1);
	-moz-transform:scaleX(1);
	transform:scaleX(1);
}

/* .case-block-main:hover .case-block{
	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;
	-webkit-transform:scaleX(0);
	-ms-transform:scaleX(0);
	-o-transform:scaleX(0);
	-moz-transform:scaleX(0);
	transform:scaleX(0);	
} */

.case-block{
	position:relative;
}

.case-block .inner-box{
	position:relative;
}

.case-block .inner-box .image{
	position:relative;
	margin-bottom:25px;
	overflow:hidden;
	border-radius:5px;
}

.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.case-block .inner-box .image .category-title{
	    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 12px 0px;
    text-align: center;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    transition: all 900ms ease;
    background-color: rgba(0,0,0,0.5);
}

.case-block .inner-box:hover .image .category-title{
	opacity:0;
	visibility:hidden;
}

.case-block .inner-box h3{
	position:relative;
	color:#303030;
	font-size:18px;
	font-weight:600;
	text-align:center;
	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;
}

.case-block .inner-box:hover h3{
	opacity:0;
	visibility:hidden;
}

.case-block .inner-box h3 a{
	position:relative;
	color:#303030;
	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;
}

.case-block .inner-box h3 a:hover{
	color:#344092;
}

.case-block .inner-box .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
	opacity:0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    background-color:rgba(51, 51, 51, 0.6);
}

.case-block .inner-box:hover .overlay-box{
	opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
}

.case-block .inner-box .overlay-box .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    padding: 10px 30px;
    vertical-align: middle;
}

.case-block .inner-box .overlay-box .overlay-inner .content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.case-block .inner-box .overlay-box h2{
	position:relative;
	color:#ffffff;
	font-size:18px;
	font-weight:600;
	text-align:center;
	margin-bottom:18px;
}

.case-block .inner-box .overlay-box h2 a{
	position:relative;
	color:#ffffff;
	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;
}

.case-block .inner-box .overlay-box h2 a:hover{
	color:#344092;
}

.case-block .inner-box .overlay-box .text{
	position:relative;
	color:#fff;
	font-size:16px;
	line-height:1.9em;
	margin-bottom:30px;
}

.case-block .inner-box .overlay-box .read-more{
	position: relative;
    color: #ffffff;
    font-weight: 700;
    padding-left: 15px;
    letter-spacing: 1px;
	font-size:14px;
    text-transform: uppercase;
    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;
	font-family: 'Montserrat', sans-serif;
}

.case-block .inner-box .overlay-box .read-more:hover{
	color:#344092;	
}

.case-block .inner-box .overlay-box .read-more:before{
	position: absolute;
    content: '\f105';
    left: 0px;
    top: 1px;
    line-height: 1em;
    font-family: 'FontAwesome';
}

@media (min-width: 992px){
    #intro .intro-info {
        padding-top: 80px;
    }
    .dropdown:hover>.dropdown-menu {
        display: block;
    }
    
    .dropdown>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
        pointer-events: none;
    }
    .navbar-expand-lg .navbar-collapse{
        margin-top: 13px;
    }
}
@media (min-width: 768px){
    .order-md-first {
        order: -1;
    }
}


@media (max-width: 1200px){
    .power-left img{
        width: 80%
    }
}
@media (max-width: 992px){
    .map img{
        width: 90%;
    }
    .main-nav {
        float: left !important;
        width: 100%;
    }
    .navbar-light .navbar-toggler{
        position: absolute;
        top: -30px;
        right: 0;
    }
    .navbar-collapse{
        background-color:  rgba(0,119,197, .8);
        margin-top: 10px;
    }
    .main-nav a{
        color: #fff !important;
    }
    #header .logo{
        position: relative;
        top: -60px;
    }
    #header.headerstatic .logo{
        top: 0px;
    }
    .sppb-column{
        margin-bottom: 25px;
    }
    .power-area .power-left{
        background-size: 60%;
        background-position: center;
        /* margin-top: 50px; */
    }
    .power-left img{
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .power-right h4 {
        margin-top: -40px;
    }
    .power-area-2{
        margin-top: 90px;
    }
    .main-nav .dropdown-menu a{
        color: #fff !important;
        padding-left: 35px;
    }
    .bx-wrapper .bx-prev {
        left: 42%;
    }
    .bx-wrapper .bx-next {
        right: 42%;
    }
    .order-md-first {
        order: -1;
    }
    
    .chart {width:100%; height:300px}
    #regions_div{
        width: 100%;
        overflow: auto;
    }
}
@media (max-width: 768px){
    
    footer{
        background-size: cover !important;
    }
    .privacy{
        float: left;
        padding: 0;
        margin-top: 10px;
    }
    #intro .intro-info h2{
        font-size: 30px;
        /* margin-top: -46px; */
    }
    .intro-img {
        padding-top: 0px;
    }
    .bx-wrapper .bx-prev {
        left: 40%;
    }
    .bx-wrapper .bx-next {
        right: 40%;
    }
    .company-section .title-box .title-column,
    .power-right{
        margin: 20px;
    }
}
@media (max-width: 680px){
    #intro{
        overflow: hidden;
    }
    .growth-card-section{
        margin-bottom: 30px;
    }
}
@media (max-width: 576px){
    #intro .bx-wrapper img{
        width: 70%;
        margin: 0px auto;
        margin-top: 40px;
        margin-bottom: 20px;

    }
    .bx-wrapper .bx-prev {
        left: 65%;
    }
    .bx-wrapper .bx-next {
        right: 10%;
    }
    .bx-wrapper .bx-controls-direction a{
        bottom: -40px;
    }
    #intro .intro-info h2{
        text-align: center;
    }
    #intro .intro-info .btn-get-started{
        margin: 0px auto;
        width: 180px;
        display: block;
    }
    .single-service-style1{
        padding: 0 20px;
    }
    .growth-card-section{
        margin-bottom: 40px;
    }
}

@media (max-width: 480px){
    #header .logo {
        position: relative;    
        top: 5px;
        text-align: center;
        width: 100%;
    }
    #intro .bx-wrapper img{
        margin-top: 60px;
        width: 70%;
    }
    .growth-card-section{
        margin-bottom: 65px;
    }
}
