body{
    font-family: 'Lato', sans-serif;
    font-size:16px;
    font-style:normal;
    font-weight:normal;
    color:#383838;
}
p{  
    font-family: 'Lato', sans-serif;
    font-size:15px;
    margin: 0px;
    line-height:25px;
    font-style:normal;
    font-weight:normal;
    color:#000;
}
h1{
    font-family: 'Lato', sans-serif;
    font-size:38px;
    margin:0px;
    color: #181a18;
    line-height:normal;
    font-weight:bold;
    font-style:normal;
}
h2{
    font-family: 'Lato', sans-serif;
    font-size: 35px;
    margin: 0px;
    font-weight:bold;
    font-style:normal;
    color:#000;
}
h3 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
    margin: 0px;
    line-height: 28px;
    font-weight: 600;
    color: #000;
}
h4{
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    margin: 0px;
    line-height: 33px;
    font-weight: normal;
    color: #000;
}
h5{
    font-family: 'Lato', sans-serif;
    font-size:20px;
    margin: 0px;
    font-weight:normal;
    font-style:normal;
    color: #000;
}
h6{
    font-family: 'Lato', sans-serif;
    font-size:18px;
    margin: 0px;
    font-weight:400;
    letter-spacing:0px;
    color:#000;
}
li{
    list-style:none;
}
a{
    text-decoration:none;
}
ul {
    padding: 0px;
    margin: 0px;
}
strong {
    font-weight: bold;
}
.container{
    width:100%;
    max-width:1240px;
    padding:0px 15px;
    margin:0px auto 0px;
}
.container:after{
    clear:both;
    display:table;
    content:"";
}
::-moz-selection {
    background: rgb(5 74 158);
    color: #fff;
}
::selection {
    background: rgb(5 74 158);
    color: #fff;
}

