/*
Theme Name:bspmonline
*/

*{
text-decoration: none !important;
outline: none !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/
:root {
  --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #fcb814;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
  --main-bg-color: #fff; 
  --main-text-color:#222830; 
  --main-font-size: 16px; 
  --main-font-weight: 400; 
  --main-line-height: 25px; 
  --font-titel:'Poppins', sans-serif;
  --font-paragraph:'Poppins', sans-serif;
  --preloder-color:#0f3485;
  --preloder-animeshan-color:#fff;
  --humbarger-color:#d2202d;
  --dark-color:#272b6a;
  --light-color:#ffffff;
  --heading-color:#111111;
  --color-green:#1fbf54;
}

.color-white-global{
  background-color: var(--light-color) !important;
  color: var(--heading-color) !important;
}

/************VARIABLE CSS***********/
/************VARIABLE CSS***********/

body {
  font-family: var(--font-paragraph);
    font-weight:var(--main-font-weight);
  font-size:var(--main-font-size);
  color:var(--main-text-color);
  line-height:var(--main-line-heigh);
  background: var(--main-bg-color);
  letter-spacing: 0.4px;
  margin:0px;
  padding: 0px;
  font-weight: normal;
  font-style: normal;

font-family: 'Poppins', sans-serif;

  
}
p:empty{
  display: none;
}
img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
}
ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
a, a:hover, a:focus{
  text-decoration: none;
}
ol {
    list-style: decimal inside;
}

.h1, .h2, .h3, h1, h2, h3,h4 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: var( --font-titel) !important;
}

p {
    margin: 0;
    padding: 0;
    color: #2e2e2e;
    font-size: 15px;
    line-height: 26px;
    font-family: var(--font-paragraph);
}
b,
strong {
    font-weight: 600;
}
blockquote {
    margin: 0;
    padding: 0;
    border: none;
}
a,
a:hover,
a:visited {
    color: #0d5f96;
}
::selection {
    background: #eb2429;
    color: #000;
}
::-moz-selection {
    background: #eb2429;
    color: #000;
}
a:focus,p:focus,div:focus,input:focus,textarea:focus,submit:focus,button:focus{
  outline:none;
  
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #000; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #eb2429; 
}

/**************theme sacting*******/
.swich0{
  display: none !important;
}
.swich1{
  display: block;
}

/*****************
Typography
*****************/
.h1 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 800 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
}

.h2 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-titel) !important;
    letter-spacing: -0.5px;
}

.h3 {
     margin: 0px !important;
    padding: 0px !important;
    font-weight: 700 !important;
    font-size: 30px !important;
    color: #0d141e !important;
    text-transform: uppercase;
    line-height: 35px;
    font-family: var(--font-family) !important;
    letter-spacing: -0.5px;

}
.h4 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}
.h5 {
    margin: 0px !important;
    padding: 0px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    color: #0d141e !important;
    text-transform: capitalize;
    line-height:27px;
    font-family: var(--font-titel) !important;
}

.font-size p,.font-size a {
    font-size: 13px !important;
    font-weight: 500;
 
}

