
/* Author: Hardeep Singh Villkhu */

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


/* GLOBAL */
::-moz-selection { color: #fff;background: #0051eb;}
::selection { color: #fff;background: #0051eb; }
.text-muted {
    color: #42474c!important;
}
.textBlue {color: #030938 !important;}
.textOrange {color: #ff4c1c !important;}
.textGreen {color: #319441 !important;}
.textGray {color: #60697b !important;}
.poppinsBold {font-weight: 700 !important;}
.poppinsLight {font-weight: 300 !important;}
.bg-gray {background: #eceef6;}
.bgGreen {background: #319441;}
.bgLightGreen {background: #eefef6;}
.bgLightGreen-1 {background: #c4fece;}
.bgLightGreen-2 {background: #90f2a1;}
.font16 {font-size: 16px;}
.font18 {font-size: 18px;}
.font22 {font-size: 22px;}
.font24 {font-size: 24px;}
.font30 {font-size: 30px;}
.font40 {font-size: 40px;}
.font45 {font-size: 45px;}
.letterSpacing2 {letter-spacing: 2px;}
.borderRadius4 {border-radius: 4px;}
.lineHeight28 {line-height: 28px;}
.lineHeight55 {line-height: 55px;}

.pt100 {padding-top: 100px !important;}
.pb100 {padding-bottom: 100px !important;}

.bgNeviBlue {background: #f8fafd;}

/*Whats App Icon Desktop Starts*/
.whatsappDesktop {       padding: 20px;
    bottom: 20px;
    border-radius: 15px;
    position: fixed;
    right: 28px;
    z-index: 2147483600;
    filter: drop-shadow(1px 1px 2px rgba(0, 0, 0, 0.1));

  }
.whatsappDesktop h4 {}
.whatsappDesktop a {  color: #fff;  background: #25d366;
    width: 100%;
    border-radius: 10px;
    padding: 10px;  }


/*Whats App Icon Desktop Ends*/
.whitespace-nowrap {
    white-space: nowrap;
}



a,a:hover,a:visited{text-decoration:none !important;color:inherit;display:inline-block;cursor:pointer;}
a:focus{color:inherit;outline:none;}

.whatsapp {       bottom: 70px;
    height: 64px;
    min-height: 64px;
    min-width: 64px;
    overflow: hidden;
    position: fixed;
    right: 28px;
    width: 64px;
    z-index: 2147483600;
    filter: drop-shadow(1px 1px 2px rgba(0,0,0,0.1));;}


.sparkeffect:hover:after {width: 120%;background-color: transparent;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;-ms-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.sparkeffect:after {content: "";position: absolute;top: 0;left: 0;width: 0;height: 100%;background-color: rgba(255,255,255,.4);-webkit-transition: none;-moz-transition: none;-ms-transition: none;-o-transition: none;transition: none;}



/*Buttons*/
.theme-btn-one {
      border-radius: 6px;
    position: relative;
    padding: 20px 35px;
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    font-weight: 600;
    text-align: center;
    z-index: 1;
    transition: all 500ms ease;
}
.theme-btn-one:before {position: absolute;content: '';background: #319441;width: 0%;height: 100%;left: 0px;top: 0px;opacity: 0;border-radius: 6px;z-index: -1;transition: all 500ms ease;}
.theme-btn-one:hover {    background: #319441;
    color: #fff !important;
    border: 1px solid #319441;}
.theme-btn-one:hover:before {width: 100%;opacity: 1;}


.borderWhiteBtn {border:1px solid #373435;}
.borderBlackBtn {border:1px solid #373435; color: #373435 !important;}


.vincent_back_to_top.show {opacity: 1;bottom: 15px;}
.vincent_back_to_top {    border-radius: 8px;display: block;width: 50px;height: 50px;position: fixed;z-index: 9999;bottom: -100px;right: 15px;cursor: pointer;transition: all 0.2s ease-out;opacity: 0;background: rgb(253 241 1 / 70%);-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.vincent_back_to_top:hover {background-color: #fdf101;}
.vincent_back_to_to.show {display: block !important;}
.vincent_back_to_top:after {display: block;font-size: 33px;line-height: 45px;width: 100%;text-align: center;height: 45px;font-family: 'Font Awesome 5 Pro';content: "\f106";color: #373435;position: absolute;top: 50%;left: 0;margin-top: -24px;}



/*********************************************** Start Index Page Css **********************************************************/

body{font-family: "Philosopher", sans-serif;color: #373435;}
header {        width: 100%;
    position: relative;
    z-index: 8;
    /* top: 0; */}

.top-bar {  
    padding: 10px 0;
    /* margin: 0 0 -40px 0; */
    font-size: 14px;    background: #b4eebd;}
.top-bar .contactEmailTop {text-align: right;}



.headerWithSlide {    /* background: url(../img/bg-slide-1.jpg) no-repeat; */
    /* background-position: center; */
    width: 100%;
    /* background-size: cover; */
    padding: 125px 0;
    background: #eefef6;
    min-height: 500px;
}
.headerWithSlide .alignCenter {align-items: center;  }
.phoneIcon .cia-btn-icon {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    border-radius: 100%;
        -webkit-box-shadow: 0 10px 15px rgb(218 255 224) !important;
        box-shadow: 0 10px 15px rgb(218 255 224) !important;
    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;
}
.phoneIcon .cia-btn-icon i {
    color: #140d1c;
    font-size: 20px;
}
.phoneIcon .cia-btn-text span {
    font-size: 14px;
}
.phoneIcon .cia-btn-text h3 {
    font-size: 20px;
    font-weight: 700;
        margin: 0;
}

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}





/* Starts Pure CSS Responsive Dropdown Menu*/
.logo {
    position: relative;
    z-index: 123;
    float: left;
}
.logo a {
  
}


#cssmenu ul.firstUlWrap {     float: right;  padding: 0 0 0 172px;  margin:10px 0 0 0;  }

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #head-mobile {
  display: none;
}
#cssmenu {
     z-index: 10;
    /* margin: 0 30px; */
    /* border-radius: 8px; */
    align-items: center;
    display: block;
    justify-content: space-between;
    background: #fff;
    padding: 15px;
}
#cssmenu > ul > li {
  float: left;
  margin: 0 15px;
}
#cssmenu > ul > li > a {
    padding: 17px 10px;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #383435;
    font-weight: 600;
}
#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
  color: #319441;
}
#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
  /*background: #e2292c !important;*/
  -webkit-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  transition: background 0.3s ease;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 30px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  top: 25px;
  right: 17px;
  width: 8px;
  height: 2px;
  display: block;
  background: #383436;
  content: "";
}
#cssmenu > ul > li.has-sub > a:before {
  position: absolute;
  top: 22px;
  right: 20px;
  display: block;
  width: 2px;
  height: 8px;
  background: #383436;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu > ul > li.has-sub:hover > a:before {
  top: 23px;
  height: 0;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  background: #fff;
  transition: all 0.25s ease;
}
#cssmenu ul ul li:hover {
}
#cssmenu li:hover > ul {
  left: auto;
  width: 250px;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 15px 25px;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    color: #3e3e3e;
    font-weight: 700;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
     color: #fff;
    background: #ec3237;
}
#cssmenu ul ul li.has-sub > a:after {
  position: absolute;
  top: 20px;
  right: 11px;
  width: 8px;
  height: 2px;
  display: block;
  background: #ddd;
  content: "";
}
#cssmenu ul ul li.has-sub > a:before {
  position: absolute;
  top: 17px;
  right: 14px;
  display: block;
  width: 2px;
  height: 8px;
  background: #ddd;
  content: "";
  -webkit-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
  background: #f5f5f5;
}
#cssmenu ul ul ul li.active a {
  border-left: 1px solid #333;
}
#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active > a {
  border-top: 1px solid #333;
}



@media (min-width: 1281px) and (max-width: 1367px) {
#cssmenu ul.firstUlWrap {
    padding: 0px 0 0 40px;
}
}





@media (min-width: 1001px) and (max-width: 1280px) {

.logo a img {
    width: 180px;
}
#cssmenu ul.firstUlWrap {
    float: right;
    padding: 0 0 0 16px;
    margin: 0;
}


#cssmenu > ul > li.has-sub > a {
    padding-right: 20px;
}

#cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
        letter-spacing: 0;
}

.quoteBtnTop a {
    font-size: 14px !important;}

#cssmenu > ul > li.has-sub > a:after {
    right: 5px;
}
#cssmenu > ul > li.has-sub > a:before {
    right: 8px;
}

}


@media screen and (max-width: 1000px) {
  .logo {
    position: relative;
    top: 15px;
    left: 0;
    width: 180px;
    padding: 0 0 0 15px;
    float: none;
  }
#cssmenu {  background: #eefef6;  padding: 0;
    display: table;
    margin: 0 auto;
    width: 90%;}


#cssmenu ul.firstUlWrap {  
    padding: 0;  float: none;
    width: 100%;background: #fff;
}

#cssmenu > ul > li > a {
    color: #373435;
}
.quoteBtnTop {
    margin: 0 !important;
    padding: 20px;
}
.quoteBtnTop a {
    font-size: 20px !important;
    color: #373435 !important;
    border-radius: 10px;
    margin: 0;
    text-align: center;
    width: 100% !important;
    display: block !important;
}
header {padding: 0;background: #eefef6;}
.logo a img {
    width: 100%;
}


  .logo2 {
    display: none;
  }
  nav {
    width: 100%;
  }

  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu ul li {
    width: 100%;
    border-top: 1px solid #373435;
    margin: 0;  
  }
  #cssmenu ul li:hover {
    background: #fff;
    color: #373435;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul li {
    background: #333 !important;
  }
  #cssmenu ul ul li:hover {
    background: #4a4a4a !important;
  }
  #cssmenu ul ul ul li a {
    padding-left: 35px;
  }
  #cssmenu ul ul li a {
    color: #ddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #fff;
    
    background: #4a4a4a;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #head-mobile {
    display: block;
    padding: 23px;
    color: #ddd;
    font-size: 12px;
    font-weight: 700;
  }
  .button {
    width: 55px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 20px;
    cursor: pointer;
    z-index: 12399994;
  }
  .button:after {
    position: absolute;
    top: 22px;
    right: 20px;
    display: block;
    height: 8px;
    width: 20px;
    border-top: 2px solid #030938;
    border-bottom: 2px solid #030938;
    content: "";
  }
  .button:before {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: absolute;
    top: 16px;
    right: 20px;
    display: block;
    height: 2px;
    width: 20px;
    background: #030938;
    content: "";
  }
  .button.menu-opened:after {
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 23px;
    border: 0;
    height: 2px;
    width: 19px;
    background: #030938;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .button.menu-opened:before {
    top: 23px;
    background: #030938;
    width: 19px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid #234552;
    height: 51px;
    width: 46px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
    background: #262626;
  }
  #cssmenu ul ul .submenu-button {
    height: 45px;
    width: 34px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: 22px;
    right: 19px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:after {
    top: 21px;
    right: 13px;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #fff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: 19px;
    right: 22px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: "";
  }
  #cssmenu ul ul .submenu-button:before {
    top: 18px;
    right: 16px;
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul ul li.active a {
    border-left: none;
  }
  #cssmenu > ul > li.has-sub > ul > li.active > a,
  #cssmenu > ul ul > li.has-sub > ul > li.active > a {
    border-top: none;
  }
}


