@charset "utf-8";
/* CSS Document */

body{
    margin: 0; 
    font-size: 14px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: "Montserrat", sans-serif;
}

ul:before, ul:after{ content:''; display:table;}
ul:after{ clear:both;}
li{list-style: none;}
a{color: unset;}
a:hover{text-decoration: none; color: unset;}

h1, h2, h3{
    font-family: "Montserrat", sans-serif;
}
p {
    color: #2d2d2d;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

ul{
    margin: 0;
    padding: 0;
}
section{
    overflow: hidden;
}
.sectiongap {
    padding:60px 0;
}

/*section title satrt*/

.sec-title {
    margin-bottom: 25px; 
}
.sec-title h2 {
    font-size:34px;
    font-weight:700;
    color:#000;
}
.sec-title h2 span {
    display:block;
    color:#0B5EAF;
    font-size:14px;
    text-transform: uppercase;
    font-weight:500;
    margin-bottom:10px;
}
.sec-title h2 strong {
    color:#0B5EAF;
    font-weight:700;
}
.main-btn {
    background-color: #5e3e2c;
    color: #fff;
    padding: 11px 24px;
    border-radius: 6px;
    display: inline-block;
    line-height: normal;
    font-size: 13px;
    letter-spacing: 0.2px;
    transition: all 0.3s ease;
}
.main-btn:hover {
    background-color:#914a23;
    color:#fff;
  }




/*section title end*/

header {
    position: relative;
    background-color:#fff;
    transition: all 0.3s ease;
    z-index: 1000;
}
header .t-header {
    background:#fff;
    padding:8px 0;
}
header .t-header ul li a {
   color:#0073c2;
   font-size:13px;
   font-weight:500;
   letter-spacing:0.3px;
   outline:0;
}
header .t-header ul li span {
    color:#9ed6fd;
}
header .t-header ul li {
    margin-left:20px;
}
/* header .t-header ul li:first-child {
    margin-left:0px;
} */
header .navbar-brand {
  background-color: #fff;
    padding: 6px 9px;
    margin-top: -50px;

}
header .navbar-brand img {    
    object-fit: contain;
    height:96px;
}
header .navbar-nav li {
    margin:0 20px;
    position:relative;
}
header .navbar-nav li a {
    font-size:14px;
    font-weight:500;
    color:#191919;
    outline:0;
    
}
header .navbar-nav li.current-menu-item a {
  color:#0073c2;  
}
header .navbar-nav li.current-menu-item a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    width: 100%;
    height: 4px;
    background-color: #0073c2;
    border-radius: 20px;
}
header .navbar-nav li:last-child {
	margin-right:40px;
}

header .right-menu .dn-btn {
    padding:10px 20px;
    background-color:#2db688;
    border-radius:5px;
    color:#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
}
header .right-menu a.cn-btn {
	margin-right:10px;
    padding:10px 20px;
    background-color:#0073c2;
    border-radius:5px;
    color:#fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
} 
/* header .navbar-nav li.current-menu-item:last-child a::after,  .home header .navbar-nav li:last-child a, header .navbar-nav li.current-menu-item ul.sub-menu a::after {
   display:none; 
} */
header .t-header .t-social {
    padding-right:20px;
}
header .t-header .t-social li a {
    font-size: 18px;
}

header .navbar-nav ul.sub-menu {
    position:absolute;
    left:0;
    right:0;
    top:100%;
    background:#fff;
    padding: 15px;
    margin:10px 0 0 0;
    width: 300px;
    display:none;
    visibility:hidden;
}
header .navbar-nav ul.sub-menu li {
    margin:0;
}
header .navbar-nav ul.sub-menu li a {
    padding:0;
    background-color:#fff;
    border-radius:0;
    color:#000;
    box-shadow:none;
}
header .navbar-nav li:hover ul.sub-menu {
    display:block;
    visibility:visible;
}

.home header .right-menu a.cn-btn {
	display:none;
}

/* .bannersection */