.font-size2 p {
    font-size: 18px;
    font-weight: 300;
    color: #6a6a6a;

    font-family: var(--font-paragraph);
}
.font-bold {
    font-weight: 800;
  
}
.font-semibold {
    font-weight: 700;
}
.font-mediumbold {
    font-weight: 600;
}
.font-medium {
    font-weight: 500;
}
.font-normal {
    font-weight: 400;
}
.font-italic {
    font-style: italic;
}
.text-uppercase {
    text-transform: uppercase !important;
}
.text-capitalize {
    text-transform: capitalize !important;
}
.text-justify {
    text-align: justify;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.color-white{
  color: #fff !important;
}
.color-white p{
  color: #fff !important;
}
p {
    font-size: 15px;
    color: #131313;
    line-height: 26px;
}

.letter-spacin-0{
  letter-spacing: 0px;
}
.letter-spacin-1{
  letter-spacing: 1px;
}
.letter-spacin--1{
  letter-spacing: -1px;
}

.image-shadow img{
  box-shadow: 0px 0px 30px #ccc;
}

.relativ-class{
  position: relative;
}

/*****************
Typography
*****************/
/***************
VISUL CLASS
*************/
.overflow-visible{
  overflow: visible !important;
}
.overflow-hidden{
  overflow: hidden !important;
}
.box-shadow { box-shadow:0px 0px 40px rgba(2, 2, 2, 0.18);
}

.no-shadow{
  box-shadow: none !important;
}

/***************
VISUL CLASS
*************/


/***************
page scrool
**************/
.scrollup {
    right: -45px;
    position: fixed;
    border-radius: 0px;
     bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 9999;
   text-align: center;
   line-height: 45px;
   color: #fff;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
     background-color: rgba(12, 1, 1, 0.7);
}
.scrollup.active {
    bottom: 0px;
    right: 0px;
}
.scrollup:hover {
    background-color: #eb2429;
}

/***************
page scrool
***************/



.section {
    width: 100%;
overflow: hidden;
}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/

#pull span{
width: 25px;
    height: 3px;
    background: #0c5f96;
    display: block;
    margin-bottom: 5px;
}

#pull{display:none; cursor: pointer;}
.nav{
}
#pull{display:none;}
.nav > ul{
 
    font-family: var(--font-titel);
  
    

}
.nav > ul > li{position:relative;display:inline-block;vertical-align:top;width:auto;height:auto;
  margin:0px 8px 0px 0px;}
