@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');
body{
  margin:0;
  padding:0;
  color: #003366;
  font-family: "Google Sans", sans-serif;
}
a:not([href]):not([class]), a:not([href]):not([class]):hover{
  color:#000;
}
html{
    padding:0 !Important;
    margin:0 !Important;
}

input, textarea, .btn:focus,
.btn:active,
.form-control:focus {
    outline: none !important;
    outline-offset: 0 !important;
    box-shadow: none !important;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: -0px;
}
.main{
  margin: auto;
  padding: 0;
  width: 90%;
}
a{
  color: #000000;
  text-decoration: none;
}
a:focus, a:hover {
  color: #000;
  text-decoration: none;
}
img{
  max-width: 100%;
}
h1,h2,h3,h4,h5,h6{margin:0px;}

.bi {
  display: inline-block;
  vertical-align: -0.125em;
  fill: currentcolor;
}
p{
  margin:0;
}

/* START HEADER SECTION */

/*start head section*/

.head-section{
  background: #08314f;
  padding:15px 0;
}

.top-list {
  width:fit-content;
  margin: 0 110px 0 auto;
  ul li{
  color:#fff;
  text-transform: uppercase;
  display:inline-block;
  padding: 0 17px;
}
  ul li:nth-child(2){
    border-radius:10px;
    font-weight: 600;
    border:1px solid #3d8ca8;
    padding: 6px 20px 3px;
    box-shadow: inset 0 0 10px #3d8ca8;
  }
  ul li:nth-child(3){
    letter-spacing: 2px;
    color: #91e2ff;
  }

}

.tophead-left1{
  width: 23.333%;
  text-align: center;
}
.tophead-left2 img{}



.icon-top svg{
  height: 50px;
  width: 50px;
}
.number-top a{
  color: #ffffff;
  font-size: 17px;
  font-weight: 400;
  padding: 0 0 0 20px;
}
.number-top a svg{
  height: 20px;
  margin: -1px 0 0;
  width: 20px;
}
.number-top{
  width: 34.333%;
  padding: 0 0px 0 0px;
}
.icon-top{
  width: 5.3333%;
  padding: 23px 0;
  text-align: center;
}
/*end head section*/


/*start navigation section*/

.navigation1{
  width: 42%;
}
.navbar-toggler-icon {
  position: relative;
  display: inline-block;
  width: 33px;
  height: 2px;
  margin: 0 0 0 auto;
  background-color: #ffffff;
  transition: transform 0.3s ease;
  background-image: none;
}
.navbar-toggler-icon::before,
.navbar-toggler-icon::after {
  content: '';
  position: absolute;
  width: 33px;
  left: 0;
  height: 2px;
  background-color: #ffffff;
  transition: transform 0.3s ease;
}
.navbar-toggler-icon::before {
  top: -7px;
}
.navbar-toggler-icon::after {
  top: 7px;
}
.navbar-toggler{border: 0;box-shadow: none;float: right;margin: -53px 0px 0 auto;padding: 0;}
.navbar-toggler:focus{box-shadow:none;}

.menu{
  width: 100%;
  justify-content: center;
}
.menu li{
  padding: 8px 15px;
  text-transform: capitalize;
  position: relative;
  z-index: 9;
}
.menu li a:before{
  content:"";
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  height: 1%;
  width: 6%;
  background: #8bd3ed;
  bottom: 0;
  transition: 0.5s ease-in;
}
.menu li:hover a:before{
  width:100%;
}
.menu li a{
  color: #d8d8d8;
  margin: 0;
  font-size: 14px;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 2px 0px;
}
.navbar-nav .nav-link.active{
  color: #8fd8f2;
}
.nav-link:focus, .nav-link:hover{
  color: #8fd8f2;
}
.navbar-nav .nav-link.active:before{
   width: 100%;
}  
  
/* Cross effect on active toggle */

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
  transform: rotate(45deg);
  background: transparent;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
  transform: rotate(180deg);
  top: -8px;
  right: 0;
}
.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
  transform: rotate(90deg);
  top: -8px;
  right: 0;
}
.nav-link:focus, .nav-link:hover {
  color: #8fd8f2;
}

.nav-link:focus, .nav-link:hover {
  color: #8fd8f2;
}
@media all and (min-width: 992px) {
  .dropdown-menu {
    width: auto;
    background: #fff;
    padding: 8px 0px !important;
    box-shadow: 0 0 8px 2px #e3e3e3;
  }
  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
    padding: 1px 14px !important;
    display: block !important;
    line-height: 29px;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
} 
.dropdown ul li a{
  text-transform:capitalize;
  color: #8fd8f2;
}
.nav-link:focus, .nav-link:hover {
  color: #8fd8f2;
}
.dropdown ul li a:before{
  display:none;
}

