:root {
  --primary: #101624;
  --secondary: #F05826;
  --txtcolor: #111111;
  --para: #333333;
  --gradient: linear-gradient(to right, #f4803a, #f05742);
}

@font-face {
  font-family: poppins;
  src: url(../fonts/Poppins-Regular.ttf);
}

@font-face {
  font-family: poppins_semi;
  src: url(../fonts/Poppins-SemiBold.ttf);
}

@font-face {
  font-family: poppins_thin;
  src: url(../fonts/Poppins-Thin.ttf);
}

@font-face {
  font-family: poppins_bold;
  src: url(../fonts/Poppins-Bold.ttf);
}

@font-face {
  font-family: poppins_black;
  src: url(../fonts/Poppins-Black.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
  overflow-x: hidden;
  font-family: opensans;
}

.body_y {
  overflow-y: hidden;
}

i,
em {
  font-style: normal;
}

.row {
  margin: 0 !important;
}

em {
  font-style: normal;
}

button {
  border: 0;
  outline: inherit;
  cursor: pointer;
}

label {
  font-weight: normal;
}

a,
img {
  border: 0;
  text-decoration: inherit !important;
  outline: none;
  display: inline-block;
  color: #333;
  font-family: poppins;
}

ul,
ol li,
li {
  list-style: none inside;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}

p {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  font-family: poppins;
  color: var(--para);
}

table {
  border: 0;
  border-collapse: collapse;
}

textarea,
input,
select {
  font-size: 14px;
  outline: inherit;
  font-family: opensans;
}

.pos_relative {
  position: relative;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.wrap {
  flex-wrap: wrap;
}

.coldir {
  flex-direction: column;
}

.rowdir {
  flex-direction: row;
}

.basis {
  flex-basis: auto;
}

.hcenter {
  justify-content: center;
}

.vcenter {
  align-items: center;
}

.justspacebet {
  justify-content: space-between;
}

.justspacearround {
  justify-content: space-around;
}

.justflexend {
  justify-content: flex-end;
}

.justflexstart {
  justify-content: flex-start;
}

.alignend {
  align-items: flex-end;
}

.fulwid {
  width: 100%;
}

.ful_wid {
  flex-basis: 100%;
}

.m20 {
  margin: 20px 0;
}

.mt20 {
  margin-top: 20px;
}

.divpad {
  padding: 100px 0;
}

.tcenter {
  text-align: center;
}

.wid_25 {
  flex-basis: 25%;
  padding: 0 10px;
}

.wid_20 {
  flex-basis: 20%;
  padding: 0 10px;
}

.wid_50 {
  flex-basis: 50%;
  padding: 0 10px;
}

.wid_60 {
  flex-basis: 60%;
  padding: 0 10px;
}

.wid_70 {
  flex-basis: 70%;
  padding: 0 10px;
}

.wid_80 {
  flex-basis: 80%;
  padding: 0 10px;
}

.wid_30 {
  flex-basis: 33.33%;
  padding: 0 10px;
}

.wid_40 {
  flex-basis: 40%;
  padding: 0 15px;
}

.wid_100 {
  flex-basis: 100%;
  padding: 0 10px;
}

.m_auto {
  margin: 0 auto;
}

.logo {
  width: 180px;
}

.logo img {
  width: 100%;
}

.res_menu,
.res_cls {
  display: none;
}

.menu .tittle {
  display: none;
}

.header_stick {
  position: sticky;
  top: 0;
  z-index: 9;
  transition: all 0.3s ease;
  background: #fff;
  border-bottom: 1px solid #e6e6e8;
}

.menu li a {
  color: #333;
  font-size: 16px;
  font-family: Poppins;
  padding: 30px 25px;
}

.menu {
  position: relative;
}

.menu::after {
  content: '';
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  top: 90px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.5s ease;
  transition-delay: 0.3s;
  height: 0;
}

.menu_opn::after {
  opacity: 1;
  height: auto;
}

.cls_btn {
  display: none;
}

.scrolltop i {
  display: block;
  line-height: 48px;
}
.scrolltop {
  position: fixed;
  bottom: 30px;
  right: -100px;
  display: inline-block;
  text-align: center;
  width: 50px;
  height: 50px;
  border: 2px solid #555;
  transition: all 0.5s;
  border-radius: 50px;
  margin: 0 auto;
  z-index: 9;
  /* color: #fff; */
  transition: all 0.3s ease-in-out;
  background: #fff;
}

.scrolltop_opn {
  right: 30px;
}

.menu li a:hover,
.menu li a.active {
  color:var(--secondary)
}

.top_bar {
  background: var(--lightbg);
  color: var(--secondary);
  padding: 10px 0;
}

.top_bar a {
  color: var(--secondary);
  font-family: opensans;
  font-size: 13px;
}

.top_bar i {
  text-align: center;
  margin-right: 10px;
  font-size: 12px;
  color: #999;
  font-size: 16px;
}

.top_bar li {
  padding: 0 20px;
  border-right: 1px solid #999;
}

.top_bar li:last-child {
  padding-right: 0;
  border: 0;
}

.top_bar span {
  color: #999;
  font-size: 12px;
}

.top_contact li:last-child {
  margin-right: 0;
}

.socialmedia li a {
  color: var(--secondary);
  background: #f1f1f1;
  border-radius: 3px;
  margin-left: 3px;
}

.socialmedia li {
  color: var(--light);
  font-size: 14px;
}

.socialmedia li i {
  width: 40px;
  text-align: center;
  padding: 13px 0;
}

.submenu {
  position: absolute;
  top: 100%;
  background: #fff;
  white-space: nowrap;
  z-index: 3;
  border: 1px solid #e6e6e8;
  width: 130px;
  left: 0;
  display: none;
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
}

.menu li:hover .submenu {
  display: block;
}

.menu li a i {
  transition: all 0.2s ease;
}

.menu li:hover a i {
  transform: rotate(180deg);
  transition: all 0.2s ease;
}

.submenu li a {
  padding: 10px 15px;
  font-size: 15px;
  display: block;
}

.socialmedia li a:hover {
  color: #fff;
  background: var(--secondary);
}

.min_container {
  width: 800px;
  margin: 0 auto;
}

/*============gallery_popup=======*/
.popup {
  display: none;
}

.popup {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}

.popup_inr {
  height: 100%;
}

.close_btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 26px !important;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px !important;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
  z-index: 5;
}

.popup-nav {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 0 15px;
}

.popup-nav i {
  width: 30px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  font-size: 12px;
  background: #000;
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.7);
}

.popup-nav i.fa-angle-left {
  float: left;
}

.popup-nav i.fa-angle-right {
  float: right;
}

.popup_ctn_area {
  background: #fff;
  border-radius: 5px;
  width: 40%;
  padding: 30px 0;
  overflow-y: hidden;
  margin: 0;
  padding: 0;
  border: 5px solid rgba(255, 255, 255, 0.2);
}

.popup_ctn_para p {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
}

.peo_enq_btn {
  margin: 10px 0;
}

.peo_enq_btn a {
  border: 2px solid var(--primary);
  text-transform: uppercase;
  padding: 10px 30px;
  font-size: 12px;
  margin: 0 5px;
}

.pro_enq_btn_active {
  background: var(--primary);
}

.popup_ctn_area_inr img {
  width: 100%;
}

.popup_ctn_para {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  padding-top: 15px;
}

.popup_ctn_para a {
  color: #fff;
}

/*============gallery_popup end=======*/

.error {
  padding: 10px;
  background: red;
  color: #fff;
  margin-top: 10px;
}

.whatsapp {
  position: fixed;
  right: 20px;
  bottom: 30px;
  z-index: 8;
}

.whatsapp a {
  padding: 10px;
  color: #fff;
}

.whatsapp i {
  width: 50px;
  line-height: 46px;
  text-align: center;
  border-radius: 50%;
  background: #4bec68;
  color: #fff;
  border: 2px solid #fff;
  font-size: 18px;
}

.whatsapp a:hover i {
  background: var(--primary);
  color: #fff;
}

.banner {
  padding: 80px 0;
}

.banner_ctn {
  flex-basis: 60%;
}

.banner_img {
  flex-basis: 40%;
}

.banner .item img {
  width: 100%;
}

.banner_ctn h2 {
  font-family: poppins_bold;
  font-size: 48px;
  color: var(--primary);
  line-height: 60px;
}

.banner_ctn p {
  font-size: 18px;
  color: var(--para);
  line-height: 30px;
  margin: 20px 0 30px 0;
  max-width: 85%;
}

.banner_ctn a {
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 5px;
}

.banner_ctn a:hover {
  background: var(--secondary);
}

.clients img {
  width: 100%;
}

.clients .item {
  padding: 0 20px;
}

.new_connection {
  margin-left: 30px;
}

.new_connection a {
  background: var(--primary);
  color: #fff;
  padding: 15px 30px;
  border-radius: 5px;
  font-size: 16px;
}

.new_connection a:hover, .new_connection a.active {
  background: var(--secondary);
}

.title h3 {
  font-family: poppins_bold;
  color: var(--primary);
  font-size: 45px;
  line-height: 55px;
}

.title h3 span {
  color: var(--secondary);
}

.mtitle {
  font-family: poppins_semi;
  color: var(--txtcolor);
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
}

.tcenter {
  text-align: center;
}

/* ===============================about blog========================= */
.about_txt {
  font-size: 16px;
  padding: 0 80px;
  line-height: 26px;
}

.support {
  font-family: opensans_bold;
  font-size: 20px;
}

.about_blg_list li {
  flex-basis: 33%;
  padding: 0 15px;
  margin: 30px 0 0 0;
}

.about_blg_list li img {
  width: 100%;
}

.abt_ctn {
  padding: 20px;
  width: 90%;
  margin: 0 auto;
  position: relative;
  top: -20px;
  background: #fff;
  border-bottom: 3px solid var(--primary);
  box-shadow: 2px 2px 25px rgba(0, 0, 0, 0.1);
  min-height: 190px;
}

.abt_ctn p {
  font-size: 12px;
}

.sup_ad img {
  display: block;
  margin: 0 auto;
}

/* ======================plan================== */

.plan {
  background: var(--primary);
}

.plan .title h3 {
  color: #fff;
}

.plan_card {
  flex-basis: 33.3%;
  padding: 0 25px;
  color: #fff;
  text-align: center;
}

.plan_card h4 {
  color: #fff;
  font-size: 22px;
}

.plan_card img {
  max-width: 85px;
  margin-bottom: 30px;
}

.plan_card_all {
  margin-top: 60px;
}

.plan_card p {
  font-size: 16px;
  line-height: 26px;
  color: var(--white);
}

.allplanpop {
  display: none;
}

.allplan {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
}

.allplan_inr {
  border-radius: 5px;
  overflow-y: auto;
  flex-basis: 60%;
  height: 80%;
}

.allplantable th {
  background: var(--secondary);
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  text-align: left;
}

.allplantable td {
  padding: 10px 20px;
  font-size: 16px;
}

.allplantable table {
  width: 100%;
}

.allplantable tr:nth-child(even) {
  background: #fafafa;
}

.allplantable tr:nth-child(odd) {
  background: #fff;
}

.plancls {
  position: absolute;
  right: 0;
  top: 0;
}

.plancls i {
  color: #fff;
  padding: 30px;
  cursor: pointer;
}

/* ==========================plan=================== */

.btn_style:hover {
  background: var(--secondary);
}

.about_list {
  padding: 30px 30px 30px 60px;
}

.about_list li {
  margin: 20px 0 50px 0;
}

.about_list li h4 {
  margin-bottom: 15px;
}

.about_list p {
  font-size: 16px;
  line-height: 28px;
}

.about_image img {
  width: 100%;
}

.about_blg_inr {
  margin-top: 60px;
}

.copy_all {
  padding: 20px 0;
  color: #333;
  border-top: 1px solid #e6e6e8;
}

.copy {
  font-size: 12px;
  color: #555;
}

.domain_list h4 {
  font-family: poppins_semi;
  font-size: 18px;
  color: var(--txtcolor);
  margin-bottom: 15px;
  line-height: 24px;
}

.domain_list li {
  margin-bottom: 15px;
  flex-basis: 50%;
  text-align: center;
}

.domain_list li img {
  margin-bottom: 20px;
  max-width: 50px;
}

.domain_image img {
  width: 100%;
}

.domain_hiring_inr {
  margin-top: 60px;
}

.testi_title .title h3 {
  color: #fff;
  text-align: left;
}

.testi {
    background: var(--primary);
    width: 100%;
    display: inline-block;
}

.testi .item {
  background: #fff;
}

.testi_lft {
    width: 70%;
    padding-right: 80px;
    float: left;
}

.testi_title {
    width;: 30%;
    float: left;
}

.testi_lft_ctn .testi_lft_ctn h4 b {
  color: var(--secondary);
}

.testi_lft_ctn h4 {
  font-family: poppins_semi;
}

.testi_img {
  flex-basis: 40%;
}

.testi_img img {
  width: 100%;
}

.testi_lft_ctn {
  flex-basis: 60%;
  padding: 25px;
}

.testi_lft_ctn p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 15px;
}