.bannersection {
    position: relative;
}
.bannersection .item img {
    width: 100%;
    height: 600px;
    object-fit: cover;
}
.bannersection .banner-text {
    position: absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index:9;
    text-align: center;
    color:#fff;
}
.bannersection .banner-text h1 {
    font-size:66px;
    text-transform:;
    color:#fff;
    font-weight:700;
}
.bannersection .banner-text h4 {
    font-size: 20px;
    font-weight: 400;
}
.bannersection .bann-btn {
    margin-top:30px;
}
.bannersection .bann-btn a {
   padding: 10px 20px;
    background-color: #2db688;
    border-radius: 5px;
    color: #fff;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.08);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.08);
    font-size: 16px;
    display: inline-block;
}


/* services */
.service-box:hover h4 a {
    color:#0073c2;
}
.service-box:hover img {
    filter: brightness(0) saturate(100%) invert(20%) sepia(100%) saturate(500%) hue-rotate(200deg);
}
.service-main .sec-title {
    text-align: center;
}
.service-main .service-text {
    padding-left:19px;
}
.service-main .service-text h4 {
    color:#000000;
    font-size:17px;
    font-weight:600;
}
.service-main .service-text p {
    color: #555151;
    font-size: 13px;
    line-height: 18px;
}
.bt-border p {
    margin: 0;
    border: 2px solid #0B5EAF;
    border-radius: 50px;
    display: inline-block;
    padding: 1px 1px 1px 40px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.con_btn {
    font-size: 18px;
    line-height: 24px;
    border: 2px solid #0B5EAF;
    border-radius: 50px;
    padding: 15px 25px;
    display: inline-block;
    font-weight: 500;
    background: #0B5EAF;
    color:#fff;
}

/* industry-wrap */
.industry-wrap {
    background:#2db68814;
}
.industry-wrap .indus-box {
    border:1px solid #ccc;
    background:#fff;
    padding:20px 10px;
    border-radius:9px; 
}
.industry-wrap .c-pad {

}
.indus-box .in-img {   
    position: relative;
    text-align:center;
}
.indus-box .in-img img {
    height:80px;
    object-fit: contain;
    margin:auto;
}
.indus-box h3 {
    font-size:20px;
    margin:20px 0 0 0;
    font-weight:500;
    letter-spacing: 0.6px;
    text-align: center;
     color: #0B5EAF; 
}
.indus-box:hover  {
  background:#0b5eaf08;
}
.indus-box:hover  h3  {
 
}


/* tech-list */

.tech-box {
    /*border:1px solid #ccc;*/
    /*border-radius:9px;*/
    /*padding:8px 10px;*/
    margin:10px 5px 0 5px;
}
.tech-box h3 {
    margin:0 0 0 10px;
    font-size:14px;
    font-weight:600;
}
.tech-box img {
    width: 166px;
    height: 116px;
    object-fit: contain;
}


/* about-wrap */

.about-wrap {
    background:url(../images/ab-img.png) no-repeat top center;
}
.about-wrap .sec-title h2 span, .about-wrap .sec-title h2 {
    color:#fff;
}
.about-wrap img {
    width:100%;
    border-radius:20px;
}
.text-about p {
    line-height: 26px;
    letter-spacing: 0.3px;
    font-size: 15px;
}
.about-wrap p {
    color:#fff;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height:26px;
}
.about-wrap .ab-list {
    margin-top:35px;
}
.c-pad {
    padding-right:40px;
}
.about-wrap .ab-list ul li {
    color:#fff;
    font-size:14px;
    letter-spacing:0.2px;
    margin:0 30px 0 0;
}
.about-wrap .ab-list ul li:last-child {
    margin:0;
}
.about-wrap .ab-list ul li span {
    color:#43BAFF;
    font-size:34px;
    font-weight:700;
    letter-spacing:0.2px;
    display:block;
}
.vission-list li {
    width:48%;
    padding:0 15px;
    margin:0;
}
.vission-list li:first-child {
    margin-top:-30px;
}
.vission-list .ab-box {
    background-color:#000;
    text-align: center;
    position: relative;
    margin-top:30px;
}
.vission-list .ab-box::after {
    content:'';
    position: absolute;
    top:0;
    right:0;
    width:20px;
    height:20px;
    background-color:#0B5EAF;
    clip-path: polygon(100% 0, 100% 100%, 0 0);
}
.vission-list .ab-box img {
    height:220px;
    width:100%;
    object-fit: cover;
}
.vission-list .ab-box h4 {
    color:#fff;
    position: absolute;
    left:0;
    right:0;
    margin: auto;
    top:50%;
    transform:translateY(-50%);
    margin:0;
    font-size:20px;
    font-weight:600;
}

/* service */
.blog_details_box img {
   width:100%;
   height:400px;
   object-fit: cover;
   border-radius:10px;
   margin-bottom:20px; 
}
.blog_details_box p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.2px;
    text-align:left !important;
}
.recent_blog {
    position: relative;
}
.recent_blog  .bd_postimg {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width:20%;
}
.recent_blog  .bd_deskebox {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width:80%;
}
.recent_blog .bd_postimg img {
   width:60px;
   height:60px;
   object-fit:contain;
}
.recent_blog {
    background-color: #cccccc1f;
    padding:10px;
    border-radius:6px;
}
.recent_blog .bd_deskebox {
    padding-left:10px;
}
.recent_blog .bd_deskebox h2 {
    font-size: 17px;
    font-weight: 600;
}
.recent_blog .bd_deskebox p {
    margin:0;
}
.recent_blog .bd_deskebox p a {
    color:#0B5EAF;
}
.sub-head h2 {
    border-bottom: 1px dashed #0B5EAF;
    margin-bottom: 30px;
    font-size: 28px;
    line-height: 36px;
    font-weight: 600;
}
/* contact-wrap */
.contact-wrap {
    background-color:#01172F;
}
.contact-wrap .sec-title h2 span, .contact-wrap .sec-title h2 {
    color: #fff;
}
.contact-wrap p {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.2px;
    line-height: 26px;
}
.con-phone {
    margin:0 0 20px 0;
}
.con-phone h3 {
    background:url(../images/contact.png) no-repeat left;
    padding:20px 0 20px 80px;
    color:#fff;
    font-size:25px;
}
.con-phone h3 span {
    display:block;
    font-size:16px;
    margin-bottom:3px;
}
.c-bottom h4 {
    color:#fff;
    font-size:26px;
    font-weight:600;
}
.c-bottom ul {
    display:flex;
    flex-wrap:wrap;
}
.c-bottom ul li {
    position: relative;
    color: #fff;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 10px 30px 10px 70px;
    width: 50%;
    margin:15px 0 0 0;
}
.c-bottom ul li span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
    background-color: #5D6A7A;
    border-radius: 50%;
    line-height: 49px;
}
.c-bottom ul li p {
    margin: 0;
    line-height: 19px;
    letter-spacing: 0.6px;
}
.contact-form {
    background-color:#fff;
    border-radius:10px;
    overflow: hidden;
}
.contact-form h3 {
   padding:20px;
   font-size:16px;
   font-weight:600;
   margin:0;
   border-bottom:2px solid #D9D9D9;
}
.form-wrap {
    background-color:#fff;
    padding:20px 30px;
}
.form-wrap .form-control {
    border:1px solid #666;
    padding:9px 15px;
    outline:0;
    box-shadow:none;
    font-size: 14px;
    height: auto !important;
}
.form-wrap textarea.form-control {
    height: 100px !important;
}
.form-wrap #sub-btn {
    width: 100%;
    padding:10px 15px;
    font-size: 15px;
    outline:0;
    border:0;
    box-shadow: none;
    background-color:#0B5EAF;
    color: #fff;
    font-weight:500;
    border-radius:6px;
}
.form-wrap .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

