/*
 * Custom CSS
 */

 :root {
  --at-skyblue: #d5f1ff;
  --at-blue: #1e75bd;
  --at-darkblue: #003766;
  --at-lightgray: #e8e8e8;
  --at-navblue: #c2deec;
  --at-btnborder: #345667;
}


body {
  padding-top: 0px;
  padding-bottom: 0px;
  /*-webkit-user-select: none;

-moz-user-select: none;

-ms-user-select: none;

user-select: none;*/
  font-size: 18px;
  color:#000;
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  outline: none;
  outline: 0;
}
input::-moz-focus-inner {
  border: 0;
}
.outersection {
  min-height: 100vh;
  position: relative;
  height: auto;
}
#innercontainer {
    /* padding-bottom: 451px; */
    padding-bottom: 491px;
    overflow-x: hidden;
}
footer {
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 0px;
  z-index:0;
}

/*== for font ==*/
.barlow-thin {
  font-family: "Barlow", serif;
  font-weight: 100;
  font-style: normal;
}

.barlow-extralight {
  font-family: "Barlow", serif;
  font-weight: 200;
  font-style: normal;
}

.barlow-light {
  font-family: "Barlow", serif;
  font-weight: 300;
  font-style: normal;
}

.barlow-regular {
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: normal;
}

.barlow-medium {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: normal;
}

.barlow-semibold {
  font-family: "Barlow", serif;
  font-weight: 600;
  font-style: normal;
}

.barlow-bold {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: normal;
}

.barlow-extrabold {
  font-family: "Barlow", serif;
  font-weight: 800;
  font-style: normal;
}

.barlow-black {
  font-family: "Barlow", serif;
  font-weight: 900;
  font-style: normal;
}

.barlow-thin-italic {
  font-family: "Barlow", serif;
  font-weight: 100;
  font-style: italic;
}

.barlow-extralight-italic {
  font-family: "Barlow", serif;
  font-weight: 200;
  font-style: italic;
}

.barlow-light-italic {
  font-family: "Barlow", serif;
  font-weight: 300;
  font-style: italic;
}

.barlow-regular-italic {
  font-family: "Barlow", serif;
  font-weight: 400;
  font-style: italic;
}

.barlow-medium-italic {
  font-family: "Barlow", serif;
  font-weight: 500;
  font-style: italic;
}

.barlow-semibold-italic {
  font-family: "Barlow", serif;
  font-weight: 600;
  font-style: italic;
}

.barlow-bold-italic {
  font-family: "Barlow", serif;
  font-weight: 700;
  font-style: italic;
}

.barlow-extrabold-italic {
  font-family: "Barlow", serif;
  font-weight: 800;
  font-style: italic;
}

.barlow-black-italic {
  font-family: "Barlow", serif;
  font-weight: 900;
  font-style: italic;
}


/*== header start ==*/
.header_top{ 
  background: #000;
  padding: 22px 0px;
}
/*.language_changer{
  float: right;
  width: 60px;
}*/
.header_search{
  float: right;
  width: 270px;
}
.header_first_con{
  float: right;
  width: 47%;
  text-align: right;
}
.header_first_con ul{
  margin-bottom: 0px;
}
.header_first_con ul li{
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
}
.header_first_con ul li span{
  background: var(--at-skyblue);
  padding: 5px 8px;
  margin-right: 8px;
  display: inline-block;
}
.header_first_con ul li span img {
  vertical-align: top;
}
.header_first_con ul li:nth-child(2) span img{
  padding-top: 5px;
}
.header_first_con ul li a{
  color: #fff;
  text-decoration: none;
  font-size: 21px;
}
.header_search #searchbox {
  padding: 10px 20px 10px 10px;
  outline: none;
  border-radius: 0;
  float: left;
  width: 160px;
  height: 45px;
  background: var(--at-skyblue);
  border: 1px solid var(--at-skyblue);;
}
.header_search #searchbutton {
  border: 0px;
  background: #012c41;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  outline: none;
  height: 45px;
  font-size: 0px;
  background-image: url(../images/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 45px;
  border: 1px solid var(--at-skyblue);;
}
/*== flag icon ==*/
.flag-icon-us {
  background-image: url(../images/united-states.png);
}
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em;
}