.testi_lft_ctn h4 {
  line-height: 28px;
}

.testi_lft_ctn h4 b {
  color: var(--secondary);
}

.keepintouch_lft .title {
  text-align: left;
  margin-bottom: 20px;
}

.enq_frm_all {
  padding: 70px;
  border-top: 1px solid #707070;
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
  position: relative;
}

.enq_frm {
  margin-bottom: 15px;
}

.enq_frm input,
.enq_frm textarea {
  border: 0;
  border-bottom: 1px solid #d1d1d1;
  font-family: poppins;
  font-size: 16px;
  padding: 15px 0;
  width: 100%;
}

.enq_frm textarea {
  height: 120px;
  resize: vertical;
}

.btn_style {
  background: var(--primary);
  color: #fff;
  font-size: 16px;
  padding: 20px 40px;
  border-radius: 5px;
  font-family: poppins;
}

.submit {
  margin-top: 60px;
}

.map {
  padding: 0;
}

.map iframe {
  width: 100%;
  min-height: 630px;
}

.footer {
  background: #f8f8f8;
}

.footer_inr {
  padding: 60px 0;
}

.foot_logo {
  max-width: 200px;
}

.foot_blog p {
  line-height: 28px;
  font-size: 18px;
  color: #333;
  margin: 20px 0 30px 0;
}