#cssmenu ul li.quoteBtnTop {margin: 0 0 0 120px;}

#cssmenu > ul > li.quoteBtnTop:hover { border-radius: 10px;}

/* Ends Pure CSS Responsive Dropdown Menu*/


.leftMainText {}
.leftMainText h3 {     margin: 0 0 25px 0;
    font-size: 16px;
    display: inline-block;
    letter-spacing: 2px;
    text-transform: uppercase;}
.leftMainText h4 {       font-weight: 700;
    font-size: 70px;
    line-height: 90px;
    margin: 0 0 20px 0;}

.rightSideImg {  }
.rightSideImg img {}


.companyPlacement {padding: 120px 0 80px 0;position: relative; z-index:1;
        overflow: hidden;}

.companyPlacement .column{
    position:relative;
    margin-bottom:30px;

}

.companyPlacement .column .inner{
    position:relative;
    text-align:center;

}

.companyPlacement .column .inner:before{
    position:absolute;
    content:'';
    right:-20px;
    top:95px;
    width:12px;
    height:12px;
    border-radius:50px;
    background: #ff4c1c;
}

.companyPlacement .column:last-child .inner:before{
    display:none;
}

.companyPlacement .column .inner .content {
    position: relative;
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: #fff;
    margin: 0 30px;
    padding: 30px 0;
    border-radius: 10px;
}