.dropdown-item:focus, .dropdown-item:hover{
  background:transparent;
  color: #000000;
}

/*end navigation section*/


/* start header slide section */

.headerslide-section{
  padding: 60px 0 63px;
  background: #f1fcff;
  background: url(images/bg.jpg);
  background-position: center;
}
.left-header1{
  padding: 0px 0 0 70px;
  strong{
    font-size: 49px;
    line-height: 60px;
    font-weight: 800;
    color: #ffffff;
  }
  p{
    color: #464646;
    font-weight:500;
    line-height: 30px;
    letter-spacing: 0.5px;
    padding: 24px 0 0 0;
  }
  ul li{
    list-style:none;
    padding: 0px 0 0px 56px;
    position: relative;
    font-size:15px;
    color: #ffffff;
    font-weight: 500;
    margin: 40px 0 10px;
    letter-spacing: 0.4px;
  }
  ul li svg{
    height: 50px;
    width: 50px;
    position: absolute;
    margin: 0 9px 0 0px;
    left: 0;
    top: -17px;
  }
  a{
    background: #08314f;
    color: #ffffff;
    padding: 11px 40px;
    text-transform: uppercase;
    display: block;
    border-radius: 40px;
    width: fit-content;
    margin: 44px 0 0;
    letter-spacing: 2px;
    font-weight: 600;
  }
}
.social-media{
  width: 40px;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 99;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-media1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -116%);
}
.share-text i{
  transform: rotate(-90deg);
  position: absolute;
  left: 0px;
  bottom: -110px;
  transform-origin: 8px 13px;
  color: #3d8ca8;
  display: block;
  font-weight: 600;
  font-style: normal;
}
.share-text i:before{
  width: 40px;
  height: 2px;
  background-color: #3d8ca8;
  position: absolute;
  content: "";
  left: 120%;
  top: 60%;
  transform: translateY(-50%);
}
.social-media ul li{
   list-style: none;
   padding: 6px 0;
}
.social-media ul li a{
  color: #08314f;
  background: #fff;
  height: 22px;
  display: block;
  width: 22px;
  border-radius: 80%;
  text-align: center;
  line-height: 22px;
  box-shadow: 0 0 4px #c2c2c2;
}
.social-media ul li a .bi{
  height: 13px;
  width: 14px;
}
.icons-social{
   margin: -70px 0 0;
}
.right-header1{
  padding: 0 60px 0 0; 0 0;
}
.image-slide img{
  display: none;
  animation: moveHorizontal 3000ms infinite ease-in-out;
}
@keyframes moveHorizontal{
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0px);
  }
}
.img-slide{
  position:absolute;
  right: 120px;
  bottom: 0px;
}
.img-slide img{
  border-radius: 50px;
  height: 240px;
}
.emblem-wrap{
  margin: 0 0 0 -70px;
}
.emblem-wrap i{
  margin: 0 auto;
  width: 130px;
  text-align: center;
  display: block;
  position: absolute;
  bottom: 0%;
  right: 0;
  top: auto;
  left: 0%;
  transform: translate(-31% , -24%);
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
  margin: 0 auto 0 0;
}
.emblem{
   margin: 40px auto 0 0;
   width: 188px;
   height: 188px;
   border-radius: 50%;
   animation: ani 10s infinite ease-in;
   text-align: center;
}
.emblem span {
      padding: 6px;
      position: absolute;
      display: inline-block;
      left: -0px;
      top: 0;
      bottom: 0;
      right: 0;
      color: #6f6f6f;
      text-transform: uppercase;
      font-size: 14px;
      transition: all 0.5s cubic-bezier(0, 0, 0, 1);
}
@keyframes ani {
  0% {
    transform: rotateZ(360deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@media only screen and (max-width:767px){
  .emblem-wrap{left: 20px;}
}
/* end header slide section */

/* END HEADER SECTION */


/* start what insurance you want section */

.insurance-section{
  padding: 70px 0 60px;
}
.insurance-heading strong{
  font-size: 40px;
  font-weight: 900;
  color: #000;
  text-transform: capitalize;
}

.insurance-type2 a{
  box-shadow: 0 0 9px #08314f54;
  border-radius: 30px;
  padding: 30px;
}
.insurance-type2 a span{
  display: block;
  font-size: 24px;
  background: #08314f;
  color: #fff;
  font-weight: 600;
  border-radius: 30px;
  text-transform: capitalize;
  padding: 5px 0;
}
.insurance-type2 a ul{
  padding: 20px 0 0;
  margin:0;
  list-style:none;
}
.insurance-type2 a ul li{
  text-align:left;
  padding: 9px 10px;
  color: #787878;
}
.insurance-type2 a ul li i{
  color: #000000;
  font-weight: 600;
  font-style: normal;
}
/* end what insurance you want section */


/* start who we are section */

.whoweare-section{
   padding: 40px 0 80px;
   position: relative;
}

.whoweare-left1{padding: 0 0px 0 0px;position: relative;}
.who-image1{
  position: relative;
  z-index: -9;
}
.who-image2{
  position: absolute;
  z-index: 9;
  bottom: 90px;
  width: 60%;
}
.who-image2:before{
  content: "";
  position: absolute;
  left: -50px;
  top: -50px;
  bottom: -50px;
  z-index: -9;
  right: -50px;
  background-color: rgba(170, 77, 10, 0.04);
  backdrop-filter: blur(10px);
}
.whoweare-right2 p{
   color: #cdcdcd;
   font-size: 16px;
   font-weight: 500;
   line-height: 38px;
   letter-spacing: 0.2px;
   padding: 0;
}
.whoweare-right2 a{
  color: #000000;
  padding: 14px 35px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  background-color: #ffffff;
  display: block;
  font-size: 15px;
  transition: 0.5s all ease;
  width: fit-content;
  margin: 53px 0 0;
  z-index:9;
}
.whoweare-right2 a:before{
  content:"";
  position:absolute;
  left:0;
  background:#e1c281;
  top:0;
  width:3%;
  height:100%;
  z-index:-9;
  transition:0.6s ease-in;
}
.whoweare-right2:hover a:before{
  width:100%;
}
.whoweare-right2 strong{
   font-family: "Marcellus", serif;
   display: block;
   font-weight: 500;
   line-height: 70px;
   padding: 0 0 40px 0;
   color: #ffffff;
   font-size: 56px;
}
.whoweare-right2 span{
   margin: 20px 0;
   font-size: 14px;
   display: block;
   line-height: 22px;
   font-weight: 600;
   letter-spacing: 2px;
   color: #e1c281;
   text-transform: uppercase;
}
.whoweare-right2 i{
   display: block;
   z-index: 9;
   padding: 6px 0 0 0;
   text-align: center;
   position: relative;
   width: fit-content;
}
.whoweare-right2 i .bi{
  fill: #000000;
  height: 17px;
  width: 17px;
  display: block;
  margin: 0px 0 0px 18px;
}
.whoweare-right2 i:before{
   content: "";
   height: 29px;
   width: 2px;
   position: absolute;
   left: 0%;
   transform: translateX(0%) skew(-25deg);
   background-color: #e1c281;
   top: 0px;
   z-index: -1;
   margin-left: 0px;
}
.whoweare-right2 i:after{
   content: "";
   height: 29px;
   width: 44px;
   position: absolute;
   left: 0px;
   transform: translateX(0%) skew(-25deg);
   background-color: #e1c281;
   top: 0px;
   z-index: -1;
   margin-left: 5px;
}

.content-aboutus{
  padding: 90px 0 0 0;
}
.content-aboutus h1{
  display: block;
  font-weight: 700;
  padding: 0px 0 50px 0;
  line-height: 77px;
  color: #000;
  text-align: center;
  font-size: 62px;
}
.content-aboutus h1 a{
  color: #000000;
}
.content-aboutus p{
  color: #393939;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.5px;
  text-align: justify;
  padding: 13px 0 0 0;
}
.content-aboutus h2,h3,h4,h5,h6{
  font-size: 20px;
  font-weight: 800;
  padding: 20px 14px 6px 14px;
  color: #000000;
  width: fit-content;
  margin: 10px 0 10px 0;
  border-bottom: 1px solid #000000;
}
.content-aboutus ul{
  margin:0;
  border-radius: 0px;
  padding: 21px 20px;
  background: linear-gradient(90deg, rgba(68, 59, 255, 1) 0%, rgb(239 253 255) 0%, rgb(220 239 245 / 40%) 100%);
  /* box-shadow: inset -2px -1px 12px 0px #1167824a; */
}
  .content-aboutus  ul li{
    list-style: none;
    color: #000000;
    margin: 14px 0;
    line-height: 28px;
    position:relative;
    padding: 0 0 0 0;
    font-size: 15px;
  }
 .content-aboutus  ul li em{
    display: inline-block;
    font-size: 15px;
    background: #08314f;
    color: #fff;
    border-radius: 30px;
    padding: 4px 10px;
    font-style: normal;
 }

  
.mission1{
  background: linear-gradient(45deg, #def6ff, #c5e6ff);
  border-radius: 29px;
  padding: 21px 20px;
  background: linear-gradient(90deg, rgb(68 59 255 / 31%) 0%, rgb(238 253 255) 0%, rgb(220 239 245 / 71%) 100%);
  box-shadow: inset -2px -1px 12px 0px #11678229;
  strong{
    font-size: 24px;
    color: #393939;
    margin: 0 0 10px 0;
    font-weight: 800;
    text-transform: capitalize;
    display: block;
  }
  ul li{
    list-style: none;
    color: #000000;
    margin: 10px 0;
    position:relative;
    padding: 0 0 0 22px;
  }
  ul li:before{
    content:"";
    position:absolute;
    border: 2px solid #d9f2f8;
    background: #08314f;
    outline: 1px solid #08314f;
    height:10px;
    width:10px;
    border-radius: 50px;
    left: 0;
    top: 8px;
  }
} 
/* end who we are section */


/* start services section */

.ourservices-section{
  padding: 60px 0 60px;
  background: #efefef;
}
.heading-services{
  strong {
    font-size: 55px;
    font-weight: 900;
    color: #000;
    text-transform: capitalize;
  } 
  p{
    color: #515151;
    font-size: 15px;
    margin: 0 auto 10px;
    display: block;
    font-weight: 500;
    width: fit-content;
  } 
}
.ourservices-1{
  padding: 13px;
}

.ourservices-2 a{
  position: relative;
  padding: 33px 20px 33px 20px;
  justify-content: center;
  border-radius: 20px;
  align-items: center;
  background: #fff;
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  atch-icon{color:var(--icon-css);
  transform:scale(0.7);
  position:relative;
  margin:-5px -2px -5px -4px;
  user-select:none;
  vertical-align:baseline;
  cursor:pointer;&:
  hover{color:var(--icon-css-hover)}}
/*# sourceURL=devtools://devtools/bundled/ui/legacy/components/inline_editor/cssShadowSwatch.css */0 0 10px 4px #c1c1c12b;
  display: flex;
}
.ourservices-2 strong{
  position: relative;
  padding: 0 0 0 0px;
  color: #292929;
  text-align: left;
  font-weight: 600;
  font-size: 19px;
  text-transform: capitalize;
  width: 70%;
}
.ourservices-2 strong p{
  font-size: 15px;
  color: #008877;
  text-transform: uppercase;
}

.ourservices-2 span{
  width: 30%;
  text-align: right;
}
.ourservices-2 span svg{
  height: 60px;
  width: 62px;
}
/* end services section*/

/* start category section  */

.categoryserv-section{
  padding: 90px 0 120px 0;
  background: #08314f;
  position:relative;
  z-index:9;
}
.categoryserv-section:before{
  content:"";
  background:url(images/bg-image-insurance.png) no-repeat;
  position:absolute;
  left:0;
  right:0;
  margin:0 auto;
  top: 0;
  height:100%;
  width:100%;
  bottom: 130px;
  opacity: 10%;
  z-index:-9;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
}
.heading-category{
  font-size: 38px;
  font-weight: 900;
  padding: 0px 0 40px;
  color:#fff;
  text-transform: uppercase;
  text-align: center;
}
.categorysrv-1{
 
}
.categorysrv-2{
  a{
    background: #fff;
    display: block;
    border-radius: 20px;
    padding: 13px 12px;
    transition: transform 0.3s ease;
    margin: 0 auto;
  }
  img{
    height: 72px;
  }
  strong{
    padding: 16px 0 0;
    font-size: 17px;
    color: #525252;
  }
  
}
  .categorysrv-2:hover a{
    animation: smoothBounce 0.6s infinite ease forwards;
  }
@keyframes smoothBounce {
  0% {
    transform: translateY(10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(10px);
  }
}
.links-insurance {
  margin: 50px auto 0px;
  text-align:center;
}
.links-insurance a{
  border: 1px solid #ffffff5e;
  color:#fff;
  font-size: 22px;
  border-radius:30px;
  padding: 7px 39px;
  display:inline-block;
  margin:0 10px;
  text-transform:capitalize;
  box-shadow: inset 0px 0px 8px 1px #b1deff;
}
.categorysrv-1{
  padding:10px;
}
/* end category section  */

/* start testimonials section  */


.testimonials-section{
  padding: 80px 0 110px;
}
.testimonials-left{
  padding: 0 0 0 50px;
}
.text-client span{
  font-size: 14px;
  display: block;
  padding: 0px 0 6px 0;
  font-weight: 600;
  letter-spacing: 2px;
  color: #000000;
  text-transform: uppercase;
}
.text-client strong{
  display: block;
  font-weight: 800;
  text-transform: capitalize;
  padding: 0;
  color: #000000;
  font-size: 43px;
  line-height: 63px;
}
.text-client i{
   display: block;
   z-index: 9;
   padding: 6px 0 20px 0;
   text-align: center;
   position: relative;
   width: fit-content;
}
.text-client i .bi{
  fill:#ffffff;
  height: 17px;
  width: 17px;
  display: block;
  margin: 0px 0 0px 18px;
}
.text-client i:before{
   content: "";
   height: 29px;
   width: 2px;
   position: absolute;
   left: 0%;
   transform: translateX(0%) skew(-25deg);
   background-color: #64b9f2;
   top: 0px;
   z-index: -1;
   margin-left: 0px;
}
.text-client i:after{
   content: "";
   height: 29px;
   width: 44px;
   position: absolute;
   left: 0px;
   transform: translateX(0%) skew(-25deg);
   background-color: #64b9f2;
   top: 0px;
   z-index: -1;
   margin-left: 5px;
}

.testimonials-right{position: relative;z-index: 9;}

.client-1{
  padding: 10px;
}
.client-2{
  padding: 30px 20px;
  text-align: center;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
}
.client-2 i{
  position:absolute;
  right: -0px;
  color: #fff;
  height:100px;
  background: #2c1b0b;
  width:100px;
  border-radius: 0% 0px 0px 100%;
  top: -30px;
}
.client-2 i .bi{
  height: 34px;
  width: 34px;
  color: #ffd080;
  margin: 46px 0px 0px 30px;
}

.client-2 p{
  color: #4b4b4b;
  font-weight: 500;
  line-height: 33px;
  font-size: 15px;
  padding: 0;
}
.client-2 img{
  border-radius: 50%;
  margin: 0 auto;
  width: 60px;
}
.owl-carousel .owl-item img{
  width: 80px;
}
.client-2 strong{
  position:relative;
  padding: 8px 0 7px;
  text-transform: capitalize;
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  background: #08314f;
  margin: 0;
  display: block;
}
.client-2 strong em{
  font-style: normal;
  text-transform: uppercase;
  color: #424242;
  display: block;
  padding: 5px 0 0;
  margin: 0;
  font-size: 13px;
}
.owl-carousel .owl-nav button.owl-next{
  right: 0;
  position: absolute;
  height: 45px;
  width: 27px;
  background: #ed5d705e;
  padding: 0 0 6px 0 !important;
  font-size: 38px;
  line-height: 0px;
  display: inline-block;
  top: 140px;
}
.owl-carousel .owl-nav button.owl-prev{
  left: 0;
  position: absolute;
  height: 45px;
  width: 27px;
  background: #ed5d7040;
  padding: 0 0 6px 0 !important;
  font-size: 38px;
  line-height: 0px;
  display: inline-block;
  top: 140px;
}
.owl-nav, .owl-dots{
  display:none;
  transition:0.4s ease-in;
}
.client-testimonials2:hover .owl-nav{
  display:block;
}

/* end testimonials section  */

 /* start other services section */

.otherservices-section{  
}
.other-services1  p{
  position: absolute;
  z-index: 9;
  color: #fff;
  font-weight: 700;
  width: 100%;
  top: 20px;
  text-align: center;
  font-size: 25px;
  text-shadow: -1px 2px 0px #4b4b4b;
  text-transform: capitalize;
}
.other-services1 img{
  width:100%;
}
 /* end other services section */

/* start footer section  */

.footer{
  position: relative;
  padding: 40px 0 0px;
  z-index: 9;
  background: #000;
  border-bottom: 1px solid #0e0e0e;
  background-size: cover;
}
.con{
  border-top: 1px solid #0e0e0e;
  padding: 13px 0px;
  margin: 20px 0 0;
}
.footer-left1{
  padding: 0;
}
.footer-contact{margin: 20px 0 0;padding: 10px 0 0 0;}

.footercontact-left1{
  padding: 0 0px 0 10px;
}
.footercontact-right1{padding: 0 0px 0 0px;}
.footercontact-right2 ul li b{
  font-weight: 400;
  display: block;
}
.footer-right1{
  padding: 0 20px 0 0px;
}
.footer-right2{
  padding: 0px 0 0 0px;
}
.footer-right2 strong{
  font-size: 17px;
  display: block;
  padding: 0px 0 3px;
  width:fit-content;
  margin: 0 auto 14px 0;
  border-bottom: 2px solid #5e5e5e;
  color: #ffffff;
}
.footer-line strong {
  font-weight: 900;
  color: #bfbfbf;
  text-transform: capitalize;
  font-size: 19px;
  border-left: 2px solid #78d0ff;
  padding: 0 0 0px 10px;
  margin: 0 0 17px;
  display: block;
  text-align: left;
}
.footer-line ul li{
  list-style: none;
  padding: 0px 0px 0px 25px;
  margin: 13px 0 14px;
  font-size: 15px;
  text-align: left;
  color: #fff;
  text-transform: capitalize;
  position:relative;
}
.footer-line li a{
  color: #bfbfbf;
  display: block;
  text-align: left;
}
.footer-line li:before {
  position: absolute;
  color: #636363;
  top: -6px;
  text-align: center;
  left: 0;
  font-size: 35px;
  content: "\1808";
  line-height: normal;
  font-family: 'Glyphicons Halflings';
  border-radius: 50%;
}
.phone-footer a{
  color: #fff;
  padding: 3px 0 0;
}
.phone-footer a svg{
  height:30px;
  width:30px;
}
.location-footer span{
  background: #d8d8d8;
  height: 33px;
  width: 33px;
  display: block;
  margin: 0 auto;
  border-radius: 50%;
  line-height: 39px;
}
.location-footer span .bi{
  height: 18px;
  width: 18px;
  fill: #000000;
}

.location-footer aside{
  color: #fff;
  font-size: 16px;
  padding: 10px 0 0;
}

.social-icons ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px 0 10px;
  margin: 0 0px;
  position:relative;
}
.social-icons ul li:before{
  content:"";
  position:absolute;
  width:100%;
  top: 10px;
  left: -42px;
  background: #532e0c;
}
.social-icons ul li:nth-child(1):before{
  display:none;
}
.social-icons ul li a {
  border-radius: 7px;
  display: block;
  position:relative;
  color: #ffecc9;
}
.social-icons ul li a .bi {
  height: 17px;
  width: 17px;
  fill: #d8d8d8;
}

.footer-right2 p{
  color: #aaaaaa;
  text-align: center;
  line-height:30px;
  font-size: 14px;
  text-align: left;
}
.copy-right{
  background: #000000;
}
.copy-right p {
  color: #989898;
  font-weight: 400;
  font-size: 14px;
  display: block;
}
/* end footer section*/

/* start contact us section */

.getintouch{
  padding: 60px 0 100px;
}
.getin-map iframe{
  height: 460px;
}
.getin-left1{
  padding: 0;
}
.getin-left2{
  padding: 30px 40px;
  background:#08314f;
}
.getin-left2 strong{
  color: #ffffff;
  font-size: 32px;
  text-transform: capitalize;
  display: block;
  text-align: left;
  padding: 0 0px 0 0px;
  position: relative;
  font-weight: 700;
  width: fit-content;
  margin: 0 0 15px;
}

.contac-rr {
  padding: 0px 0px 0px 0px;
  margin: 0;
  text-align: left;
}
.form-group1 {
   padding: 8px 5px;
   margin: 0px 0px 4px;
   position: relative;
}
input.form-control1 {
   color: #ffffff;
}
.form-control1 {
  height: 44px;
  border: 0;
  background: #ffffff00;
  display: block;
  color: #ffffff;
  letter-spacing: 0.5px;
  border: 1px solid #003e70;
  width: 100%;
  padding: 9px 7px 7px 7px;
  font-size: 15px;
  font-weight: 400;
}
textarea.form-control1 {
  height: 80px;
  padding: 20px 7px;
}

.form-group1 span{
  margin: 0;
}
.btn-group{
  padding: 20px 0 0;
  margin: 0;
  display: block;
}
.btn-group>.btn{
  color: #000000;
  padding: 14px 35px;
  letter-spacing: 2px;
  position: relative;
  text-transform: uppercase;
  background-color: #ebf5fd;
  display: block;
  font-size: 15px;
  transition: 0.5s all ease;
  width: fit-content;
  margin: 0 0 0 auto;
  z-index: 9;
  border-radius:0;
}

.form-group1  .place::-webkit-input-placeholder{
  color: #ebf5fd;
  padding-left:10px;
  font-size:15px;
  letter-spacing:0.5px;
  text-transform:captilize;
  font-weight:500;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.btn:active:focus, .btn:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -0px;
}
.selectbox{
  border: 1px solid #fff;
  margin: 20px 0 0;
  padding: 20px 40px 20px;
}
.gchoice{
  margin:10px 0 0 0;
}
.gfield-choice-input{
  height:20px;
  width:20px;
  margin: 0px 0;
}
.selectbox b{
  color: #b5deff;
  background: #08314f;
  font-size: 16px;
  font-weight: 400;
  width: fit-content;
  padding: 4px 10px;
  display: block;
  margin: -35px auto 20px 0px;
}
.gfield_checkbox  label{
  color:#d8d8d8;
}

.details-1{
  padding: 10px;
}
.getin-map{
  padding: 0 40px 0 0px;
}
.img-contact img{
  border-radius: 40px;
}
.details-2{
  padding: 30px;
  margin: 50px 0 0;
  background: #ebf5fd;
}
.details-2 a{
  display:block;
  position: relative;
  text-transform: capitalize;
  padding: 37px 0px;
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  border-bottom: 1px solid #a5a5a5;
  letter-spacing: 0.5px;
}
.details-2 a:last-child{border:0;}
.details-2 a svg{
  height: 25px;
  font-weight: 500;
  margin: 0 8px 0 0;
  fill: #1f7cc0;
  width: 25px;
}
.details-2 a svg path:focus{
  outline:0;
  fill: #1f7cc0;
}
.details-2 a .bi{
  height: 23px;
  width: 23px;
  margin: 0px 10px -1px 0;
  text-align: center;
  color: #3d627d;
}

.details-2 p{
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  color: #000000;
  padding: 0px 0 0 36px;
  margin: 30px 0 0 0;
  position: relative;
  text-transform: capitalize;
}
.details-2 p .bi{
  color: #e1c281;
  height: 25px;
  width: 25px;
  position: absolute;
  left: 0;
  top: 0px;
}
.design-contact{padding: 0;}


.head-office{
  padding: 0;
}
.head-office aside{
  padding: 20px 10px;
  border: 1px solid #e1e1e1;
  text-align: center;
}
.head-office aside strong{
  font-size: 28px;
  text-transform: capitalize;
}
.head-office aside p{
  color: #5a5a5a;
  text-transform: capitalize;
  font-size: 26px;
  line-height: 41px;
}
.head-office aside p b{
  font-weight:600;
  color:#3b3b3b;
}
/* end contact us section */

 /*  start truck insurance specialist section   */

.truck-spe:before{
  position:absolute;
  content:"";
  height: 80%;
  width: 100%;
  border:1px solid;
  left:0;
  right:0;
  top: 60px;
  z-index: -9;
  margin:0 auto;
}
.truck-specialist{
  padding: 20px 0 70px;
}
.truck-right1{
  padding: 0 66px 0 60px;
}
.truck-specialist-text strong{
  font-size: 25px;
  line-height: 42px;
  font-weight: 900;
  color: #000;
  text-transform: capitalize;
}
.truck-specialist-text p{
  font-size: 17px;
  color: #5a5a5a;
  padding: 10px 0 0;
  line-height: 34px;
}
.truck-specialist-text p a{
  display: inline-block;
  border: 0;
  color: #127bbe;
  padding: 0;
  font-weight: normal;
  font-size: large;
  box-shadow: none;
  margin: 0;
}
.truck-specialist-text a{
  background: #fff;
  border: 1px solid #127bbe;
  padding: 12px 66px;
  font-size: 23px;
  font-weight: 700;
  margin: 30px auto 0 0;
  width: fit-content;
  display: block;
  box-shadow: 6px -4px 0 #127bbe;
}
.truck-left1{
  padding: 0 0 0 80px;
}



/*  end truck insurance specialist section   */

/* start bread crumb section */

.bread-crumb{
  position: relative;
  padding: 0;
  z-index: 9;
  background: #08314f;
}
.bread-crumb:before{
  content: "";
  background: url(images/bg.jpg);
  background-attachment:fixed;
  background-position: center;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  right: 0;
  z-index: -9;
  top: 0;
  opacity: 70%;
}
.breadcrumb-section{
  padding: 90px 0;
  position: relative;
}
.breadcrumb-section h1{
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 700;
}
.breadcrumb-section h1 a{
  color: #ffffff;
}
.breadcrumb-section h1 a b{
  font-weight: 700;
  color: #ffc035;
}
.breadcrumb-section p{position: absolute;top: 90px;right: 0;}
.breadcrumb-section .home{
  color: #000000;
  font-size: 14px;
  border-radius: 30px;
  padding: 7px 29px;
  display: block;
  margin: 0 10px;
  text-transform: capitalize;
  background: #fff;
  width: fit-content;
}
.breadcrumb-section .home svg{
  fill:#528ce0;
}
/* end bread crumb section  */




/*start media query*/

@media (max-width: 767px){
  body{text-align: center;}
  .tophead-left1{width: 45%;}
  .number-top{display:none;}
  .navigation1{width:100%}
  .top-list ul li:nth-child(1){display:none;}
  .social-icons, .top-list{text-align:center !Important;margin: 0 auto;padding: 0 0 10px;}
   .footer-right2 strong, .social-icons{padding:20px 0 0 ;}
  .insurance-type2 a, .insurance-type1{padding:20px !important;}
  .content-aboutus h1{font-size: 41px;line-height: 59px;}
  .heading-services strong{font-size: 40px;} 
  .cate-1{display:none;}
  .img-contact{display:none;}
  .getin-map{padding:0;}
  .footer-line ul li{display: block;padding: 0 22px;}
  .footer-left1{padding:0 0 30px;}
  .menu li{text-align:left;}
  .menu li a:before, .navbar-nav .nav-link.active:before{display:none;}
  .left-header1{padding:0 20px;}
  .list-header{width:50%;text-align:left;}
  .ourservices-2 a{display:block;padding: 14px 17px 14px 17px;border-radius: 10px;}
  .ourservices-2 strong{width:100%;font-size: 16px;text-align: center;}
  .ourservices-2 span{width:100%;}
  .ourservices-2 span img{height:50px;}
  .links-insurance a:last-child{margin:20px 0 0 ;}
  .testimonials-left{padding:0 30px;}
  .testimonials-section { padding: 80px 0 00px;}
  .getintouch{padding:0;}
  .breadcrumb-section p{position:relative;margin: 9px auto 0;top:0;left: 0;width: fit-content;}
  .breadcrumb-section h1{text-align:center;font-size: 31px;}
  .breadcrumb-section{padding:30px 0;}
  .ourservices-1{padding: 8px;}
  .categoryserv-section{padding:50px 0;}
  .content-aboutus ul li em{display:block;margin: 0 0 10px 0;}
  .text-client strong{line-height: normal;font-size: 36px;}
  .text-client i{margin:0 auto;}
 .truck-left1{padding: 0 10px 0px;}
   .truck-right1{padding: 20px 10px 40px;}
  .truck-specialist-text a{padding:10px;margin:0 auto;}
  .truck-specialist-text strong{font-size: 19px;line-height: 30px;}


}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tophead-left1{width: 28%;}
  .number-top{display:none;}
  .navigation1{width:100%}
  .top-list ul li{font-size: 13px;}
  .social-icons, .top-list{margin:0;text-align:center !Important;margin: 0 auto;}
  .insurance-type2 a, .insurance-type1{padding:20px !important;}
  .content-aboutus h1{font-size: 47px;line-height: 59px;}
  .heading-services strong{font-size: 40px;} 
  .cate-1{display:none;}
  .img-contact{display:none;}
  .getin-map{padding:0;}
  .footer-line ul li{display: block;}
  .footer-left1{padding: 30px 0 30px;}
    .menu li{text-align:left;}
  .menu li a:before, .navbar-nav .nav-link.active:before{display:none;}
  .content-aboutus h1{font-size:30px;}
   .truck-left1{padding: 0 10px 0px;}
   .truck-right1{padding: 20px 10px 40px;}
  .truck-specialist-text a{padding: 10px;margin: 10px auto 0;}
  .truck-specialist-text strong{font-size: 22px;line-height: 36px;}
  .truck-specialist-text{text-align:center;}
  .truck-spe:before{top:50px;}

}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .menu li{padding: 6px 10px;}
  .number-top a:last-child{display:none;}
  .navigation1{width: 55%;}
  .number-top{width: 21%;}
  .text-client strong{font-size:40px;}
  .content-aboutus h1{font-size:60px;}
  

}
@media only screen and (min-width: 1201px) and (max-width: 1350px) {
  .menu li{padding: 6px 10px;}
 

}

@media (max-width: 575px) and (min-width: 0px) {
  .left-header1 strong{font-size: 27px;line-height: 37px;}
  .social-media{display:none;}
  .list-header{width:100%;}
  .left-header1 ul li {margin: 12px 0;}
  .getin-left2 strong, .heading-category, .heading-services strong,.insurance-heading strong{font-size: 25px;}
  .insurance-type2 a, .insurance-type1 {padding: 8px !important;border-radius: 10px;}
  .whoweare-section{padding: 0px 0 80px;}
  .content-aboutus h1{font-size: 27px;padding: 0 0 20px;line-height: 36px;{font-size: 22px;};}
  .content-aboutus p{text-align:left;}
  .ourservices-2 span{margin: 0;text-align: center;}
  .categorysrv-1{width:50%;padding: 5px;}
  .links-insurance a{padding: 6px 20px;}
  .getin-left2{padding:20px;}
  .selectbox{padding:10px;}
  .tophead-left1{width:60%;}

 

  
} 
  


@media (max-width: 420px) and (min-width: 0px) {

}