.social_media li {
  margin: 0 10px 0 0;
}

.social_media li i {
  width: 40px;
  line-height: 38px;
  border-radius: 50%;
  border: 1px solid #3c3f48;
  text-align: center;
  font-size: 20px;
}
.social_media li a i:hover{
  background: var(--primary);
  color: #fff;
}

.foot_blog .mtitle {
  font-size: 20px;
  font-family: poppins_semi;
}

.foot_blog_link li {
  font-family: poppins;
  color: #555;
  font-size: 16px;
}

.foot_blog_link li a {
  padding: 12px 0;
  color: #555555;
  font-size: 16px;
}
.foot_blog_link li a:hover{
  color: var(--secondary);
}
.foot_contact li {
  margin-bottom: 25px;
  line-height: 30px;
  display: flex;
}

.foot_contact li i {
  font-size: 26px;
  margin-right: 15px;
  flex-basis: 30px;
}
.foot_contact span{
  flex-basis: 90%;
}
.talktous {
  background: #f9f9f9;
}

.talk_frm {
  padding: 30px;
  border: 1px solid #ddd;
  background: #fff;
}

.talk_frm h3 {
  font-family: poppins_bold;
}

/*=================radio_button=============*/

.radio_container {
  display: block;
  position: relative;
  padding-left: 35px;
  /* margin-bottom: 12px; */
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: poppins;
  line-height: 27px;
}