.nav > ul > li:last-child,
.nav > ul > li:only-child{margin:0px 0px 0px 0px}
.nav > ul > li::before {
  position: absolute;
  top: 0px;
  left: 0%;
  z-index: 0;
  content: " ";
  width: 100%;
  height: 100%;
  background:transparent;
  border-radius:0px; 
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  border-radius:50px; 
}
.nav > ul > li:hover:before,
.nav > ul > li.current-menu-item:before,
.nav > ul > li.current-menu-parent:before,
.nav > ul > li.current-menu-ancestor:before{transform:scaleX(1);-webkit-transform:scaleX(1);}
.nav > ul > li > a {
  font-family: 'Poppins', sans-serif;
  position: relative;
  z-index: 1;
  display: block;
  width: auto;
  height: auto;
  padding: 5px 10px 5px 10px;
  text-transform: capitalize;
  font-weight: 500;
  font-size: 14px;
  color: #443c40;
  line-height: 23px;
  cursor: pointer;
  letter-spacing: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.nav > ul > li:hover > a,
.nav > ul > li.current-menu-item > a,
.nav > ul > li.current-menu-parent > a,
.nav > ul > li.current-menu-ancestor > a{ color:var(--themecolor); }
.nav > ul > li > ul{position:absolute;top:100%;
  left:0;z-index:9999;width:240px;height:auto;padding:3px 0px 0px 0px;
  background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul,
.nav > ul > li:nth-last-child(2) > ul{left:auto;right:0;}
.nav > ul > li:hover > ul{top:100%;opacity:1;visibility:visible;}
.nav > ul > li > ul > li,
.nav > ul > li > ul > li > ul > li{position:relative;width:100%;height:auto;float:left;}
.nav > ul > li > ul > li > a,
.nav > ul > li > ul > li > ul > li > a{display:block;width:auto;height:auto;padding:2px 15px 1px 15px;
  background:#263f95;
  border-top:1px #0c2a44 solid;
  text-transform:capitalize;font-weight:500;font-size:12px;color:#fff;line-height:18px;cursor:pointer;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:hover > ul > li > a,
.nav > ul > li:hover > ul > li > ul > li > a{padding:9px 15px 10px 15px;}
.nav > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li.current-menu-parent > a,
.nav > ul > li > ul > li > ul > li:hover > a,
.nav > ul > li > ul > li > ul > li.current-menu-item > a,
.nav > ul > li > ul > li > ul > li.current-menu-parent > a{background:#eb232a;}
.nav > ul > li > ul > li > ul{position:absolute;top:10%;left:100%;z-index:9999;width:240px;height:auto;background:none;text-align:left;opacity:0;visibility:hidden;transition:all 0.3s ease-in-out;-webkit-transition:all 0.3s ease-in-out;}
.nav > ul > li:last-child > ul > li > ul,
.nav > ul > li:nth-last-child(2) > ul > li > ul{left:auto;right:100%;}
.nav > ul > li > ul > li:hover > ul{top:0;opacity:1;visibility:visible;}

/*+++++++++++++++++NAV MENU+++++++++++++++++++*/


/****************
START HEADER PART
****************/

.header{
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0px;
  top:0px;
}
.head-top-part{
  width: 100%;
  padding: 15px 0px;
}

.menubars{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 25px 0px;
}
.menubars2{
  background: #e1eaf4;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0px;
}

.logo{

}
.menu-right{
align-items: center;
flex-wrap: wrap;
   display: flex;
 }

/****************
END HEADER PART
****************/

/***************MPBILE MENU***********/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 0;
  background-color: #000000;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 35px;
  display: none;
}

.sidenav a {
  
  text-decoration: none;
  font-size: 14px;
  color: #fff;
  display: block;
  transition: 0.3s;
}
.sidenav ul li a{
  padding: 15px;
  border-bottom: 1px solid #121212; 
}
.mobile-menu li.current-menu-item a{
  color:#fff;
  background:var(--themecolor); 
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.pus-icon{
  display: none;
}







/***************************
BANNE
***************************/

.home-banner{
  width: 100%;
  padding:30px 0px 136px 0px;
}

.banner-text{
  width:100%;
  display: flex;
  flex-wrap: wrap;
      flex-direction: column;
 
}
.banner-text .banner-logo{
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.banner-text strong{
  font-size: 36px;
  color: #263f95;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 50px;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}
.buton-group{
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
a.button-red{
    background: #eb232a;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 24px;
    border-radius: 100px;
    margin-right: 15px;
}
a.button-blue{
    background: #263f95;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 11px 24px;
    border-radius: 100px;

}


.pic{
  position: relative;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  border-radius: 4px;
}
.pic > img{
  width: 100%;
}
.pic > .holder{
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  height: 100%;
  background-size: cover !important;
}

.top-head{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.top-bar{
  background: #263f95;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding: 12px 0px;
}
.top-contact {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.phone-email{
  color: #fff;
  margin-left:30px;
}
.phone-email i{
  margin-right: 7px;
}
.phone-email a{
  color: #fff;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.3px;
}

a.login-btn{
  margin-left: 20px;
  background: var(--themecolor);
  border-radius:100px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  padding: 11px 25px;

}


.section-one{
padding: 40px 0px;
}
.home-wel-tex{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.home-wel-tex h1{
  font-size: 56px;
  color: #252b40;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.home-wel-tex h1:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 53px;
  height: 5px;
  background: #eb232a;
}

.home-wel-tex p strong{
  font-size: 18px;
  line-height: 34px;
  color: #252b40;
  letter-spacing: 0px;
}

.home-wel-tex p{
font-size: 16px;
color: #54565d;
line-height: 27px;
margin-bottom: 25px;
}
a.link-under{
  font-size: 14px;
  color: #eb2127;
  border-bottom: 2px solid #eb2127;
}

.section-two{
  background: #edf1f4;
  padding:73px 0px 30px 0px; 
}
.home-wel-tex h2{
 font-size: 56px;
  color: #252b40;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.home-wel-tex h2:after{
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 53px;
  height: 5px;
  background: #eb232a;
}
.home-tex-box{
  width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 35px;
}
.home-tex-box:last-child{
  margin-bottom: 0px;
}

.home-tex-box h4{
font-size: 20px;
color: #252b40;
font-weight: 700;
margin-bottom: 15px;
width: 100%;
display: inline-block;
vertical-align: top;
}
.home-tex-box p{
width: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: 15px;
}
.pagebtn-red{
    background: #eb232a;
    color: #fff !important;
    font-size: 15px;
    border-radius: 100px;
    padding: 4px 20px;
    display: inline-block;
    vertical-align: top;
    margin-top: 18px;
}

.section-three{
  background: #edf1f4;
  position: relative;
  padding-bottom: 60px;
}
.section-three .container{
  position: relative;
}
.section-three .container:after{
 content: "Project";
 letter-spacing: 0px;
    position: absolute;
    bottom: -50px;
    left: -112px;
    font-size: 170px;
    color: #4f6593;
    font-weight: 700;
}

.section-four{
  padding: 70px 0px;
}

.section-four h3{
 font-size: 56px;
  color: #252b40;
  font-weight: 600;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 25px;
  margin-bottom:50px;
}
.section-four h3:after{
  content: "";
  position: absolute;
 left: 44%;
  bottom: 0px;
  width: 53px;
  height: 5px;
  background: #eb232a;
}

.page-blue-button{
  background: #263f95;
    color: #fff !important;
    font-size: 15px;
    border-radius: 100px;
    padding: 10px 30px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 18px;
}
.section-five{
  background:url(images/bacground-home.png); 
  background-size:cover;
  padding: 80px 0px 300px 0px; 
}
.section-five{
  position: relative;
}
.section-five:after{
 content: "Success";
 letter-spacing: 0px;
    position: absolute;
    bottom: 0px;
    left:0px;
    font-size: 200px;
    line-height: 120px;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

.reviews{
   margin-top: 25px;
   width: 100%;
   display: inline-block;
   vertical-align: top; 
}
.reviews p em{
  font-size: 25px;
  color: #ffffff;
  line-height: 46px;
  width: 100%;
  font-weight: 300;
  width: 100%;
  margin-bottom: 25px;
  display: inline-block;
vertical-align: top;

}
.reviews small{
font-size: 18px;
color: #fff;
margin-bottom: 10px;

width: 100%;
display: inline-block;
vertical-align: top;
}
.reviews strong{
font-size: 26px;
font-weight: 500;
color: #fff;
margin-bottom: 10px;
width: 100%;
display: inline-block;
vertical-align: top;
}
.reviews p{
color: #fff;
font-size: 20px;
}

.footer-top-bar{
  padding: 20px 0px;
  border-top: 1px solid #f7f7f7;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.footer-social {
  display: flex;

}
.footer-social li{
  margin: 3px 5px;
}
.footer-social li a{
  background: #263f95;
  width: 50px;
  height: 50px;
  border-radius:100px;
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 18px; 
  transition: all 0.3s;
}
.footer-social li a:hover{
  background: #eb232a;
}

.inner-banner{
  padding-top: 120px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
}

.inner-banner h4{
font-size: 20px;
line-height: 30px;
font-weight: 500;
color: #e6e7f2;
letter-spacing: 6px;
}

.inner-banner strong{
  font-size: 40px;
  color: #e6e7f2;
  font-weight: 700;
  line-height: 54px;
}

.inner-banner h3{
  font-size: 105px;
    color: #e6e7f2;
    line-height: 100px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 50px;
    margin-bottom: -13px;
}
.section-about-inner{
  padding-top: 80px;
}
.heding-inner-part{
  background: #263f95;
  padding-top: 50px;
  width: 100%;
  padding-bottom: 0px;
  margin:0px 0px 80px 0px;
  overflow: hidden;
}
.heding-inner-part .col-12{
  text-align: center;
}
.heding-inner-part strong{
font-size: 40px;
font-weight: 700;
color: #e6e7f2;
width: 100%;
text-align: center;
display: inline-block;
vertical-align: top;
}
.larg-tex{
  font-size: 100px;
    color: #fff;
    line-height: 100px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 80px;
    margin-bottom: -14px;
}
.home-wel-tex ul{
  display: inline-block;
  vertical-align: top;
}
.home-wel-tex ul li{
position: relative;
padding-left: 24px;
font-size: 16px;
color: #54565d;
line-height: 27px;
margin-bottom: 12px;
}
.home-wel-tex ul li:after{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border:3px solid #263f95;
  border-radius:100px;
  left: 0px;
  top:8px;  
}
.home-wel-tex h3,
.about-text-full h3{
    font-size:35px;
    color: #252b40;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.home-wel-tex h3:after,
.about-text-full h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 53px;
    height: 5px;
    background: #eb232a;
}
.home-wel-box{
width: 100%;
display: inline-block;
vertical-align: top;
margin-bottom: 25px;
}
.home-wel-box h4{
  color: #252b40;
  font-weight: 600;
  font-size: 25px;
  margin-bottom: 10px;
  display: inline-block;
vertical-align: top;
}
.home-wel-box strong{
  font-size: 20px;
    color: #252b40;
  font-weight: 600;
  
    display: inline-block;
vertical-align: top;
}
.home-wel-box p{
  font-size: 16px;
    color: #54565d;
    line-height: 27px;
    margin-bottom: 25px;
}
.home-wel-tex h4{
  font-size: 25px;
  font-weight: 600;
  color: #252b40;
  padding: 20px 0px;
  width: 100%;
}

/**************
footer
**************/
footer{
background-color: #edf1f4;
display: inline-block;
vertical-align: top;
padding: 70px 0px 0px 0px;
width: 100%;
}
.footer-content{
  padding-bottom: 50px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.footer-content h4{
  font-size: 20px;
  font-weight: 600;
  color: #252b40;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 30px;
  width: 100%;
}
.footer-content ul{

}
.footer-content ul li{
  font-size: 16px;
  color: #54565d;
  line-height: 27px;
  margin-bottom: 18px;
  padding-left: 30px;
  position: relative;
}
.footer-content ul li i{
color: #eb2127;
    font-size: 23px;
    position: absolute;
    left: 0px;
    top: 2px;
}

.footer-content ul li a{
    color: #54565d;
}

.footer-from{
  width: 100%;
  display: inline-block;
  vertical-align: top;
}
.footer-from .f-fild{
    width: 100%;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 18px;
}

.footer-from .f-fild input[type=text],
.footer-from .f-fild input[type=email]{
background: #ffffff;
    border-radius: 50px;
    color: #919191;
    font-size: 16px;
    padding: 18px 25px;
    border: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.footer-from .f-fild input[type=submit]{
background: #eb232a;
    border-radius: 50px;
    color: #ffffff;
    font-size: 17px;
    padding: 16px 51px;
    border: none;
    text-transform: uppercase;
}

.foot-menu-copy{
  background: #181c29;
  padding: 18px 0px;
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align:center;
  color: #666c80;
}
.foot-menu-copy p{
    color: #666c80;
}

.page-top{
  margin-top: 60px;
}

.cutom-column3{
  flex: 0 0 33.3337%;
    max-width: 33.3337%;
    padding: 15px 15px;
}
.cutom-column{
flex: 0 0 20%;
    max-width: 20%;
    padding: 15px 15px;
}
.cutom-column > div,
.cutom-column3 > div{
  text-align: center;

}
.color1 > div{
    background: #fdd1bf;
}
.color2 > div{
    background: #c8cee4;
}
.color3 > div{
    background: #edcda1;
}
.cutom-column > div h3,
.cutom-column3 > div h3 {
    background: #263f95;
    color: #fff;
    font-size: 20px;
    padding: 15px 5px;
    margin-bottom: 20px;
}
.cutom-column > div h4,
.cutom-column3 > div h4{
padding: 15px 5px;
    font-size: 16px;
    font-weight: 600;
}
.cutom-column > div small,
.cutom-column3 > div small{
  font-size: 15px;
}
.color-01 > div{
background: #fbe6c2;
}
.color-02 > div{
background: #c8dee3;
}
.manth-box {
    background: #efefef;
    margin-bottom: 15px;
    padding: 20px;
    border-left: 5px solid #e81f1f;
}
.buton-cart{

display: inline-block;
vertical-align: top;
    background: var(--themecolor);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    padding: 11px 25px;
    margin: 20px 0px;
}
.apply-btn{
    display: inline-block;
    vertical-align: top;
    background: var(--themecolor);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 500;
    color: #fff !important;
    text-transform: uppercase;
    padding: 11px 25px;
    transition: all 0.3s;
}
.apply-btn:hover{
  background: #eb2127;

}
.sec-latst-gap{
  padding-bottom: 70px;
}

.boxs-holder {
    text-align: center;
    padding: 20px;
    background: #f5f5f5;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
.boxs-holder h3{
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0px;
}

.center-heding h1:after{
left: 44%;
}
.section-map{
  overflow: visible !important;
}
.section-map iframe{
width: 100%;
display: inline-block;
vertical-align: top;
height: 453px;
}

.form-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #ececec;
    display: inline-block;
    vertical-align: top;
    margin-top: -70px;
    position: relative;
    z-index: 10;
    padding: 40px 30px;
    width: 100%;
}

.form-box input[type=text],
.form-box input[type=email],
.form-box input[type=tel],
.form-box textarea{
width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #f5f7f8;
    border: none;
    padding: 14px;
    border-radius: 3px;
    margin-bottom: 15px;
}
.form-box textarea{
  height: 150px;
}
.form-box input[type=submit]{
  background: #263f94;
  color: #fff;
  border-radius:50px;
  padding: 12px 35px;
  display: inline-block;
  vertical-align: top;
  border: none;  

}

.section-conatct-form{
  padding-bottom: 70px;
  overflow: visible !important;
}

.contact-infos{

}
.contact-infos li {
    font-size: 16px;
    color: #54565d;
    line-height: 27px;
    margin-bottom: 18px;
    padding-left: 52px;
    position: relative;
        padding-top: 7px;
}
.contact-infos li a{
   color: #54565d;
}
.contact-infos li i {
color: #eb2127;
    font-size: 17px;
    position: absolute;
    left: 0px;
    top: 2px;
    background: #e9edef;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
}


/**********FAQ********/

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: left;
    outline: none;
    font-size: 18px;
    transition: 0.4s;
    margin-bottom: 15px;
    box-shadow: 0px 0px 15px #ececec;
}

.active-ac, .accordion:hover {
  background-color:var(--themecolor);
  color: #fff;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: 400;
  float: right;
  margin-left: 5px;
  font-size: 20px;
}
.accordion:hover:after{
    color: #fff;
} 

.active-ac:after {
  content: "\2212";
  color: #fff;
}

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.error_main {
    text-align: center;
}

/***************************
RESPONSIVE
***************************/

@media only screen and (max-width:1035px) {
  .section-three .container:after {
    content: "Project";
    letter-spacing: 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12vw;
    color: #4f6593;
    font-weight: 700;
}
.section-five:after {
    content: "Success";
    letter-spacing: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 15vw;
    line-height: 12vw;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.reviews p em {
    font-size: 18px;
    color: #ffffff;
    line-height: 35px;
    width: 100%;
    font-weight: 300;
    width: 100%;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
}
.section-five {

    padding: 80px 0px 149px 0px;
}
  }


  @media only screen and (max-width:992px) {
    .section-three .container:after{
      display: none;
    }
  .nav {
    display: none;
}
.pus-icon {
    display: block;
    margin-left: 30px;
    background: #eb2228;
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
}
.sidenav {
  
    display: block;
}
.inner-banner strong {
    font-size: 30px;
    color: #e6e7f2;
    font-weight: 700;
    line-height: 40px;
}

.inner-banner h3 {
    font-size: 10vw;
 margin-bottom: 0px;
    line-height: 10vw;
    
}
.inner-banner {
    padding-top: 50px;
}
.larg-tex {
    font-size: 10vw;
    color: #fff;
    line-height: 12vw;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 28px;
    margin-bottom: 0;
}
.home-img-one{
  margin-bottom: 15px;
  }
  .cutom-column,
  .cutom-column3 {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px 15px;
}
}

  @media only screen and (max-width:767px) {
.banner-text .banner-logo {
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 250px;
}
.banner-text strong {
    font-size: 30px;
    color: #263f95;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 37px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
.home-banner {
    width: 100%;
    padding: 30px 0px 80px 0px;
}
.home-wel-tex h1 {
    font-size: 40px;
    color: #252b40;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;

  }

.home-wel-tex h2 {
    font-size: 40px;
    color: #252b40;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.section-four h3 {
    font-size: 40px;
    color: #252b40;
    font-weight: 600;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

}
  @media only screen and (max-width:530px) {
.section-about-inner {
    padding-top: 40px;
}
.logo {
    padding: 0px 15px;
}
.menu-right {
    align-items: center;
    flex-wrap: wrap;
    display: flex;
    padding: 0px 15px;
}
.pus-icon {
    display: block;
    margin-left: 10px;
  
}
.home-wel-tex h4 {
    font-size: 18px;
    font-weight: 600;
    color: #252b40;
    padding: 10px 0px;
    width: 100%;
}
.home-tex-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
}
.section-two {
    background: #edf1f4;
    padding: 43px 0px 30px 0px;
}
.section-three {
    background: #edf1f4;
    position: relative;
    padding-bottom: 40px;
}
.section-four {
    padding: 40px 0px;
}
    .home-wel-tex h1,
    .home-wel-tex h2,
    .section-four h3 {
    font-size: 25px;
  
    padding-bottom: 21px;
}
.home-wel-tex h3, .about-text-full h3 {
    font-size: 23px;
  
}
.section-four h3:after {
    content: "";
    position: absolute;
    left: 36%;
    bottom: 0px;
    width: 53px;
    height: 5px;
    background: #eb232a;
}
.reviews p em {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    width: 100%;
    font-weight: 300;
    width: 100%;
    margin-bottom: 25px;
    display: inline-block;
    vertical-align: top;
}
.section-five {
    padding: 80px 0px 80px 0px;
}
a.logo-footer {
    padding: 10px 15px;
}
.footer-social {
    display: flex;
    padding: 0px 15px;
}
.footer-from .f-fild input[type=text], .footer-from .f-fild input[type=email] {
    background: #ffffff;
    border-radius: 50px;
    color: #919191;
    font-size: 16px;
    padding: 12px 25px;
    border: none;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.footer-from .f-fild input[type=submit] {
    background: #eb232a;
    border-radius: 50px;
    color: #ffffff;
    font-size: 17px;
    padding: 12px 30px;
    border: none;
    text-transform: uppercase;
}
.footer-content {
    padding-bottom: 20px;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
footer {
    background-color: #edf1f4;
    display: inline-block;
    vertical-align: top;
    padding: 40px 0px 0px 0px;
    width: 100%;
}
.heding-inner-part strong {
    font-size: 25px;
    font-weight: 700;
    color: #e6e7f2;
    width: 100%;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}
.heding-inner-part {
    background: #263f95;
    padding-top: 30px;
    width: 100%;
    padding-bottom: 0px;
    margin: 0px 0px 40px 0px;
    overflow: hidden;
}
.inner-banner strong {
    font-size: 20px;
    color: #e6e7f2;
    font-weight: 700;
    line-height: 25px;
}
.inner-banner h3 {
    font-size: 10vw;
    margin-bottom: 0px;
    line-height: 10vw;
    margin-top: 10px;
}
    .contact-infos li {
    font-size: 14px;
    color: #54565d;
    line-height: 27px;
    margin-bottom: 18px;
    padding-left: 52px;
    position: relative;
    padding-top: 7px;
}
.contact-infos li i {
    color: #eb2127;
    font-size: 17px;
    position: absolute;
    left: 0px;
    top: 2px;
    background: none;
    width: auto;
    height: auto;
    border-radius: 100px;
    text-align: center;
    line-height: 35px;
    display: none;
}
.contact-infos li {
    font-size: 14px;
    color: #54565d;
    line-height: 27px;
    margin-bottom: 18px;
    padding-left: 0px;
    position: relative;
    padding-top: 7px;
}
.form-box {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px #ccc;
    display: inline-block;
    vertical-align: top;
    margin-top: -70px;
    position: relative;
    z-index: 10;
    padding: 15px;
    width: 100%;
}
    .home-banner {
    width: 100%;
    padding: 30px 0px 80px 0px;
    background-position: right -280px top 0px !important;
}
.banner-text strong {
    font-size: 20px;
    color: #263f95;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28px;
    margin-bottom: 30px;
    width: 100%;
    display: inline-block;
}
a.button-red,
a.button-blue{
  display: inline-block;
  margin-bottom: 10px;
  vertical-align: top;
  }


  .accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 16px;
    width: 100%;
    border: 1px solid #e6e6e6;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-bottom: 15px;
    box-shadow: 0px 0px 15px #ececec;
}
}
