::-moz-selection {
     background-color: #3bacf0;
     color: #fff;
}
 ::selection {
     background-color: #3bacf0;
     color: #fff;
}
 body {
     color: #333333;
     font-family: 'Muli', sans-serif;
     font-size: 16px;
     font-weight: 400;
     line-height: 24px;
     position: relative;
     overflow-x: hidden;
     letter-spacing: 0.5px;
}
 ol, ul {
     margin: 0;
     padding: 0;
     list-style: none;
}
 select {
     display: block;
}
 figure {
     margin: 0;
}
 a {
     -webkit-transition: all 0.3s ease 0s;
     -moz-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
}
 a:hover{
    color:#33404c
}
 iframe {
     border: 0;
}
 a, a:focus, a:hover, a:active, button, button:focus, button:hover, button:active {
     text-decoration: none;
     outline: 0;
}
 .btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus {
     text-decoration: none;
     outline: 0;
}
 b, sup, sub, u, del {
     color: #808291;
}
 .common_h1, h1 {
     font-size: 30px;
     margin-bottom: 20px;
    font-weight: 600 !important;
}
 .common_h2, h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 600 !important;
}
 .common_h3, h3 {
     font-size: 22px;
}
 .common_h4, h4 {
     font-size: 20px;
}
 .common_h5, h5 {
     font-size: 18px;
}
 .common_h6, h6 {
     font-size: 16px;
}
 h1, h2, h3, h4, h5, h6 {
     line-height: 1.2em;
     color: #111;
}
 .shape {
     position: relative;
     padding-bottom: 15px;
     margin-bottom: 15px;
}
 .shape:before {
     width: 55px;
     height: 2px;
     background: #e1b42d;
     content: '';
     position: absolute;
     bottom: 0;
     left: 50%;
     margin-left: -27.5px;
}
 .mb-10{
     margin-bottom: 40px;
}
 .blue_bg{
     background: #02398b;
     padding: 15px 25px;
     margin: 0;
}
 .dark-gray{
     background:#002e5b;
     padding: 15px 17px;
     margin: 0;
     transition:all 0.2s ease;
     cursor:pointer;
}
 .dark-gray{
     background:#33404C;
     padding: 15px 17px;
     margin: 0;
     transition:all 0.2s ease;
     cursor:pointer;
}
 .dark-blue-box{
    background:#33404C
}
 .dark-gray:hover{
     background:#ecb920;
     color:#002e5b !important;
}
 .dark-gray:hover i{
     color:#002e5b !important;
}
 .yellow_txt.sol-card-txt{
    color:#02398b ;
    float: right;
    margin-top: 16px;
}
 .yellow_txt.sol-card-txt:hover{
	  color: #ecb920;
 }
 .yellow_txt{
	 color:#ecb920;
 }
 .inner-banner-title-bg{
     background: #ecb920;
}
 .breadcrumb-bg{
     background: rgba(0, 0, 0, 0.8) !important;
}
 .breadcrumb{
     border-radius: unset;
     background:none;
     padding: 15px 0px !important;
     margin: 0 !important;
}
 .breadcrumb-item + .breadcrumb-item::before {
     display: none;
     padding-right: 0.5rem;
     color: #6c757d;
     content: "";
}
 .mb-30{
     margin-bottom: 30px;
}
 .gray-box{
     background: #f3f6fc;
}
 .gray-box-1{
     background: #e8e8e8;
}
 .yellow-box {
     background: #ecb920;
}
 .gray-box-1 li{
     border-bottom: 1px solid #ffffff;
     transition: all 0.5s ease;
     float: left;
     width: 100%;
     font-size: 15px;
     cursor: pointer;
     position: relative;
}
 .help-box{
    padding:25px;
}
 .help-box p{
    font-size:12px;
     line-height:20px;
     text-align:left;
}
 .help-box a{
     width:100%;
     display:inline-block;
     border-bottom :1px solid #ccc;
     position:relative;
     padding: 0 0 20px 45px;
     margin-bottom:10px;
     line-height:20px;
     color:#333;
     font-size:12px;
}
 .help-box a:last-child{
    border-bottom:none;
     padding:0 0 0 45px;
     margin:0;
}
 .help-box a::after{
     position:absolute;
     content:'';
     width:28px;
     height:28px;
     background:url('../images/pdf.jpg') no-repeat;
     top:5px;
     left:0;
}
 .gray-box-1 li:hover::after, .gray-box-1 li.list-active::after{
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     background: #33404c;
     width: 4px;
     height: 100%;
     transition: all 0.5s ease;
}
 .gray-box-1 li:last-child{
     border-bottom: none;
}
 .gray-box-1 li a{
     padding: 12px 25px;
     width: 100%;
     display: inline-block;
     color: #002e5b;
     font-size:16px;
}
 section {
     padding: 50px 0px;
	 width:100%;
	 float:left;
}
 section .container {
     padding-left: 0px;
     padding-right: 0px;
}
 #header {
     padding: 5px 0;
     background: #fff;
     box-shadow: none;
     position: fixed;
     left: 0;
     top: 0;
     right: 0;
     transition: all 0.5s;
     z-index: 999999;
     box-shadow:rgba(0, 0, 0, 0.2) 0 2px 5px;
}
 #header.header-scrolled {
     background: #fff;
     transition: all 0.5s linear;
     box-shadow: rgba(0, 0, 0, 0.2) 0 3px 5px;
}
 .btns, .btns1 {
     margin-top: 22px;
     background: #ecb920;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
     color: #333;
     padding: 6px 25px;
     display: inline-block;
     border-radius: 200px;
     font-size: 16px;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
}
 .btns1 {
     color: #303c47;
     background: #e1b42d;
     padding: 5px 18px;
}
 .btns:hover, .btns:active {
     background: #02398b;
     color: #fff;
}
 .btns1:hover, .btns1:active, .btns1:focus {
     background: #ffffff;
     color: #02398b;
}
 .unordered_list ul {
     padding-left: 30px;
}
 .unordered_list li {
     position: relative;
     padding-left: 25px;
     line-height: 42px;
}
 .unordered_list li::before {
     position: absolute;
     left: 0px;
     content: '';
     width: 16px;
     height: 12px;
     background: #ccc;
     top: 14px;
     border-radius: 200px;
}
 .nav-menu li {
     margin-left: 25px;
     position: relative;
	 float:left;
}
 .nav-menu li a {
     padding: 6px 10px;
     text-decoration: none;
     display: inline-block;
     color: #33404c;
     font-size: 17px;
     font-weight: 600;
     outline: none;
     border: 0px;
}
 .nav-menu ul a {
     color: #02398b;
}
  .nav-menu li:hover a, .nav-menu li:hover i {
     color: #ecb920;
}
.nav-menu .sub-menu li a{
	color:#02398b;
}
.nav-menu .sub-menu li:hover a{ color: #ecb920;}
 .white_txt {
     color: #fff;
}
 .gray_txt {
     color: #33404c;
}
 .blue_txt {
     color: #02398b;
}
 .black_txt {
     color: #111;
}
 .font22 {
     font-size: 20px;
}
 .whiteBg {
     background: #fff !important;
}
 .orange_txt {
     color: #f26c43;
}
 .secondary_txt {
     color: #101010;
}
 .light_gray {
     background: #f7f8fb;
}
 .gradientBlue {
     background: #5bbacc;
     background: linear-gradient(to right, #5bbacc, #7fd9dc);
}
 .internalLink, .internalLink:focus {
     color: #f28e70;
}
 .internalLink:hover, .internalLink:active {
     color: #5bbacc;
}
 .borders {
     margin-top: 10px;
     display: inline-block;
     width: 100%;
     float: left;
     height: 15px;
}
 .border1 {
     display: inline-block;
     vertical-align: top;
     width: 70px;
     height: 1px;
     background: linear-gradient(40deg, #21aec9, #02398b) !important;
    ;
     border: none;
     margin-left: 0;
}
 .border2 {
     display: inline-block;
     vertical-align: top;
     width: 12px;
     height: 1px;
     background: linear-gradient(40deg, #21aec9, #02398b) !important;
    ;
     border: none;
     margin-left: 8px;
}
 .border-white {
     display: inline-block;
     vertical-align: top;
     width: 70px;
     height: 1px;
     background: #ffffff;
     border: none;
     margin-left: 0;
}
 .border-white-1 {
     display: inline-block;
     vertical-align: top;
     width: 12px;
     height: 1px;
     background: #ffffff;
     border: none;
     margin-left: 8px;
}
 .mt-60 {
     margin-top: 60px;
}
/**** Menu *****/
 .navbar-nav li.nav-item {
     margin-left: 25px;
}
 .navbar {
     padding-left: 0px;
     padding-right: 0px;
}
 #header .container {
     padding-left: 0px;
     padding-right: 0px;
}
 #header .dropdown-toggle::after {
     display: none;
}
 .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
     color: #5bbacc;
}
 .icon a {
     position: relative;
     font-size: 18px;
}
 .icon span {
     position: absolute;
     left: -13px;
     width: 30px;
     height: 30px;
     line-height: 24px;
     font-size: 19px;
     top: 10px;
     color: #5bbacc;
     margin-left: 0;
     text-align: center;
     display: inline-block;
}
 .icon span img {
     width: 30px;
     height: auto;
}
 .dropdown-item:hover, .dropdown-item:focus {
     color: #5bbacc;
     background-color: transparent;
}
 .icon a label {
     color: #626262;
     font-size: 15px;
     margin-bottom: 0px;
     line-height: 20px;
}
 .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
     color: #5bbacc;
}
 .dropdown-item.active, .dropdown-item:active {
     background-color: transparent;
     color: #5bbacc;
}
/******Home Banner *********/
 .homeBanner {
     padding-top: 65px;
}
 .homeBanner .owl-item .item {
     position: relative;
     z-index: 9 
}
 .homeBanner .owl-item .item::before, .banner-cnt {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     content: "";
     height: 100%;
}
 .banner-cnt .d-inline-block {
     min-height: 400px;
     width: 400px;
     background: url(../images/hexagonShape-1.png) no-repeat 0px 0px/100% !important;
     padding: 97px 45px 30px;
}
 .banner-cnt p {
     font-size: 14px;
     line-height: 24px;
}
 .owl-dots {
     position: absolute;
     width: 100%;
     bottom: -90px;
}
/*row-1-sec*/
 .row-sec-1 {
     position: relative;
     width: 100%;
     display: inline-block;
}
 .row-sec-1::before {
     position: absolute;
     content: '';
     width: 87px;
     height: 92px;
     background: url("../images/dots1.png") no-repeat;
     right: 30px;
     top: 50px;
}
 .row-sec-1::after {
     position: absolute;
     content: '';
     width: 32px;
     height: 32px;
     background: url("../images/triangle.png") no-repeat;
     right: 140px;
     top: 50px;
     animation: 4s linear 0s infinite triangle;
}
 @keyframes triangle {
     0% {
         transform: rotate(0deg);
    }
     100% {
         transform: rotate(360deg);
    }
}
 .InnerImgShape {
     z-index: 9;
}
 .InnerImgShape:before {
     position: absolute;
     content: "";
     left: 0px;
     top: 0px;
     width: 200px;
     height: 150px;
     background:#e8e8e8;
     z-index: -1;
}
 .InnerImgShape-2 {
     z-index: 9;
}
 .full-width{
    width: 100% !important;
    display: inline-block;
}
 .InnerImgShape-2:before {
     position: absolute;
     content: "";
     bottom: 0px;
     right: 0px;
     width: 200px;
     height: 150px;
     background: #ecb920;
     z-index: -1;
}
/*row-2-sec*/
 .row-sec-2 {
     background: #e8e8e8;
     position: relative;
     padding: 40px 0;
	 display:inline-block;
	 width:100%;
}
 .row-sec-2::after {
     position: absolute;
     content: '';
     width: 87px;
     height: 92px;
     background: url("../images/dots1.png") no-repeat;
     right: 0;
     bottom: 0;
}
 .row-sec-2::before {
     position: absolute;
     content: '';
     width: 32px;
     height: 32px;
     background: url("../images/triangle.png") no-repeat;
     right: 110px;
     bottom: 50px;
     animation: 4s linear 0s infinite triangle;
}
 .test-title {
     text-transform: capitalize;
     line-height: 40px;
     margin-left: 110px;
     position: relative;
     z-index: 99;
}
 .title {
     width: 100%;
     position: relative;
}
 .title::before {
     position: absolute;
     content: '';
     width: 87px;
     height: 92px;
     background: url("../images/dots1.png") no-repeat;
     left: 0;
     top: 0;
}
 .title::after {
     position: absolute;
     content: '';
     width: 69px;
     height: 69px;
     background: #ecb920 url("../images/quote.png") no-repeat center center;
     left: 60px;
     border-radius: 50%;
     top: -22px;
     z-index: 1;
}
 .testimonial {
     width: 100%;
     margin-top: 35px;
}
 .testimonial .item {
     margin-left: 80px;
}
 .font-semi-bold {
     font-weight: 700;
}
 .client-cnt {
     width: 100%;
     float: left;
     margin-top: 25px;
}
 .client-cnt .client-img {
     float: left;
}
 .client-cnt .client-img img {
    max-width:200px !important;
	background: #ffffff;
	box-shadow: 0 0 5px rgba(0,0,0,0.09);
    margin-bottom: 20px !important;
}
 .client-cnt .client-name {
     float: left;
     margin: 10px 0 0 15px;
     vertical-align: middle;
}
 .client-cnt .client-name h6 {
     font-size: 15px;
     margin-bottom: 0;
	 color: #333;
   font-weight:800;
}

 .client-cnt .client-name p {
     font-size: 13px;
     color: #333333;
}
 .testimonial .owl-theme .owl-nav {
     position: absolute;
     right: 0px;
     bottom: 100%;
     margin-bottom: 120px;
}
 .testimonial .owl-nav {
     position: absolute;
     right: 52px;
     bottom: 100%;
     margin-bottom: 120px;
}
 .testimonial.owl-theme .owl-nav [class*=owl-] {
     color: #FFF;
     font-size: 0px;
     margin: 5px;
     padding: 4px 7px;
     background: #ecb920;
     display: inline-block;
     cursor: pointer;
     border-radius: 5px;
     width: 40px;
     height: 35px;
}
 .testimonial.owl-theme .owl-nav .owl-prev, .testimonial.owl-theme .owl-nav .owl-next {
     background: #ecb920 url("../images/test-arrow.png") no-repeat center center/50% 
}