/* Hide the browser's default radio button */
.radio_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid var(--secondary);
}

/* On mouse-over, add a grey background color */
.radio_container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.radio_container input:checked ~ .checkmark {
  background-color: var(--white);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: '';
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.radio_container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.radio_container .checkmark:after {
  top: 5px;
  left: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--secondary);
}

.radio_btn_inr {
  margin-right: 15px;
}

.talk_frm {
  width: 80%;
  margin: 0 auto;
  position: relative;
}

.talk_frm_fld {
  margin-top: 25px;
}

.talk_frm_fld_inr {
  border: 1px solid #e7e7e8;
  border-radius: 5px;
  margin-bottom: 20px;
}

.talk_frm_fld_inr input,
.talk_frm_fld_inr textarea {
  border: 0;
  height: 48px;
  width: 100%;
  font-family: poppins;
  font-size: 16px;
  padding: 0 20px;
  background: transparent;
}

.talk_frm_fld_inr textarea {
  resize: vertical;
  padding: 15px 20px;
  height: 130px;
}

.talk_frm_fld_inr_btn {
  border: 0;
}

.talk_frm_fld_inr_btn a {
  width: 100%;
  text-align: center;
}

.talk_rht_img img {
  width: 100%;
}

.trust {
  text-align: center;
  margin-top: 60px;
}
.trust_about{
  margin-top: 0 !important;
}
.talk_rht_img {
  width: 80%;
  margin: 0 auto;
}