/* testiminials */
.testimonial-wrap {
    background:url(../images/testimg.png) no-repeat center top;
    background-size:cover;
    text-align:center;
    padding:60px 0;
}
.testibox {
    min-height:;
    color:#555151;
    background:url(../images/quote-1.png) no-repeat left top;
    padding:30px 0 20px 0px;
    background-size: 6%;
    width:75%;
    margin:auto;
}
.testibox p {
    color:#555151; 
}
.testi-bottom h4 {
    font-size:14px;
    color:#000;
}
.testimonial-wrap .testiimg img {
    width:80px;
    height:80px;
    border-radius:50%;
    margin:auto;
    margin-bottom:0px;
}
/* choose-wrap */

.choose-wrap {
    background-color:#01172F;
    padding-bottom:190px;
}
.choose-wrap .sec-title h2 span, .choose-wrap .sec-title h2 {
    color: #fff;
}
.why-box {
    background-color: #304256d4;
    padding:60px 20px;
    border: 1px solid #ffffff59;
    position: relative;
    overflow: hidden;
	min-height: 220px;
}
.why-box h4 {
    color:#fff;
    font-size:20px;
    font-weight:600;
    letter-spacing:0.6px;
}
.why-box p {
    color:#fff;
    font-size:14px;
    font-weight:400;
    letter-spacing:0.6px;
    line-height:23px;
    margin:15px 0;
}
.why-box .l-btn {
    color:#3292FF;
    font-size:14px;
    font-weight:500;
    text-transform:uppercase;
    letter-spacing:1px;
}
.why-box .l-btn img {
    margin-right:6px;
}
.why-box span {
    font-size: 100px;
    position: absolute;
    left: -3px;
    top: -6px;
    font-weight: 800;
    line-height: 83px;
    color: #cccccc45;
}
.why-box::after {
    content: '';
    position: absolute;
    right: -52px;
    bottom: -70px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: #cccccc45;
}
.why-box .f-img {
    position:absolute;
    right:15px;
    bottom:15px;
}
.why-box .f-img img {
    height: 46px;
        filter: brightness(0) invert(1);

}
.help-wrap {
    margin-top: -190px;
}
.block-box {
    position: relative;
    overflow: hidden;
}
.block-box::after {
    content:'';
    position: absolute;
    right:0;
    top:0;
    bottom:0;
    width:200px;
    height:250px;
    background:url(../images/after-1.png);
    background-size:100% 100%;
}
.box-1:nth-child(2) .block-box::after {
    background:url(../images/after-2.png);
}
.block-box img {
    width:100%;
    height:250px;
    object-fit:cover;
}
.block-box .b-text {
    position: absolute;
    left:0;
    right:0;
    top:50%;
    transform: translateY(-50%);
    z-index: 3;
    padding:20px 30px;
}
.block-box .b-text h3 { 
    font-size: 19px;
    font-weight:500;
    color:#fff;
}
.block-box .b-text h3 span { 
    display: block;
    margin-bottom:5px;
    font-size:32px;
    font-weight:600;
}
.block-box .b-text p {    
    margin:15px 0 0 0;
    font-size:14px;
    font-weight:400;
    color:#fff;
}
.logo-inner {
    display: flex;
    justify-content: center;
}
.logo-inner .logo-box {
    padding:10px;
}
.logo-inner .logo-box img {
    height:60px;
    object-fit: contain;
}