/*== logo section ==*/
.logo_area {
  /*width: 240px;
  float: left;*/
  /*margin-top: -72px;*/
}
.logo_area {
    margin-top: -100px;
	  /* background-color: #fff; */
    background-color: #2b2b2b;
    height: 100%;
    padding: 10px 25px;
}
.logo_area img{width: 170px;}
.nav_area {
 /* width: calc(100% - 240px);
  float: right;*/
}
.header_bottom {
  /*height: 130px;*/
	/*height: 90px;*/
    height: auto;
}

/*== nav section ==*/
.nav_area ul{
  list-style-type: none;
  text-align: right;
  margin-bottom: 0px;
}
.nav_area ul li{
  display: inline-block;
  vertical-align: top;
  border-right: 1px solid var(--at-navblue);
  margin-left: -1.5px;
  margin-right: -1.5px;
}
.nav_area ul li.no_border{
  border: none;
}
.nav_area ul li.current{
  background: var(--at-skyblue);
}
.nav_area ul li a{
  font-size: 24px;
  /*text-transform: uppercase;*/
  text-transform: capitalize;
  text-decoration: none;
  color: #010101;
  padding: 0px 10px;
  /*line-height: 130px;*/
  /*line-height: 90px;*/
  line-height: 60px;
  display: block;
}
.nav_area ul li a:hover{
  background: var(--at-skyblue);
}
.nav_area ul li a.contact_btn{
  border: 2px solid var(--at-btnborder);
 /* line-height: 60px;*/
  line-height: 40px;
  /*margin-top: 35px;*/
	margin-top: 8px;
}
/*== banner_section ==*/
.banner_section{
  /*height: 600px;*/
  position: relative;
  overflow: hidden;
}
.banner_text{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  text-align: center;
  max-width: 1400px;
  width: 90%;
  background: rgba(0,0,0,.1);
  padding: 20px;
}
.banner_text h3{
  color: #fff;
  font-size: 50px;
  font-weight: 400;
}

/*==about_section==*/
.about_section{
  padding: 50px 0px;
}
.about_section h3{
  color: var(--at-blue);
}
.about_section h2{
  font-weight: bold;
  font-size: 42px;
  letter-spacing: 3px;
}
.about_section p{
  color: #3e3e3e;
  font-size: 24px;
  line-height: 1.5;
}

.learn_more_btn {
  color: #fff;
  background-color: var(--at-blue);
  margin: 5px 0;
  padding: 15px 20px;
  text-decoration: none;
  border-radius: 5px;
  letter-spacing: 3px;
  display: inline-block;
  font-size: 22px;
}
.learn_more_btn::after {
  display: inline-block;
  padding-left: 8px;
  content:url(../images/right-arrow-single.png);
  transition: transform 0.3s ease-out;
}
.learn_more_btn:hover {
  color: #fff;
  background-color: var(--at-blue);
}
.learn_more_btn:hover::after {
  transform: translateX(10px);
}

/*== partner_section ==*/
.partner_section{
  background: var(--at-blue);
  padding: 50px 0px 20px;
  text-align: center;
}
.technology_partner_section{
  background: var(--at-lightgray);
  padding: 50px 0px 20px;
  text-align: center;
}
.partner_section h3{
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 400;
}
.technology_partner_section h3{
  font-size: 60px;
  text-transform: uppercase;
  color:var(--at-blue);
  margin-bottom: 20px;
  font-weight: 400;
}
.owl-nav{
  position: relative;
}

