@charset "UTF-8";
/*
Theme Name: JS Construction
Author: the WordPress team
Description: Our 2019 default theme is designed to show off the power of the block editor. It features custom styles for all the default blocks, and is built so that what you see in the editor looks like what you'll see on your website. Twenty Nineteen is designed to be adaptable to a wide range of websites, whether you’re running a photo blog, launching a new business, or supporting a non-profit. Featuring ample whitespace and modern sans-serif headlines paired with classic serif body text, it's built to be beautiful on all screen sizes.
Requires at least: 4.9.6
Requires PHP: 5.2.4
Version: 1.8
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentynineteen
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready, block-patterns

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Twenty Nineteen is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/

Bundled block pattern images:
Abstract Background by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-background-0SRRVNMKBX
Abstract Waves by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-waves-0KREGLTZQ3
Abstract Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/abstract-bokeh-P4KVZBMQ6L
Colorful Bokeh by HD Wallpapers, CC0. https://stocksnap.io/photo/colorful-bokeh-VN4G84GL8H
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# Normalize
# Typography
	## Headings
	## Copy
# Elements
	## Lists
	## Tables
# Forms
	## Buttons
	## Fields
# Navigation
	## Links
	## Menus
	## Next & Previous
# Accessibility
# Alignments
# Clearings
# Layout
# Widgets
# Content
	## Archives
	## Posts and pages
	## Comments
# Blocks
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the Classic and block
 * editors. The following font-face override fixes the issue by manually inserting
 * a custom font that includes just a Hoefler Text space replacement for that
 * character instead.
 */
body{
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 1px;
  color: #5f5f62;
  font-family: 'Poppins', sans-serif;
  -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}