.trust h4 {
  font-family: poppins;
  color: #333;
  font-size: 18px;
}

.trust ul li {
  flex-basis: 33%;
  padding: 15px;
}

.trust ul li img {
  width: 100%;
}

.about_page_head {
  background: url(../images/about_bg.png) no-repeat 0 0 / cover;
  padding: 80px 0;
  text-align: center;
}

.about_page_head_inr {
  max-width: 50%;
  margin: 0 auto;
}

.about_page_head h3 {
  color: #fff;
}

.about_page_head p {
  margin-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.trust_about h4 {
  margin-bottom: 30px;
}

.about_business {
  padding: 0 50px 0 0;
}

.about_business li {
  display: flex;
}

.about_business span {
  flex-basis: 20px;
  margin-top: 8px;
  margin-right: 15px;
}

.about_business span img {
  width: 100%;
}

.about_business li p {
  max-width: 90%;
}

.leader_card_all {
  border: 1px solid #e6e6e8;
  border-radius: 5px;
  padding: 40px;
  margin-top: 60px;
  min-height: 830px;
}

.leader_cardh4 {
  color: var(--secondary);
  font-size: 22px;
}

.leader_card span {
  width: 180px;
  height: 180px;
  margin-right: 30px;
}

.leader_card span img {
  width: 100%;
}

.leader_card_ctn h4 {
  font-family: poppins_bold;
  color: var(--secondary);
  font-size: 30px;
}

.leader_card p {
  font-size: 18px;
  color: #333;
  margin: 15px 0 15px 0;
}

.leader_card_social a {
  margin-right: 15px;
}

.leader_card_social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #333;
  background: #f8f8f8;
  font-size: 18px;
}
.leader_card_social a i:hover{
  background: var(--primary);
  color: #fff;
}
.leader_ctn p {
  margin: 20px 0;
  line-height: 28px;
  font-size: 16px;
  color: #444444;
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(16, 16, 16, 0.2);
}
.hide {
  display: none;
}
.owl-theme .owl-controls .owl-buttons div{
    width: 50px;
    height: 50px;
      /* border: 2px solid #fff;
      border-radius: 50%; */
    margin-top: 40px !important;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/left-arrow.png) 0 0;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 20px;
}
.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/left-arrow.png) 0 0;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 20px;
    transform: rotate(180deg);
    margin-left: 25px;
}
.owl-buttons {
    position: absolute;
    top: 60%;
    right: -210px;
}


.loader_txt p{
  font-family: poppins;
  margin-left: 15px;
  
}

.loader_txt_inr {
  height: 40px;
  background: rgba(255,0,0,0.1);
}
.loader_txt span {
  background:#ff0000 url(../images/error.png)no-repeat 9px 10px / 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
}
.valid span{
  background:#ffab00 url(../images/error.png)no-repeat 9px 10px / 20px;
}
.sux span{
  background:#3aac36 url(../images/sux.png)no-repeat 9px 10px / 20px;
}
.sux .loader_txt_inr {
  height: 40px;
  background: rgba(58,172,54,0.2);
}

.loader_txt p{
  color: #ff0000;
}
.sux p{
  color: #3aac36;
}

.privacy{
  background: #f8f8f8;
}
.privacy .title h3 {
  color: var(--primary);
}
.min_conatiner{
  width: 900px;
  margin: 0 auto;
}
.privacy_ctn li{
  margin-bottom: 20px;
}
.privacy_ctn{
  margin-top: 45px;
  padding: 0;
}
.privacy_ctn li p{
  max-width: 100%;
}
.privacy_all{
  padding: 45px 0;
}