.partner_section button.owl-prev span {
  background: #fff;
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  display: block;
  margin-top: 15px;
  position: absolute;
  left: -35px;
  top: -85px;
  font-size: 38px !important;
  line-height: 27px;
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.technology_partner_section .owl-nav.disabled{display: block;}
.technology_partner_section button.owl-prev span {
  background: var(--at-blue);
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  display: block;
  margin-top: 15px;
  position: absolute;
  left: -35px;
  top: -85px;
  font-size: 38px !important;
  line-height: 27px;
  color: #fff;
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.partner_section button.owl-next span {
  background: #fff;
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  display: block;
  margin-top: 15px;
  position: absolute;
  right: -35px;
  top: -85px;
  font-size: 38px !important;
  line-height: 27px;
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.technology_partner_section button.owl-next span {
  background: var(--at-blue);
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  display: block;
  margin-top: 15px;
  position: absolute;
  right: -35px;
  top: -85px;
  font-size: 38px !important;
  line-height: 27px;
  color: #fff;
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product_sec button.owl-next span {
  background: var(--at-blue);
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  display: block;
  margin-top: 15px;
  position: absolute;
  right: -35px;
  top: -85px;
  font-size: 38px !important;
  line-height: 27px;
  color: #fff;
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}
.product_sec button.owl-prev span {
  background: var(--at-blue);
  width: 34px !important;
  height: 34px !important;
  border-radius: 100%;
  display: block;
  margin-top: 15px;
  position: absolute;
  left: -35px;
  top: -85px;
  font-size: 38px !important;
  line-height: 27px;
  color: #fff;
  -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
}


/*==product_sec==*/
.product_sec{
  background: url(../images/istockphoto-493785200-2048x2048.png) no-repeat center top #fff;
  padding: 130px 0px 35px;
  text-align: center;
}
.product_sec h3{
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 400;
}
.product_sec .card{
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.30);
}
.product_sec .card-body{
  padding: 5px;
}

.product_sec .owl-carousel .owl-stage-outer .owl-item{
  padding: 10px;
}
.product_sec .card-footer{
  background: #fff;
  padding:35px 0px;
}
.product_sec .card-footer h4{
  font-size: 18px;
  color: #393939;
  text-transform: uppercase;
  font-weight: bold;
}
.product_sec .card-footer .learn_more_btn{
  font-size: 14.5px;
  padding: 10px 18px 10px;
}
.product_sec .card-footer .learn_more_btn:after{
  content:url(../images/right-arrow-small.png);
  margin-top: 3px;
  float: right;
}
.owl-dot span{
  background: #a7a7a7;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  display: block;
  margin: 20px 5px 0px;
}
.owl-dot.active span{
  background: #0b2e4b;
}

/*== application_sec ==*/

.application_sec{
  padding: 50px 0px 50px;
  background-color: var(--at-darkblue);
  text-align: center;
  position: relative;
}
.application_sec::before{
  position: absolute;
  right: 0%;
  z-index: 0;
  content: url(../images/Array-logo-updated.png);
  top: 5%;
}
.application_sec::after{
  position: absolute;
  left: 0%;
  z-index: 0;
  content: url(../images/Array-logo-updated-2.png);
  top: 5%;
}
.application_sec h3{
    font-size: 60px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 400;
}
.application_sec .col-custom{
  flex: 0 0 auto;
  width: 14.28%;
  position: relative;
  z-index: 1;
}
.application_sec .col-custom .card{
  background: var(--at-blue);
  border: 6px solid #fff;
  border-radius: 0px;
}
.application_sec .col-custom .card-body img{
  width: 100%;
  -webkit-filter: invert(100%);
    filter: invert(100%);
}
.application_sec .col-custom .card-body h4 a{
  color: #fff;
  font-size: 18px;
  padding-top: 20px;
  text-decoration: none;
}
.application_sec .learn_more_btn{
  font-size: 14.5px;
  padding: 8px 18px 14px;
  border: 2px solid #fff;
  margin-top: 35px;
  font-weight: 500;
}
.product_sec .learn_more_btn:after{
  content:url(../images/right-arrow-small.png);
  margin-top: 3px;
}

/*==connect_sec==*/
.page-template-page-home.page-template .connect_form{
  background: rgb(43,43,43);
  background: linear-gradient(0deg, rgba(43,43,43,1) 50%, rgba(0,55,102,1) 50%);
}
.page-template-default .connect_form, .page-template .connect_form, .archive .connect_form, .single .connect_form{
  background: rgb(43,43,43);
  background: linear-gradient(0deg, rgba(43,43,43,1) 50%, rgba(255,255,255,1) 50%);
}
.connect_sec {
  background: var(--at-blue);
  padding: 50px 50px;
  /* margin-top: -310px;
  
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%); */
}
.connect_sec h3{
  font-size: 34px;
  color: #fff;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
.connect_sec .btn-primary{
  background: #0b2e4b!important;
  color: #fff;
  font-size: 20px;
  word-spacing: 3px;
  text-transform: uppercase;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
}
.form-control{
  padding: 10px;
}

/*==footer==*/
footer{
  background: #2b2b2b;
}
.footer_bottom{
  padding: 70px 0px;
}
.quick_link_pan_footer h3, .contact_pan_footer h3{
  color: #fff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.quick_link_pan_footer h3:before, .contact_pan_footer h3:before{
  position: absolute;
  left: 2px;
  bottom: 0px;
  width: 100px;
  height: 4px;
  background: #fff;
  content: '';
  display: block;
}
.quick_link_pan_footer ul{
  list-style-type: none;
  column-count: 2;
  margin-left: 0px;
  padding-left: 0px;
}
.quick_link_pan_footer ul li{
  position: relative;
  padding-left: 35px;
  padding-bottom: 10px;
}
.quick_link_pan_footer ul li a{
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 21px;
}
.quick_link_pan_footer ul li a:hover{
  color: var(--at-blue);
}
.quick_link_pan_footer ul li:before{
  position: absolute;
  content: url(../images/right-arrow.png);
  display: block;
  left: 0px;
  top: 3px;
}

.contact_pan_footer ul{
  list-style-type: none;
  padding-left: 0px;
}
.contact_pan_footer ul li {
  position: relative;
  padding-bottom: 0px;
  display: block;
  margin-bottom: 20px;
  padding-left: 65px;
  font-size: 21px;
  color: #fff;
}
.contact_pan_footer ul li:nth-child(1){
  line-height: 1;
}
.contact_pan_footer ul li a{
  font-size: 21px;
  color: #fff;
  text-decoration: none;
}
.contact_pan_footer ul li a:hover{
  color: var(--at-blue);
}
.contact_pan_footer ul li span {
  width: 47px;
  height: 43px;
  background: var(--at-skyblue);
  line-height: 47px;
  text-align: center;
  padding-top: 7px;
  /* margin-right: 50px; */
  display: block;
  position: absolute;
  left: 0px;
}
.contact_pan_footer ul li:nth-child(1) {
  line-height: 1;
  margin-bottom: 10px;
}
.contact_pan_footer ul li span img{
  padding: 0px;
  margin: 0px;
  vertical-align: top;
}
.footer_copyright{
  background: #525759;
  padding-top: 10px;
  color: #fff;
  font-size: 16px;
}
.footer_copyright a{
  color: #fff;
  text-decoration: none;
}
.footer_copyright ul{
  list-style-type: none;
}
.footer_copyright ul li{
  display: inline-block;
  vertical-align: top;
  padding: 0px 10px;
  border-right: 1px solid #fff;
}
.footer_copyright ul li:nth-child(2){
  border: none;
}
.header_bottom.sticky {
  position: fixed;
  z-index: 999;
  background: #fff;
  width: 100%;
  top: 0px;
}
.header_bottom.sticky .logo_area img{
  width: 115px;
}
.header_bottom.sticky .logo_area {
  margin-top: 0px;
	padding: 0;
	background-color: transparent
}
.header_bottom.sticky .nav_area ul li a {
  font-size: 26px;
  text-transform: capitalize;
  text-decoration: none;
  color: #010101;
  padding: 0px 10px;
  line-height: 100px;
  display: block;
}
.header_bottom.sticky .nav_area ul li a.contact_btn {
  border: 2px solid var(--at-btnborder);
  line-height: 60px;
  margin-top: 18px;
}
.header_bottom.sticky {
  /*height: 100px;*/
  height: auto;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.header_bottom{
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.btn.btn-primary.dropdown-toggle{
  background: var(--at-blue);
}
.container {
    float: none!important;
}
/*== g translate ==*/
.gt_container-kpxmbo a.glink span {
  margin-right: 3px;
  vertical-align: middle;
}
a.glink{
  color: #fff!important;
  margin-top: -4px!important;
  display: inline-block;
    vertical-align: top;
}
a.glink span{
  font-size: 18px!important;
}
a.glink img {
  width: 50px;
  height: 50px;
  margin-top: 0px;
  margin-left: 10px;
}
a.glink.gt-current-lang {
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
  margin-top: -4px;
}
.language_changer_pan {
  position: relative;
  width: 156px;
}
.language_changer .dropdown {
  position: absolute;
}
.gtranslate_wrapper .gt_switcher{
  line-height: 37px!important;
}
.gtranslate_wrapper .gt_switcher a img{
  width: 30px!important;
  height: 30px!important;
}
.gtranslate_wrapper .gt_switcher .gt_selected a:after{
  top: 15px;
}
.gt_option{
  height: 90px!important;
}
:lang(de) .nav_area ul li a {
  font-size: 16px;
}
:lang(de) .nav_area ul li ul.sub-menu li a {
  line-height: 2;
  font-size: 16px;
}
:lang(de) .header_bottom.sticky .nav_area ul li a {
  font-size: 14px;
}
:lang(de).product_sec .card-footer .learn_more_btn{
  font-size: 12px;
}
:lang(de) .product_sec .card-footer h4{
  font-size: 15px;
}
:lang(de) .application_sec .col-custom .card-body h4 a{
  font-size: 16px;
}



:lang(es) .nav_area ul li a {
  font-size: 16px;
}
:lang(es) .nav_area ul li ul.sub-menu li a {
  line-height: 2;
  font-size: 16px;
}
:lang(es) .header_bottom.sticky .nav_area ul li a {
  font-size: 14px;
}
:lang(es).product_sec .card-footer .learn_more_btn{
  font-size: 12px;
}
:lang(es) .product_sec .card-footer h4{
  font-size: 15px;
}
:lang(es) .application_sec .col-custom .card-body h4 a{
  font-size: 16px;
}


.inner_content {
  /* padding: 30px 0px 425px; */
  padding: 30px 0px 50px;
}

.entry-header .entry-title {
  font-size: 50px;
  color: var(--at-blue);
  margin-bottom: 20px;
  font-weight: 500;
}
.nav_area ul li.current-menu-item a {
  background: var(--at-skyblue);
}

.inner_content h4 {
  font-size: 26px;
  color: var(--at-blue);
  margin-bottom: 20px;
  font-weight: 600;
}
.nav_area ul li ul.sub-menu li a{
  line-height: 2;
  font-size: 20px;
}
.header_bottom.sticky .nav_area ul li li a{
  line-height: 2;
  font-size: 20px;
}
.banner_section video{
  z-index: 0;
  position: relative;
}
/* .banner_section{
  z-index: -1;
} */
.nav_area ul li li{
  border-bottom:1px solid #b9b9b9;
  border-left:1px solid #ddd;
}
/* a.dd-toggle{
  display: none!important;
} */

.header_bottom{
  position: relative;
  z-index: 100;
}
/*==for contact==*/
.z-index2{
	position: relative;
	z-index: 2;
}

.contact_sec{
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
}
.contact_sec .contact_bg_area{
	width: 100%;
	height: auto;
	max-height: 712px;
	overflow: hidden;
	background-color:#000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: 0;
}
.contact_sec .contact_bg_area img{
	opacity: .14;
}

.contact_sec .headline{
	margin-bottom: 60px;
}

.contact_sec .headline h2{ 
	color:#fff;
}

.contact_area{
	width: 100%;
	height: auto;
	display: flex;
	background-color:#fff;
	-webkit-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.12);
box-shadow: 0px 5px 12px 0px rgba(0,0,0,0.12);
}
.contact_area .contact_info {
    width: 50%;
    height: auto;
    background-color: #032240;
    padding: 70px 40px 40px 40px;
    text-align: left;

}

.contact_area .contact_info .contact_ico {
    width: auto;
    height: auto;
    border-radius: 50%;
    margin: 0 auto 18px auto;
    /* line-height: 109px; */
    display: inline-block;
    position: absolute;
    left: 0;
    top: 4px;
}
.contact_area .contact_info .contact_ico svg{
	width: 48px;
	height: auto;
	fill:#d5f1ff;
}
.contact_area .contact_info h4 {
    font-size: 28px;
    color: #fff;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    margin: 0px 0 44px 0;
    line-height: 1.4;
    padding-left: 70px;
    position: relative;
    padding-top: 6px;
}
.contact_area .contact_info h4 a{
	color: #fff;
	text-decoration: none;
}

.btn-green {
    width: auto;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    font-family:"Poppins", sans-serif;
    border: #285d8c 1px solid;
	padding: 14px 42px;
    font-size: 28px;
    font-weight: 600;
    text-decoration: none;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    display: inline-block;
    background:#285d8c;
    text-transform: uppercase;
}
.btn-green:focus, .btn-green:hover {
	background:red;
	   color:#fff;
	   border: #285d8c 1px solid;
	   transition-duration: 0.5s;
	   -webkit-transition-duration: 0.5s;
	   outline: 0;
   }


.contact_area .contact_form{
	width: 53%;
	height: auto;
	padding: 50px;
}
.contact_form label{
	font-size: 22px;
	color: #585858;
	margin-bottom: 12px;
	font-weight: 600;
}

.contact_form .form-control {
    display: block;
    width: 100%;
    height:65px;
    padding: 6px 12px;
    font-size: 22px;
    line-height: 1.42857143;
    color: #000;
	font-family:"Poppins", sans-serif;
    background-color:#fff;
    background-image: none;
    border: 1px solid #bcbcbc;
    border-radius: 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition-duration: 1s;
    -webkit-transition-duration: 1s;
	
	
}

.contact_form textarea.form-control {
    height: auto;
}

	
.contact_form .form-control:focus {
     border-color:#333;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(1,83,163,.075), 0 0 8px rgba(1,83,163,.6);
    box-shadow: inset 0 1px 1px rgba(1,83,163,.075), 0 0 8px rgba(1,83,163,.6);
	
	transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
	
}

.select_area, .calenadr_area{
	position: relative;
}
.page.page-id-80 .connect_sec{display:none;}
.page.page-id-80 .entry-title{text-align: center;}
.page.page-id-80 .inner_content {
  padding: 30px 0px 80px;
}

/* Slider CSS Start  */

.thumbnail_slider {
  max-width: 700px;
  margin: 30px auto;
  margin-top: 0px;
}

.splide__slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 400px;
  width: 580px;
  overflow: hidden;
  transition: .2s;
  border-width: 2px !important;
  margin: 10px 4px;
}

.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
  box-shadow: 2px 3px 8px #000000a3;
}

.splide__slide img {
  width: auto;
  height: auto;
  margin: auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
}
/* Slider CSS End  */

.product_short_desc{
  border:1px solid #efefef;
  padding: 15px;
  margin-top: 10px;
}
.product_short_desc h2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0b2e4b;
}
.product_short_desc h2:before {
  position: absolute;
  left: 2px;
  bottom: 0px;
  width: 100px;
  height: 4px;
  background: #0b2e4b;
  content: '';
  display: block;
}
.product_short_desc ul{
  padding-left: 0px;
}
.product_short_desc ul li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
.product_short_desc ul li::before {
  position: absolute;
  content: url(right-arrow-dark.png);
  display: block;
  left: 10px;
  top: 3px;
}
.table.table-dark > :not(caption) > * > *{
  background: #285d8c;
}
.table-dark > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #7297b4;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #1c75be;
  border-bottom: 1px solid #1c75be;
}
.nav-tabs .nav-link {
  background: #767c7e;
  color: #fff;
  margin-right: 1px;
}
ul.list{
  padding-left: 0px;
}
ul.list li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
ul.list li::before {
  position: absolute;
  content: url(right-arrow-dark.png);
  display: block;
  left: 10px;
  top: 3px;
}
.tab-pane .card-footer h3 a {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 22px;
  text-decoration: none;
}
.tab-pane .card-footer {
  background: #285d8c;
}
.product_sec .card .card-body img{width:100%;}
.tab-content .card .card-body{height: 320px;overflow: hidden;}
.tab-content .card .card-body img{width:100%;}
.product_slider_img_video_sec .thumbnail_slider .splide__track .splide__list .splide__slide{ background-size:contain!important}
.product_slider_img_video_sec .image_sec img{width:100%;}


.banner_full_width{
  padding: 50px;
  text-align: left;
  position: relative;
}
.banner_full_width_text{
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 50px;
}
/*.banner_full_width:before{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  content: ''!important;
  display: block!important;
  background: rgba(0, 0, 0, 0.5);
}*/
.banner_full_width_text h2{
  font-size: 40px;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  margin: 0px;
  
}
.banner_full_width_text h3{
  font-size: 30px;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  margin: 0px;
}
.header_border {
  width: 100%;
  display: block;
  border-bottom: 1px solid #31e3fe;
}

.benefits{
  padding: 20px 0px;
}
.benefits h3{
  margin: 0px;
}
.benefits h4{
  margin-top: 0px;
}
.benefits ul{
  padding-left: 0px;
}
.benefits ul li {
  margin-left: 17px;
}
.card-custom{
  
}
.card-custom > .vc_column-inner{
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  padding: 20px;
  text-align: center;
  min-height: 330px!important;
}
.card-custom .vc_box_rounded {
  background: #efefef;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  padding: 10px;
  margin: 0px auto;
}

.card-custom2 > .vc_column-inner{
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-title-color: ;
  --bs-card-subtitle-color: ;
  --bs-card-border-width: var(--bs-border-width);
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: var(--bs-border-radius);
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(var(--bs-border-radius) -(var(--bs-border-width)));
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: var(--bs-body-bg);
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  color: var(--bs-body-color);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  padding: 20px;
  text-align: center;
}
.card-custom2 .vc_box_rounded {
  background: #efefef;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  padding: 10px;
  margin: 0px auto;
}
.tab-content h3 {
  font-size: 26px;
  color: var(--at-blue);
  margin-bottom: 5px;
  font-weight: 600;
  margin-top: 0px;
}
.tab-content ul {
  padding-left: 15px;
}
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active {
    background: #1e75be!important;
}
.lvca-tabs.lvca-style1 .lvca-tab-nav .lvca-tab.lvca-active a {
    color: #fff!important;
}
.lvca-tabs .lvca-tab-panes .lvca-tab-pane{
	padding:10px 40px!important;
}

.page-list{margin: 0;padding: 0;}
.page-list li{list-style: none;margin: 0;padding-left: 35px;position: relative}
.page-list li:before{content: "\f101";font-family: "Font Awesome 5 Free";font-weight: 900;position: absolute;left: 8px;top: 0px;color: #1e75bd;}
.page-list li a{color: #000;text-decoration: none;}
.page-list li a:hover, .page-list li a:active, .page-list li a:visited{color: #000;}
.pdf_view_tile .card .card-footer{text-align: center}
.pdf_view_tile .card .card-footer h4{margin:0;font-size: 18px;color: #393939;text-transform: uppercase;font-weight: bold;}
.pdf_view_tile a{text-decoration:none;}
.application_content .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.recaptcha .g-recaptcha {text-align: center;}
.recaptcha .g-recaptcha > div{width: auto!important;}
#wpcf7-f7-o1 .wpcf7-spinner{position: absolute;}
#wpcf7-f261-p80-o1 .recaptcha .g-recaptcha {text-align: left;}
#wpcf7-f261-p80-o1 .recaptcha .g-recaptcha > div{width: auto;}
#wpcf7-f7-o1 .wpcf7-form.invalid .wpcf7-not-valid-tip{color: #FFF;}
.product_sec .products_carousel .owl-nav {width: 100%;position: absolute;top: 75%;-webkit-transform: translateY(-75%);-ms-transform: translateY(-75%);transform: translateY(-75%);}
.header_bottom.sticky a.dd-toggle .icon-plus{display: none;}
.header_bottom.sticky a.dd-toggle:after{display: none;}

.logo_area.desktop{
  display: block;
}
.logo_area.mobile{
  display: none;
}

/*== for blog ==*/
/* Blog Post Styling */
.blog-post {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
  box-shadow: 0 4px 10px rgba(0, 55, 102, 0.2);
  border-left: 5px solid #1e75bd; /* Accent border */
}

.blog-post:hover {
  transform: translateY(-5px);
}

.blog-post h2 a {
  color: #003766; /* Dark blue */
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
}

.blog-post h2 a:hover {
  color: #1e75bd;
}

/* Featured Image */
.blog-post img {
  width: 200px;
  border-radius: 10px;
  margin-top: 10px;
  float: left;
  margin-right: 20px;
}

/* Excerpt */
.blog-post p {
  font-size: 1rem;
  line-height: 1.6;
  color: #2b2b2b;
}

/* Read More Button */
.blog-post a {
  display: inline-block;
  margin-top: 10px;
  color: #1e75bd;
  font-weight: bold;
  text-decoration: none;
}

.blog-post a:hover {
  color: #003766;
}

/* Pagination */
/* Pagination Container */
.pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

/* Default Pagination Links */
.page-numbers {
  padding: 10px 15px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  color: #1e75bd;
  border: 1px solid #1e75bd;
  transition: 0.3s ease-in-out;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 25px;
}

/* Active Page (Current) */
.page-numbers.current {
  background-color: #1e75bd;
  color: #ffffff;
  border: 1px solid #1e75bd;
  pointer-events: none;
  display: inline-block;
  width: auto;
  vertical-align: top;
  margin-right: 10px;
  margin-bottom: 25px;
}

/* Hover Effect */
.page-numbers:hover {
  background-color: #003766; /* Darker blue */
  color: white;
  border: 1px solid #003766;
}

/* Next & Previous Buttons */
.page-numbers.next, .page-numbers.prev {
  background-color: #1e75bd;
  color: white;
  border: 1px solid #1e75bd;
  padding: 10px 20px;
}

.page-numbers.next:hover, .page-numbers.prev:hover {
  background-color: #003766;
  border: 1px solid #003766;
}


/* Blog Title */
.blog-title {
  font-size: 2.5rem;
  font-weight: bold;
  color: #003766;
  margin-bottom: 15px;
  text-align: left;
  margin-top: 20px;
}

/* Blog Meta Info */
.blog-meta {
  font-size: 0.9rem;
  color: #555;
  text-align: left;
  margin-bottom: 20px;
}

/* Featured Image */
.blog-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 20px;
}

/* Blog Content */
.blog-content {
  font-size: 1rem;
  line-height: 1.8;
  color: #2b2b2b;
}

.blog-content h2, 
.blog-content h3, 
.blog-content h4 {
  color: #003766;
  margin-top: 20px;
}

/* Navigation: Previous & Next Posts */
.blog-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  padding: 15px 0;
  border-top: 2px solid #f0f0f0;
}

.blog-navigation a {
  color: #1e75bd;
  font-weight: bold;
  text-decoration: none;
}

.blog-navigation a:hover {
  color: #003766;
}

/* Comments Section */
.blog-comments {
  margin-top: 40px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
}

.blog-comments h3 {
  color: #1e75bd;
}


/*==for specification==*/
.tab-pane h2 {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #0b2e4b;
}
.tab-pane h2:before {
  position: absolute;
  left: 2px;
  bottom: 0px;
  width: 100px;
  height: 4px;
  background: #0b2e4b;
  content: '';
  display: block;
}
.tab-pane ul li{
  position: relative;
  padding-left: 35px;
  margin-bottom: 5px;
}
.tab-pane ul li::before {
  position: absolute;
  content: url(right-arrow-dark.png);
  display: block;
  left: 10px;
  top: 3px;
}

.arrow_style {
    background: url(../images/arrow-blue.png);
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    height: 240px;
}
.arrow_style ul li:nth-child(1) {
    position: absolute;
    left: 211px;
    top: 77px;
}
.arrow_style ul li:nth-child(2) {
    position: absolute;
    left: 90px;
    top: 129px;
}
.arrow_style ul li:nth-child(3) {
    position: absolute;
    left: 43px;
    top: 167px;
}
.affection figure{
  width: 90px;
  margin: 0px auto;
}
.affection h3{
  text-align: center;
}


.ink_thumb {
    list-style-type: none !important;
    padding: 10px 0px 0px 25px !important;
}

.ink_thumb li {
    display: inline-block !important;
    vertical-align: top !important;
    background: none !important;
    padding: 0px !important;
}

.ink_thub li::before {
  display: none !important;
}
ul.ink_thumb li:before {
    display: none;
}



/* Responsive Design */
@media (max-width: 768px) {
  .container {
      padding: 20px;
  }
  .blog-title {
      font-size: 2rem;
  }
}