.top_section:before {
    content: "";
    position: absolute;
    background: #00000052;
    width: 100%;
    height: 100%;
    top: 0;
}
.top_section {
   position: relative;
    background: #ffa124 url(../images/banner_image.png);
    /* background-attachment: fixed; */
    background-position: left center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 30px 0px;
    background-size: contain;
    
}
.top_section .logo{margin-bottom:15px; }
.top_section .logo img,.top_section img{width:100%;}
.top_section .contant_part h4 {
    color: #fff;
    font-weight: 600;
}
.top_section .contant_part h2 {
    color: #fff;
    margin: 0px 0px 10px;
    font-weight: 600;
    font-size: 32px;
    text-transform: uppercase;
}
.top_section .contant_part p{
    color: #ff7300;
    margin: 0px 0px;
}
ul.top_center li {
    display: inline-block;
}
ul.top_center li {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    margin-right: 15px;
    font-size: 19px;
}
ul.top_center li i {
    margin-right: 5px;
}
ul.top_center li:last-child {
    margin: 0px;
}
.contant_part p.bottom_content {
    color: #fff;;
    margin: 10px 0px;
}
.top_section .benefits_box {
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);
	margin-bottom:50px;
}
.top_section .benefits_box h4 {
    color: #000;
	font-size:19px;
}
.benefits_box ul li {
    font-size: 15px;
    padding-top: 10px;
    color: #000;
	font-weight:600;
}
.benefits_box img {
    width: 100%;
}
.benefits_box .row {
    align-items: center;
}
.mar-top-10{margin-top:10px;}
.top_section .top_form {
     background-color: #fff;
    border-radius: 6px;
    padding: 0px;
    width: 60%;
    float: right;
    border-top: 5px solid #1e92c5;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: auto;
    border-bottom-color: #1e92c5;
    box-shadow: 0 5px 30px 0 rgb(214 215 216);
}
.top_section .top_form form{padding:30px 40px;}
.top_section .top_form .form-control:focus{color:#333;border-color:#1f91c5;outline:0;box-shadow:none}
.top_section .top_form .form-control::-webkit-input-placeholder{color:#333;opacity:1}
.top_section .top_form .form-control::-moz-placeholder{color:#333;opacity:1}
.top_section .top_form .form-control:-ms-input-placeholder{color:#333;opacity:1}
.top_section .top_form .form-control::-ms-input-placeholder{color:#333;opacity:1}
.top_section .top_form .form-control::placeholder{color:#333;opacity:1}
.top_section .top_form h5 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
    padding: 25px 0px;
    line-height: normal;
    font-style: italic;
    font-size: 35px;
    margin-top: 0px;
    background: #1e92c5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
	position:relative;
}
.top_section .top_form h5:before {
    position: absolute;
    content: "";
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #1e92c5;
    bottom: -12px;
    left: 46%;
}
.top_section .top_form p {
    text-align: center;
    font-size: 15px;
    color: #000;
    line-height: 25px;
    margin-bottom: 10px;
}
.top_section .top_form .form_group {
    padding: 0px 0px;
}
.top_section .row {
    align-items: center;
	margin-right: 0;
}


.top_form.rigth_info .form_group .form-control {
    background:#f1f1f0;
    border:1px solid #ccc;
    margin-bottom: 10px;
    height: 40px;
    box-shadow: none;
    border-radius: 5px;
    font-size: 14px;
	color:#495057;
}
.top_form.rigth_info .form-control:focus{color:#495057;border-color:#1e92c5;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.top_form.rigth_info .form-control::-webkit-input-placeholder{color:#495057;opacity:1}
.top_form.rigth_info .form-control::-moz-placeholder{color:#495057;opacity:1}
.top_form.rigth_info .form-control:-ms-input-placeholder{color:#495057;opacity:1}
.top_form.rigth_info .form-control::-ms-input-placeholder{color:#495057;opacity:1}
.top_form.rigth_info .form-control::placeholder{color:#495057;opacity:1}

.top_form .form_group .form-control {
    background: #fff;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    height: 40px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
}

.samples_sections {
    padding: 50px 0px;
	background:#fafafa;
	text-align:center;
}
.samples_sections h3 {
    font-weight: 600;
    color: #4b4b4b;
	margin-bottom:20px;
}
.samples_sections ul{
    margin: 0 -10px;
}
.samples_sections ul li {
   width: 33.33%;
    float: left;
    padding: 0px;
}
.samples_sections ul li a {
    display: block;
    border: 0px solid #000;
    box-shadow: 0 4px 20px 0 hsl(0deg 0% 60% / 20%);
    padding: 10px;
    background: #fff;
    margin: 15px;
	border-radius:6px;
	}
.samples_sections ul li img {
    height: auto;
    max-width: 100%;
}

.main_btn {
    background: #1e92c5;
    background-size: 300%,1px;
    margin: auto;
    text-align: center;
    display: block;
    outline: none !important;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
	margin-top:10px;
}
.main_btn:hover{ background: #9cc248;}

.top_section .program_stats {
    width: 100%;
    height: 100%;
    z-index: 10;
    border-radius: 4px;
    padding: 24px;
    background: #fff;
    -webkit-box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 6px 22px 0 rgb(0 0 0 / 8%);
    position: relative;
    bottom: -30px;
}
.top_section .program_stats ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.top_section .program_stats ul .program_label {
    font-weight: 600;
}

 .support_section{
    height: auto;
    background: #f2f2f2;
    padding: 25px 0px;
    text-align: center;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #ccc;
}
.support_section .icon_row{width:100%;text-align:center;}
.support_section .content_row{width:100%;text-align:center;}
.support_section a{
	background-color: #181D19;
	display: inline-block;
    line-height: 1;
	font-size: 15px;
    padding: 12px 24px;
	border-radius: 3px;
	color: #1e92c5;
    text-align: center;
	text-decoration:none;
}
.support_section a:hover{
	background-color: #007bff;
	color: #fff;
    text-decoration:none;
}
.support_section p{
	display: inline-block;
    font-size: 18px;
    padding: 10px 0px 0px 0px;
    border-radius: 3px;
    color: #1e92c5;
    text-align: center;
    text-decoration: none;
    line-height: 20px;
    font-weight: 500;
}

.footer_social{
    padding: 0px;
    margin-top: 40px;
    float: left;
    width: 100%;
}
.footer_social li {
    list-style-type: none;
    float: left;
    padding-right: 10px;
}
.footer_social li i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    border: 0px solid #fff;
    border-radius: 50px;
    padding: 0px;
    text-align: center;
    background: #fff;
    color: #1e92c5;
    line-height: 40px;
	cursor:pointer;
}
.footer_social li:hover i {
    padding: 0px;
    text-align: center;
    background: #1e92c5;
    color: #fff;
}

.customised_section {
    padding: 50px 0px 20px;
    background: #fff;
	border-bottom:0px solid #e1e1e1;
}
.common_heading h3 {
    font-weight: 600;
    color: #4b4b4b;
}
.customised_section .common_heading h3 {
    text-align: center;
}
.customised_box {
    border-radius: 4px;
    padding: 20px;
    /*background: #fff;
    -webkit-box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);
    box-shadow: 0 6px 28px 0 rgb(0 0 0 / 9%);*/
    margin-top: 20px;
    position: relative;
    border-radius: 15px;
    text-align: justify;
}
.customised_box p {
    font-size: 15px;
line-height: 24px;
margin-bottom: 15px;
}
.customised_box h5 {
    font-size: 21px;
    font-weight: 600;
    padding: 0px 0px 10px;
    font-family: 'Lato', sans-serif;
}

.customised_box .top_img {
    max-width: 120px;
    width: auto;
    height: 120px;
    object-fit: cover;
    /*background: #1e92c540 !important;*/
    padding: 5px;
    margin: auto;
    /*border-radius: 100px;*/
}
.customised_box .top_img img {
    width: 100%;
    padding: 10px;
    margin: auto;
    text-align: center;
}
.overview_section {
    background: #fff;
    padding: 30px 0px 40px;
}

.key_right_part iframe {
    width: 100%;
    height:100%;
}
.key_right_part{width:100%;height:100%;}
.key_right_part p {
    color: #fff;
}
.key_left_part p{font-size: 15px;
text-align: justify;
margin-bottom: 15px;
line-height: 28px;
}
.overview_section .common_heading p {
    font-size: 21px;
    padding: 20px 0px;
}
.key_left_part .icon_certification {
    display: inline-block;
}
.key_left_part .list_label {
    display: inline-block;
    padding-left: 10px;
    vertical-align: sub;
}
.key_left_part ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 48.7%;
    margin: 5px 10px;
    float: left;
    height: 70px;
    padding: 10px 40px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 2px solid #14523847;
}
.key_left_part ul li:nth-child(2n) {
    margin: 5px 0px;
}
.key_left_part ul li:nth-child(3) {
    clear: both;
}

.career_counselling {
    padding: 30px 0px;
}
.career_counselling .info_center .main_btn.call_to_action {
    display: none;
}
.career_counselling .info_center {
    text-align: center;
}
.career_counselling .info_center .common_heading {
    margin-bottom: 20px;
}
.career_counselling .info_center .button_link {
    display: inline-block;
    font-weight: 600;
    border: 1px solid #28b34a00;
    font-size: 20px;
    text-decoration: none;
}
.career_counselling .info_center .button_link:hover {
    border: 1px solid #054a9e;
    color: #054a9e;
    background: #ff7c5400 !important;
}
.career_counselling .info_center .button_link i {
    margin-right: 10px;
}
.header {
    height: auto;
    background: #fff;
	padding:15px 0px;
	border-bottom: 1px solid #f2f2f2;
}
.header .navbar-default {
    background: transparent;
    border-bottom: solid 1px rgba(221, 221, 221, 0);
    border-color: rgba(231, 231, 231, 0);
    position: relative;
    min-height: 42px;
	margin-bottom: 0!important;
    height: auto;
	padding:0px;
}
.header .navbar-default .navbar-brand {
    color: #777;
    height: auto!important;
    padding: 0px 0px 0px;
    float: left;
    font-size: 18px;
    line-height: 20px;
}
.navbar-brand > img {
    width: 100%;
}
.mrts {
    margin-top: 15px;
    display: block;
    float: right;
    text-align: right;
    width: 50%;
}

.get_deals{float: right; text-align:right;margin:20px 0px;
    width: 25%;}
.get_deals .button {
    display: inline-block;
    font-size: 14px;
    line-height: 50px;
    font-weight: 900;
    color: #fff;
    background: #1e92c5;
    text-transform: uppercase;
    padding: 0 30px;
    border: none;
    border-radius: 25px;
    text-align: center;
    letter-spacing: 0.1em;
    transition: all .5s ease;
    text-decoration: none;
}
.get_deals .button:hover{background:#9cc248;}

#navbar2 li {
	float: left;
    padding: 0 0 0px 35px;
    margin: 0px;
    list-style-type: none;
    font-size: 23px;
    position: relative;
    width: 100%;
    letter-spacing: 1px;
    text-align: left;
}
#navbar2 li span{position: absolute;
    left: 0;
    top:0px;
}
#navbar2 li a{color: #1e92c5;
    font-weight: 600;
    text-decoration: none;
}
#navbar2 li a:hover{color:#9cc248}
.header .row{width:100%;}
.recent_section{padding:60px 0px 60px 0px}

.welcome-heading {
    font-size: 26px;
    text-align: center;
    position: relative;
    margin: 0px;
}
.welsub-heading {
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
    margin: 0px;
    line-height: 45px;
}
.text-wel {
    font-weight: 700;
    font-size: 18px;
    position: relative;
}
.p-text {
    line-height: 30px;
    font-size: 15px;
    font-weight: 500;
}
.p-text a {
    color: #337ab7;
    text-decoration: none;
}

section .first {
    margin-left: 0;
    background: #fff;
    padding: 30px 0;
}
.whoweare {
    padding: 40px 0 20px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    clear: both;
}
.whoweare ul {
    list-style: none;
    padding: 0;
    margin: 0;
	text-align:center;
}
.whoweare li.padl-0{padding-left:0px;}
.whoweare li.padr-0{padding-right:0px;}
.whoweare li {
    width:48%;
    min-height:560px;
    /* border-right: 1px solid #c1c1c1; */
    padding: 30px;
    vertical-align: top;
    float: left;
    position: relative;
    text-align: justify;
    display: inline-block;
    box-shadow: 0 2px 5px 0 rgb(214 215 216);
    margin: 0px 15px 0px 15px;
}
.whoweare li .bodytxt{min-height: 215px;
    border-bottom: 1px solid #f1f1f1;
    margin-bottom: 20px;}
.whoweare li .callnow-button{
	margin:auto;
    border-radius: 50%;
    background-color: #25d366;
    -webkit-box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);
    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
	cursor:pointer;
}
.whoweare li .callnow-button:hover{background:darkgreen}
.whoweare li .callnow-button a{color:#fff}
.whoweare li .wrap-img {
    text-align: center;
    height: auto;
}
.whoweare li:first-child{margin-left:0px;}
/*.whoweare li:nth-child(2){margin-right:0px;}*/
.whoweare li:nth-child(3){margin-bottom:0px;margin-right:0px;}
.whoweare li:nth-child(4){margin-right:0px;margin-bottom:0px;}

  .whoweare li .wrap-img img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 
0deg );
    transition-duration: 0s;
    border-radius: 230px 230px 230px 230px;
    vertical-align: middle;
    display: inline-block;
}
.whoweare li .wrap-img img:hover {
    transform: scale(1.1);
}
.whoweare h2 {
    margin-top: 30px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
    min-height: 40px;
    letter-spacing: 0.5px;
}
.whoweare p {
    text-align: justify;
    font-size: 15px;
	margin-bottom:10px;
}
.callnow_section {
    color: #fff;
    background: #000000;
    padding: 40px 0px;
	text-align:center;
}
.callnow_section h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom:15px;
    font-family: 'Lato', sans-serif;
    font-size: 22px;
    line-height: 33px;
  }
.callnow_section a {
    background-color: #054a9e;
    display: inline-block;
    line-height: 1;
    font-size: 22px;
    padding: 17px 33px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    text-decoration: none;
	font-weight:500;
}
.callnow_section a:hover {
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
} 
.packages
{
	margin-top: 0px;
	border:1px solid #1e92c5;
	box-shadow:0 5px 30px 0 rgb(214 215 216);
	float:left;
	margin-bottom:30px;
}
.packages figure {
    position: relative;
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    transform: scale(1);
}
.packages .package_body{min-height:200px;}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.packages h2 {
    font-size: 17px;
    font-weight: 600;
    padding: 0 10px;
    min-height: 100px;
    line-height: 25px;
	float:left;width:100%;
}
.space_7px{padding-left:12px;}
.packages h2 .sec_1{float:left;width:35%;}
.packages h2 span {
    color: #1e92c5;
	padding-left:5px;
	float:left;
	width:65%;
}
.packages h3 {
    font-size: 17px;
    margin-bottom:5px;
	padding: 0 10px;
	float: left;
    width: 100%;
}
.packages h3 .sec_1{float:left;width:35%;}
.packages h3 span {
    color: #1e92c5;
	padding-left:5px;
	float:left;
	width:65%;
}

.packages h4 {
    font-size: 16px;
    margin-bottom: 10px;
	padding: 0 10px;
	line-height:normal;
	float: left;
    width: 100%;
}
.packages h4 .sec_1{float:left;width:35%;}
.packages h4 span {
    color: #1e92c5;
	padding-left:5px;
	float:left;
	width:65%
}
.itnry {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: solid 1px #1e92c5;
    border-top: solid 1px #1e92c5;
	float: left;
    width: 100%;
}
.itnry li.active {
    color: #a3a3a3;
}
.itnry li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
    display: inline-block;
    width: 19%;
    text-align: center;
    font-size: 14px;
    color: #1c9e9c;
}
.itnry li figure {
    padding: 0px;
    margin: 0px;
}
.itnry li p {
    padding: 0px;
    margin: 0px;
}
.inclusions {
    margin-top: 10px;
	float: left;
    width: 100%;
}
.inclusions h5 {
    font-size: 20px;
    font-weight: 600;
	padding: 0 10px;
	margin-bottom: 8px;
}
.pkg-incusion {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}
.pkg-incusion li {
    padding: 0 0 0 15px;
    margin: 0 0 5px 8px;
    list-style-type: none;
    display: block;
    position: relative;
    background-image: url(../images/arrow-icon.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    font-size: 15px;
}
.inclusions .read-collpse {
    position: relative;
    text-align: right;
    margin-top: 0px;
    padding-right: 15px;
    /* margin-right: 10px; */
    float: right;
}
.inclusions a {
    color: #1e92c5;
}
.inclusions .read-collpse span {
    display: block;
}
.price-tag {
    border-top: 1px solid #1e92c5;
    padding: 15px 10px;
    margin-top: 0px;
    width: 100%;
	background:#1e92c5;
	color:#fff;
	float:left;
}
.price-tag .price {
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 0px;
}

.inclusions .read-collpse[aria-expanded="false"] i {
    display: none;
}
.inclusions .read-collpse[aria-expanded="true"] i {
    display: block;
}
.inclusions .read-collpse[aria-expanded="true"] span {
    display: none;
}
.btn-buynow {
    float: left;
    margin-top:0;
	display:inline-block;
}
.btn-buynow .buynow_btn{
     background: #1e92c5;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 7px 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #fff;
    border-radius: 28px;
	cursor:pointer;
}
.btn-buynow .buynow_btn:hover{background:#99c041;border: 1px solid #99c041;}
.btn-detail {
    display: inline-block;
    float: right;
    margin-top:0px;
}
.btn-detail .btn {
    background: #1e92c5;
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 7px 10px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.5s;
    cursor: pointer;
    margin: 0px;
    border: 1px solid #fff;
    border-radius: 28px;
	cursor:pointer;
}
.btn-detail .btn:hover{background:#99c041;border: 1px solid #99c041;}


.testimonials_section {
    background: #f2f2f2;
    width: 100%;
    position: relative;
    padding: 50px 0px 50px;
}
.testimonials_section h2{
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
    margin:0px 0 20px 0;
    line-height: 45px;
}
.testimonials_section .testimonials_body{width: 100%;
    border: 0px solid #ccc;
    padding: 15px;
    margin: 0px 0;
	min-height:1px;}
.testimonials_section .testimonials_body .author {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}
.testimonials_section .owl_section{width:100%;}
.owl-nav{display:none;}
.testimonials_section .testimonials_body .contents{
    font-size: 15px;
    font-weight: 400;
    color: #000;
    padding: 10px 0px 0px;
    margin: 0px;
    line-height: 25px;
    font-style: normal;
}
 .owl-carousel .owl-item img{border-radius:50%}
.why_hire_fix_appliances_section{padding: 40px 0px;
    width: 100%;
    background: #f2f2f2;}
.why_hire_fix_appliances_section h2{
    font-weight: 700;
    font-size: 23px;
    text-transform: capitalize;
    padding-bottom: 0px;
    text-align: center;
    position: relative;
    margin: 0px;
    line-height: 45px;
	width:100%;
}
.why_hire_fix_appliances_section .whoweare_wrapper {
    padding: 40px 0  20px 0;
    list-style: none;
    display: inline-block;
    width: 100%;
    clear: both;
}
.whoweare_wrapper ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.whoweare_wrapper li {
    width: 23%;
    min-height:368px;
    border: 0px solid #c1c1c1;
    padding: 28px;
    vertical-align: top;
    float: left;
    position: relative;
    text-align: justify;
    display: inline-block;
    box-shadow: 0 5px 30px 0 rgb(214 215 216);
    margin: 0px 15px 0px 15px;
    border-radius: 5px;
	background:#fff;
}
.whoweare_wrapper li:first-child{margin-left:0px;}
.whoweare_wrapper li:last-child{margin-right:0px;}
.whoweare_wrapper li .wrap-img {
    text-align: center;
    height: auto;
	margin-bottom:15px;
}
.whoweare_wrapper li h3{
    font-weight: 600;
    font-size: 18px;
    text-transform: capitalize;
    padding-bottom: 10px;
    text-align: center;
    position: relative;
    margin: 0px;
    line-height: normal;
    width: 100%;
}
.whoweare_wrapper li .wrap-img img {
    filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 
0deg );
    transition-duration: 0s;
    border-radius: 230px 230px 230px 230px;
    vertical-align: middle;
    display: inline-block;
	height:auto;
}

.our_services_section{
    background: #152560 url(../images/ourservices-bg.jpg) no-repeat fixed 50% 0;
	position: relative;
    overflow: hidden;
    padding: 90px 0 90px 0;
    border-width: 1px 0 1px 0;
    border-bottom: 1px solid #e1e1e1;
}
.our_services_section h1 {
    color: #fff;
    text-transform: uppercase;
    margin: 0;
    line-height: 1em;
    font-size: 28px;
    font-weight: 700;
}
.title-separator-primary {
    height: 1px;
    position: relative;
    margin-top: 15px;
    background: #ebebeb;
}
.title-separator-primary::after {
    content: "";
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    height: 3px;
    position: absolute;
    z-index: 1;
    background: #3797dd;
}
.col-xs-12 {
    width: 100%;
	float: left;
	position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.blog-grid1-container {
    padding: 90px 0 0;
}
.blog-grid1-left-col {
    padding-right: 0;
    padding-left: 0;
	float:left;
}
article.blog-grid1-item {
    height: 192px;
    display: table;
    overflow: hidden;
}
.blog-grid1-item figure {
    display: table-cell;
}
figure, .grid-offer-photo {
    overflow: hidden;
}
article.blog-grid1-item img {
    width: 192px;
}
.blog-grid1-post-content {
    width: 292px;
    padding: 13px 15px;
    height: 100%;
    position: relative;
    display: table-cell;
    vertical-align: top;
    background: #fff;
}
.blog-grid1-title h4 {
    font-size: 13px;
    line-height: 1.33em;
    text-transform: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.blog-grid1-separator {
    height: 1px;
    position: relative;
    margin-top: 10px;
    margin-bottom: 23px;
    background: #ebebeb;
}
.blog-grid1-separator::after {
    content: "";
    top: -1px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 45px;
    height: 3px;
    position: absolute;
    z-index: 1;
    background: #3797dd;
}
.blog-grid1-post-content p {
    display: block;
    height: 75px;
    overflow: hidden;
    font-size: 12px;
    text-align: center;
	line-height:normal;
}
.blog-grid1-button, .blog-grid1-button-right {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    text-transform: uppercase;
    position: absolute;

    overflow: hidden;
    text-decoration: none;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 100;
    background: #fff;
    font-size: 12px;
}
.blog-grid1-button {
    bottom: 15px;
    left: -15px;
}
.blog-grid1-button span, .blog-grid1-button-right span {
    position: relative;
    z-index: 101;
}
.blog-grid1-right-col {
    padding-right: 0;
    padding-left: 0;
	float:left;
}
.blog-grid1-button-right {
    bottom: 15px;
    right: -15px;
}
.blog-grid1-post-content a.blog-grid1-title {
    color: #337ab7;
    text-decoration: none;
}
.blog-grid1-post-content a.blog-grid1-title:hover{color:#1c598e;}
.blog-grid1-post-content a.blog-grid1-title h4{font-weight:600;color:inherit}
.blog-grid1-post-content a.blog-grid1-title:hover h4{font-weight:600;color:inherit}

.download_section {
    color: #fff;
    background: #1e92c5;
    padding: 50px 0px;
}
.download_section .download_content {
    max-width: 60%;
    width: 60%;
}
.download_section .outer_download {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.download_section .outer_download .download_btn {
    width:40%;
    text-align: right;
    margin-left: 20px;
}
.download_content h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
}
.download_content p {
    color: #fff;
}
.download_btn .download_button {
    border: none;
    padding: 15px 25px;
    border-radius: 4px;
    outline: none;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 15px;
    background: #054a9e;
}
.download_btn .download_button svg.icon {
    fill: #ffffff;
    margin-right: 10px;
}

.trainers_section {
    padding: 50px 0px;
}
.trainers_card {
    width: 18.3%;
    min-height: 530px;
    border-radius: 10px;
    margin: 30px 20px 0px 0px;
    float: left;
    padding: 0px 0px 20px;
    text-align: center;
    box-shadow: 0 5px 30px 0 rgb(214 215 216);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}
.trainers_card::-webkit-scrollbar {
    background: transparent;
    width: 5px;
    height: 5px;
}
.trainers_card::-webkit-scrollbar-thumb {
    background-color: #3c3f58;
}
.trainers_card::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.3);
}
.trainers_card .top_img::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../images/brush.svg);
    background-size: cover;
    background-repeat: no-repeat;
}
.trainers_card .top_img {
    position: relative;
}
.trainers_card:last-child {
    margin-right: 0px;
}
.trainers_card:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%) !important;
    box-shadow: 0 1rem 3rem rgb(31 45 61 / 13%)
}
.trainers_card h5 {
    font-weight: 600;
    font-size: 17px;
    padding: 0px 10px;
    margin: 15px 0px;
}
.trainers_card h6 {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1e92c5;
    padding: 0px 10px;
}
.trainers_card p {
    padding: 0px 7px;
}
.trainers_section .common_heading, .footer_area .common_heading, .support_team .common_heading {
    text-align: center;
    max-width: 790px;
    margin: auto;
}
.footer_area .common_heading {
    padding-bottom: 20px;
}
.trainers_section .common_heading h3, .footer_area .common_heading h3, .support_team .common_heading h3 {
    margin-bottom: 10px;
}


.faq_section {
    padding: 50px 0px;
}
.faq_section .common_heading {
    text-align: center;
	margin-bottom: 45px;
	width:100%
}
.faq_section .common_heading h3{font-size:23px;}

.destination_body {
    margin: 0px 0 30px 0;
    border: 1px solid #ccc;
	box-shadow:0 5px 10px 0 rgb(214 215 216);
	min-height: 505px;
}
.destination_body img{width:100%;}
.destination_body h4 {
    color: #337ab7;
    letter-spacing: 1px;
    font-size: 19px;
    font-weight: bolder;
    margin-top: 13px;
    padding: 0 15px 10px 15px;
    line-height: normal;
	text-align:center;
}
.destination_body p {
    padding: 0 15px 10px 15px;
	    font-family: 'Lato', sans-serif;
    font-size: 15px;
    margin: 0px;
    line-height: 25px;
    font-style: normal;
    font-weight: normal;
    color: #000;
}
.destination_body p b{
    font-weight: bold;
    color: #0e0d0d;
}



.faq_section .faq_info {
    max-width: 950px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 30px 0 rgb(214 215 216);
    box-shadow: 0 5px 30px 0 rgb(214 215 216);
    padding: 10px 20px 20px;
    margin: 20px auto;
}
.footer_bg_section .left_info img {
    width: 100%;
    max-width: 260px;
}
.footer_bg_section .left_info .mrts {
    margin-top: 15px;
    display: block;
    float: left;
    text-align: left;
	width:100%;
}
.footer_bg_section .left_info li {
	float: left;
    padding: 0 0 0px 75px;
    margin: 0px;
    list-style-type: none;
    font-size: 23px;
    position: relative;
    width: 75%;
    letter-spacing: 1px;
}
.footer_bg_section .left_info li span{position: absolute;
    left: 0;
    top: 2px;
	padding: 0px 0px 0px;
}
.footer_bg_section .left_info li a{color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.footer_bg_section .left_info li a:hover{color:#1e92c5}
.faq_section .faq_info .panel.panel-default:nth-child(2n) {
    margin-right: 0px;
}
.faq_info h4.panel-title {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    border-bottom: 1px solid #201a3166;
    padding: 10px;
}
.faq_info h4.panel-title a.collapsed {
    text-decoration: none;
    color: #000;
    display: block;
    transition: .5s ease;
}
.faq_info h4.panel-title a {
    color: #145238;
    display: block;
    text-decoration: none;
}
.faq_info h4.panel-title:hover a {
    color: #1e92c5;
}
.faq_info .panel-body {
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    padding: 15px;
}
.faq_info .panel-body ul li {
    position: relative;
    padding-left: 13px;
    font-weight: 600;
}
.faq_info .panel-body ul li:before {
    content: "";
    background: #1e92c5;
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 100px;
}
.faq_info h4.panel-title a.collapsed i {
    float: right;
    font-weight: 600;
    line-height: normal;
    transform: revert;
    margin-top: 5px;
    color: #1e92c5;
}
.faq_info h4.panel-title a i {
    color: #000;
     float: right;
     transform: rotate(180deg);
     line-height: normal;
    margin-top: 5px;
    font-weight: 600;
}

.fixed-button {
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);
    -moz-box-shadow: 0 3px 23px 0 rgba(12, 0, 46, 0.15);
    box-shadow: 0 3px 23px 0 rgb(12 0 46 / 15%);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    position: fixed;
    bottom: 20px;
    z-index: 999999;
    -webkit-animation: button-updown 1s infinite alternate;
    -moz-animation: button-updown 1s infinite alternate;
    animation: button-updown 1s infinite alternate;
}
.whatsapp-button {
    right: 20px;
    background: #f36;
    background: #25d366;
}
.whatsapp-button a {
    color: #fff;
}
.callno-button {
    left: 20px;
    background: #f36;
    background: #25d366;
}
.callno-button a {
    color: #fff;
}
@-webkit-keyframes button-updown {
    0% {
        -webkit-transform: translateY(0px);
    }
    100% {
        -webkit-transform: translateY(-15px);
    }
}
@-moz-keyframes button-updown {
    0% {
        -moz-transform: translateY(0px);
    }
    100% {
        -moz-transform: translateY(-15px);
    }
}
@keyframes button-updown {
    0% {
        transform: translateY(0px);
    }
    100% {
        transform: translateY(-15px);
    }
}

.footer_area .common_heading h3, .footer_area .common_heading p, .footer_bg_section .left_info h1 {
    color: #fff;
}

.footer_bg_section {
    background: #181c22;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px 50px;
}
.footer_bg_section .svg-shape svg.light {
    fill: #fff;
    padding-bottom: 30px;
}
.footer_bg_section .left_info {
    text-align: left;
}
.footer_bg_section .left_info.pad-left-40{padding-left:40px;margin-bottom:25px;}
.footer_bg_section .left_info span {
    display: block;
    font-size: 20px;
    font-weight: 600;
    color: #ccc;
    padding: 0px 0px 0px;
	margin-bottom:15px;
	
}
.footer_bg_section .left_info h5 {
    font-weight: 500;
    color: #fff;
    padding: 0px 0px;
    font-size: 16px;
    line-height: 27px;
}
.footer_bg_section .left_info strong {
    font-size: 20px;
    color: #ccc;
}
.footer_bg_section .left_info h2 {
    letter-spacing: 3px;
    color: #1e92c5;
    padding: 5px 0px;
}
.footer_bg_section .left_info h2 a {
    color: #1e92c5;
    transition: .3s ease;
    text-decoration: none;
}
.trainers_card img {
    width: 100%;
}
.footer_bg_section .left_info h2 a:hover {
    color: #f7f7f9;
    text-decoration: none;
}
.top_form.rigth_info {
    border-radius: 5px;
    background: #1e92c5;
    padding: 20px 40px;
    max-width: 480px;
    margin: auto;
}
.top_form.rigth_info .form_group .submit_btn.main_btn {
    background: #054a9e;
}
.top_form.rigth_info h5 {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding: 0px 0px 10px;
}
.download_modal_form .modal-dialog .modal-content {
    border-radius: 0px;
    border: none;
}
.download_modal_form .modal-body .row {
    align-items: center;
    padding: 0px 20px 40px;
}
.right_form_info h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 20px;
}

.back_phone_field {
    display: none;
}
.enter_email.active, .back_phone_field.active {
    display: block !important;
}
.select_country_main.active, .back_email_field.active {
    display: block !important;
}
.enter_email .back_icon i {
    font-size: 22px;
    margin-bottom: 15px;
    cursor: pointer;
}
.download_modal_form button.close {
    border: none;
    outline: none;
    font-size: 45px;
    font-weight: 400;
    color: #fa5254;
    padding: 10px 15px;
}
.left_img_info img {
    width: 100%;
}

.download_modal_form  .right_form_info {
    padding-right: 50px;
}
.login_field {
    padding: 0px 0px 20px;
}
.enter_email input {
    font-size: 24px;
    border: none;
    outline: none;
}
.enter_email {
    display: none;
}
.select_country_main input{
    border: none;
    background: none !important;
    outline: none;
    font-weight: 700;
    letter-spacing: 2px;
}
.select_country_main ul.country-list {
    top: 37px;
    width: 451px;
    overflow-x: hidden;
}
.select_country_main .selected-flag {
    background: none !important;
}
.select_country_main .selected-flag .selected-dial-code {
    font-weight: 700;
}
.continue_btn_main .continue_btn {
    text-transform: uppercase;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    background: #2900b4;
    border: none;
    outline: none;
    transition: background .8s;
    margin-bottom: 10px;
    font-family: inherit;
    cursor: pointer;
    color: #fff;
    font-weight: 600;
}
.back_email_field, .back_phone_field {
    text-align: center;
    width: 100%;
    font-weight: 600;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #7c8698;
    cursor: pointer;
    opacity: .8;
    font-size: 15px;
}
.code_bottom {
    margin-top: 30px;
}
.code_bottom .switch{
    float: right;
}

.copywrite_section {
    background: #111317;
    padding: 15px 0;
	width:100%;
}
.copywrite_section p {
    margin: 0;
    padding: 0px;
    color: #fff;
	font-size:16px;
}

.switch {
  position: relative;
  display: inline-block;
}
.switch-label {
  display: block;
  width: 48px;
  height: 16px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}
.switch-label::before,
.switch-label::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.switch-label::after {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.switch-input {
  display: none;
}
.switch-input:checked + .switch-label::before {
  background-color: #28b34a;
}
.switch-input:checked + .switch-label::after {
  left: 24px;
}

.switch-input-handbook {
  display: none;
}
.switch-input-handbook:checked + .switch-label-handbook::before {
  background-color: #28b34a;
}
.switch-input-handbook:checked + .switch-label-handbook::after {
  left: 24px;
}
.switch-label-handbook {
  display: block;
  width: 48px;
  height: 16px;
  text-indent: -150%;
  clip: rect(0 0 0 0);
  color: transparent;
  user-select: none;
}
.switch-label-handbook::before,
.switch-label-handbook::after {
  content: "";
  display: block;
  position: absolute;
  cursor: pointer;
}
.switch-label-handbook::before {
  width: 100%;
  height: 100%;
  background-color: #dedede;
  border-radius: 9999em;
  -webkit-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
}
.switch-label-handbook::after {
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.45);
  -webkit-transition: left 0.25s ease;
  transition: left 0.25s ease;
}

.careers_transformed {
    background: #000;
    width: 100%;
    position: relative;
    padding: 70px 0px 70px;
}
.shape-left-bottom {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100% !important;
    width: 100%;
}
.shape-left-bottom img {
    height: 100%;
    max-width: 100%;
    min-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.salary {
    background: #054a9e;
    color: #fff;
    padding: 7px;
    border-radius: 100px;
    text-align: center;
    max-width: 110px;
    margin: auto;
}
.salary_section{
    color: #fff;
    text-align: center;
}
.customised_section.about_sec{background:#f2f2f2;padding-top:0px;padding-bottom:0px;}
.customised_section.about_sec img{width:100%;}
.mar-l-r-0{margin-left:0px;margin-right:0px;}
.pad-l-r-0{padding-left:0px;padding-right:0px;}
.pad-40{padding:60px 50px}
.owl_mine_section h1{
   color: #fff !important;
    font-size: 23px;
    font-weight: 500;
    padding-bottom: 20px;
    text-align: center;
    margin-bottom: 30px;
}
.owl-dots{text-align:center;display:none}
.owl_mine_section .images_owl{
    width:100%  !important;
    border-radius: 100px;
}
.owl_mine_section .span_section {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.owl_section .item .row {
    align-items: center;
}
.owl_mine_section .bengaluru {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.owl_mine_section .span_section_two{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding-left: 10px;
}
.owl_mine_section .owl_section_p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    padding: 20px 0px 0px;
}
.owl_mine_section .intern{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.owl_mine_section .owl_arrow {
    width: 100% !important;
    margin: auto;
    margin: 7px;
}
.owl_mine_section .owl_careers {
    width: 50%  !important;
}
.owl_mine_section .owl-nav {
    display: none;
}

.owl_mine_section button.owl-dot {
    background: #fff !important;
    width: 12px;
    height: 12px;
    border-radius: 100px;
    margin: 20px 12px 0px 0px;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.owl_mine_section button.owl-dot.active{
    background-color: #145238 !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}
.animated {
    -webkit-animation-duration: 0 ms !important;
    animation-duration: 0 ms !important;
    -webkit-animation-fill-mode: both !important;
    animation-fill-mode: both !important;
}
  
.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
}
.owl_mine_section_item {
    margin: 30px 0px 110px;
}
.owl_mine_section_div p {
    color: #fff;
    text-align: right;
    font-size: 18px;
}
.owl_mine_section_div .download_mine_section {
    text-align: right;
}
.owl_mine_section_div .btn.button_section {
    background: #054a9e;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    box-shadow: none;
    margin-top: 10px;
}
.owl_mine_section_div .owl_section_item {
    background-color: #fff !important;
    border-radius: 5px;
    padding: 20px 15px;
    margin-bottom: 20px;
}
.owl_mine_section_div .owl_section_item .row {
    align-items: center;
}
.owl_mine_section_div .owl_section_item span{
    font-size: 30px;
    color: #1e92c5 !important;
}
.owl_mine_section_div .owl_section_item .average_salary{
    color: #000;
    font-size: 14px;
    text-align: left !important;
}

.support_team{
    padding: 40px 0px;
}
.support_team .common_heading h3{
    text-align: center;
}
.support_team .common_heading p{
    text-align: center;
}
.support_team .support_team_section h5 {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0px;
    text-align: left;
}
.support_team .support_team_section {
    margin: 30px 0px 0px 0px;
    padding: 24px;
    background: #ffffff26;
    height: 210px;
    overflow: auto;
    box-shadow: 0 5px 30px 0 rgb(214 215 216);
    border-left: 4px solid #1e92c5;
}
details summary {
    display: block;
    cursor: pointer;
    color: #1e92c5;
}
details #close {
    display: none;
    font-size: 14px;
    font-weight: 600;
}
span#open {
    font-size: 14px;
    font-weight: 600;
}
details[open] {
    display: block;
    padding-bottom: 25px;
    animation: open .2s linear;
}
details[open] #open {
    display: none;
}
details[open] #close {
    display: block;
}
details[open] summary {
    position: absolute;
    bottom: -20px;
    left: 50%;
    padding-bottom: 40px;
    transform: translateX(-50%);
}
.thanku_section .thanku_outer {
    text-align: center;
    padding: 30px 0px;
}
.thanku_outer h2 {
    font-weight: 600;
    margin-bottom: 10px;
}
.thanku_outer p {
    font-size: 19px;
    font-weight: 600;
    margin-top: 10px;
}
.thanku_outer .img_sec img {
    margin: 20px 0px;
    /*max-width: 600px;*/
}
.download_brochure_btn .main_btn {
    outline: none;
}

.back_home_btn .main_btn {
    width: auto;
    display: inline-block;
    margin-top: 25px;
    color: #fff !important;
    text-decoration: none;
}
.careers_transformed .owl-carousel .owl-item .top_img img {
    display: block;
    width: 90px;
    height: 90px;
    object-fit: cover;
    border-radius: 100px;
}
.book_consultation_form h2, .download_modal_form h2.modal-title {
    font-size: 19px;
    color: #0f1613;
    font-weight: 600;
}
.book_consultation_form .form_group, .download_modal_form .form_group {
    margin-bottom: 15px;
}
.book_consultation_form button.close {
    border: none;
    outline: none;
    font-size: 45px;
    font-weight: 400;
    color: #fa5254;
    padding: 10px 15px;
}
.form_group .form-control {
    box-shadow: none;
}



.recent_slider {
  position: relative;
}
.recent_slider .slider .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.recent_slider .slider .slick-dots li {
  margin-right: 5px;
  padding: 5px;
  cursor: pointer;
}
.recent_slider .slider .slick-dots li:last-child {
  margin: 0;
}
.recent_slider .slider .slides {
  display: flex;
}
.recent_slider .slider .slides img {
  margin: 0 auto;
  width: 100%;
  max-width: 200px;
  align-items: center;
}
.recent_slider .slider .arrow {
    position: absolute;
    top: 40%;
    height: 30px;
    width: 30px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 0px;
    line-height: 37px;
    background: #054a9e;
}
.recent_section .common_heading {
    text-align: center;
    margin: 10px 0px 15px;
}
.recent_slider .slick-track {
    display: flex;
    align-items: center;
}
.recent_slider .slider .arrow i {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}
.recent_slider .slick-initialized .slick-slide {
    padding: 0px 30px;
}
.recent_slider .slider .arrow.prev {
  left: 0px;
}
.recent_slider .slider .arrow.next {
  right: 0px;
}