/*home-twitter*/
 section.whiteBg {
     padding: 35px 0 30px;
}
 .twitterSection .owl-dots {
     display: block !important;
     position: relative;
     bottom: inherit;
}
 .twitterSection.owl-theme .owl-dots .owl-dot.active span, .twitterSection.owl-theme .owl-dots .owl-dot:hover span {
     background: #ecb920;
}
 .twitterSection.owl-theme .owl-nav.disabled+.owl-dots{
     margin-top: 25px;
}
 .twitterCard {
     position: relative;
     display: inline-block;
     margin: 10px;
     border: 0px;
     padding: 20px 20px 20px 120px;
     background: #fff;
     box-shadow: 0px 3px 9px rgba(172, 172, 172, 0.43);
     border-radius: 8px;
}
 .twitterCard:before {
     position: absolute;
     content: "";
     left: 0px;
     top: 0px;
     display: flex;
     align-items: center;
     width: 120px;
     height: 100%;
}
 .twitterBlueShape:before {
     background: url("../images/twittershape1.png") no-repeat 0px center;
}
 .twitterYellowShape:before {
     background: url("../images/twittershape2.png") no-repeat 0px center;
}
 .twitterCard .fa-twitter {
     color: #3bacf0;
     font-size: 24px;
}
  .footer-font-13{
     font-size: 13px;
}
 .footer-area {
     background: #33404c url(../images/footer-bg.png);
     float: left;
     width: 100%;
     
}
 .copy_rights {
    width:100%;
	float:left;
	 
    
}
 .copy_rights p, .copy_rights a {
     color: #e6e3e3;
     font-size: 13px;
	 font-weight: 200;
	 padding: 5px 0;
}
 .copy_rights a:hover{
     color: #ecb920;
}
 .footer-area .list-unstyled li img {
     filter: grayscale(1);
}
 .footer-area .list-unstyled li a {
     color: #e6e3e3;
     font-size: 13px;
     line-height: 30px;
     font-weight: 200;
     position: relative;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
	     padding-left: 15px;
}
 .footer-area .list-unstyled li a:hover{
     color:#ecb920;
}
 .footer-area h4:before {
     position: absolute;
     content: "";
     left: 0px;
     bottom: 0px;
     background: #e6e3e3;
     height: 1px;
     width: 100px;
}
 .footer-area h4 {
     color: #FFF;
     position: relative;
     margin-bottom: 15px;
     padding-bottom: 15px;
     font-weight: 400;
}

 
 address.mb-0.white_txt {
     font-size: 13px;
     line-height: 30px;
     font-weight: 200;
     color: #e6e3e3;
}
 .socialSec ul li:nth-child(3) a {
     background: #a91e30;
}
 .social-text {
     display: inline-block;
     margin: 4px 15px 0 0;
}
 .socialSec ul li:nth-child(4) a {
     background: #377ca5;
}
 .socialSec ul li:nth-child(2) a {
     background: #0ea2a4;
}
 .ft-txt-right{
     text-align:center;
}
 .scrollToTop {
     position: fixed;
     bottom: 50px;
     right: 20px;
     z-index: 999;
     background: none;
     border: none;
     cursor: pointer;
}
 .scrollToTop i {
     color: #02398b;
     font-size: 30px;
     display: block;
     height: 37px;
     transition: all 1s ease 0s;
     width: 37px;
     border-radius: 50px;
     -ms-transition: 1s;
     -webkit-transition: 1s;
     opacity: 0.9;
     -moz-transition: 1s;
     transition: 1s;
     background:#ecb920;
     line-height: 33px;
}
/*slide-menu-css*/
 .prop_window {
     width:300px;
     position: fixed;
     right: 0;
     top: 0;
     height: 100%;
     background: #ffffff;
     margin:0 -370px 0 0;
     box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
     z-index:999;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
}
 .prop_window h6 {
     color: #ffffff;
     padding-bottom:0;
     margin-bottom: 0;
}
 .prop_window .close_prop {
     width: 30px;
     height: 30px;
     float: left;
     position: absolute;
     top: 12px;
     right: 12px;
     background: none;
     border: none;
     font-size: 20px;
     color: #ffffff;
     cursor: pointer;
}
 .prop_window .close_prop i {
     color: #ffffff;
}
 .open_prop_window .prop_window {
     margin: 0;
     overflow: hidden;
     -webkit-transition: all .4s ease;
     -moz-transition: all .4s ease;
     -o-transition: all .4s ease;
     transition: all .4s ease;
}
 .prop_window .prop_window_head {
     width: 100%;
     float: left;
     background-color:#02398b;
     background-repeat: repeat-x;
     padding:15px;
}
 .prop_window .prop_window_head .form-control {
     color: #ffffff;
     background: none;
     border: none !important;
     border-bottom: 1px solid #ffffff !important;
     border-radius: 0;
     padding: 0;
}
 .prop_window .prop_window_head input.form-control:focus {
     border: none !important;
     border-bottom: 1px solid #ffffff !important;
}
 .prop_window .prop_window_head .form-control::placeholder {
     color: #93d0ff;
}
 .prop_window .prop_window_cont {
     width: 100%;
     float: left;
     height: 100%;
     padding:0 15px 102px 15px;
     overflow-y: auto;
}
 .prop_window .states_links {
     width: 100%;
     float: left;
}
 .prop_window .states_links ul {
     width: 100%;
     float: left;
}
 .prop_window .states_links li, .prop_window .states_links li a {
     width: 100%;
     float: left;
     font-size: 13px;
}
 .prop_window .states_links li a {
    /*background: #f5f5f5;
    */
     padding: 7px 15px;
     color: #333333;
     border-bottom: 1px solid #e3e3e3;
     transition: none;
}
 .prop_window .states_links li a:hover {
     text-decoration: none;
     color: #ffffff;
     background: #32CAFE;
}
 .prop_window .states_links li:last-child a {
     border-bottom: none;
}
 .prop_window .states_links li a:before {
     content: '\f105';
     font-family: 'FontAwesome';
     margin-right: 8px;
}
/*sub-menu-css*/
 .sub_menu li {
     margin: 0px;
     border-bottom: 1px solid #eee;
}
 .sub_menu li:last-child {
     border: none;
}
 .nav-menu .sub_menu {
     position: absolute;
     left: 50%;
     margin-left: -140px;
     top: 100%;
     width: 280px;
     z-index: -99;
     padding-top: 15px;
     display: none;
     transition: all .3s ease;
     z-index: 99;
     margin-top: -20px;
}
 .nav-menu .sub_menu {
     -webkit-transform: scale(0);
     -webkit-transform-origin: 50% 0;
     -webkit-transition: 350ms;
     -moz-transition: 350ms;
     -o-transition: 350ms;
     transition: 350ms;
     max-height: 0;
     display: block;
}
.navbar-nav{
	margin-left:55px;
}
/* .nav-menu ul {
     list-style: none;
     position: relative;
     padding: 10px 0;
     margin: 0;
     background: #fff;
     box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
     float: left;
     width: 100%;
     border-radius: 4px;
     border: 1px solid #96ddea;
}*/
 .nav-menu li:hover .sub_menu {
     display: block 
}
 .nav-menu li:hover .sub_menu, .nav-menu li:focus .sub_menu {
     max-height: 1000px;
     -webkit-transform: scale(1);
}
 .nav-menu li.activemenu .sub_menu {
     max-height: 1000px;
     -webkit-transform: scale(1);
}
/* .nav-menu ul::before {
     left: 50%;
     content: "";
     border: 12px solid transparent;
     border-bottom-color: #96ddea;
     font-size: 0;
     line-height: 0;
     display: inline-block;
     top: -24px;
     margin-left: -8px;
     position: absolute;
     background-color: transparent;
}*/
 /*.nav-menu ul a {
     position: relative;
     color: #808291;
     text-transform: none;
     padding: 12px 15px 15px 55px;
     line-height: normal;
     border-radius: 0;
     display: block;
     font-weight: 500;
     text-decoration: none;
     font-size: 18px;
}*/
 .nav-menu ul.icon li span {
     position: absolute;
     left: 15px;
     width: 30px;
     height: 30px;
     line-height: 24px;
     font-size: 19px;
     top: 10px;
     color: #5bbacc;
     margin-left: 0;
     text-align: center;
     display: inline-block;
}
 .nav-menu ul.icon li span img {
     width: auto;
     max-width: 100%;
}
 ul li ul .menu-active a {
     color: #5bbacc;
}
 .slidearrow {
     position: absolute;
     left: 50%;
     top: 50%;
     margin-top: -60px;
     z-index: 9;
     width: 50px;
     height: 120px;
}
 .slidearrow span:nth-child(1), .slidearrow span:nth-child(2) {
     cursor: pointer;
     width: 50px;
     height: 50px;
     border-radius: 200px;
     display: inline-block;
     cursor: pointer;
     box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
 .slidearrow span:nth-child(2) {
     transform: rotate(180deg);
}
 .slide_Img.active {
     display: block;
}
 .slide_Img {
     display: none;
}
 .sub-menu {
     width: 260px;
     display: inline-block;
     background: #fff;
     box-shadow: 0 20px 20px rgba(0, 0, 0, .1);
     top: 47px;
     border-radius:unset;
}
.sub-menu {
    position: absolute;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding:0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
}
.sub-menu li{
	margin-left:0 !important;
	float: left;
    width: 100%;
	border-bottom: 1px solid #e9ecef;
}
.sub-menu li:last-child{
	border-bottom:0;
}
.sub-menu li a {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
 .sub-menu li a{
    color:#33404c;
}
 .dropdown-menu{
    padding: 0 !important;
}
 .dropdown-divider{
    margin: 0 !important;
}
 .sub-menu  li a {
     padding: 5px 15px;
     font-size: 14px;
}
 .sub-menu ul {
     border: none;
     background-color: transparent;
     box-shadow: none;
     border-radius: 0px;
}
 .breadcrumb-item + .breadcrumb-item{
    font-size: 12px
}
 .mega_sub_menu ul::before {
     display: none;
}
 .mega_sub_menu ul li:first-child {
     margin-top: -15px;
}
 i.fa.fa-angle-down {
     color:#02398b;
}
 .sub-menu::before {
     left: 8%;
     content: "";
     border: 12px solid transparent;
     border-bottom-color: transparent;
     border-bottom-color: #d8dadc;
     font-size: 0;
     line-height: 0;
     display: inline-block;
     top: -24px;
     margin-left: -8px;
     position: absolute;
     background-color: transparent;
}
 .nav-menu ul a label {
     font-size: 15px;
     color: #626262;
     margin-bottom: 0px;
}

/*#menu-main-menu li{
	position:relative;
}
#menu-main-menu li i {
    position: absolute;
    color: #fff;
    font-size: 17px;
    right: 24px;
    top: 6px;
}*/
#menu-main-menu li:nth-child(6) i {
    display: none;
}

#menu-main-menu li i:last-child {
    display: none;
}
 .modal-open {
     padding-right: 0px !important;
     overflow-x: hidden;
     overflow-y: auto;
}
/* Testimonial Carousal */
/*.img_solution img{
    position: relative;
    bottom: -30px;
    left: -30px;
    width: 180px;
}
*/
 .mBot20 {
     margin-bottom: 20px !important;
}
 .carousel .item {
     min-height: 300px 
}
 .carousel .carousel-indicators {
     bottom: -25px 
}
 .carousel-indicators li.active {
     width: 11px;
     height: 11px;
     margin: 1px 5px;
     border-radius: 50%;
     border: none;
     background: #61b9ca;
}
 .carousel-indicators li {
     background: #D6D6D6;
     border-color: transparent;
     margin: 1px 5px;
     width: 11px;
     height: 11px;
     border-radius: 50%;
     border: none;
     border: none;
}
 .Cust_Video .fa {
     position: relative;
     top: 50%;
     font-size: 50px;
     left: 50%;
}
 .card-header h5 {
     font-size: 17px;
}
 .mBot0 {
     margin-bottom: 0px !important;
}
 .lg-visible {
     display: block !important;
}
 .sm-visible {
     display: none !important;
}
 .md-visible {
     display: none !important;
}
/* Tab Accord View */
 .TabAccord_view .currentActive {
     box-shadow: none;
     transition: 0.5s all ease;
}
 .TabAccord_view .currentActive a {
     box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
     background-color: #ffede7 !important;
     border: 1px solid #f26d44 !important;
}
 .TabAccord_view .card-header {
     padding: 0 !important;
     margin-bottom: 5px !important;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     width: 565px;
     border: none;
}
 .TabAccord_view .md-accordion .card .fa-angle-down {
     transition: 0.5s all ease;
     opacity: 0;
     display: inline-block;
     margin-right: 10px;
     margin-top: 10px;
}
 .TabAccord_view .md-accordion .card .card-header.currentActive a .rotate-icon {
     transform: rotate(270deg);
     opacity: 1;
     display: inline-block;
     margin-right: 10px;
     margin-top: 10px;
}
 .TabAccord_view .md-accordion .card .card-body {
     display: none;
}
 .TabAccord_view .accordion > .card {
     width: 575px;
}
/*.TabAccord_view .accordion > .card > .card-header.currentActive{
    position:relative;
}
*/
 .TabAccord_view .card-header a {
     padding: 0px;
     display: inline-block;
     width: 80%;
     background-color: #fff;
     border: 1px solid #d8dbe2;
     border-radius: 200px !important;
     margin-bottom: 20px !important;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     padding-left: 0;
}
/*.TabAccord_view .card-header a::before{
    position: absolute;
    content: "";
    top: 37%;
    right: 3px;
    width: 110px;
    height: 1px;
    border-top: 1px dashed #d9d9d9;
}
 .TabAccord_view .card-header a::after{
    position: absolute;
    content: "";
    top: 22px;
    right: 2px;
    width: 13px;
    height: 13px;
    background-color:#e6e6e6;
    border-radius: 50%;
    z-index: 9;
}
*/
 .TabAccord_view .accordion > .card > .card-header.currentActive::before {
     position: absolute;
     content: "";
     top: 37%;
     right: -6px;
     width: 130px;
     height: 1px;
     border-top: 1px dashed #f26d44;
}
 .TabAccord_view .accordion > .card > .card-header.currentActive::after {
     position: absolute;
     content: "";
     top: 22px;
     right: 14px;
     width: 13px;
     height: 13px;
     background-color: #f26d44;
     border-radius: 50%;
     z-index: 9;
}
 .TabAccord_view .FullwidthRgt {
     top: 15%;
}
 .currentActive h5, .currentActive i {
     font-weight: 600;
     color: #f26c43;
}
 .Img_Caption {
     position: absolute;
     background-color: rgba(47, 47, 47, 0.9);
     bottom: 0;
     right: 0;
     left: 0;
     color: #fff;
     padding: 10px 10px 13px 10px;
     border-bottom-left-radius: 12px;
     border-bottom-right-radius: 12px;
}
 .Img_Caption p {
     margin-bottom: 0px;
     font-size: 16px;
     line-height: inherit;
}
 .nav-menu li:hover .sub-menu {
     display: block;
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
     transition: .5s ease all;
}
 .sub-menu {
     display: block;
     visibility: hidden;
	 float:none;
	 position:absolute;
     opacity: 0;
     transform: translateY(50px);
     transform: translateX(-50px);
     transition: .2s ease all;
}
 .dropdown-menu.show {
     display: block;
     visibility: visible;
     opacity: 1;
     transform: translateY(0px);
     transform: translateX(0px);
     transition: .2s ease all;
}
 .navbar-light .navbar-toggler-icon {
     display: none;
}
 .Steps_img_size {
     box-shadow: 0 0 14px #ddd;
     border-radius: 5px;
}
 .TabAccord_view .card-Img, .TabAccord_view1 .card-Img {
     box-shadow: 0 0 10px #cecece;
     border-radius: 20px;
     position: relative;
}
 .MRgt-cardimg .card-Img {
     margin-right: 20px;
}
 .MLft-cardimg .card-Img {
     margin-left: 20px;
}
 .Section_cmn-heading {
     margin-bottom: 30px;
}
 .minHeight470 {
     min-height: 470px !important;
}
/* Tab view1 style */
 .TabAccord_view1 .md-accordion .card .card-body {
     display: none;
}
 .TabAccord_view1 .FullwidthLft {
     top: 15%;
}
 .fRight {
     float: right;
}
 .TabAccord_view1 .md-accordion .card .fa-angle-down {
     float: left;
}
 .TabAccord_view1 .card-header a {
     text-align: left;
}
 .TabAccord_view1 .accordion > .card > .card-header.currentActive::before {
     position: absolute;
     content: "";
     top: 37%;
     left: -86px;
     width: 117px;
     height: 1px;
     border-top: 1px dashed #f26d44;
}
 .TabAccord_view1 .accordion > .card > .card-header.currentActive::after {
     position: absolute;
     content: "";
     top: 21px;
     left: -94px;
     width: 13px;
     height: 13px;
     background-color: #f26d44;
     border-radius: 50%;
     z-index: 9;
}
 .TabAccord_view1 .card-header {
     width: 565px;
}
 .TabAccord_view1 .card-header {
     padding: 0 !important;
     margin-bottom: 5px !important;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     width: 560px;
     border: none;
     background-color: #f7f8fb;
     margin-left: -70px;
}
 .TabAccord_view1 .card-header a {
     padding: 0px;
     display: inline-block;
     width: 80%;
     background-color: #fff;
     border: 1px solid #d8dbe2;
     border-radius: 200px !important;
     margin-bottom: 20px !important;
     transition: all 0.3s linear;
     -webkit-transition: all 0.3s linear;
     margin-left: 100px;
}
 .TabAccord_view1 .currentActive a {
     box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
     background-color: #ffede7 !important;
     border: 1px solid #f26d44 !important;
}
 .TabAccord_view1 .currentActive {
     box-shadow: none;
}
 .TabAccord_view1 .accordion > .card {
     overflow: visible;
}
 .TabAccord_view1 .md-accordion .card .card-header.currentActive a .rotate-icon {
     transform: rotate(90deg);
     opacity: 1;
     margin-top: 13px;
     margin-right: 10px;
     margin-left: 10px;
}
 .TabAccord_view1 .md-accordion .card .fa-angle-down {
     transition: 0.5s all ease;
     opacity: 0;
     transform: rotate(270deg);
     margin-top: 13px;
     margin-right: 10px;
     margin-left: 10px;
}
 .TabAccord_view .row, .TabAccord_view1 .row {
     width: 100% 
}
 .TabAccord_view .card-header a:hover, .TabAccord_view1 .card-header a:hover {
     box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.05);
}
 .TabAccord_view .card-header a .fa-angle-down, .TabAccord_view1 .card-header a .fa-angle-down {
     transition: 0.5s all ease;
}
 .TabAccord_view .card-header a:hover .fa-angle-down {
     opacity: 1;
     transform: rotate(270deg);
}
 .TabAccord_view1 .card-header a:hover .fa-angle-down {
     opacity: 1;
     transform: rotate(90deg);
}
 .TabAccord_view .card-header a h5 span.count-no {
     font-weight: 600;
     background-color: #e8e8e8;
     padding: 16px 16px 16px 16px;
     border-top-left-radius: 50%;
     border-bottom-left-radius: 50%;
     color: #a4a4a4;
     font-size: 20px;
     margin-right: 10px;
     float: left;
}
 .TabAccord_view .currentActive a h5 span.count-no {
     font-weight: 600;
     background-color: #f26c51;
     padding: 16px 16px 16px 16px;
     border-top-left-radius: 50%;
     border-bottom-left-radius: 50%;
     color: #fff;
     font-size: 20px;
     margin-right: 10px;
}
 .TabAccord_view1 .card-header a h5 span.count-no {
     font-weight: 600;
     background-color: #e8e8e8;
     padding: 16px 16px 16px 16px;
     border-top-right-radius: 50%;
     border-bottom-right-radius: 50%;
     color: #a4a4a4;
     font-size: 20px;
     margin-right: 0px;
     float: right;
}
 .TabAccord_view1 .currentActive a h5 span.count-no {
     font-weight: 600;
     background-color: #f26d44;
     padding: 16px 16px 16px 16px;
     border-top-right-radius: 50%;
     border-bottom-right-radius: 50%;
     color: #fff;
     font-size: 20px;
     margin-right: 0px;
     float: right;
}
 .TabAccord_view1 .currentActive a h5 span.tab-ttl {
     margin-top: 16px;
     display: inline-block;
}
 .TabAccord_view1 .card-header a h5 span.tab-ttl {
     margin-top: 16px;
     display: inline-block;
}
 .TabAccord_view .card-header a h5 span.tab-ttl {
     margin-top: 16px;
     display: inline-block;
}
/*** Pricing style ***/
 .perfect-tag {
     font-size: 28px;
     color: #5bbacc;
     font-weight: 500;
}
 .pbot20 {
     padding-bottom: 20px;
}
/*common-page-css*/
 .inner-banner {
     width: 100%;
     display: block;
     position: relative;
     padding-top: 58px;
}
 .inner-banner img{
    width:100%;
}
 .inner-banner::before, .inner-banner-txt {
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 100%;
     content: "";
     background: rgba(0, 0, 0, 0.5);
     height: 50px;
}
 .common-page{
     width: 100%;
     display: inline-block;
     background: #ffffff;
}
 .common-page-cnt {
     background: #ffffff;
     width: 100%;
     padding: 0;
}
 .white-bg-para{
     padding: 25px 15px 10px 30px;
}
 .gray-bg-cnt{
     width: 100%;
     border-left: 4px solid #ecb920;
     background: #e8e8e8;
     padding: 20px 30px;
     margin:15px 0 30px;
     display:inline-block;
}
 .awards .owl-dots {
     position: absolute;
     width: 100%;
     bottom: 0;
     margin-bottom: -40px;
}
 .awards .owl-dots .owl-dot.active span, .awards .owl-dots .owl-dot:hover span {
     background:#ffce2a !important;
}
/*services-page-css*/
 .max-width-690{
     max-width: 690px;
     width: 100%;
     margin: 0 auto;
     text-align: center;
}
 .card-box{
     background: #fff;
     margin: 0 0 30px 0;
     padding: 23px 18px;
     box-shadow:0px 0px 13px #a5a5a5;
     cursor: pointer;
     overflow: hidden;
     position: relative;
     z-index: 9;
     transition: transform 175ms ease-in,opacity 175ms ease-in,-webkit-transform 175ms ease-in;
     height: 300px;
}
 .card-box::before{
     position: absolute;
     content: '';
     width: 180px;
     height:81px;
     left:0;
     top:0;
     z-index: -1;
}
 .card-box::after{
     position: absolute;
     content: '';
     width: 67px;
     height: 45px;
     bottom: 0;
     right: -1px;
	 z-index:-1;
}
 .card-box:hover{
     background-position: initial;
     -webkit-transform: scale(1.05,1.05);
     -ms-transform: scale(1.05,1.05);
     transform: scale(1.05,1.05);
}
 .card-box.hr-img-1::before{
    background: url("../images/card-img-1.png");
}
 .card-box.hr-img-1::after{
    background: url("../images/card-btm-img-1.png")
}
 .card-box.hr-img-1::before{
    background: url("../images/card-hr-img-1.png");
}
 .card-box.hr-img-1::after{
    background: url("../images/card-btm-hr-img-1.png");
}
 .card-box.hr-img-2::before{
    background: url("../images/card-img-2.png");
}
 .card-box.hr-img-2::after{
    background: url("../images/card-btm-img-2.png")
}
 .card-box.hr-img-2::before{
    background: url("../images/card-hr-img-2.png");
}
 .card-box.hr-img-2::after{
    background: url("../images/card-btm-hr-img-2.png")
}
 .card-box.hr-img-3::before{
    background: url("../images/card-img-3.png");
}
 .card-box.hr-img-3::before{
    background: url("../images/card-hr-img-3.png");
}
 .card-box.hr-img-3::after{
    background: url("../images/card-btm-img-3.png")
}
 .card-box.hr-img-3::after{
    background: url("../images/card-btm-hr-img3.png")
}
 .card-box.hr-img-4::before{
    background: url("../images/card-img-4.png");
}
 .card-box.hr-img-4::after{
    background: url("../images/card-btm-img-4.png")
}
 .card-box.hr-img-4::before{
    background: url("../images/card-hr-img-4.png");
}
 .card-box.hr-img-4::after{
    background: url("../images/card-btm-hr-img-4.png")
}
 .card-box.hr-img-5::before{
    background: url("../images/card-img-5.png");
}
 .card-box.hr-img-5::after{
    background: url("../images/card-btm-img-5.png")
}
 .card-box.hr-img-5::before{
    background: url("../images/card-hr-img-5.png");
}
 .card-box.hr-img-5::after{
    background: url("../images/card-btm-hr-img-5.png")
}
 .card-box.hr-img-6::before{
    background: url("../images/card-img-6.png");
}
 .card-box.hr-img-6::after{
    background: url("../images/card-btm-img-6.png")
}
 .card-box.hr-img-6::before{
    background: url("../images/card-hr-img-6.png");
}
 .card-box.hr-img-6::after{
    background: url("../images/card-btm-hr-img-6.png")
}
 .card-box.hr-img-7::before{
    background: url("../images/card-hr-img-3.png");
}
 .card-box.hr-img-7::after{
    background: url("../images/card-btm-img-3.png")
}
 .card-box.hr-img-7::after{
    background: url("../images/card-btm-hr-img3.png")
}
 .dot-img{
    position:absolute;
    top:0;
     right:0;
}
 .round-icon{
     width: 50px;
     height: 50px;
     background: #000;
     border-radius: 50%;
     text-align: center;
     line-height: 50px;
}
 .round-clr-1{
    background:#db822e
}
 .round-clr-2{
    background:#0b1258
}
 .round-clr-3{
    background:#0ebda7
}
 .round-clr-4{
    background:#bc5c59
}
 .round-clr-5{
    background:#14c169
}
 .round-clr-6{
    background:#546df5
}
.round-clr-7 {
    background: #0ebda7;
}
 .yellow_border{
    border-bottom: 1px solid #ecb920;
}
 .card-box-cnt {
     width: 100%;
     display: inline-block;
     padding-top: 20px;
}
 .card-box-cnt p{
    color: #333333;
    min-height: 112px;
    text-align: left !important;
}
 .service-img-shape{
     z-index: 9;
}
 .service-img-shape:before {
     position: absolute;
     content: "";
     left: 0px;
     top: 0px;
     width: 200px;
     height: 150px;
     background:#33404c;
     z-index: -1;
}
 .service-img-shape:after {
     position: absolute;
     content: "";
     left: 6px;
     top: 7px;
     width: 222px;
     height: 168px;
     background: #ffc107;
     z-index: -2;
}
 .sevice-sec-cnt {
     width: 100%;
     display: block;
     float: left;
}
 .nav-tabs {
     border: 0px;
     position: relative;
     left: 15px;
}
 .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    border-color:#dee2e6 !important;
}
 .nav-tabs li {
     display: block;
     width: 100%
}
 .nav-tabs li a,.nav-tabs li a:hover {
     width: calc(100% - 15px);
     font-size: 15px;
     color: #333;
     font-weight: 500;
    position: relative;
     border-bottom: 2px solid #eee !important;
     border-radius: 0px !important;
     padding: 10px 20px 10px 50px;
}
 .nav-tabs li a.active {
     width:100% !important;
    background: #f9f9f9 !important;
     border-left: 2px solid #eee;
     border-right: 2px solid #eee;
     border-top: 2px solid #eee;
}
 .tab-pane {
     padding:20px 25px;
     box-shadow: 0px 0px 13px #a5a5a5;
     width: 100%;
     float: left;
     margin-bottom: 30px;
	 background:#ffffff;
}
 .service-card{
    margin-bottom: 30px;
}
 .tab-pane{
    position: relative;
}
 .tab-pane::before{
     position: absolute;
     content: '';
     top: 0;
     left: 0;
     width: 5px;
     height: 100%;
     background:#ecb920;
}
 .nav-tabs li a:before {
     position: absolute;
     left: 20px;
     content: '';
     top: 13px;
     width: 18px;
     height: 18px;
     background: #ffcf2b;
     border-radius: 200px;
}
/*contact-us-css*/
 .box-form{
     background: #fff;
     padding:20px 35px 25px;
     box-shadow: 0px 0px 13px #a5a5a5;
     overflow: hidden;
     position: relative;
}
 .yellow-btn{
    background: #ecb920;
    color: #333333;
    border-radius: 20px;
    padding: 7px 50px 7px 25px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    display: inline-block;
    margin-top: 10px;
    border: 0;
    text-transform: uppercase;
}
.submit-btn {
    position: relative;
    width: 100%;
    display: inline-block;
}
.submit-btn::after {
    position: absolute;
    content: '';
    width: 21px;
    height: 15px;
    top: 46%;
    right: 30%;
    background: url(../images/test-arrow-1.png) no-repeat 0 0 / 21px 15px;
    max-width: 25px;
}
 .mail-cnt {
     margin-top: 10px;
     display: inline-block;
}
 .yellow_btm-border{
     position: relative;
     margin-bottom: 10px;
     padding-bottom: 15px;
}
 .yellow_btm-border::after{
     position: absolute;
     content: '';
     width: 50px;
     height: 3px;
     background:#ecb920;
     left: 0;
     bottom: 0;
}
 .blue-box{
     background: #2042c2;
     padding:25px;
     box-shadow:0px 0px 15px rgba(0,0,0,0.1);
     overflow: hidden;
     position: absolute;
     z-index: 9;
     margin-top: 30px;
}
 .dark-gray-box-1{
     overflow: hidden;
     position: absolute;
     margin-top:15px;
}
 .box-bg{
     background:url(../images/get-bg.jpg) no-repeat;
     padding:25px;
     box-shadow:0px 0px 15px rgba(0,0,0,0.1);
     overflow: hidden;
     position:relative;
     z-index: 9;
    background-size: cover;
}

 .box-bg::after{
     position:absolute;
     content:'';
     top:0;
     left:0;
     width:100%;
     height:100%;
     background:rgba(27, 35, 42, 0.8);
     z-index:-1;
}
 .mail {
     background: #ecb920;
     display: inline-block;
     padding: 10px;
     border-radius: 50%;
     width: 45px;
     height: 45px;
     text-align:center;
}
 .mail-text{
     width: 70%;
     float: left;
}
 .form-contact{
     width: 85%;
     float: right;
}
 input[type=date], input[type=datetime-local], input[type=email], input[type=number], input[type=password], input[type=search-md], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], textarea.md-textarea {
     background-color: transparent;
     border: none;
     border-bottom: 1px solid #bdbdbd;
     border-radius: 0;
     outline: 0;
     height: 2rem;
     width: 100%;
     font-size: 15px;
     color: #333;
     -webkit-box-shadow: none;
     box-shadow: none;
     -webkit-box-sizing: content-box;
     box-sizing: content-box;
     -webkit-transition: all .3s;
     transition: all .3s;
}
 .form-control {
     padding: 0;
     padding-bottom: .6rem;
     padding-top: .5rem;
     font-size: 1rem;
     line-height: 1.5;
     background-color: transparent;
     background-image: none;
     border-radius: 0;
     margin-bottom: 16px;
}
 input[type=date]:focus:not([readonly]), input[type=datetime-local]:focus:not([readonly]), input[type=email]:focus:not([readonly]), input[type=number]:focus:not([readonly]), input[type=password]:focus:not([readonly]), input[type=search-md]:focus:not([readonly]), input[type=search]:focus:not([readonly]), input[type=tel]:focus:not([readonly]), input[type=text]:focus:not([readonly]), input[type=time]:focus:not([readonly]), input[type=url]:focus:not([readonly]), textarea.md-textarea:focus:not([readonly]) {
     border-bottom: 1px solid #02398b;
     -webkit-box-shadow: 0 1px 0 0 #02398b;
     box-shadow: 0 1px 0 0 #02398b;
     background: none;
}
 .capcha{
     width: 100%;
     
     display: inline-block;
     margin-top: 13px;
}
 .c-left{
     float: left;
     padding:7px 0px 0 0;
}
 .c-right{
     float: right;
}
 label {
     position: relative;
}
 .check-cus, .radio-cus {
     width: 100%;
     float: left;
     position: relative;
}
 .check-cus input[type=checkbox], .radio-cus input[type=radio] {
     display: none 
}
 .check-cus label, .radio-cus label {
     width: auto;
     font-size: 14px;
     padding-left: 36px;
     font-weight: 500;
     position: relative;
     margin: 0;
     line-height: 25px;
}
 .check-cus label:before, .radio-cus label:before {
     content: '';
     display: inline-block;
     width: 20px;
     height: 20px;
     border: 1px solid #888;
     position: absolute;
     top: 2px;
     border-radius: 100%;
     left: 0;
     z-index: 5;
}
 .check-cus label:after, .radio-cus label:after {
     content: '';
     width: 6px;
     height: 6px;
     background: #02398b;
     position: absolute;
     top: 9px;
     border-radius: 100%;
     left: 7px;
     display: none;
}
 .check-cus label:before {
     border-radius: 0;
}
 .check-cus label:after {
     content: '\f00c';
     font-family: 'FontAwesome';
     width: 7px;
     height: 7px;
     color: #2042c2;
     background: none;
     position: absolute;
     top: 3px;
     border-radius: 100%;
     left: 2px;
     display: none 
}
 .check-cus input[type=checkbox]:checked + label:after, .radio-cus input[type=radio]:checked + label:after {
     display: block 
}
 .check-cus input[type=checkbox]:checked + label:before, .radio-cus input[type=radio]:checked + label:before {
     border-color: #02398b;
}
 .check-cus label:before {
     content: '';
     display: inline-block;
     width: 27px;
     height: 27px;
     border: 1px solid #888;
     position: absolute;
     top: 2px;
     background: #ffffff;
     border-radius: 0;
     left: 0;
     z-index: 5;
}
 .check-cus label:after {
     content: '\f00c';
     font-family: 'FontAwesome';
     width: 10px;
     height: 10px;
     color: #2042c2;
     background: none;
     position: absolute;
     top: 3px;
     border-radius: 100%;
     left: 7px;
     display: none;
     z-index: 9;
}
 .bg-gray{
    background: #fcfafa
}
 .radio-cus.c-left {
     width: 25%;
}
 .title-l.c-left{
    width:40%;
}

 .nav-tabs.tabs-hr{
     left: auto;
}
 .nav-tabs.tabs-hr {
     display:inline-block;
     width: auto !important;
}
 .usa-flag{
     max-width: 29px;
}
 .map-sec {
     width: 100%;
     float: left;
     height: 400px;
}
 .test-arrow{
     max-width: 25px;
}
 .tab-pane.gl-map{
     padding: 0;
     border-radius: 5px;
}
 .font-size-15{
    font-size: 15px;
     font-weight: 400;
     line-height: 1.755em;
}
 .contactTab .nav-tabs{
    margin-left: -15px;
    margin-right: -15px;
}
 .contactTab .nav-tabs .nav-item {
     display: inline-block;
     margin: 0px;
     width: 94%;
     margin: 20px 3%;
}
 .contactTab .nav-tabs .nav-item a{
    background: #fff;
    box-shadow: 0px 0px 13px #a5a5a5;
    padding: 20px 15px;
}
 .contactTab .nav-tabs .nav-item a {
     background: #fff !important;
     width: 100%;
     box-shadow: 0px 0px 13px #a5a5a5;
     padding: 20px 15px 0;
     border: 0px !important;
     margin-bottom: 35px;
}
 .contactTab .nav-tabs .nav-item a:before{
    display: none;
}
 .contactTab .nav-tabs .nav-item .borders{
    height: 10px;
    margin-top: 3px;
}
 .contactTab .nav-tabs .nav-item .fa-phone{
    font-size: 20px;
}
 .contactTab .nav-tabs .nav-item a.active {
     border-bottom: 5px solid #ecb920 !important;
}
 .tab-pane.gl-map {
     padding: 0;
     border-radius: 8px;
     border: 5px solid #fff;
     box-shadow: 0px 0px 13px #a5a5a5;
}
/*service accordian*/
 .accordion.card{
    border: none
}
 .btn-link{
    color: #333333
}
 .btn-link:hover {
     color: #333333;
     text-decoration:none;
}
 .accordion-header button{
     border: 2px solid #eee;
     padding: 10px 15px 10px 50px !important;
     position: relative;
     margin-bottom: 10px;
     width: 100%;
     display: inline-block;
     background:#f9f9f9;
     border-radius: 0;
}
 .accordion-header button.collapsed{
    background:#ffffff !important
}
 .accordion-header button:before {
     position: absolute;
     left: 20px;
     content: '';
     top: 13px;
     width: 18px;
     height: 18px;
     background: #ffcf2b;
     border-radius: 200px;
}
 .accordion .card-body {
     padding: 30px;
     box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
     width: 100%;
     float: left;
     margin-bottom: 15px;
}
 .accordion.map .accordion-header a{
     background: #fff !important;
     width: 100%;
     box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
     padding: 20px 15px 0 !important;
     border: 0px !important;
     border-radius: 8px !important;
     margin-bottom: 20px;
     text-align: left;
}
 .accordion.map .card-body{
     padding: 0;
     border-radius: 8px;
     border: 5px solid #fff;
}
 .our-team-sec{
    width:100%;
     float:left;
     background:#ffffff;
}
 .our-team-list{
     margin-top:20px;
     display:inline-block;
     width:98%;
}
 .our-team{
    width:100%;
     display:inline-block;
     padding-bottom: 30px;
     margin-bottom: 30px;
     border-bottom:1px solid #e6e6e6
}
 .our-team:last-child{
    border-bottom:none;
     margin-bottom:0;
     padding-bottom:0;
}
 .staff-img {
     float: left;
     margin: 0 30px 0 0;
}
 .staff-dept {
     font-size: 15px;
     font-weight: 600;
     margin-bottom:7px;
}
 .staff-info {
     overflow: hidden;
}
 .staff-img img {
     display:inline-block;
     max-width: 100%;
     height: auto;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     max-width: 255px;
     box-shadow:0 3px 6px rgba(0, 0, 0, 0.3);
}
 .our-services-sec{
     width:100%;
     display:inline-block;
     padding:50px 0 25px;
}
 .service-types{
     width:100%;
     display:inline-block;
     position:relative;
     background:url(../images/service-bg.jpg) no-repeat center center;
     background-size:cover;
     z-index: 1;
     height: 295px;
}
 .service-types::after{
     background:rgba(0,0,0,0.7);
     content:'';
     position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%;
     z-index:-1;
}
 #particles {
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     z-index: -1;
}
 .white_box{
     background:#ecb920;
     padding:20px;
     display:inline-block;
     text-align:center;
     width:100%;
     box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.white_box p{
    text-align:center !important;
}
 .service-btm-sec{
     margin-top: 50px;
     padding:25px 0;
}
 .btns1.hover {
     background: #fff;
}
 .btns1.hover:hover{
    background:#003a88;
     color:#ffffff
}
 .inner-list{
     float:left;
     width:100%;
     padding-top:15px;
}
 .inner-list li{
     line-height:30px;
     width:100%;
     text-align:left;
     padding-bottom: 15px;
     display: inline-block;
}
 .list-icon{
     width: 35px;
     height: 35px;
     background: #ecb920;
     display: inline-block;
     text-align: center;
     border-radius: 50%;
     color: #fff;
     float: left;
     margin-right: 15px;
     line-height: 35px;
     margin-top:5px;
}
 .list-txt{
     display: inline-block;
     vertical-align: middle;
     float: left;
     line-height:28px;
     width: 85%;
}
 .service-detail {
     padding: 50px 0 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid #ccc;
}
 .service-details-sec {
     padding: 0px 0 30px;
     margin-bottom: 30px;
     border-bottom: 1px solid #ccc;
}
 .circle {
     width: 200px;
     height: 200px;
     background: #f2f2f2;
     border-radius: 50%;
     text-align: center;
     line-height:200px;
     display:inline-block;
}
 .circle img{
    max-width:100px;
}
 .circle i{
     font-size:60px;
     color:#ffffff;
}
 .digital-trans-sec{
     width: 100%;
     display: inline-block;
     padding: 50px 0 25px;
    /*border-bottom:1px solid #eee;
    */
}
 .digital-trans-types {
     padding: 35px 0;
     width: 100%;
    /*border-bottom: 1px solid #eee;
    */
}
 .industry-img {
     width: 100%;
}
 .digital-details-left{
     width:100%;
     padding-right:20px;
}
/* * Custom Circles & Counters */
 .custom-circles-group-1 {
     position: relative;
     display: flex;
     align-items: center;
     justify-content: center;
     height: 100%;
}
 .custom-circles-group-1 .circle-1 {
     width: 250px;
     height: 250px;
     border-radius: 100%;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 96px;
     margin-bottom: 6rem;
}
 .custom-circles-group-1 .circle-2, .custom-circles-group-1 .circle-3 {
     position: absolute;
     display: flex;
     align-items: center;
     justify-content: center;
     top: 50%;
     left: 50%;
     border-radius: 100%;
     transform: translate3d(-50%, -50%, 0);
}
 .custom-circles-group-1 .circle-2 {
     top: 56%;
     left: 76%;
     width: 190px;
     height: 190px;
}
 .custom-circles-group-1 .circle-3 {
     top: 75%;
     left: 53%;
     width: 170px;
     height: 170px;
}
 @media (max-width: 767px) {
     .custom-circles-group-1 .circle-2 {
         left: 84%;
    }
     .custom-circles-group-1 .circle-3 {
         left: 40%;
    }
}
 .custom-circle {
     position: absolute;
     border-radius: 100%;
}
 .custom-circle.custom-circle-big {
     width: 52px;
     height: 52px;
}
 .custom-circle.custom-circle-medium {
     width: 23px;
     height: 23px;
}
 .custom-circle.custom-circle-small {
     width: 15px;
     height: 15px;
}
 .custom-circle.custom-circle-extra-small {
     width: 10px;
     height: 10px;
}
 .custom-circle.custom-circle-pos-1 {
     top: 25%;
     left: -13%;
}
 .custom-circle.custom-circle-pos-1.custom-circle-pos-1-1 {
     top: 45%;
}
 .custom-circle.custom-circle-pos-2 {
     top: 43%;
     left: -4%;
}
 .custom-circle.custom-circle-pos-2.custom-circle-pos-2-2 {
     top: 77%;
     left: -1%;
}
 .custom-circle.custom-circle-pos-3 {
     top: 9%;
     left: 17%;
}
 .custom-circle.custom-circle-pos-3.custom-circle-pos-3-3 {
     top: 35%;
}
 .custom-circle.custom-circle-pos-4 {
     top: 53%;
     left: 20%;
}
 .custom-circle.custom-circle-pos-4.custom-circle-pos-4-4 {
     left: 107%;
}
 .custom-circle.custom-circle-pos-5 {
     top: 61%;
     left: 39%;
}
 .custom-circle.custom-circle-pos-5.custom-circle-pos-5-5 {
     top: 21%;
     left: 96%;
}
 .custom-circle.custom-circle-pos-6 {
     top: 41%;
     left: 46%;
}
 .custom-circle.custom-circle-pos-6.custom-circle-pos-6-6 {
     top: 28%;
     left: 119%;
}
 .custom-circle.custom-circle-pos-7 {
     top: 30%;
     left: 104%;
}
 .custom-circle.custom-circle-pos-8 {
     top: 7%;
     left: 114%;
}
 .custom-circle.custom-circle-pos-9 {
     top: 76%;
     left: 27%;
}
 .custom-circle.custom-circle-pos-10 {
     top: 10%;
     left: 114%;
}
 .custom-circle.custom-circle-pos-11 {
     top: 6%;
     left: 117%;
}
 .custom-circle.custom-circle-pos-12 {
     top: 9%;
     left: 119.3%;
}
 .custom-circle.custom-circle-pos-13 {
     top: 6%;
     left: 120%;
}
 .custom-circle.custom-circle-pos-14 {
     left: 60%;
     top: -15%;
}
 .custom-circle.custom-circle-pos-15 {
     top: -11%;
     left: 60.7%;
}
 .custom-circle.custom-circle-pos-16 {
     top: -13.9%;
     left: 62%;
}
 .custom-circle.custom-circle-pos-17 {
     top: 6%;
     left: 105%;
}
 .custom-circle.custom-circle-pos-18 {
     top: 8%;
     left: 106.9%;
}
 .custom-circle.custom-circle-pos-19 {
     top: 9.5%;
     left: 108.4%;
}
 .custom-circle.custom-circle-pos-20 {
     bottom: 5.5%;
     left: -7%;
}
 .custom-circle.custom-circle-pos-21 {
     bottom: 4.5%;
     left: -8.6%;
}
 .custom-circle.custom-circle-pos-22 {
     bottom: 2.7%;
     left: -6.8%;
}
 .custom-circle.custom-circle-pos-23 {
     bottom: 2.5%;
     left: -8.5%;
}
 .custom-circle.custom-circle-pos-24 {
     top: 38%;
     left: -14.5%;
}
 .custom-circle.custom-circle-pos-25 {
     top: 12.5%;
     left: -8.5%;
}
 .custom-circle.custom-circle-pos-26 {
     top: 25.5%;
     left: 0.5%;
}
 .custom-circle.custom-circle-pos-27 {
     top: 46%;
     left: 44.5%;
}
 .custom-circle.custom-circle-pos-28 {
     top: 26%;
     left: 107%;
}
 .custom-circle.custom-circle-pos-29 {
     top: 6.5%;
     left: 110%;
}
 .custom-circle.custom-circle-pos-30 {
     top: 36.5%;
     left: 119.5%;
}
 .custom-circle.custom-circle-pos-31 {
     top: 66.5%;
     left: 23.7%;
}
 .custom-circle.custom-circle-pos-32 {
     top: 79%;
     left: 20%;
}
 .custom-circle.custom-circle-pos-33 {
     top: 82%;
     left: 24.2%;
}
 .custom-circle.custom-circle-pos-34 {
     top: 86%;
     left: 20.2%;
}
 .custom-circle.custom-circle-pos-35 {
     top: 84%;
     left: 69.5%;
}
 .custom-circle.custom-circle-pos-36 {
     top: 89.3%;
     left: 74.3%;
}
 .custom-circle.custom-circle-pos-37 {
     top: 13.1%;
     left: 69.5%;
}
 .custom-circle.custom-circle-pos-38 {
     top: 11.5%;
     left: 80.7%;
}
 .custom-circle.custom-circle-pos-39 {
     top: 5.4%;
     left: 75.7%;
}
 .custom-circle.custom-circle-pos-40 {
     top: 5.4%;
     left: 82.7%;
}
 .custom-circle.custom-circle-pos-41 {
     top: 86%;
     left: 103%;
}
 .custom-circle.custom-circle-pos-42 {
     top: 88.8%;
     left: 104.6%;
}
 .custom-circle.custom-circle-pos-43 {
     top: 91%;
     left: 105.8%;
}
 .custom-circle.custom-circle-pos-44 {
     left: 103%;
     top: 10%;
}
 .custom-circle.custom-circle-pos-45 {
     left: 104.7%;
     top: 14.1%;
}
 .custom-circle.custom-circle-pos-46 {
     left: 106.2%;
     top: 10.4%;
}
 .custom-circle.custom-circle-pos-47 {
     top: 86%;
     left: -3%;
}
 .custom-circle.custom-circle-pos-48 {
     top: 95%;
     left: -2.5%;
}
 .custom-circle.custom-circle-pos-49 {
     top: 93%;
     left: -4.5%;
}
 .custom-circle.custom-circle-pos-50 {
     top: 97%;
     left: -4.3%;
}
 .custom-dots-rect-1 {
     width: 103px;
     height: 138px;
     position: absolute;
     bottom: 50px;
     left: -104px;
     z-index: 0;
}
 .custom-dots-rect-2 {
     width: 79px;
     height: 75px;
     position: absolute;
     bottom: -43px;
     right: -39px;
     z-index: 0;
}
 .custom-dots-rect-3 {
     width: 99px;
     height: 119px;
     position: absolute;
     top: -77px;
     left: -71px;
     z-index: 0;
}
 .custom-dots-rect-4 {
     position: absolute;
     top: -50px;
     right: -388px;
     width: 144px;
     height: 100px;
     transform: rotateX(180deg);
}
 .custom-dots-rect-5 {
     position: absolute;
     bottom: -80px;
     left: -38px;
     width: 144px;
     height: 100px;
     transform: rotateX(180deg);
}
 .bg-color-secondary, .bg-secondary {
     background-color: #43c9bf !important;
}
 .bg-color-quaternary, .bg-quaternary {
     background-color: #171940 !important;
}
 .bg-color-tertiary, .bg-tertiary {
     background-color:#7966c0 !important;
}
 .custom-bg-color-grey-1 {
     background-color: #b9b9b9 !important;
}
 .custom-bg-color-grey-2 {
     background-color: #e4e4e4 !important;
}
 .counters strong {
     display: block;
     font-weight: bold;
     font-size: 50px;
     line-height: 50px;
}
 .counters label {
     display: block;
     font-weight: 100;
     font-size: 20px;
     line-height: 20px;
}
 .counters .counter {
     text-align: center;
}
 .text-10 {
     font-size: 2.25em !important;
}
 .text-4 {
     font-size: 1em !important;
}
 .line-height-1 {
     line-height: 1 !important;
}
 .text-color-light, .text-light {
     color: #FFF !important;
}
 .list-items, .list{
     display:inline-block;
     width:100%;
}
 .list-items li, .list li{
     display:inline-block;
     width:100%;
     padding:10px 0 0 25px;
     position:relative;
}
 .list-items li:before{
     position: absolute;
     top: 15px;
     left: 0px;
     content: "\f05d";
     font: normal normal normal 16px/1 FontAwesome;
     color:#ecb920;
}
 .list-items li i{
    color:#ecb920
}
 .border-bottom-1{
    border-bottom:1px solid #eee;
}
 .list ul{
     font-weight:normal;
}
 .list ul li{
     font-weight:normal;
     position:relative;
     padding-left: 10px;
     font-size: 14px;
     text-align:left;
}
 .list ul li::after{
     position: absolute;
     top: 16px;
     left: -5px;
     content: '';
     width: 5px;
     height: 5px;
     background: #333;
     border-radius: 50%;
}
 .list ul li:before{
    display:none;
}
 .factory-analytics-1 li{
     font-size:18px;
     padding-bottom:60px;
     text-align:right;
}
 .factory-analytics-1 span, .factory-analytics-2 span{
    font-size:15px;
}
 .factory-analytics-2 li{
     font-size:18px;
     padding:10px 0 60px 0;
     text-align:left;
}
 .factory-analytics-2 ul li {
     padding: 6px 0 0 10px !important;
     font-size: 14px;
}
 .factory-analytics-1 li:last-child, .factory-analytics-2 li:last-child{
    padding-bottom:0;
}
 .testimonial-img img{
    width:130px;
    height:130px;
    margin-bottom: 10px;
}
 .staff-img.testimonial-img {
     width: 130px;
     margin-right:15px;
}
 .height-15{
    height:15px;
}
 .testimonial-txt{
    position:relative;
    z-index:1;
    padding: 15px 0 0 10px;
}
 .testimonial-txt::before{
     position:absolute;
     content:'';
     left: 0;
     top: 14px;
     width: 50px;
     height: 46px;
     background: url(../images/quote1.png) no-repeat;
     z-index:-1;
     opacity:0.3;
}
 
 h4.common_h3.blue_txt.font-weight-bold {
     font-size: 19px;
}
 .factory-img-sec{
    /*border-bottom:1px solid #eee;
    */
     width:100%;
     display:inline-block;
}
 .smat-factory-img{
    max-width:450px;
     width:100%;
}
 section.eco-systems-parners {
     padding: 30px 0 50px;
}
 .da-thumbs li {
     float: left;
     margin: 2% 2% 0 0;
     position: relative;
     text-align: center;
     width: 15%;
     border: 5px solid #ffffff;
     overflow:hidden;
     box-shadow: 0px 0px 13px #a5a5a5;
}
 .da-thumbs {
     list-style: none;
     width: 100%;
     position: relative;
     padding: 0;
     margin-top: 15px;
     display:inline-block;
}
 .da-thumbs li:hover img {
     transform: scale(1.1);
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
     -webkit-transition: all 0.5s ease;
     transition: all 0.5s ease;
}
 .gray-bg-cnt p:last-child {
     margin-bottom: 0;
}
 .da-thumbs li:nth-child(6n+6) {
     margin-right: 0;
}
 .common-page-para {
     display: inline-block;
     margin-bottom: 25px;
     width: 100%;
	 padding-bottom:25px;
	 border-bottom:1px solid #e6e6e6;
} 

 .light-gray-txt{
     color: #827d90;
}
/*career-tab-sec*/
 .slider-tab {
     width: 100%;
     float: left;
     padding: 0 95px;
     margin-bottom: 15px;
     position: relative;
}
 .slider-tab p {
     color:#fff;
     padding:0;
     margin: 0;
}
 .slider-tab .aside-bg {
     width:100%;
     float:left;
     text-align:center 
}
 .slider-tab aside {
     width:94%;
     height:110px;
     display:inline-block;
     margin:20px 3% 
}
 .slider-tab aside a {
     width:100%;
     height:100%;
     float:left;
     background:#999;
     padding:5px 25px;
     position:relative 
}
.slider-tab aside a.first-child:after {
     content:'';
     position:absolute;
     bottom:-14px;
     left:50%;
     margin-left:-15px;
     border-style: solid;
     border-width: 15px 15px 0 15px;
     border-color: #33404c transparent transparent transparent;
     display:none 
}

 .slider-tab aside a:hover {
     background:#33404c;
     text-decoration:none 
}
 .slider-tab aside a:hover:after {
     display:block 
}
 .slider-tab aside a.selected {
     background:#33404c;
     text-decoration:none 
}
 .slider-tab aside a.selected:after {
     display:block 
}
 .slider-tab .navigation a {
     width:20px;
     height:40px;
     margin-top:-25px;
}
 .slider-tab .navigation .prev {
     left:45px;
     background:url(//athenatec.com/wp-content/themes/athena-child/images/arrow-prev02.png) no-repeat;
     background-size:20px 40px;
}
 .slider-tab .navigation .next {
     right:45px;
     background:url(//athenatec.com/wp-content/themes/athena-child/images/arrow-next02.png) no-repeat;
     background-size:20px 40px;
}
 .slider-cont {
     width:100%;
     float:left ;
	 padding-bottom: 40px;
}
 .slider-cont ul {
     width:100%;
     float:left;
     font-size:16px;
     padding:0;
}
 .slider-cont ul li {
     width:100%;
     float:left;
     padding-bottom:10px 
}
 .slider-cont ul li a {
     width:100%;
     float:left;
     color:#333;
     background-color:#eee;
     background-image:url(//athenatec.com/wp-content/themes/athena-child/images/img-flag02.png);
     background-repeat:no-repeat;
     background-position:20px center;
     border:1px solid #ddd;
     padding:9px 20px 9px 75px 
}
 .slider-cont .flag-image {
     width:100%;
     float:left;
     padding-bottom:20px 
}
 .slider-cont figure {
}
 .slider-cont ul li figure img {
     width:59px;
}
 .slider-cont ul li a span {
     width:100%;
     float:left;
     background:url(//athenatec.com/wp-content/themes/athena-child/images/arrow03.png) no-repeat right center;
     background-size:20px 11px;
     text-overflow:ellipsis;
     white-space:nowrap;
     overflow:hidden;
     padding:3px 35px 3px 0 
}
 .slider-cont ul li a.active span {
     background:url(//athenatec.com/wp-content/themes/athena-child/images/arrow04.png) no-repeat right center;
     background-size:20px 11px;
}
 .slider-cont aside {
     width:100%;
     float:left;
     border:1px solid #ddd;
     padding:20px;
     position:relative;
     text-align: left;
}
 .slider-cont aside ul {
     padding:0 0 15px 0 
}
 .slider-cont aside ul li {
     position:relative;
     padding:0 0 0 20px;
     margin:5px 0 
}
 .slider-cont aside ul li:after {
     content:'\2022';
     color:#333;
     position:absolute;
     top:-2px;
     left:0;
     display:block 
}
 .slider-cont aside .btn {
     width: auto;
     background: #eec343;
     background-image: none;
     border: none;
     color: #ffffff;
     padding: 6px 20px;
     position: absolute;
     top: 20px;
     right: 20px;
}
 .slider-cont aside .btn:hover {
     color:#fff;
     background:#33404c;
}
 .slider-cont .aside-bg {
     width:100%;
     float:left;
     font-size: 15px;
}
 .navigation {
     display: none;
}
 .inner-bg {
     width: 100%;
     height: 100%;
     display: table-cell;
     vertical-align: middle;
}
 .outer-bg {
     display: table;
     margin: 0 auto;
     width: 100%;
     height: 100%;
     float: none;
}
 .owl-theme .owl-controls .owl-page{
    display:none !important;
}
 #owl-demo4 .owl-prev {
     position: absolute;
     width: 30px;
     height: 30px;
     top: 35%;
     left: -40px;
     background: url(../images/arrow-prev02.png)no-repeat center center;
}
 #owl-demo4 .owl-next{
     background: url(../images/arrow-prev02.png)no-repeat center center;
     transform: rotate(180deg);
     position: absolute;
     width: 30px;
     height: 30px;
     top: 35%;
     right: -40px;
}
 .custom-file-upload-hidden {
     display: none;
     visibility: hidden;
     position: absolute;
     left: -9999px;
}
 .custom-file-upload {
     display: block;
     width: auto;
     font-size: 16px;
     margin-top: 40px;
}
 .file-upload-wrapper {
     position: relative;
     margin-bottom: 5px;
     //border: 1px solid #ccc;
}
 .file-upload-input {
     width: $file-upload-size;
     color: #fff;
     font-size: 16px;
     padding: 11px 17px;
     border: none;
     background-color: $file-upload-color;
}
 .file-upload-button {
     padding: 8px 20px;
     border: none;
     margin-left: -1px;
     background-color: #333;
     float: left;
     position: absolute;
     right: 0;
     top: -10px;
     color: #ffffff;
}
 input.file-upload-input.form-control {
     width: 100%;
     padding: 0 0;
}
 .c-mb-3 {
     margin-bottom: 25px !important;
}
 .searchbox {
     min-width: 35px;
     right: 0;
     position:absolute;
     top: 11px;
     width: 0;
     height: 35px;
     float: right;
     overflow: hidden;
     -webkit-transition: width .3s;
     -moz-transition: width .3s;
     -ms-transition: width .3s;
     -o-transition: width .3s;
     transition: width .3s;
     z-index: 100 
}
 .searchbox-input {
     top: 0;
     right: 0;
     border: 0;
     outline: 0;
     background: #eeeeee;
     width: 100%;
     height: 35px;
     margin: 0;
     padding: 0 55px 0 12px;
     font-size: 15px;
     color: #666666;
     opacity:0;
}
 .searchbox-input::-webkit-input-placeholder {
     color:#999999 
}
 .searchbox-input:-moz-placeholder {
     color:#999999 
}
 .searchbox-input::-moz-placeholder {
     color:#999999 
}
 .searchbox-input:-ms-input-placeholder {
     color:#999999 
}
 .searchbox-icon, .searchbox-submit {
     width: 35px;
     height: 35px;
     display: block;
     position: absolute;
     top: 0px;
     font-size: 16px;
     right: 0;
     padding: 0;
     margin: 0;
     opacity: 0.7;
     border: 0;
     outline: 0;
     line-height: 35px;
     text-align: center;
     cursor: pointer;
     color: #02398b;
     background: transparent;
}
 .searchbox-open {
     width: 250px;
     position: absolute;
     top:8px;
     background: #fff;
}
 .searchbox-open .searchbox-input{
    opacity:1
}
 .navbar-toggler .icon-bar + .icon-bar {
     margin-top: 4px;
     display: none;
}
 .MobileToggleMenu .navbar-toggler{
    opacity:0;
}
/*loder-css*/
 .airkit_page-loading {
     position: fixed;
     z-index: 9999;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background-color: rgba(255, 255, 255, 0.95) 
}
 .airkit_page-loading ul {
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: rotate(45deg) translate(-50%, -50%);
     -ms-transform: rotate(45deg) translate(-50%, -50%);
     -o-transform: rotate(45deg) translate(-50%, -50%);
     transform: rotate(45deg) translate(-50%, -50%) 
}
 .airkit_page-loading ul > li {
     background-color: rgba(21,195,219,1);
}
 .airkit_page-loading ul>li {
     list-style-type: none;
     position: absolute;
     top: 0px;
     left: 0px;
     width: 7px;
     height: 7px;
     border-radius: 50% 
}
 .airkit_page-loading #a {
     animation: anim_a 1s ease-in-out infinite;
     top: -14px;
     left: -14px 
}
 .airkit_page-loading #b {
     animation: anim_b 1s ease-in-out infinite;
     top: -14px;
     left: 0px 
}
 .airkit_page-loading #c {
     animation: anim_c 1s ease-in-out infinite;
     top: -14px;
     left: 14px 
}
 .airkit_page-loading #d {
     animation: anim_d 1s ease-in-out infinite;
     top: 0px;
     left: -14px 
}
 .airkit_page-loading #e {
     animation: anim_e 1s ease-in-out infinite;
     top: 0px;
     left: 0px 
}
 .airkit_page-loading #f {
     animation: anim_f 1s ease-in-out infinite;
     top: 0px;
     left: 14px 
}
 .airkit_page-loading #g {
     animation: anim_g 1s ease-in-out infinite;
     top: 14px;
     left: -14px 
}
 .airkit_page-loading #h {
     animation: anim_h 1s ease-in-out infinite;
     top: 14px;
     left: 0px 
}
 .airkit_page-loading #i {
     animation: anim_i 1s ease-in-out infinite;
     top: 14px;
     left: 14px 
}
 @keyframes anim_a {
     50% {
         top: 0px;
         left: -14px 
    }
     100% {
         top: 0px;
         left: -14px 
    }
}
 @keyframes anim_b {
     50% {
         top: -14px;
         left: -14px 
    }
     100% {
         top: -14px;
         left: -14px 
    }
}
 @keyframes anim_c {
     50% {
         top: -14px;
         left: 0px 
    }
     100% {
         top: -14px;
         left: 0px 
    }
}
 @keyframes anim_d {
     50% {
         top: 14px;
         left: -14px 
    }
     100% {
         top: 14px;
         left: -14px 
    }
}
 @keyframes anim_f {
     50% {
         top: -14px;
         left: 14px 
    }
     100% {
         top: -14px;
         left: 14px 
    }
}
 @keyframes anim_g {
     50% {
         top: 14px;
         left: 0px 
    }
     100% {
         top: 14px;
         left: 0px 
    }
}
 @keyframes anim_h {
     50% {
         top: 14px;
         left: 14px 
    }
     100% {
         top: 14px;
         left: 14px 
    }
}
 @keyframes anim_i {
     50% {
         top: 0px;
         left: 14px 
    }
     100% {
         top: 0px;
         left: 14px 
    }
}
 #airkit_loading-preload {
     z-index: 999;
     position: fixed;
     bottom: -100%;
     left: 50%;
     width: 200px;
     margin-left: -100px;
     text-align: center;
     padding-top: 20px;
     padding-bottom: 20px;
     background-color: #fff;
     box-shadow: 0 0 20px rgba(60, 60, 60, 0.15);
     opacity: 0;
     -webkit-transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
     -o-transition: bottom .8s ease-in-out, opacity .8s ease-in-out;
     transition: bottom .8s ease-in-out, opacity .8s ease-in-out 
}
 #airkit_loading-preload .preloader-center {
     width: 30px;
     height: 30px;
     position: relative;
     left: 50%;
     margin-left: -15px;
     background: url('/wp-content/themes/foodbook/images/ajax-loader.gif') center center no-repeat;
     background-size: 50% 50% 
}
 #airkit_loading-preload>span {
     font-size: 12px 
}
 #airkit_loading-preload.shown {
     bottom: 30px;
     opacity: 1 
}
 .hidden-lg {
     display: none!important;
}
/*home-overview-css*/
 
 section.service-sec-1 {
     padding: 50px 0 25px;
}
 .white-box {
     position: absolute;
     background:url(../images/vision-img.jpg) no-repeat center center;
     padding: 30px;
     top: -60px;
     box-shadow: 0 0 10px rgba(0,0,0,0.1);
     min-height: 365px;
     z-index:1;
     display: flex;
     align-items: center;
}
 .white-box::after{
     position:absolute;
     content:'';
     background:rgba(0, 0, 0, 0.6);
     width:100%;
     height:100%;
     top:0;
     left:0;
     z-index:-1;
}
 section.whiteBg {
     padding:60px 0 50px;
}
 .row-sec-2.dots-none::after, .row-sec-2.dots-none::before{
     display:none;
}
 .card-box.sol-btm-sec{
    transform:unset;
     height: auto;
}
 .digital-transformation-img{
    position:relative;
     width:97%;
     display:inline-block;
}
 .digital-transformation-img::after{
    content:'';
     width:100%;
     height:100%;
     position:absolute;
     background:rgba(0, 0, 0, 0.6);
    top:0;
    left:0;
}
 .digital-txt {
     position: absolute;
     top: 0;
     left:0;
     z-index: 9;
     padding:60px 55px;
}
 .careers-page{
    padding:50px 0 0
}
 .digital-txt h2{
     line-height: 40px;
     border: 1px solid #ecb920;
     padding: 25px;
}
 .mail.c-left i {
     font-size: 20px;
     line-height: 28px;
     color: #fff;
}
 section.digital-btm-sec {
     border-bottom: 1px solid #eee;
}
 .font-weight-medium {
     font-weight: 600;
}
 .home-banner {
     width: 100%;
     float: left;
     position: relative;
	 height: 370px;
	 overflow:hidden;
	 margin-top: 45px;
}
 
 .home-banner .banner-cont aside {
     width: 100%;
     /* max-width: 780px; */
     display: inline-block;
     padding: 0;
     margin-top:20px;
}
 .home-banner .banner-cont {
     width: 100%;
     height: 100%;
     float: left;
     position: absolute;
     left: 0;
     top: 0;
     z-index:2;
}
 .out {
     width: 100%;
     height: 100%;
     float: none;
     display: table;
     margin: 0 auto;
}
 .in {
     width: 100%;
     height: 100%;
     float: none;
     display: table-cell;
     vertical-align: middle;
     text-align: center;
}
 .home-banner .banner-cont aside .banner-h1, .home-banner .banner-cont aside .typed-cursor {
     height: 80px;
     display: inline-block;
     color: #ffffff;
     font-weight:300 !important;
     padding-bottom: 0;
     font-size: 50px;
	 margin:0;
}
 .typed-cursor {
     opacity: 1;
     font-weight: 100 !important;
     -webkit-animation: blink 0.7s infinite;
     -moz-animation: blink 0.7s infinite;
     -ms-animation: blink 0.7s infinite;
     -o-animation: blink 0.7s infinite;
     animation: blink 0.7s infinite;
}
 .home-banner .banner-cont aside .typed-cursor {
     font-size: 30px;
     color: #ecb920;
}
 @-keyframes blink{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-webkit-keyframes blink{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-moz-keyframes blink{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-ms-keyframes blink{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 @-o-keyframes blink{
     0% {
         opacity:1;
    }
     50% {
         opacity:0;
    }
     100% {
         opacity:1;
    }
}
 .sol-list{
     display:inline-block;
     width:100%;
}
 .sol-list .list-items{
    text-align:left;
}
 .icon-img img {
     max-width: 90px;
     margin-bottom: 10px;
}
 .factory-analytics-1.analysis-sec li, .factory-analytics-2.analysis-sec li{
     padding-bottom: 20px;
}
 .common-page-para.sol-inner-cnt {
    border-bottom:1px solid #ccc;
    padding: 30px 0;
     margin-bottom: 0;
}
 .sol-menu {
     width: 100%;
     float: left;
}
 .sol-menu ul li {
     float: left;
     border-bottom: none;
     width: auto;
     border-right: 1px solid #f7f3f3;
     cursor: pointer;
     background:#e8e8e8;
     display:inline-block;
     position: relative;
}
 .sol-menu ul li:first-child{
    margin-left:0;
}
 .sol-menu ul li a{
     font-size: 15px;
     padding: 12px 12px;
     display:inline-block;
}
 .sol-menu ul li:last-child{
    border-right:none;
}
 .sol-menu ul li:hover::after, .sol-menu .list-active::after{
     width: 100%;
     height: 3px;
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     background:#02398b;
     transition: all 0.3s ease;
}
 .home-particles {
    z-index: 1 !important;
     opacity:0.5;
}
 .pl-6{
    padding-left:60px
}
 .light-gray-bg{
    background:#e8e8e8;
}
 .digital-banner-img{
    opacity:0.9
}
 .breadcrumb-active h2{
    font-weight:normal;
     font-size:12px;
     color:#ecb920;
     line-height:unset;
     margin: 0;
}
 .home-txt .item{
    padding: 0 22px;
}
 .home-txt .item .banner-h1{
    position:relative;
}
 .home-txt .item .banner-h1::before {
     position: absolute;
     content: '';
     top: 0;
     left: -33px;
     width: 35px;
     height: 30px;
    /* background: url(../images/round-dots.png);
    */
}
 .service-sec-2 {
     padding: 50px 0 20px;
 }
 .mail img {
     max-width: 27px;
     margin-top: 2px;
}
.inner-banner-txt h1{font-weight:400 !important;}
.accord-link2 span {
    width: 100%;
    float: left;
    background: url(../images/arrow01.png) no-repeat right center;
    background-size: 16px auto;
    padding: 2px 0 0 0;
	color: #02398b;
    font-weight: 700;
}
.side-navi {
    width: 100%;
    float: left;
    background: #ddd;
    overflow-x: hidden;
    padding: 0 5%;
   
}
.side-navi ul {
    width: 100%;
    float: left;
}
.side-navi ul li {
    width: 100%;
    float: left;
    line-height: 1.3em;
    padding-bottom: 17px;
}
.accord-link2 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #173656;
    line-height: 1em;
    padding: 15px 0;
}
.accordionContent2{display:none;}
.side-navi ul li a {
    color: #031230;
	font-weight: 600;

}
.sol-btn{margin-top:35px;}

.round-icon img {
    max-width: 30px;
}
.gray-bg-dots, .left-gray-bg-dots{position:relative}
.gray-bg-dots::after{
	content:'';
	position:absolute;
	top:0;
	right:0;
	width:250px;
	height:245px;
	background:url(../images/gray-bg-dots.png) no-repeat;
}
.left-gray-bg-dots::after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	width:250px;
	height:231px;
	background:url(../images/left-dot.png) no-repeat;
}.widget_nav_menu{	padding:0;}.row-sec-2 p{margin:0}
.company-menu a{color: #02398b; font-weight:bold;}
.sol-menu .current-menu-item::after{
	width: 100%;
    height: 3px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #02398b;
    transition: all 0.3s ease;
}
#menu-main-menu .current-menu-item a, #menu-main-menu .current-menu-item i{color:#ecb920;}
#menu-main-menu .current-menu-item .sub-menu li a{color: #010101;}
#menu-main-menu .current-menu-item .sub-menu li:hover a{color:#ecb920;}
.nav-menu .current-menu-parent a, .nav-menu .current-menu-parent i {color:#ecb920;}
.para {
    display: inline-block;
    padding-left: 30px;
}
.staff-info p {
    margin-bottom: 0;
}
.empty-page{
	padding:150px 0 80px;
	display:inline-block;
	width:100%;
	background:url("../images/404-page.png") no-repeat;
}
.empty-page h1 {
    font-size: 36px;
}
a.empty-btn {
    background: #ecb920;
    padding: 8px 13px;
    color: #33404c;
    margin-top: 7px;
    display: inline-block;
    font-weight: 600;
}
a.empty-btn:hover{
	background:#33404c;
	color:#ffffff;
}
.smily-img img {
    max-width: 31px;
    display:none;
    margin-bottom: 20px;
}
.staff-name h4 {
    margin-bottom: 2px;
}
.card-box-cnt a.yellow_txt.yellow_border {
        text-align: right;
    float: right;
    position: relative;
    z-index: 999;
    color: #33404c !important;
    border-bottom: 1px solid #ecb920;
    padding: 3px 20px;
    background: #ecb920;
    border-radius: 200px;
    margin-top: 8px;
}
.card-box-cnt p{
	margin:0;
}
.common-page-para:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.sol-menu .company-menu a{font-size:16px;}
.common-page.company-sub-catgy {
    padding: 30px 0 50px;
    display: inline-block;
}
.our-team-sec.company-sub-catgy {
    padding: 40px 0 50px;
}
.search-page{	width:100%;	display:inline-block;	padding:120px 0 50px;}.search-sec {    width: 100%;    display: inline-block;    padding-bottom: 25px;    margin-bottom: 25px;    border-bottom: 1px solid #ccc;}.search-sec:last-child{	margin-bottom:0;	padding-bottom:0;	border-bottom:0;}.entry, .entry a {    color: #333;}form.search-page-box input {    border: 1px solid #aaa;    margin-bottom: 20px;    padding: 0 0 0 17px;	box-shadow:none;}form.search-page-box input:focus, form.search-page-box input:active{	border:1px solid #33404c !important;	box-shadow:unset !important;	border-bottom:none;}button.searchpage-submit {    padding: 2px 20px;    border: none;    background: #eec037;}
/*menu css*/
#header{
	padding:0;
}
.navbar-brand{
	margin:0;
}
a.navbar-brand img {
    max-width: 150px;
}
.mobile-logo img, #menu-mobile-menu img{
    max-width: 140px;
}
a.mobile-logo{
	    padding: 18px 25px;
}
.icon-close{
	    font-size: 25px;
    right: 13px;
    top: 23px;
    position: absolute;
    color:rgb(2, 57, 139);
}
.cmmsimg{
	padding:5px 0 50px;
}
.cmmsimg h2, .cmmsimg img{margin:0 !important;}

.col-one {
    width: 19%;
	display: block;
    position: relative;
    margin-right: 3%;
    float: left;
}
.col-one.margin-2{
	  margin-right: 2%;
}
.col-two {
    display: block;
    float: left;
    width: 35%;
	padding-right: 20px;
}
.divcenter {
    position: relative !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.input-group-addon{
    color: #999;
    background-color: rgba(0,0,0,0.35);
    border-color: rgba(0,0,0,0.25);
}
.btn-subscripe {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	z-index: 2;
    margin-left: -1px;
	border-radius: 0 4px 4px 0px;
	background:#1a50a0;
}
.btn-subscripe:focus, .btn-subscripe:active{box-shadow:unset !important; height:34px;}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    border-radius: 4px 0px 0px 4px;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    height: 35px;
	border-color:rgb(23, 28, 33);
	background:#1c242b; 
}
.btn-subscripe.btn-success:hover, .btn-subscripe.btn-success:active{
	background:#103d80;
	border:1px solid #103d80;
}
.foot-txt-clr {
	color: #e6e3e3;
	font-size: 13px;
    line-height: 24px;
    font-weight: 200;
}
.icon-paper-plane{line-height:24px; color:#999}
#widget-subscribe-form-email {
    height: 34px;
    padding: 0 15px 0 15px;
	color: #999;
    background-color: #29333c;
    border-color:#29333c;
	flex: unset;
    width: 170px;
}
#widget-subscribe-form-email:focus{
	border-color: #29333c;
	box-shadow:none;
}
.socialSec {
    width: 100%;
    display: inline-block;
     margin: 9px 0 35px;
	 position:relative;
}
.socialSec::after{
	position: absolute;
    content: '';
    bottom: -23px;
    left: 0;
    background: #a5a2a2;
    width: 80%;
    height: 1px;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.socialSec ul li{
	width:50%;
	float:left;
}
.socialSec ul li i{
	float:left;
	margin-left:10px;
}
.small-text {
    float: left;
    margin-top: 3px;
    font-size: 11px;
    line-height: 18px;
	color: #e6e3e3;
}
.socialSec ul li a i {
     color: #FFF;
    text-decoration: none;
    background: #3b5998;
    border-radius: 0;
    text-align: center;
    line-height: 40px;
    width: 40px;
    height: 40px;
	border-radius:3px;
    font-size: 24px;
    display: inline-block;
    margin-right: 10px;
	margin-left:0;
}
 
 
 .social-text {
     display: inline-block;
     margin: 4px 15px 0 0;
}

 .socialSec ul li:nth-child(2) a i {
     background:#0e76a8;
}
.footer-logo{
	margin-bottom:25px;
}
.footer-area .list-unstyled li a::before {
    position: absolute;
    content: '';
    width: 15px;
    height: 15px;
    left: 0;
    top: 4px;
    background: url(../images/widget-link.png) left top no-repeat;
}
.col-one p{font-size:14px; color: #e6e3e3;}
.phone-no{
	width:100%;
	display:inline-block;
	margin-top:24px;
	font-size: 13px;
    line-height: 30px;
    font-weight: 200;
    color: #e6e3e3;
}
.socialSec ul li {
    width: 50%;
    float: left;
}
.mc4wp-form-fields {
    position: relative;
}
.input-group-btn {
    position: absolute;
    font-size: 0;
    white-space: nowrap;
    right: -70px;
    top: 0;
}
.close-btn{
	position:fixed;
    top: 35px;
    right: 15px;
	z-index:9999;
	display:none;
}
span.close-icon {
    display: block;
    width: 20px;
    height: 3px;
    background: #02398b;
    margin-bottom: 3px;
	webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
span.close-icon + span.close-icon{
	    margin-top: -6px;
	webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mc4wp-alert.mc4wp-success{
	color: #fff;
}
#owl-demo4 .owl-prev{
	    transform: rotate(0deg);
}
.our-team-social-sec {
    float: left;
    margin-left: 25px;
}
.our-team-social-sec ul li a i {
    color: #FFF;
    text-decoration: none;
    background: #3b5998;
    border-radius: 0;
    text-align: center;
    line-height: 32px;
    width: 30px;
    height: 30px;
    border-radius: 3px;
    font-size: 17px;
    display: inline-block;
    margin-right: 10px;
    margin-left: 0;
}
.our-team-social-sec ul li:nth-child(2) a i {
    background: #1da1f2;
}
.our-team-social-sec ul li:nth-child(3) a i {
    background: #0e76a8;
}
.mc4wp-alert.mc4wp-error p {
    font-size: 12px;
    margin: 0;
    color: #ff7575;
}
.mobile-testimonial{display:none;}
.testimonial-cnt {
    margin: 20px 0 0;
    display: inline-block;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}
.mobile-testimonial {
    display: none;
    margin-top: 50px;
	width:100%;
}
.testimonial-cnt:last-child{border:none;}

/*home page client-sec-css*/
.row-sec-3{
	width:100%;
	float:left;
	background:#e8e8e8;
	padding:40px 0;
	text-align:center;
}
.row-sec-3 ul {
    width: 100%;
    float: left;
}
.row-sec-3 ul li {
    display: inline-table;
    vertical-align: middle;
    margin: 2px 12px;
	line-height:110px;
}
.client-img {
    max-width: 200px;
    width: 100%;
}
.row-sec-3 ul li img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

/*cyber secrity css*/
.cyber-service-details{
	width:100%;
	float:left;
}
.cyber-box {
    width: 100%;
    float: left;
    padding: 25px 10px;
    background: #fff;
    -webkit-box-shadow:0px 0px 13px #a5a5a5;
    box-shadow: 0px 0px 13px #a5a5a5;
	border-radius:unset;
	min-height:220px;
}

.sol-card-icon {
    text-align: left;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    position: relative;
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow: 15px 15px 50px rgb(0 0 0 / 30%);
    animation: one-animated 9s infinite;
    overflow: hidden;
	margin:0 auto;
}
.orange-gradient{
	 background-color: #f69770;
    background-image: linear-gradient(-110deg, #f69770 0%, #e34631 100%);
}
.yellow-gradient{
	  background-image: linear-gradient(-110deg, #f4d524 0%, #e4a321 100%);
	  background-color:#f4d524;
}
.blue-gradient{
	  background-image: linear-gradient(-110deg, #9875fa 0%, #6b3cf0 100%);
	  background-color:#9875fa;
}
.green-gradient{
	  background-image: linear-gradient(-110deg, #71e03a 0%, #5dbd2e 100%);
	  background-color:#71e03a;
}
.cyber-cnt{
    width: 100%;
    float: left;
    margin-top: 20px;

}
.cyber-cnt p{
    text-align:center !important;
}
@keyframes one-animated {
    0% { border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    box-shadow:15px 15px 50px rgba(0, 0, 0, 0.2); }
    25% { border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%; }
    50% { border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    box-shadow:-10px -5px 50px rgba(0, 0, 0, 0.2); }
    75% { border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%; }
}
.cyber-service-details-1{
    width: 100%;
    float: left;
}
.sub-list li{
    font-size: 14px;
    padding-left: 15px;
    position: relative;
}
.sub-list li:before {
    position: absolute;
    top: 0;
    left: 0px;
    content: "-";
    font-size:16px;
    color: #02398b;
}
.grc-card{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 13px #a5a5a5;
    box-shadow: 0px 0px 13px #a5a5a5;
    margin-bottom: 20px;
}
.grc-card ul{
    padding:0 13px 13px;
}
.grc-card ul li{
    font-size: 13px;
    padding-left: 10px;
    line-height: 22px;
}
.grc-card ul li:first-child{
    padding-top: 10px;
}
.grc-card .list-items li:before{
    content:'-';
    color:#333333;
	top:10px;
}
.sub-list.grc-sub-list li:before{
	    top: 15px;
}
.grc-1{
    background: #3abdea;
    color: #fff;
    padding:10px 15px;
    border-radius: 10px 10px 0 0px;
}
.grc-2{
    background: #6e7d6c;
    padding:10px 15px;
    color: #fff;
    border-radius: 10px 10px 0 0px;
}
.grc-3{
    background: #14499a;
    padding:10px 15px;
    color: #fff;
    border-radius: 10px 10px 0 0px;
}
.it-img{
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -285px;
    top:10px;
    z-index: 9;
}
.it-img img{
    width: 100%;
    display: inline-block;
    max-width: 450px;
}
.it-card{
    width: 100%;
    float: left;
    background: #fff;
    border-radius: 10px;
    padding: 10px 15px;
    -webkit-box-shadow: 0px 0px 13px #a5a5a5;
    box-shadow: 0px 0px 13px #a5a5a5;
    margin-bottom: 20px;
    position: relative;
    top:0;
    left: 0;
    text-align: left;
    max-width: 450px;
}
.it-card.box-2{
    right: 0;
    left: auto;
    padding-left: 150px;
}
.it-card h6{
    font-size: 14px;
    line-height: 24px;
}
.it-card .sub-list li{
    font-size: 13px;
    line-height: 24px;
}
.it-card p{
    font-size: 14px;
    line-height: 24px;
}
.it-card.box-1{
    margin-top: -10px;
}
.it-card.box-2{
    margin-top: -10px;
    min-height: 238px;
}
.it-card.box-4{
    margin-top: 0px;
    min-height: 262px;
}
.vc-icon{
    width:20%;
    float: left;
    padding-right: 15px;
}
.mt-10{
    margin-top: 10px;
}
.vc-cnt {
    float: left;
    width: 80%;
}
.vc-cnt p{
    text-align:left !important;
}
.tab-pane.service-card.vc-pad::before {
    display: none;
}
.tab-pane.service-card.vc-pad {
    min-height: 100px;
   }
   .video-sec{
	   width:100%;
	   float:left;
   }
   .video-card{
    background: #fff;
    margin: 0 0 25px 0;
    box-shadow: 0px 0px 13px #a5a5a5;
    cursor: pointer;
    position: relative;
    z-index: 9;
	min-height:400px;
   }
   .card-video{
	   width:100%;
	   height:100%;
   }
   .card-box-cnt{
	   width:100%;
	   padding:20px;
   }
   .card-box-cnt h5{
	   font-size:17px;
   }
   .arrow {
    width: 35px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #eec037;
    /* border-radius: 50%; */
    text-align: center;
	color:#02398b;
}
.arrow img {
    max-width: 20px;
}
video#mp4 {
    width: 100%;
}
p{
	text-align:justify !important;
}
.card-box p{
	text-align:left !important;
}
.sol-page p.text-center{
	text-align:justify !important;
}
.item aside .inner-bg p{
	text-align:center !important;
}



/*sub-menu-chid css*/
.submenu-child {
	position:relative;
}
.sub-menu .submenu-child i{
	display:inline-block;
	  transform: rotate(
-90deg);
color:#02398b !important;
}
.sub-menu .submenu-child:hover  i{
	color:#ecb920!important;
}
.sub-menu .submenu-child a {
    display: inline-block !important;
    width: auto !important;
}
.sub-menu .submenu-child  .sub-menu{
    transform: translateY(0px);
    transition: .5s ease all;
	width:auto;
	left:257px;
	background-color: #fff !important; 
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15) !important;
	visibility: hidden !important;
	opacity: 0 !important;
	top:9px;
}
.sub-menu .submenu-child:hover  .sub-menu{
	display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0px);
    transition: .5s ease all;
}
.nav-menu .submenu-child .sub-menu li a {
    color: #02398b !important;
}
.nav-menu .submenu-child .sub-menu li:hover a {
    color: #ecb920 !important;
}
/*21-02-22 css contact tab*/
.contactTab .slider-tab{
	padding:0;
}
.contactTab .nav-tabs .nav-item{
	margin:20px 3% 3%;
}
#owl-demo5 .owl-prev {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 43%;
    left: -40px;
    background: url(/wp-content/themes/athenatec/assets/images/arrow-prev02.png)no-repeat center center;
}
#owl-demo5 .owl-prev {
    transform: rotate(0deg);
}
#owl-demo5 .owl-next {
    background: url(/wp-content/themes/athenatec/assets/images/arrow-prev02.png)no-repeat center center;
    transform: rotate(180deg);
    position: absolute;
    width: 30px;
    height: 30px;
    top: 43%;
    right: -40px;
}
#owl-demo5  .usa-flag {
    max-width: 29px !important;
}
.nav-item address{
	text-align:left !important;
}
.nav-item address span{
	margin-top:1rem !important;
}
.contactTab .nav-tabs .nav-item a{
	color:#495057 !important;
}
.slider-cont1{
    padding: 0;
    border-radius: 8px;
    border: 5px solid #fff;
    box-shadow: 0px 0px 13px #a5a5a5;
	display:inline-block;
	width:100%;
}
.contactTab .nav-tabs .nav-item a{
	    min-height: 230px;
		margin-bottom:0;
}
.contactTab .nav-tabs .nav-item a.selected{
	border-bottom:5px solid #ecb920 !important;
}
.accordion.map .accordion-header a {
    background: #fff !important;
    width: 100%;
    box-shadow: 0px 0px 13px #a5a5a5;
    padding: 20px 15px 0 !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin-bottom: 20px;
    text-align: left;
}


/*new css 11-08-22*/
.flexslider .slides > li{
	 position:relative;
	 width:100%;
	 float:left;
	 overflow:hidden;
 }
 
.flex-direction-nav li a{
	color: #FFF;
    font-size: 0px;
    margin: 0 !important;
    padding: 4px 7px;
    background: transparent;
    border: 2px solid rgb(225,225,225,0.8);
    display: inline-block;
    cursor: pointer;
    border-radius: 50%;
	text-indent:inherit !important;
	width:40px !important;
	height:40px !important;
}
.flex-direction-nav li a.flex-prev:before{
	font-family: FontAwesome;
    content: '\f104';
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 0;
    padding: 2px;
    font-size: 23px;
    line-height: 23px;
}
.flex-direction-nav li a.flex-next:after {
    font-family: FontAwesome;
    content: '\f105';
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 5px;
    left: 4px;
    padding: 0;
    font-size: 23px;
    line-height: 23px;
    right: 0;
}
.flex-direction-nav li .flex-next{
	right: 50px !important;
}
.flex-direction-nav li .flex-prev{
	left: 50px !important;
}
.flex-control-nav{
	display:none;
}
.testimonial .item .test-slide{
    min-height:216px;
}
.flex-direction-nav li a{
	    z-index: 998 !important;
}
/*top heade css*/
#header{
	top:35px;
}
.top-header .container{
	padding: 0;
}
.top-header{
	width:100%;
	float:left;
	background:#013a89;
	padding:5px 0;
	position:fixed;
	top:0;
	left:0;
	z-index:999 ;
}
.top-header ul{
	float:right;
	width:auto;
}
.top-header ul li{
	float:left;
	padding:0 15px;
	
}
.top-header ul li a{
	color:#ffffff;
	font-size:13px;
}
.top-header ul li a:hover{
	color:#ecb920;
}
.top-header ul li:last-child{
	padding-right:0;
}
.sub-menu .submenu-child .sub-menu::before{
	display:none;
}
.banner-sub-text{font-size:47px;line-height:normal; color:#fff; font-weight: 300 !important; margin-bottom:0px;}


/*news card*/
.news-card{
	width:100%;
	float:left;
	box-shadow:0px 0px 10px #e3e1e1;
	padding:15px;
	margin-bottom:25px;
}
.news-card h5{
	font-size:18px;
	color:#02398B;
	margin-bottom:5px;
	font-weight:600;
}
.news-card p{
	line-height:22px;
	color:#333;
	font-size:15px;
	margin-bottom:5px;
}
.date {
    float: left;
    background: url(../images/date-img.svg) no-repeat scroll left center;
    color: #333333;
    font-size: 12px;
    padding: 5px 12px;
    text-align: center;
	font-weight:500;
}
.date span {
    display: block;
    font-size: 17px;
    margin-bottom: 14px;
	color:#ffffff;
}
.news-cont {
    float: left;
    font-size: 14px;
    width: 82%;
	margin-left:20px;
}
.news-cont a{
	font-size:12px;
	color:#ECB920;
}
.line-height{
	line-height:normal;
}
.detail-date{
    color:#ecb920;
}

/* footer css */
 /*.footer-area {*/
 /*    background: #f7f7f7 url(../images/footer-bg.png);*/
 /*}*/
 /*.footer-area h4 {*/
 /*   color: #02398B;*/
 /*}*/
 /*.footer-area h4:before{*/
	/* background:#edbf36;*/
 /*}*/
 /*.footer-area .list-unstyled li a{*/
	/*color: #000;*/
 /*   font-weight: 400;*/
 /*}*/
/* address.mb-0.white_txt {*/
/*    font-size: 13px;*/
/*    line-height: 30px;*/
/*    font-weight: 400;*/
/*    color: #000;*/
/*}*/

/*.foot-txt-clr{*/
/*	color: #000;*/
/*    font-weight: 400;*/
/*}*/
/*.copy_rights p, .copy_rights a{*/
/*	color: #000;*/
/*    font-weight: 400;*/
/*}*/
/*.col-one p {*/
/*    font-size: 14px;*/
/*    color: #000;*/
/*}*/
/*.phone-no{*/
/*	font-weight: 400;*/
/*	color: #000;*/
/*}*/
#widget-subscribe-form-email {
    height: 33px;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* Case Study */
.video-card.case-study{
	min-height:auto;
}
.video-card.case-study .card-box-cnt p{
	min-height:auto;
}
.location-margin{
    margin: 0 !important;
}
.banner_text_1{
    font-size: 32px !important;
}

/* New Updates 01-04-2024  */

.vc-icon img{
    max-width:56px;
}
.partners-img-border {
    border: 1px solid #e6e6e6;
}
.partners-img-border-dark-grey{
     border: 1px solid #d4d4d4;
}
 
.vc-cnt .mt-15{
    margin-top: 20px;
  line-height: 20px;
}
.nav-menu li {
	margin-left: 10px;
}
.nav-menu li a {
    font-size: 15px;
}
.service-card-padding .tab-pane{
    padding: 15px;
}
.service-card-padding .vc-icon {
	 width: auto; 
	float: left;
	padding-right: 20px;
}
.cms-icons{
    max-width:30px;
    display:inline-block;
}
.table-div {
    display:flex;
    align-items:center;
    gap:5px;
}
.table-div span{
    color:#fff;
}
.mobile-view-cmf-table {
    display:none;
}
.partner-ships{
    margin-bottom:40px;
}
.mobile-links {
    display:none;
}
.desktop-links .pr-5 {
	padding-right: 1rem !important;
}
.mobile-links .d-flex{
    flex-direction:column;
    text-align:center;
}
.mobile-links .pr-5 {
    padding-right: 1rem !important;
}
.mobile-links .pl-5 {
    padding-left: 0rem !important;
}
.mobile-links a{
    text-decoration: underline;
    color:#ecb920;
}
.mobile-links {
    margin-top:10px;
}
.mobile-links a h4{
     color:#ecb920 !important;
     font-size:10px;
     margin:0;
     padding:0 !important;
     padding-bottom:8px !important;
}
.service-card-padding .tab-pane.service-card.vc-pad{
    min-height: auto;
}
@media (max-width:1024px){
    .digital-trans-sec.padding-top{
        padding-top:40px !important;
    }
}
@media (max-width:1024px){
    .digital-trans-sec.padding-top{
        padding-top:40px !important;
    }
}
@media (max-width:991px){
    .mobile-view-cmf-table {
    display:block;
    margin-top: 30px;
}
.table-cmf-img.destop{
    display:none;
}
.vc-cnt .mt-15 {
	margin-top: 10px;
}

}
@media (max-width:767px){
    .cmf-team-para{
        margin:0;
        margin-top:30px;
    }
    .partner-ships{
        margin-bottom:0;
    }
    .cmf-img-top-padding {
        padding-top:30px;
    }
     .desktop-links {
        display:none;
    }
    .mobile-links {
        display:block;
    }
    .home-banner .banner-cont aside {
	padding: 98px 0 0 !important;
}
}
@media (max-width:450px){
    .home-banner .banner-cont aside {
	padding: 80px 0 0 0 !important;
}
.home-banner {
	height: 290px !important;
}
}