img{
  max-width: 100%;
  height: auto;
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus{
  box-shadow: none;
}
a{
  color: #1c50fc;
  text-decoration: none;
}
a:hover{
  color: #ec1524;
  text-decoration: none;
}
a:focus{
  outline: none;
}
h1, h2, h3, h4, h5, h6{
  padding: 0;
  margin: 0 0 25px 0;
  color: #000000;
  font-weight: 600;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child{
  margin-bottom: 0;
}
h1{
    font-size: 67px;
    line-height: 1.3;
    font-weight: 700; 
}
h2{
    font-size: 45px;
    line-height: 1.3;
    font-weight: 700;
}
h3{
    font-size: 40px;
    line-height: 1.3;
}
h4{
      font-size: 32px;
    line-height: 1.3;
}
h5{
    font-size: 22px;
    line-height: 1.3;
}
h6{
      font-size: 16px;
    line-height: 1.3;
     margin-bottom: 10px;
}
p{
  margin: 0 0 30px 0;
}
p:last-child{
  margin-bottom: 0;
}
ol{
  padding-left: 20px;

}
ol li{
  margin-bottom: 5px;
}

ul{
  padding: 0;
  margin: 0;
}
ul li{
  padding: 0;
  padding-left: 20px;
  position: relative;
      list-style: none;
          margin-bottom: 5px;

}

ul li:before{
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 100%;
    background: #244cfc;
    position: absolute;
    top: 8px;
    left: 0;

}
a{transition: 0.3s all ease-in-out 0s;-webkit-transition: 0.3s all ease-in-out 0s;-moz-transition: 0.3s all ease-in-out 0s;}
.dropdown-toggle:focus{
  outline: none;
}
mark{
  color: #4dbdf4;
  font-weight: 700;
  background: transparent;
  padding: 0;
}
input[type="text"],
input[type="tel"],
input[type="password"],
input[type="email"],
input[type="search"],
input[type="color"],
input[type="website"],
select,
textarea{
  background-color:#fff;
  width: 100%;
   -webkit-appearance:none;appearance:none;
  -webkit-border-radius: 0; 
  border-radius: 0; 
  color: #000; 
  border: 1px solid #b8b8b8; 
  height: 55px;
  padding: 8px 16px;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
textarea{
  height: 100px;
}
select{
  background: url(./images/sort-down.svg) no-repeat calc(100% - 16px) center #fff;
  background-size: 18px; 
  padding-right: 40px ; outline: none ; -webkit-appearance: none; 
  -moz-appearance: none; -ms-appearance: none; -o-appearance: none; 
  appearance: none; 
} 
select[multiple]{
  background: transparent;
      min-height: 85px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #4e4e4e;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #4e4e4e;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #4e4e4e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #4e4e4e;
}

button:focus,input:focus{
  outline: none;
  box-shadow: inherit;
}
button[type="submit"],button[type="button"], input[type="button"], input[type="submit"]{
  background:#2949fc; 
  color: #fff;
   border:none;-webkit-appearance:none;
   appearance:none;-webkit-border-radius: 33px; 
   border-radius: 33px;
   text-transform: uppercase; cursor: pointer;
   font-weight: 700;
   text-transform: uppercase;
   padding: 13px 25px;
   min-width: 150px;
   text-align: center;
}
button[type="submit"]:hover,
button[type="button"]:hover, 
input[type="button"]:hover, 
input[type="submit"]:hover {
   background:#ea1227;
    outline: none;
    text-decoration: none;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

/* images alignment for wordpress content pages */
.alignright { float: right;  margin: 0 0 20px 20px;}
.alignleft { float: left;margin: 0 20px 20px 0; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; margin-bottom: 20px;  float: none;}



/* custom checkbox */
.form_input_check{position: relative; margin: 0; padding-left: 34px;}
.form_input_check span{
  margin: 0;
  padding: 0;
}
.form_input_check input[type="checkbox"]{visibility: hidden; display: none;}
.form_input_check input[type="checkbox"] + span::before{
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e7e8;
    background: #fff;
    border-radius: 4px;
}
.form_input_check input[type="checkbox"] + span::after{
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../images/checked.svg) no-repeat center center;
  background-size: 11px;
}
.form_input_check input[type="checkbox"]:not(:checked)  + span::after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* .form_input_check input[type="checkbox"]:checked + span::before {
  
} */
.form_input_check input[type="checkbox"]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
 
}


/* custom radio */
.form_input_radio{position: relative; margin: 0; padding-left: 36px;}
.form_input_radio span{
  margin: 0;
  padding: 0;
  font-size: 16px;
}
.form_input_radio input[type="radio"]{visibility: hidden; display: none;}
.form_input_radio input[type="radio"] + span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1px;
  width: 20px;
  height: 20px;
  border: 2px solid #e6e7e8;
  border-radius: 100%;
  background: #fff;
}
.form_input_radio input[type="radio"]:checked + span:before{
  border-color: #e8047d;
} 
.form_input_radio input[type="radio"] + span::after{
  content: '';
  width: 10px;
  height: 10px;
  background: #e8047d;
  position: absolute;
  top: 6px;
  left: 5px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form_input_radio input[type="radio"]:not(:checked)  + span::after{
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
/* .form_input_radio input[type="radio"]:checked + span::before {
  
} */
.form_input_radio input[type="radio"]:checked + span:after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
 
}
/* custom radio end */


/* navbar*/
.navbar-brand{
  padding: 0;
  margin: 0;
}

.navbar{
background: none; margin: 0; padding: 0; 
min-height: inherit; height: inherit;
border:none; -webkit-border-radius: 0; -moz-border-radius: 0;
-ms-border-radius: 0;-o-border-radius: 0;border-radius: 0;
}
.navbar-nav li{
  position: relative;
  list-style: none;
}
.navbar-nav > li{ position: relative;padding: 0;margin-left: 50px;margin-bottom: 0;}
.navbar-nav > li:before{display: none;}
.navbar-nav > li:first-child{margin-left: 0;}
.navbar-nav > li > a{color: #333237;font-size: 17px;line-height: 1.2;position: relative;font-weight: 600;}

.navbar-nav > li > a:after{
  position: absolute;
  content: "";
  background: #214df6;
  height: 2px;
  width: 0;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  opacity: 0;
}

.navbar-nav > li > a:hover:after,.navbar-nav > li.current-menu-item > a:after{
  opacity: 1;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}

.navbar-nav > li.current-menu-item > a, 
.navbar-nav > li > a:hover, 
.navbar-nav > li.menu-item-has-children:hover > a{color:#214df6;}

/* navbar submenu*/
.sub-menu{background: #fff;position: absolute;top: 100%;left: 0;z-index: 1000;
  display: none;border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 0; -moz-border-radius: 0;
  -ms-border-radius: 0; -o-border-radius: 0;border-radius: 0; width: 160px; padding: 3px;}
.sub-menu > li > a{color: #425964; display: block; width: 100%; padding: 5px 10px;font-size: 15px;line-height: 1.3;}
.sub-menu > li{width: 100%; display: block;padding-left: 0;margin-bottom: 0;}
.sub-menu > li:before{display: none;}
.sub-menu > li > a:hover, 
.sub-menu > li.menu-item-has-children:hover > a{background:#214df6;  color: #fff;}

.navbar-nav > li:last-child > .sub-menu{ right: 0; left: inherit;padding:0; }

/* 2nd level submenu */
.navbar-nav > li > .sub-menu .sub-menu{
 position: absolute;
 left: 100%;
 top: 0;
}

button:focus,input:focus,textarea:focus{outline: none;box-shadow: inherit;}

/*back to top open*/
#return-to-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: url(./images/up-arrow.png) center no-repeat #588752;
    background-size: 25px;
    width: 52px;
    height: 52px;
    display: block;
    text-decoration: none;
    z-index: 999;  
    border-radius: 0;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background:url(./images/up-arrow.png) center no-repeat #000;
    background-size: 25px;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/*back to top end*/

.cmn_gap{
  padding: 80px 0;
}


.topheader{
    background: #244cfc;
    padding: 10px 0;
    color: #fff;
    display: inline-block;
    width: 100%;
}

.call_head{
    display: table;
}
.parent_head_ssc{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  align-items: center;
}

.parent_head_ssc > *{
  padding: 0 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
.social_follow_home{
  display: flex;
  align-items: center;
  align-items: center;
  justify-content: flex-end;
}
.social_follow_home label{padding-right: 15px;margin-bottom: 0;}
.social_follow_home li{
  margin: 0;
  display: inline-block;
  margin-left: 10px;
  padding: 0;
}
.social_follow_home li:first-child{margin-left: 0;}
.social_follow_home li:before{display: none;}
.call_head li{
    font-size: 15px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    padding: 2px 0;
}
.call_head li.call_head_in{
    background: url(./images/phone-wt.svg) no-repeat 0 2px;
    background-size: 18px;
    padding-left: 32px;
}

.call_head li:before{display: none;}
.call_head li a{
    color: #fff;
}
.call_head li a:hover{
  color: #ec1524;
}

.social_follow_home li a{color: #fff;width: 35px;height: 35px;font-size: 20px;border-radius: 50%;border: 1px solid #fff;display: flex;justify-content: center;align-items: center;}
.social_follow_home li a:hover{
   background: #000;
   border-color: #000;
   color: #fff;
}
.siteheader{
  position: relative;
  z-index: 9999;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.siteheader.sticky .btmheader{
  padding: 7px 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
/*.siteheader.sticky .navbar-brand img{
  height: 50px;
}*/
.siteheader.sticky{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.siteheader.sticky .topheader{
  display: none;
}
.navbar-brand img{
  width: 120px;
}

.login_header{
  padding-left: 25px;
}
.login_header li{
  display: inline-block;
  margin: 0;
  padding: 0;
  margin-left: 10px;
}
.login_header li:before{
  display: none;
}
.login_header li:first-child{margin-left: 0;}
.vbtn1{
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border: 1px solid #214df6;
}
.vbtn1:after{
  position: absolute;
  content: "";
  background-color: #214df6;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.vbtn1:hover::after{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    bottom: -100%;
}
.vbtn1:hover{
  color: #214df6;
}




.vbtn2{
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border: 1px solid #fc0f2b;
}
.vbtn2:after{
  position: absolute;
  content: "";
  background-color: #fc0f2b;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.vbtn2:hover::after{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    bottom: -100%;
}
.vbtn2:hover{
  color: #fc0f2b;
}
.btmheader{
    padding: 17px 0;
    background: #efedfb;
}

.draw-border{
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff;
    -webkit-transition: color 0.25s 0.0833333333s;
    transition: color 0.25s 0.0833333333s;
    position: relative;
}
.border-btn{
    background: none;
    border: none;
    cursor: pointer;
    line-height: 1.5;
    padding: 16px 30px;
    letter-spacing: 1px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
}

.draw-border::before, .draw-border::after{
    border: 0 solid transparent;
    box-sizing: border-box;
    content: '';
    pointer-events: none;
    position: absolute;
    width: 0;
    height: 0;
    bottom: 0;
    right: 0;
}

.draw-border::before{
    border-bottom-width: 4px;
    border-left-width: 4px;
}

.draw-border::after{
    border-top-width: 4px;
    border-right-width: 4px;
}
.banner_part_home .swiper-slide{
  min-height: 500px;
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.banner_part figure{
  margin-bottom: 0;
  position: relative;
}
.banner_part_home .swiper-slide:after{
  position: absolute;
  content: "";
  background: linear-gradient(45deg, rgba(36, 76, 252, 0.9), rgba(196, 207, 255, 0.8));
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.banner_part figure img{
  width: 100%;
}

.banner_part_outer{
    padding: 0 70px;
    z-index: 1;
    color: #fff;
}
.banner_part_inner h1{
    color: #fff;
    font-weight: 700;
    margin-bottom: 22px;
    font-size: 67px;
}

.banner_part_inner p{
    font-size: 20px;
    font-weight: 600;
}

.draw-border:hover::before, .draw-border:hover::after{
    border-color: #000;
    -webkit-transition: border-color 0s, width 0.25s, height 0.25s;
    transition: border-color 0s, width 0.25s, height 0.25s;
    width: 100%;
    height: 100%;
}
.border-btn:hover{
  color: #000;
}
.draw-border:hover::before{
    -webkit-transition-delay: 0s, 0s, 0.25s;
    transition-delay: 0s, 0s, 0.25s;
}
.draw-border:hover::after{
    -webkit-transition-delay: 0s, 0.25s, 0s;
    transition-delay: 0s, 0.25s, 0s;
}


.banner_part_home .swipe_btn{
    height: 100px;
    width: 60px;
    padding: 5px;
    background: #00197c !important;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    margin: 0;
}
.banner_part_home .swipe_btn:after{
  color: #fff;
  font-size: 40px;
}
.banner_part_home .swipe_btn.swiper-button-next{
  right: 0;
}
.banner_part_home .swipe_btn.swiper-button-prev{
  left: 0;
}
.banner_part_home .swipe_btn:hover{
  opacity: 0.8;
}

.cmn_headin_sec h2 strong{
  color: #204eec;
}
.cmn_headin_sec h2{
  font-size: 36px;
  margin-bottom: 26px;
}
.cmn_headin_sec h2:last-child{
  margin-bottom: 0;
}
.cmn_headin_sec{
  margin-bottom: 60px;
}
.cmn_headin_sec:last-child{margin-bottom: 0;}
.vbtn_cmn{
  display: inline-block;
  text-align: center;
  padding: 12px 25px;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  border: 1px solid #214df6;
  min-width: 147px;
  text-align: center;
}
.vbtn_cmn:after{
  position: absolute;
  content: "";
  background-color: #214df6;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.vbtn_cmn:hover::after{
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    bottom: -100%;
}
.vbtn_cmn:hover{
  color: #214df6;
}
.welcome_sec_row{
  align-items: center;
}
.welcome_sec_row_left figure{margin-bottom: 0;}

.bkp_grey{
    background: #ebeaf4;
}
.cmn_headin_sec.center{
  display: table;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.industry_we_serve{
  position: relative;
  z-index: 1;
  color: #fff;
  background-attachment: fixed !important;
}
.industry_we_serve:after{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: -1;
}
.cmn_headin_sec.wt,.cmn_headin_sec.wt h1,.cmn_headin_sec.wt h2,.cmn_headin_sec.wt h3,.cmn_headin_sec.wt h4,.cmn_headin_sec.wt h5,.cmn_headin_sec.wt h6{color: #fff;}

.cmn_headin_sec h4{
  font-size: 15px;
  margin-bottom: 3px;
  text-transform: uppercase;
  color: #214df6;
}

.working_steps ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -30px;
}
.working_steps ul li{
  flex-basis: 33.33%;
  max-width: 33.33%;
  margin-bottom: 30px;
  padding: 0 15px;
  margin-bottom: 0;
}
.working_steps ul li:before{display: none;}
.working_steps_outer{
  position: relative;
  color: #fff;
  padding-left: 60px;
}

.working_steps_outer_btm h4{
  color: #fff;
  font-size: 18px;
  margin-bottom: 10px;
}
.working_steps_outer_btm p{
  font-size: 15px;
}
.working_steps_outer .number{
  background: #214df6;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

.servccs > ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.servccs > ul > li{
    flex-basis: 25%;
    max-width: 25%;
    padding: 0 15px;
    text-align: center;
    margin-bottom: 0;
}
.servccs > ul > li:before{
  display: none;
}

.servccs_outer .round{
    border-radius: 50%;
    overflow: hidden;
    width: 226px;
    height: 226px;
    margin: 0 auto;
    position: relative;
    transition: 0.6s ease-in-out;
    -webkit-transition: 0.6s ease-in-out;
}

.servccs_outer .round img{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.servccs_outer_btm{
    margin-top: 26px;
}

.servccs_outer_btm h5{
    margin-bottom: 8px;
    font-weight: 700;
}

.servccs_outer:hover .round{
    border: 6px solid #1c50fc;
    transition: 0.6s ease-in-out;
}

.gallery_inner figure{
   width: 100%;
   height: 300px;
   position: relative;
}
.gallery_inner figure img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_Pgg{
  margin-bottom: -30px;
  justify-content: center;
}
.gallery_Pgg > [class*="col-"]{
  margin-bottom: 30px;
}
.client_sec_ul > ul{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  margin-bottom: -30px;
  justify-content: center;
}
.client_sec_ul > ul > li{
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 15px;
  margin-bottom: 30px;
}
.client_sec_ul > ul > li:before{display: none;}

.client_sec_ul_inner figure{
  border: 1px solid #dedede;
  background: #fff;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.client_sec_ul_inner figure img{
  height: 80px;
  object-fit: contain;
}

.mainfooter{
    background-color: #2d2c2d;
    padding-top: 63px;
    color: #fff;
}

.tpfooter{
    padding-bottom: 35px;
}

.foot_head{
    position: relative;
    padding-bottom: 7px;
    margin-bottom: 18px;
}
.foot_head h5 span{
    font-weight: 300;
}
.foot_head h5{
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    color: #fff;
}
.foot_head::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #1c50fc;
    height: 2px;
    width: 44px;
}

.footer_address li{
    padding: 2px 0;
    padding-left: 34px;
    background-size: 22px !important;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 1.4;
    word-wrap: break-word;
    letter-spacing: 2px;
}
.footer_address li:last-child{margin-bottom: 0;}

.footer_address li:before{display: none;}

.mainfooter a{
    color: #fff;
}
.mainfooter a:hover{
    color: #1c50fc;
}
.footer_address li.mail{
    background: url(./images/email.svg) no-repeat 0 0;
}
.footer_address li.phone{
    background: url(./images/phone-call.svg) no-repeat 0 0;
}
.footer_address li.adressss{
    background: url(./images/pin.svg) no-repeat 0 5px;
}
.footer_address li.web{
    background: url(./images/internet.svg) no-repeat 0 0;
}
.footer_address li address{margin-bottom: 0;}
.tpfooter_row_col .social_follow_home{
  display: block;
}
.tpfooter_row_col .social_follow_home li a:hover{
  background: #1c50fc;
}
.footer_menu li{
  font-size: 14px;
  margin-bottom: 15px;
}
.footer_menu li:last-child{margin-bottom: 0;}
.footer_menu li:before{
  width: 6px;
  height: 6px;
  top: 7px;
}
.btmfooter_in{
    border-top: 1px solid #fff;
    text-align: center;
    padding: 25px 0;
}
.btmfooter_in small{
    font-size: 13px;
    text-transform: uppercase;
}
.contact_mail .form-group{
    margin-bottom: 0;
    position: relative;
}
.contact_mail input[type="text"], .contact_mail input[type="email"], .contact_mail input[type="url"], .contact_mail input[type="password"], .contact_mail input[type="search"], .contact_mail input[type="number"], .contact_mail input[type="tel"], .contact_mail input[type="range"], .contact_mail input[type="date"], .contact_mail input[type="month"], .contact_mail input[type="week"], .contact_mail input[type="time"], .contact_mail input[type="datetime"], .contact_mail input[type="datetime-local"], .contact_mail input[type="color"], .contact_mail textarea, .contact_mail .form-control {
    height: 47px;
    border: 1px solid #fff;
    padding: 11px 10px;
    color: #fff;
    background-color: transparent;
    font-size: 13px;
    line-height: 1;
    padding-right: 60px;
}
.contact_mail button[type="submit"], .contact_mail input[type="button"], .contact_mail input[type="submit"]{
    background: transparent;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 47px;
    padding: 0;
    width: 50px;
    min-width: inherit;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.contact_mail input::-webkit-input-placeholder{ /* Chrome/Opera/Safari */
  color: #fff;
}
.contact_mail input::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.contact_mail input:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.contact_mail input:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

.contact_mail button[type="submit"]:hover, .contact_mail input[type="button"]:hover, .contact_mail input[type="submit"]:hover{
    background-color: #1c50fc;
}

/*26.1.21*/

.innerr_page_banner{
  background-size: cover !important;
  position: relative;
  z-index: 1;
  min-height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.innerr_page_banner::after {
    position: absolute;
    content: "";
    background: rgba(33,77,246,0.9);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.innerr_page_banner_content{
  color: #fff;
  max-width: 650px;
  margin: 0 auto;
}
.innerr_page_banner_content h2{
  color: #fff;
}

.breadcrumb_parent{
    background: #f4f5f8;
    padding: 25px 0;
}
.breadcrumb_parent .breadcrumb{
  border: 0;
  margin: 0;
  padding: 0;
  background: transparent;
}
.breadcrumb_parent .breadcrumb li{
  padding: 0;
  margin: 0;
  padding-right: 21px;
  margin-right: 11px
}
.breadcrumb_parent .breadcrumb li:before{display: none;}

.breadcrumb_parent .breadcrumb li::after{
    position: absolute;
    content: ">";
    right: 0;
    top: 7px;
    width: auto;
    height: auto;
    font-size: 13px;
    line-height: 1;
}
.breadcrumb_parent .breadcrumb li:last-child:after{display: none;}

.cmn_headin_sec h2 span{
  color: #214df6;
}

.location_tablee_content_outer table{
    width: 100%;
    border-collapse: inherit;
    border-spacing: 0;
}

.location_tablee_content_outer table thead th{
    background: #214df6;
    padding: 13px 23px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

.location_tablee_content_outer table thead th:first-child{
    border-radius: 5px 0 0 0;
    border-left: 1px solid #000;
}
.location_tablee_content_outer table thead th:last-child{
    border-radius: 0 5px 0 0;
    border-right: 1px solid #000;
}
.location_tablee_content_outer table tbody td{
  padding: 13px 23px;
  font-size: 14px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
}
.location_tablee_content_outer table tbody tr:nth-child(even){
  background-color: #dddddd;
}
.location_tablee_content_outer table tbody tr td:first-child{
  border-left: 1px solid #000;
}
.location_tablee_content_outer table tbody tr:last-child td:first-child{
  border-radius: 0 0 0 5px;
}
.location_tablee_content_outer table tbody tr:last-child td:last-child{
  border-radius: 0 0 5px 0;
}

.poss_hiddenn{display: none;}

.cv_send_divv_outerrr label{
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
}

.cv_send_divv_outerrr_row{
  margin-bottom: -20px;
}

.cv_send_divv_outerrr_row > [class*="col-"]{
  margin-bottom: 20px;
}
.cv_send_divv_outerrr input[type="file"]{
  border: 1px solid #b8b8b8;
  width: 100%;
  padding: 8px 16px
}

.contact_address_in{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.contact_address_in figure{
    margin: 0;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    border: 2px solid #fc0f2b;
    flex-basis: 57px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    max-width: 57px;
}
.contact_address_in_right{
    flex-basis: calc(100% - 57px);
    max-width: calc(100% - 57px);
    padding-left: 16px;
}
.contact_address_in_right address, .contact_address_in_right a{
    margin-bottom: 0;
    font-size: 17px;
    line-height: 1.2;
}
.contact_address_in_right a{
    display: inline-block;
    word-break: break-all;
}
.contact_address_in:last-child{
    margin-bottom: 0;
}

.login_form_si_top{
    background: #fbfbfb;
    padding: 22px 27px;
}
.login_form_si_top_left h5{
    font-weight: 600;
    font-size: 20px;
}
.login_form_si_bottom{
    padding: 28px 27px;
}
.login_form_si_bottom_form-row{
    margin-bottom: -22px;
}
.login_form_si_bottom_form-row [class*="col-"]{
    margin-bottom: 22px;
}
.login_form_si_bottom_form .form-group{
    margin-bottom: 0;
}
label.important{
    position: relative;
}
label.important::before{
    position: relative;
    content: "*";
    color: #e8047d;
    float: right;
    margin-left: 3px;
}
.login_form_si{
    background: #fff;
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    overflow: hidden;
    position: relative;
    max-width: 560px;
    margin: 0 auto;
    z-index: 1;
}
.login_form_si_bottom_form input[type="submit"],
.login_form_si_bottom_form button[type="submit"],
.login_form_si_bottom_form button[type="button"],
.login_form_si_bottom_form input[type="button"]{
  width: 100%;
}

.working_steps_ouuut_slider{
  position: relative;
  padding: 0 50px;
}

.working_steps_outer_d{
  display: table;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.working_steps_outer_d_fig{
  margin-bottom: 0;
  width: 116px;
  height: 116px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.working_steps_outer_d_fig img{
  max-height: 60px;
  object-fit: contain;
}
.working_steps_outer_d_btm p{
  font-size: 22px;
  font-weight: 700;
}
.working_steps_outer_d:hover .working_steps_outer_d_fig{
  border-color: #1c50fc;
}
.working_steps_outer_d:hover{
  color: #1c50fc;
}

.tpfooter_row_col .contact_mail .login_header{
    margin: 0;
    padding: 0;
}

.contact_outer_rows .contact_head{margin-bottom: 30px;}

.login_form_holder_inn{
    box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0px 5px 22px 0px rgba(0, 0, 0, 0.12);
    padding: 40px 50px;
    max-width: 800px;
    margin: 0 auto;
}

.login_form_holder_inn .form-group:last-child{
  margin-bottom: 0;
}

.inner_login .login-error{
  color: #f00;
}


.exhibitor-menu li{list-style: none;list-style-type: none;margin: 0;padding: 0 0;padding-left: 0;border-bottom: 1px dashed #d4d4d4;}
.exhibitor-menu li:last-child{border-bottom: 0;}
.exhibitor-menu li:before{
  display: none;
}
.exhibitor-menu li a{
  padding: 10px 0;
  display: inline-block;
}
.exhibitor-menu li:first-child a{
  padding-top: 0;
}
.exhibitor-menu li:last-child a{
  padding-bottom: 0;
}

.log_out_pt .btn{
  background-color: transparent !important;
  min-width: inherit;
  border: 0 !important;
  padding: 0;
  margin: 0;
  box-shadow: inherit !important;
}
.log_out_pt .btn:after{display: none;}
.log_out_pt .btn .clint_img{
   position: relative;
   width: 50px;
   height: 50px;
   overflow: hidden;
   border-radius: 50%;
   -webkit-border-radius: 50%;
   margin-bottom: 0;
}
.log_out_pt .btn .clint_img img{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  object-fit: cover;
  object-position: center center;
}

.log_out_pt .dropdown-menu{
  left: inherit;
  right: 0;
  padding: 10px 15px;
}
.log_out_pt .dropdown-menu .clnt_name{
  margin-bottom: 5px;
}

.log_out_pt .dropdown-menu ul li{
  display: inline-block;
  width: 100%;
}

.log_out_pt .dropdown-menu ul li a{
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.exhibitor-menu{
  border: 1px solid #ccc;
  padding: 15px;
}


.error-four-page .site-main .mn_img{
  display: table;
  max-width: 750px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.error-four-page .error-404.not-found{
  text-align: center;
}
.error-four-page .error-404.not-found .page-header .page-title{
  font-size: 40px;
  margin-bottom: 30px;
}
.error-four-page .error-404.not-found .page-content p{
  font-size: 15px;
}

.error-four-page .search-form{
  max-width: 750px;
  margin: 0 auto;
  position: relative;
}
.error-four-page .search-form label{
  width: 100%;
}
.error-four-page .search-form label .screen-reader-text{
  display: none;
}
.error-four-page .search-form label input[type="text"], .error-four-page .search-form label input[type="tel"], .error-four-page .search-form label input[type="password"], .error-four-page .search-form label input[type="email"], .error-four-page .search-form label input[type="search"]{
  border-radius: 33px;
  -webkit-border-radius: 33px;
  padding-right: 170px;
}
.error-four-page .search-form button[type="submit"],.error-four-page .search-form button[type="button"], .error-four-page .search-form input[type="button"], .error-four-page .search-form input[type="submit"]{
  position: absolute;
  right: 3px;
  top: 3px;
}

.error-four-page-search header.page-header{
  text-align: center;
}

.error-four-page-search .page-content > p{
  text-align: center;
}
.map-location-me{
  line-height: 0;
}
.map-location-me iframe{
  width: 100%;
  height: 400px;
  border: 0;
}