.companyPlacement .column .inner .content:hover {background-color: #ecf2f6;}



.companyPlacement .column .inner .iconn{
    position:relative;
    font-size:54px;
    line-height:1em;
    font-weight: 500;
    margin-bottom:22px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon";
    
    color:#05bcf7;
    line-height:1em;
    background-image: linear-gradient(to left, #05bcf7 0%, #0751cc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.companyPlacement .column .inner:hover .iconn{
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.companyPlacement .count-outer .percentage{
    position:relative;
    font-weight:700;
    color:#000000;
    font-size:36px;
    line-height:1em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer{
    position: relative;
    font-weight: 700;
    color: #030938;
    font-size: 40px;
    line-height: 1em;
}

.companyPlacement .column .inner .counter-title{
    position:relative;
    color:#030938;
    font-size:24px;
    margin-top:10px;
    line-height:1.4em;
    font-family: 'Poppins', sans-serif;
}

.companyPlacement .column .inner .count-outer i{
    position:relative;
    right:-4px;
    top:-15px;
    font-style:normal;
    color:#000c3f;
    font-size:20px;
}


.content-inner-2 {
  padding: 40px 0 70px 0;
      position: relative;
}
.srMarkshape7 {
     top: -18px;
    left: -150px;
    z-index: 0;
}

.content-inner-2 .srMarkshape8 {
    left: 70px;
    top: 100px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}
.content-inner-2 .srMarkshape10 {
    left: 40%;
    top: 0;
    -webkit-animation: 10s apldg_rotate_animation linear infinite;
    animation: 10s apldg_rotate_animation linear infinite;
}


.about-bx1 .dz-media {
    position: relative;
    overflow: unset;
}
.srMarkshape5 {top: 0;right: 55px;z-index: 0;-webkit-animation: Pr_mark_animation_3 15s infinite linear alternate;animation: Pr_mark_animation_3 15s infinite linear alternate;}

@-webkit-keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes Pr_mark_animation_3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.srMarkshape4 {
    right: 0;
    top: -191px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}

@-webkit-keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes Pr_mark_animation_2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  25% {
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  75% {
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

.srMarkshape6 {
    bottom: 0;
    left: 123px;
    z-index: -1;
}

.rightimggs .srMarkshape4 {
right: 20px;
    bottom: 30px;
    z-index: 0;
    -webkit-animation: Pr_mark_animation_2 12s infinite linear alternate;
    animation: Pr_mark_animation_2 12s infinite linear alternate;
}


.countryWeOffer {}



.countryWeOffer .innerBg {    z-index: 1;
    padding-top: 60px;    position: relative !important;}

.countryWeOffer .innerBg:before {
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    content: "";
    height: 505px;
    position: absolute;
    border-radius: 40px;
    background-image: url(../img/banner-bg.jpg);
        background-position: center center;
    background-size: cover;
}

.countryWeOffer .eight-feature-box .feature-text8 {s
    border-radius: 15px;
}
.flagImg {margin: 0 0 30px 0;} 
.flagImg img {} 
  
#news-slider5 .owl-wrapper-outer {
  padding: 0 0 60px 0;
}



.image-holder-wrapper {
  position: relative;
}

.image-holder-wrapper .image-holder {
    width: 160px;
    height: 160px;
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    background-color: #fff;
    display: flex;
    border: 8px solid rgba(238, 238, 238, 0.5);
    padding: 0;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    box-sizing: border-box;
    position: relative;
    transition: all 0.3s ease-in-out;
}

.image-holder-wrapper .image-holder .image-holder-inner {
    border-radius: 50%;
     overflow: hidden;
    width: 100%;
    -ms-flex-item-align: center !important;
    align-self: center !important;
}
.image-holder-wrapper .image-holder .image-holder-inner img {
  width: 100%;
  border-radius: 50%;
}


.image-holder-wrapper .image-holder .tag {
    font-size: 1.25em;
    font-weight: 700;
    color: #FFFFFF;
    background-color: var(--theme-color1);
    width: 60px;
    height: 60px;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-color: #FFFFFF;
   background-color: #222013;
    color: #fff;
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 50%;
    position: absolute;
    bottom: 5px;
    right: -5px;
    transition: all 0.3s ease-in-out;
   background-color: #ec3237;
    top: 58px;
    left: 120px;
}
    



.counter-section {
  background: #eefef6;
}


/* Fact Counter */

.fact-counter{
    position:relative;
    z-index:1;
}

.fact-counter .column{
    position:relative;
}

.fact-counter .column .inner{
    position:relative;
}

.fact-counter .column .inner .content{
    position:relative;
    padding-left:100px;
}

.fact-counter .column .inner .content:before{
    position:absolute;
    content:'';
    right:0;
    top:0px;
    width:2px;
    height:100%;
    border-right:2px dashed #3c3e4a;
}

.fact-counter .column:last-child .inner .content:before{
    display:none;
}

.fact-counter .column .inner .icon{
    position:absolute;
    left:30px;
    top:0px;
    color:#319441;
    font-size:36px;
    text-align:center;
    line-height:1em;
    font-weight: 500;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    font-family: "flaticon";
}

.fact-counter .column .inner:hover .icon{
    color:#f94f1c;
    line-height:1em;
    background: #ec3237;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.fact-counter .count-outer .percentage{
    position:relative;
    font-weight:700;
    color:#000000;
    font-size:36px;
    line-height:1em;
}

.fact-counter .column .inner .count-outer{
    position:relative;
    font-weight:700;
    font-size:36px;
    line-height:1em;
}

.fact-counter .column .inner .counter-title{
    position:relative;
    font-size:16px;
    margin-top:7px;
}

.fact-counter .column .inner .count-outer i{
    position:relative;
    right:-6px;
    top:-15px;
    font-style:normal;
    color:#319441;
    font-size:20px;
}


.customerReviews .owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    margin: 40px 0 0 0;
}


.fastSecure {    background: #c91319;}
.wrpaFast {}





.bg-img1 {
    background-image: url(../img//row-bgimage-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.bg-img1.prt-bg.prt-bgimage-yes > .prt-bg-layer {
    opacity: 0;
}
.prt-bg-layer, .prt-titlebar-wrapper-bg-layer, .prt-col-wrapper-bg-layer-inner {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
}

.prt-single-image-overlay {
    position: absolute;
    top: -20%;
    left: -146px;
    animation: 30s linear 0s infinite normal none running leaf;
}



.mainTestContent .testiCont {
        margin: 0 0 25px 0;
    background: #eefef6;
    font-size: 22px;
    border-radius: 20px;
    padding: 50px;
    line-height: 38px;
    font-weight: 300;
}
#news-slider4 .owl-pagination, #news-slider4 .owl-pagination {
    text-align: center;
    margin: 45px 0 0 0;
}

.mainTestContent ul {
    display: flex;
    margin: -50px 0 0 30px;
    align-items: center;
}
.mainTestContent ul li:nth-child(1) {
        margin: 0 40px 0 0;
}
.mainTestContent ul li {
}
.mainTestContent ul li h2 {
       font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}
.mainTestContent ul li p {  
    font-size: 18px;
    font-weight: 300;
    color: #030938; 
    margin: 0;
}














.eight-feature-box {
  border-radius: 15px;
  background: #fff;
      -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
        margin-top: 30px;
        border: 1px solid #d9dde5;
}
.eight-feature-box .placesImg {}
.eight-feature-box .placesImg img {border-radius: 15px;width: 100%;}
.eight-feature-box .feature-text8 {padding: 30px 20px;}
    
.eight-feature-box .feature-icon8 {
  width: 98px;
  z-index: 1;
  height: 98px;
  margin: 0 auto;
  line-height: 98px;
  margin-bottom: 34px;
  border-radius: 25px;
  background-color: #ffffff;
  box-shadow: -0.707px 0.707px 10px 0px rgba(43, 1, 68, 0.1);
}

.eight-feature-box .feature-icon8:before,
.eight-feature-box .feature-icon8:after {
  content: "";
  z-index: -2;
  border-radius: 30%;
  mix-blend-mode: multiply;
  height: 110px;
  opacity: 0;
  left: 0px;
  top: 0px;
  width: 110px;
  position: absolute;
  transition: 0.3s all ease-in-out;
}

.eight-feature-box .feature-icon8:before {
  animation: rotate 1.8s linear infinite;
  background: #33f1ff;
}

.eight-feature-box .feature-icon8:after {
  animation: rotate 1.2s linear reverse infinite;
  background: #e933ff;
}

.eight-feature-box .feature-icon8 i {
  font-size: 50px;
  font-weight: 500;
}

.eight-feature-box .feature-icon8 .ei-icon-bg {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 25px;
}

.eight-feature-box .ei-feature-more {
  position: absolute;
  background-color: #ec3237;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  line-height: 50px;
  transition: 0.3s all ease-in-out;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  bottom: 0px;
  margin: 0 auto;
}

.eight-feature-box .feature-text8 h3 {
  font-size: 22px;
  font-weight: 700;
margin: 0;
}

.eight-feature-box .feature-text8 p {
  line-height: 1.5;
      font-weight: 300;
}

.eight-feature-box:hover {
  background-color: #fff;
  -webkit-transform: translateY(10px);
    transform: translateY(10px);
  -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(141 141 141 / 30%);
}

.eight-feature-box:hover .feature-icon8:before,
.eight-feature-box:hover .feature-icon8:after {
  display: block;
  opacity: 1;
}

.eight-feature-box:hover .ei-feature-more {
  opacity: 1;
  bottom: -25px;
  visibility: visible;
}
.services-grid.service-style-2:hover, .services-grid.service-style-2.active {
    background-color: #ecf2f6;
}

.services-grid .thumbnail {
    margin-right: 25px;
    max-width: 85px;
}

.services-grid.service-style-2 {
    background: -webkit-linear-gradient(top, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(180deg, #F8F8F8 0%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid;
    border-image-source: linear-gradient(90deg, #ECF2F6 0%, rgba(236, 242, 246, 0) 70.31%);
    background-color: var(--color-white);
    margin-bottom: 30px;
}

.services-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 50px 50px 40px;
    border-radius: 30px;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
    padding: 50px 30px 40px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-grid.service-style-2 .content .title a {font-weight: 700;font-size: 22px;line-height: 36px;color: #343f52;}
.services-grid.service-style-2 .content p {font-weight: 300;font-size: 16px;line-height: 28px;color: #60697b;}



.aboutSection  {  }
.aboutSection .aboutImgContant p { text-align:justify; }
.wrapService {
  text-align: center;
}
.wrapService .placesImg {}
.wrapService .placesImg img {border-radius: 15px;}
.wrapService h6 { 
  }



.aboutUs {    margin: -70px 0 0 0;overflow: hidden;}
.aboutUs .container-fluid {padding:0;}
.aboutUs .container-fluid .row { }
.aboutUs .container-fluid .row .col-lg-6 {padding:0;}
.aboutUs .abtImage {    margin: 0 -30px 0 0;position: relative;z-index: 1;}
.aboutUs .abtImage img {}

.aboutUs .section-head {    background: #192329;padding: 80px 50px 70px 80px;margin: 50px 0 0 0;}
.aboutUs .section-head .sub-title { }
.aboutUs .section-head .title { }
.aboutUs .section-head p { }
.aboutUs .section-head .qut-btn {   }



.mostTrusted {
    background: url(../img/taxi-1.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
    padding: 150px 0 150px 0;
    position: relative;
    z-index: 1;
}

.mostTrusted[data-black-overlay]:before {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;z-index: -1;}
.mostTrusted[data-black-overlay]:before {background-color: #000;}
.mostTrusted[data-black-overlay="8"]:before {opacity: .5;}




.wrapBoxx {       text-align: center;
    background: #fff;
    border-radius: 20px;
    padding: 50px 30px;
    -webkit-transition: 500ms all ease;
    transition: 500ms all ease;
    min-height: 320px;
    margin: 30px 0 0 0;
    background: #fdf101;
}
.wrapBoxx:hover {    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
}



.wrapBoxx:hover img {    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;}
.wrapBoxx h2 {      margin: 40px 0 20px 0;
    font-size: 22px;
  }


.wrapBoxx p {
  margin: 0;
}

.wrapBoxx:hover img {    -webkit-animation: icon-bounce 0.8s ease-out infinite;
    animation: icon-bounce 0.8s ease-out infinite;}

@-webkit-keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes icon-bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}




.footer-area {padding: 100px 0 0 0;position: relative;    background: #070e24;
    color: #fff;}
.footer-area .srMarkshape81 {    bottom: 0;
    left: 40%;}




.footer-widget {
    margin-bottom: 30px;
}

.footer-widget .widget-title {
  
margin: 0 0 30px 0;
}

.footer-widget.border-end {
    border-right-color: #c7c7d5 !important;
    padding-right: 150px;
    margin-right: 40px;
    border-right: 1px solid #545b6f !important;
}

.footer-widget.border-end .footer-newsletter .text-muted {
    color: #999 !important;
}


.footer-newsletter .input-group .theme-btn-one {
      outline: none;
    border: 0;
}

.footer-menu-link ul {
    margin: -8px 0;
}
.footer-menu-link li {padding: 8px 0;}

.footer-menu-link li a {

}
.footer-menu-link li a:hover, .site-footer__social a:hover, .footer-menu-link li:hover {color: #319441;}
.footer-bottom {
    background: #90f2a1;
    padding: 35px 0;
}

.site-footer__social {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 0;
    justify-content: end;
}
.site-footer__social a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 22px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer-bottom .row {align-items: center;}


.site-footer__social a+a {
    margin-left: 20px;
}



/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
  background: url(../img/banner-bg.jpg) no-repeat;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
    background-position: center center;
  background-color: #eceef6;
  padding: 80px 0;
     position: relative;
    z-index: 1;
}

.diceCape-breadcurmb-section[data-black-overlay="8"]:before {
    opacity: .5;
}
.diceCape-breadcurmb-section[data-black-overlay]:before {
    background-color: #000;
}
.diceCape-breadcurmb-section[data-black-overlay]:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}


.breadcurmb-title h2 {
     margin: 0;
    font-weight: 700;
    font-size: 60px;
    padding-top: 20px;
    color: #fff;
    text-align: center;
}
.diceCape-page-breadcurmb {align-items: center;margin: 0;justify-content: center;}
.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span  {
  margin: 0px 10px;
  font-size: 22px;
  position: relative;
   color: #fff;
}

.diceCape-page-breadcurmb li a:hover {    color: #319441;}

.diceCape-page-breadcurmb li a:after {
 content: '\f111';
 font-weight: 900;
 font-size: 12px;
 font-family: 'Font Awesome 5 pro';
 margin: 0 0 0 25px;
 color: #319441;
}
.diceCape-page-breadcurmb li:last-child a:after {display: none;}

.arrowDownImgg {    display: table;
    margin: -36px auto;}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */







/********************************************************** CONTACT US STARTS *******************************************************/


.contactForm {}

.wrapContactForm .form-group .form-control, .wrapContactForm .form-group textarea {
    padding: 12px 20px;
    border: 1px solid #cfcfcf;
    height: 50px;
}

.wrapContactForm .form-group textarea {
    height: auto !important;
}

.form-control:focus {    color: #495057;border: 1px solid #000 !important;background-color: #fff;outline: 0;box-shadow: none;}




.mapContact {background: #fff;height: 600px; }
.contactArea {background: #fff;}
.mainAddress {    -webkit-transition: 500ms all ease;
    transition: 500ms all ease; position: relative; margin-top: 30px;border: 1px solid #ebebeb;border-radius: 10px;padding: 54px 40px 50px;min-height: 210px;}
    .mainAddress:hover {    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);
    box-shadow: 6.891px 24.032px 80px 0px rgb(189 189 189 / 30%);}
.mainAddress .icon {border: 1px solid #ebebeb;width: 78px;height: 78px;color: #5c5c5c;line-height: 73px;text-align: center;border-radius: 100%;background: #fff;font-size: 28px;position: absolute;top: -43px;left: 47px;}
.mainAddress:hover .icon {    background: #319441;
    border-color: #319441;
    color: #fff;}
.mainAddress .inner h4.title {}
.mainAddress .inner p {margin-bottom: 0;}


/********************************************************** CONTACT US ENDS *******************************************************/



/********************************************************** About Page STARTS *******************************************************/




.turnYourJourney .owl-theme .owl-controls {
    text-align: center;
    width: 100%;
    margin: 40px 0 0 0;
}
.aboutUs.inAboutPage {margin: 0 !important;}


/********************************************************** About Page ENDS *******************************************************/


/********************************************************** Gallery Page STARTS *******************************************************/



.banner-wrap {margin: 30px 0 0 0;position: relative;
    overflow: hidden;}
.banner-wrap img {width: 100%;    border-radius: 15px;}

.banner-wrap * {
    transition: all .5s;
}
.banner-wrap .zoom {
    color: white;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(236 50 55 / 50%);
    line-height: 1;
        border-radius: 15px;
    text-transform: uppercase;
    opacity: 0;
}

.banner-wrap:hover .zoom {
    opacity: 1;
}
.banner-wrap .zoom:hover .zoom_icon .fa {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}





.zoom_icon .fa {
    font-size: 28px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
}



/********************************************************** Gallery Page ENDS *******************************************************/



/********************************************************** Visa Page STARTS *******************************************************/

.wrapVisaContent {}
.wrapVisaContent p {    text-align: justify;}
.visaImg {}
.visaImg img {border-radius: 15px;}

/********************************************************** Visa Page ENDS *******************************************************/
















/* Media Queries */

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media (min-width: 1367px) and (max-width: 1919px) {
#cssmenu ul.firstUlWrap { padding: 0 0 0 130px; }


/* ---------------------------------------- Starts Training and Internship ----------------------------------------------- */

.staffing .textBigg {
    font-size: 100px;
    margin: 0 15px;
    width: 100%;
}

/* ---------------------------------------- Ends Training and Internship ----------------------------------------------- */





}
@media (min-width: 1280px) and (max-width: 1312px) {
  #cssmenu > ul > li > a {
    padding: 17px 7px;
    font-size: 14px !important;
    letter-spacing: 0;
}

}
@media (min-width: 1199px) and (max-width: 1280px) {


}
@media (min-width: 992px) and (max-width: 1199px) {


}

@media (min-width: 768px) and (max-width: 991px) {

.rightimggs .srMarkshape4 {
    left: unset;
    right: 0;
    bottom: 0;
}
.rightimggs .srMarkshape4 img {
    width: 150px;
}
.wrapService {
    margin: 0 0 30px 0;
}
.bottomlogo {
  text-align: center;
}
.bottomMenus ul {
      margin: 20px 0;
}

.bottomMenus ul li {
    margin: 0 7px;
}
.bottomMenus ul li a {
    font-size: 14px;
}
.site-footer__social {
    justify-content: center;
}

.fastSecure {
    text-align: center;
}
.wrpaFast {
    margin: 0 0 30px 0;
}
.footer-main {padding: 0 15px;}
.footer-widget.border-end {
    border-right-color: #c7c7d5 !important;
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
    
}

.footer-area {
    padding: 50px 0 0 0;}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget .widget-title {
    margin: 0 0 15px 0;
}
.footer-menu-link li {
    padding: 4px 0;
}
.footer-menu-link li a {
    font-size: 16px;
    line-height: 1;
}
.footer-bottom {
    text-align: center;
    padding: 35px 0;
}

.site-footer__social {
    justify-content: center;
}




}














@media (max-width: 767px){
.mainTestContent .testiCont {
    margin: 0 0 25px 0;
    background: #eefef6;
    font-size: 18px;
    border-radius: 20px;
    padding: 20px 20px 30px 20px;
    line-height: 30px;
    font-weight: 300;
}
.mainTestContent ul li img {
          width: 100px;
}
.mainTestContent ul li h2 {
    font-size: 18px;
}

.mainTestContent ul li:nth-child(1) {
    margin: 0 25px 0 0;
}

.phoneIcon .cia-btn-icon {
      margin-right: 10px;
}

.font30 {
    font-size: 24px;
}

.whatsapp {
    bottom: 0;
    right: 0;
}
.whatsapp img {
    width: 50px;
}
.headerWithSlide {    padding: 25px 0 0 0;}
.leftMainText {text-align: center;}
.leftMainText h3 {
    margin: 20px 0 25px 0;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0;
    text-transform: unset;
}
.leftMainText h4 {
    font-size: 30px;
    line-height: 40px;
}

.leftMainText .paraGraphMain {
    font-size: 14px;}
.leftMainText .paraGraphMain i {
    margin: 0 10px 0 0;
}

.innerCreativeText h3 {
    font-size: 55px;
}





.top-bar {
    padding: 10px 0 35px 0;
    margin: 0 0 -25px 0;
        font-size: 14px;

}


.top-bar .contactEmailTop, .top-bar .contactPhoneTop {
    text-align: center;
}





.rightSideImg {
    padding: 35px 20px;
}

.rightimggs .srMarkshape4 {
    left: unset;
    right: 0;
    bottom: 0;
}
.rightimggs .srMarkshape4 img {
    width: 150px;
}
.aboutSection {
    padding-bottom: 110px;
}
.aboutUs .section-head {
    text-align: center;
        padding: 40px;
}


.letterSpacing2 {
    letter-spacing: 2px;
}

.font16 {
    font-size: 14px;
}
.pb100 {
    padding-bottom: 40px !important;
}
.pt100 {
    padding-top: 40px !important;
}
.theme-btn-one {
    padding: 14px 24px;
    font-size: 13px;
  }
.lineHeight55 {
    line-height: 34px;
}
.font45, .font40 {
    font-size: 24px;
}

.maxiText h2 {
    font-size: 50px;
}

.bottomlogo {
  text-align: center;
}
.bottomMenus ul {
      margin: 20px 0;
}

.bottomMenus ul li {
    margin: 0 7px;
}
.bottomMenus ul li a {
    font-size: 14px;
}
.site-footer__social {
    justify-content: center;
}

.benifits {
    padding: 138px 0 40px 0;
}
.wrapBoxx h2 {
    margin: 20px 0 10px 0;
    font-size: 17px;
}


.mostTrusted {
    padding: 60px 0;
  }
.wrapService {
    margin: 0 0 30px 0;
}

.fact-counter .column .inner .content:before {
    display: none;
}

.fact-counter .column .inner .icon {
    left: 15px;
    font-size: 24px;
}

.fact-counter .column .inner .content {
        padding-left: 62px;
}


.fastSecure {text-align: center;}
.wrpaFast {
    margin: 0 0 30px 0;
}
.footer-main {padding: 0 15px;}
.footer-widget.border-end {
    border-right-color: #c7c7d5 !important;
    padding-right: 0;
    margin-right: 0;
    border-right: 0 !important;
    
}

.footer-area {
    padding: 50px 0 0 0;}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget .widget-title {
    margin: 0 0 15px 0;
}
.footer-menu-link li {
    padding: 4px 0;
}
.footer-menu-link li a {
    font-size: 16px;
    line-height: 1;
}
.footer-bottom {
    text-align: center;
    padding: 35px 0;
}

.site-footer__social {
    margin: 20px 0 0 0;
    justify-content: center;
}


/* ---------------------------------------- Starts Breadcurmbs ----------------------------------------------- */

.diceCape-breadcurmb-section {
       padding: 60px 0 50px 0;
    margin: -21px 0 0 0;
    text-align: center;
}
.breadcurmb-title h2 {    font-size: 24px;}
.diceCape-page-breadcurmb {
    justify-content: center;
}
.diceCape-page-breadcurmb li a, .diceCape-page-breadcurmb li span {
    margin: 0px 5px;
    font-size: 16px;
}
.diceCape-page-breadcurmb li a:after {margin: 0 0 0 10px;}
.arrowDownImgg {
    margin: -25px auto;
    width: 72px;
}
/* ---------------------------------------- Ends Breadcurmbs ----------------------------------------------- */





}




@media (min-width: 480px) and (max-width: 767px) {









}





@media (min-width: 150px) and (max-width: 479px) {


}