/* footer */

.footer-main {
    background:#01172F;
    padding:60px 0; 
}
.footer-main h4 {
    color:#fff;
    text-transform: uppercase;
    font-size:16px;
    font-weight:500;
    position: relative;
    padding-bottom:19px;
    letter-spacing: 1px;
    margin:0 0 25px 0;
}
.footer-main h4::after {
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    background:url(../images/after.png) no-repeat left;
    width: 100px;
    height:8px;
    background-size: contain;
}
.ab-note {
    padding-right: 30px;
    margin-bottom:20px;
}
.ab-note p {
    color:#fff;
    font-size:13px;
    font-weight:400;
    letter-spacing:0.6px;
}
ul.f-menu li {
    padding-left:15px;
    margin-bottom:7px;
    position: relative;
}
ul.f-menu li a {
    font-size:13px;
    color:#fff;
}
ul.f-menu li span {
    font-size:12px;
    color:#3292FF;
    display: block;
}
ul.f-menu li a::before {
    content:'\f105';
    font-family:'FontAwesome';
    font-size:18px;
    color:#fff;
    position: absolute;
    left:0;
    top:50%;
    transform:translateY(-50%);
}
ul.f-menu.b-menu li a::before {
    top:2px;
    transform:none;
}
.socialicon a {
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    padding: 5px;
    text-align: center;
    margin-right: 10px;
}
.socialicon a img {
    height: 19px;
    object-fit: contain;
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 5px;
    -webkit-filter: grayscale(1) invert(1);
    filter: grayscale(1) invert(1);
}
.bottom-footer {
    background-color:#01203F;
    padding:15px 0;
}
.bottom-footer p {
    margin:0;
    color:#fff;
    font-size:13px;
    font-weight:400;
}
.bottom-footer p span {
    color:#3292FF;
}
.bottom-footer ul li {
    color:#fff;
    margin:0 0 0 10px; 
}
.bottom-footer ul li a {
    color:#fff;
    font-size:13px;
    font-weight:400;
    margin-right:10px;
}
.bottom-footer ul li:last-child a {
    margin-right:0;
}
.footer-top {
    background-color:#0B5EAF;
    padding:40px 0;
}
.info-list {
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-list li {
    display: flex;
    align-items: center;
    margin:0 30px;
}
.info-list .c-icon {
    background-color:#fff;
    width:55px;
    height:55px;
    text-align: center;
    border-radius:6px;
    margin-right: 15px;
    font-size:28px;
    color:#0B5EAF;
    line-height:55px;
    -webkit-box-shadow: -8px -8px 0px 0px rgba(1,23,47,1);
    -moz-box-shadow: -8px -8px 0px 0px rgba(1,23,47,1);
    box-shadow: -8px -8px 0px 0px rgba(1,23,47,1);
}
.info-list h4 {
    color:#fff;
    font-size:16px;
    font-weight:600;
    margin:0;
    letter-spacing:0.6px;
}
.info-list h4 span {
    display: block;
    color:#fff;
    font-size:13px;
    font-weight:400;
    letter-spacing:0.6px;
    margin-bottom:6px;
}


/* inner_banner */
.inner_banner {
    background-color:#000;
    position: relative;
    overflow: hidden;
}
.inner_banner::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width:300px;
    height: 100%;
    background: url(../images/after-1.png);
    background-size: 100% 100%;
}
.inner_banner .baner_img_page {
    height:300px;
    width:100%;
    object-fit: cover;
    opacity: 0.4;
}
.inner_banner .inner_banner_text {
    position: absolute;
    left:0;
    right:0;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    z-index: 3;
}
/* .banner_area_text_box {
    width:40%;
    background:#0373af78;
    padding:30px;
    position: relative;
} */

.banner_area_text_box .breadcrumb {
    margin:0;
    background-color:transparent;
    padding:0;
}
.banner_area_text_box .breadcrumbs {
    display: flex;
    justify-content: center;
    display: none;
}
.banner_area_text_box h1 {
    color: #fff;
}
.banner_area_text_box .breadcrumbs li {
    margin-right:10px;
    color: #fff;
}
.banner_area_text_box .breadcrumbs li a {
    color: #fff;
}

/* blog */
.blog-box {
    background-color: rgb(133 175 241 / 24%) !important;
    padding:15px;
    border-radius:10px;
}
.blog-box .blogimg {
    border-radius:10px;
    overflow: hidden;
    position: relative;
}
.blog-box .cat-name {
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #0b5eaf;
    border-radius: 4px;
    color: #fff;
    padding: 5px 9px;
    font-size: 12px;
}
/* .blog-box .blogimg::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 200px;
    height: 250px;
    background: url(../images/after-2.png);
    background-size: 100% 100%;
} */
.blog-box .blogimg img {
    border-radius:10px;
    height:250px;
    width:100%;
    object-fit:cover;  
}
.blog-box .blog-body {
    text-align: center;
    padding:20px 0 0 0;
}
.blog-box .blog-body h3 {
    font-weight:700;
    font-size:21px;
    color:#000;
}
.blog-box .blog-body h3 a {
    color:#000;
}
.blog-detail {
    border-top: 1px solid #e0e0e0;
}
.single-blog-wrap .content-img {
    margin-bottom:30px;
}
.single-blog-wrap .content-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 8px;
    border:1px solid #e0e0e0;
}
.single-blog-wrap h1 {
    font-size:29px;
    color: #0E1F33;
    margin-bottom: 5px;
    text-transform: none;
} 
.single-blog-wrap h6 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
}
.blog-content {
    margin-top:20px;
}
.blog-content p, .blog-content {
    color: #0E1F33;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
}
.cat-list{ max-height: 430px; overflow: auto; margin-bottom: 30px; padding-left: 10px; }

  h2.cat-list-title { color: #fff; font-size: 22px; border-radius: 5px; letter-spacing: .5px; padding: 10px; line-height: 26px; text-transform: none; margin-bottom: 20px;
    background:#1992cd;
   }

  .cat-list p{ margin-bottom: 7px; position: relative; padding-left:20px; }
  .cat-list a{ display: inline-block; color: #0E1F33; }
  .cat-list a:hover{ color:#1992cd; }
  .cat-list p:before{ content: "\f0a4"; font-family:'FontAwesome'; position: absolute; top: 0; left: 0; color: #1992cd; } 
  .blog-aside li {
    margin-bottom: 15px;
  }
  .blog-aside li img {
        width:90px;
        height:70px;
        margin-right: 10px;
  }
  .blog-cnt h5 {
    font-size:14px;
    font-weight:600;
    margin:0;
  }
  .blog-cnt p {
    font-size:12px;
    font-weight:400;
    color: #171D3D;
    margin: 0;
  }
  .btn-rcpost {
    font-size: 12px;
    font-weight: 600;
    color: #1992cd;
  }
  .single-cont-wrap h5 {
    font-size:15px;
    font-weight:600;
    color: #3448b9;
  }
  .lets-area {
    text-align:center;
}
.lets-area h2 {
    font-size: 50px;
    margin-bottom:10px;
    font-weight: 700;
    color: #000;
}
.lets-area h3 {
    font-size:24px;
    margin-bottom:50px;
    font-weight:500;
    color:#898989;
}
.lets-area .m-btn {
    text-align:center;
    margin-top:30px;
    margin:0 20px;
    border:2px solid #000;
    padding:20px 30px;
    font-weight:600;
    display:inline-block;
    font-size:19px;
    border-radius:50px;
    color:#000;
}
.lets-area .m-btn.act {
    color:#fff;
    border: 2px solid #00438d;
    background: #00438d;
}
.lets-area .m-btn:hover {
    color:#fff;
    border:2px solid #00438d;
    background:#00438d;	
}
.lets-area .m-btn.act:hover {
    color:#000;
    border:2px solid #000;
    background:#fff;
}
.lets-area .m-btn .fa {
    margin-left:10px;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
        transition: 0.25s;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* .wpcf7-response-output {
    display:none !important;
} */

.wpcf7-not-valid-tip {
    font-size:12px !important;
}


.port-box {
    position:relative;
    overflow:hidden;
    background:#000;
}
.port-box img {
   width:100%;
   height:300px;
   object-fit:cover;
}
.port-box .tech-inner {
    position:absolute;
    left:0;
    right:0;
    bottom:-200%;
    text-align:center;
    padding:20px;
    color:#fff;
    transition: all 0.3s ease;
    background-color: #0073c2;
    
}
.port-box .tech-inner p {
    color:#fff;
}
.port-box:hover .tech-inner {
    opasity:0.6;
}
.port-box:hover .tech-inner{
     bottom:0%;
}
.tec-link {
    text-align:center;
}
.tec-link a {
        padding: 10px 20px;
    background-color: #2db688;
    border-radius: 5px;
    color: #fff;
    margin-top:20px;
    display:inline-block;
}


#brochureModal .form-control, #brochureModal2 .form-control {
    border-radius:0;
    border:1ps solid #ccc;
    height:auto;
    padding:15px;
    font-size:16px;
}
#brochureModal .form-control.wpcf7-textarea, #brochureModal2 .form-control.wpcf7-textarea {
        border-radius:0;
    border:1ps solid #ccc;
    height:auto;
    padding:15px;
    font-size:16px;
    height:100px;
}
#brochureModal .wpcf7-submit, #brochureModal2 .wpcf7-submit {
    padding: 10px 20px;
    background-color: #0073c2;
    border-radius: 5px;
    color: #fff;
    outline:0;
    font-size:18px;
}
#brochureModal .modal-dialog, #brochureModal2 .modal-dialog {
    max-width: 600px;
}
#brochureModal .modal-body, #brochureModal2 .modal-body {
    padding:30px;
}
#brochureModal .modal-header, #brochureModal2 .modal-header {
    background-color:#0073c2;
    padding: 16px 20px;
    color:#fff;
}
#testimonials .owl-nav {
	display:none !important;
}
 #testimonials .owl-dots {  
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
 #testimonials .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #b1b1b1;
    border-radius: 30px;
    margin: 0 3px;
}
#testimonials .owl-dots .owl-dot.active {
   background:#3a30cf;
}

