@charset "utf-8";
/*..............embedded fonts..............*/

@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100..900&display=swap');

/*..............embedded fonts..............*/
/*font-family: "Urbanist", sans-serif;*/
/*..............custom fonts..............*/

:root{
    --purplle-deep: #280A47;
    --purplle: #8634DD;
    --yellow: #FFB73E;
    --pink: #FF4286;
    --off-white: #FEF9F8;
}
/*..............custom fonts..............*/

/*..............common styles..............*/
html{overflow-x: hidden;}
body { margin: 0; padding: 0; font-family: "Urbanist", sans-serif; font-size:18px; color:#4F5679; overflow-x: hidden;}
h1, h2, h3, h4, h5, h6 { font-weight: 700; margin:0 0 20px; padding:0; color: #0B112E; font-family: "Urbanist", sans-serif;}
h1{ font-size: 60px;}
h2{ font-size: 60px;}
h3{ font-size: 30px;}
h4{ font-size: 26px;}
h5{ font-size: 22px;}
h6{ font-size: 20px;}
p{ font-size: 18px; color: #4F5679; margin:0 0 20px; padding:0; font-family: "Urbanist", sans-serif;}
img{ max-width: 100%;}
a, img{ border:0; text-decoration: none; outline: none;}
a, a:link, a:visited, a:focus, a:hover { /*color: #179ae2;*/ outline: none; text-decoration: none; transition:all 0.3s ease 0s;}
a:hover{ text-decoration:none;}

input, textarea, select{ font-family: "Urbanist", sans-serif; font-size: 16px; outline: none;}
input[type="submit"]{ font-family: "Urbanist", sans-serif; font-weight: 500; font-size: 16px; transition:all 0.3s ease 0s; outline: none;}


/* --- Button Styles --- */
.btn { border: 0; display: inline-block; vertical-align: top; background: linear-gradient(45deg, var(--purplle), var(--pink)); color: #fff; 
    padding: 15px 50px; font-size: 20px; text-transform: capitalize; font-weight: 600; border-radius: 50px; position: relative; transition: all 0.6s ease-in-out 0s; overflow: hidden; box-shadow: 0 3px 16px 2px rgba(232, 60, 122, 0.5);}
.btn:before{width: 0; background: rgba(255,255,255,0.4); opacity: 0.3; left: 0; top: 0; height: 100%; content: ""; position: absolute; transition: all 0.6s ease-in-out 0s;}
.btn:hover:before{width: 100%;}
.btn.border { background:none; color: var(--purplle); border: 2px solid var(--purplle); }
.btn.rounded { border-radius: 5px;}
.btn.medium-size { /* Your custom Styles */ }
.btn.large-size { /* Your custom Styles */}

.btn:hover{color: #fff;}
.btn:focus, button:focus{outline: none;}

/* --- Button Styles --- */


/*..............common styles..............*/

.sec-gapTop{/*padding-top: 100px;*/ padding-top: 70px;}
.sec-gapBottom{/*padding-bottom: 100px;*/ padding-bottom: 70px;}

.sec-gapTopLg{/*padding-top: 70px;*/ padding-top: 50px;}
.sec-gapBottomLg{/*padding-bottom: 70px;*/ padding-bottom: 50px;}

.sec-gapTopMd{/*padding-top: 50px;*/ padding-top: 35px;}
.sec-gapBottomMd{/*padding-bottom: 50px;*/ padding-bottom: 35px;}

.sec-gapTopsm{/*padding-top: 25px;*/ padding-top: 20px;}
.sec-gapBottomsm{/*padding-bottom: 25px;*/ padding-bottom: 20px;}

/*section{overflow-x: hidden; overflow-y: auto;}*/
.commonBg{background-size: cover; background-repeat: no-repeat; background-position: center center;}
.purplle-overlay{position: relative;}
.purplle-overlay:before{position: absolute; top: 0; left: 0; background-color: rgba(40, 10, 71, 0.9); content: ""; width: 100%; height: 100%;}
.purplle-overlay .row{position: relative;}

.off-whiteBg{background-color: var(--off-white);}
.purplle-deepBg{background-color: var(--purplle-deep);}
.off-yellowBg{background-color: #fff9f0;}

.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white h5, .text-white h6, .text-white p, .text-white .text-style{color: #fff;}

.click { display:none; color: #000; float: right; font-size: 28px;}
.main_menu a.closebtn{
    display: none;
    }

/*for header css*/
.main-header { /*background: rgba(30, 30, 34, 0.9);*/ padding: 15px 0 0; position: absolute; top: 0; left: 0; width: 100%; z-index: 2;}
.headerRow{display: flex; justify-content: space-between; align-items: center;}

.main_menu ul { margin: 0; padding: 0; list-style: none;}
.main_menu ul li { list-style: none; display: inline-block; vertical-align: top; margin: 0 25px; font-size: 20px; text-transform: capitalize; position: relative; font-weight: 500;}
.main_menu ul li ul.sub-menu {width: 180px; position: absolute; top: 55px; left: 0; background-color: #fff1e0; display: none;} 
.main_menu ul li:hover ul.sub-menu { display: block;} 
.main_menu ul li ul.sub-menu li{width: 100%; margin: 0 0px; font-size: 16px; border-bottom: 1px solid #fff;}
.main_menu ul li ul.sub-menu li:last-child{ border-bottom: none;}
.main_menu ul li ul.sub-menu li a{padding: 4px 10px;}
.main_menu ul li ul.sub-menu li a:hover{background-color: var(--pink); color: #fff;}
.main_menu ul li a { display: block; padding: 15px 0; color: #0B112E;}
.main_menu ul li:hover a, .main_menu ul li.current-menu-item a { color: var(--pink);}

.main_menu ul li.menu-item-has-children span { position: absolute; top: 15px; right: -15px; width: 10px; height: 24px;}
.main_menu ul li:last-child{margin-right: 0;}

.main_menu ul.menu>li:last-child{ background: linear-gradient(45deg, var(--purplle), var(--pink)); position: relative; border-radius: 50px;}
.main_menu ul.menu>li:last-child:before{background: linear-gradient(45deg, #F1E7FD, #FFDEEA); top: 2px; left: 2px; bottom: 2px; right: 2px; content: ""; position: absolute; border-radius: 50px;}
.main_menu ul.menu>li:last-child a { position: relative; color: var(--pink); padding: 15px 50px; z-index: 9;}
.main_menu ul.menu>li:last-child a:after{ width: 0;
    background: rgba(255, 255, 255, 0.6);
    opacity: 0.5;
    border-radius: 50px;
    left: 2px;
    top: 2px;
    bottom: 2px;
    height: calc(100% - 4px);
    content: "";
    position: absolute;
    transition: all 0.6s ease-in-out 0s; z-index: -1;}
.main_menu ul.menu>li:last-child a:hover:after{ width: calc(100% - 4px);}

/*for header css*/

.slider-wrap { position: relative; /*padding: 160px 0 60px;*/ padding: 120px 0 50px;}
.innerBann { position: relative; /*padding: 160px 0 60px;*/ padding: 120px 0 50px;}
.bannPic{padding: 76px;}
.bannContent h1{font-weight: 800;}
.bannBg{background: linear-gradient(136deg, rgb(255, 183, 62, 0), rgb(255, 183, 62, 10%), rgb(255, 183, 62, 6%)); border-radius: 0 0 150px 0;}
.bann-mainPic{border-radius: 70% 20px 20px 20px; max-width: 620px; overflow: hidden; margin-left: auto;}
.bann-shapTop{position: absolute; top: 0; left: 60px;}
.bann-shapBottom{position: absolute; bottom: 0px; right: 0px;}

.bannContent h1 span{color: var(--purplle); background: url(../images/text-shape.png) no-repeat center left; background-size: 100%; padding: 2px 15px;}
.bannQuick{position: absolute; left: 0; border-radius: 20px; background-color: rgba(255, 255, 255, 0.7); width: 195px; bottom: 200px; text-align: center; padding: 30px 30px; border: 3px solid rgba(255, 255, 255, 0.7);}
.bannTrusted{position: absolute; right: 21%; border-radius: 20px; background-color: rgba(255, 255, 255, 0.7); max-width: 381px; width: 100%; bottom: 10px; padding: 30px 30px; border: 3px solid rgba(255, 255, 255, 0.7); display: flex; flex-flow: row wrap; align-items: center;}
.bannIcon{width: 40px; height: 40px; border-radius: 50%; background-color: var(--pink); overflow: hidden; display: flex; align-items: center; justify-content: center; color: #fff;}
.bannIcon-title p{margin-bottom: 0; color: var(--purplle); font-size: 16px; font-weight: 600;}
.bannQuick .bannIcon{margin: 0 auto 15px;}
.bannTrusted .bannIcon-title{width: calc(100% - 40px); padding-left: 15px;}


/*for main sections css*/

.sec-titleRow{margin-bottom: 40px;}
.sec-titleRow h6{color: #98989A; text-transform: uppercase; font-size: 18px;}
.text-style{color: var(--purplle); background: url(../images/text-shape.png) no-repeat center left; background-size: 100%; /*padding: 2px 15px;*/ /*padding: 24px 20px;*/ /*padding: 27px 18px;*/ padding: 32px 18px;}
.hom-financial-pic{max-width: 710px;}
.image-radius{border-radius: 20px; overflow: hidden;}
.hom-financial-pic img{  transform-origin: bottom left;
    -ms-transform: skew(0deg, -3deg);
    -webkit-transform: skew(0deg, -3deg);
    transform: skew(0deg, -3deg); border-radius: 20px;}
.blockquote{border-left: 3px solid var(--purplle); padding-left: 30px; margin-bottom: 35px;}
.blockquote h5{line-height: 1.4; color: #4F5679; font-weight: 600;}

.hom-solutions-title{ max-width: 870px;}
.hom-solutionsRight{text-align: right;}

.hom-solutionsBox{position: relative; padding-top: 108%; border-radius: 20px; overflow: hidden;}
.hom-solutionsBox img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.hom-solutionsBox:before{bottom: 0; height: 50%; width: 100%; left: 0; content: ""; position: absolute; background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0)); z-index: 1;}
.hom-solutions-content{position: absolute; bottom: 30px; left: 0; padding: 0 15px 0px 30px; width: 100%; z-index: 9;}
.hom-solutions-content h3{margin-bottom: 0; font-weight: 700; color: #fff; text-transform: capitalize;}
.hom-solutions-content h3 a{color: #fff; border-left: 4px solid var(--yellow); padding-left: 15px;}
.hom-solutions-content h3 a:hover{color: var(--yellow); border-color: var(--purplle); border-color: #fff;}

.imageHover{overflow: hidden;}
.imageHover img{transition: all 0.6s ease-in-out 0s;}
.imageHover:hover img{transform: scale(1.1);}

.hom-successBg { position: absolute; right: 0; top: 0; bottom: 0; /*width: 46.7%;*/ width: 49.3%;} 
.hom-successBg>img{width: 100%; height: 100%; object-fit: cover; /*opacity: 0.1;*/}
.hom-successBg:after { background: rgb(27 5 51 / 95%); top: 0; left: 0; width: 100%; position: absolute; content: ""; height: 100%;}
.hom-successSec .row{position: relative;}

.hom-success-content {max-width: 690px;}
.processRow-gap { margin-top: 20px;}
.hom-successList ul{padding: 0; margin: 0; list-style: none;}
.hom-successList ul li{ margin-bottom: 30px; border-radius: 15px; border: 1px solid rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.04); padding: 45px 10px 45px 60px; color: #fff; font-size: 21px; position: relative; box-shadow: 0 0 10px 3px rgba(50, 5, 45, 0.45);
    backdrop-filter: blur(5px);}
.hom-successList ul li span{width: 80px; height: 80px; border-radius: 100%; border: 3px solid var(--yellow); background-color: #fff; position: absolute; left: -40px; top: 50%; transform: translateY(-50%); display: flex; align-items: center; justify-content: center;}
.hom-successList ul li span:after{width: 40px; height: 40px; border-radius: 100%; background-color: var(--yellow); position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); content: "";}
.hom-successList ul li span img { position: relative; z-index: 9;}
.hom-success-content.text-white .sec-titleRow h6 {color: #B6A6C8;}

.hom-process-top{width: 235px; height: 235px; border-radius: 100%; border: 2px dashed rgba(255,66,134,0.5); margin: 0 auto; position: relative; text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--off-white);
    transition: all 0.6s ease-in-out 0s;
    /*-webkit-animation: rotate 15s linear infinite;
    animation: rotate 15s linear infinite;*/
}
/*@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}*/
  .hom-process-top:hover {
    background-color: #f8c3d6;}
.hom-process-top:before{width: 180px; height: 180px; background-color: #fff; position: absolute; border-radius: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%); content: "";}
.hom-process-top:after{width: 90px; height: 90px; background: linear-gradient(90deg, #FDEAEB 50%, rgba(255,255,255,0) 50%); position: absolute; border-radius: 100%; top: 30%; left: 30%; transform: translate(-50%, -50%) rotate(-45deg); content: ""; z-index: 1; -webkit-animation: rotate 15s linear infinite; animation: rotate 20s linear infinite;}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.hom-process-top img{position: relative; z-index: 9;}
.hom-process-bottom{padding-top: 30px;}
.hom-process-bottom h3 a, .hom-team-content a{color: #0B112E;}
.hom-process-bottom h3 a:hover, .hom-team-content a:hover{color: var(--pink);}

.hom-processRow{position: relative;}
.hom-processRow:before{background: url(../images/step-curve-line.png) no-repeat center center; width: 100%; height: 100%; position: absolute; left: 0; bottom: 85px; content: "";}
.hom-processNumbur{width: 40px; height: 40px; background-color: var(--yellow); border-radius: 100%; display: flex; justify-content: center; align-items: center; font-size: 22px; font-weight: 600; color: #fff; position: absolute; left: 0; top: 50%; transform: translateY(-50%);  transition: all 0.6s ease-in-out 0s;}
.hom-processBox:hover .hom-processNumbur { background-color: var(--purplle);}
.hom-processBox{position: relative; }
.numbur-one {top: 47%;}
.numbur-two, .numbur-four{top: 24%;}

.hom-teamPic{ position: relative; padding-top: 87%; overflow: hidden;}
.hom-teamPic img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.hom-team-content h3{ margin-bottom: 15px;}
.hom-team-content h5{margin-bottom: 0; color: var(--purplle);}

.hom-teamSocial { width: 40px; position: absolute; right: 30px; top: 30px; transform: translateX(72px); transition: all 0.6s ease-in-out 0s;}
.hom-teamBox:hover .hom-teamSocial{transform: translateX(0px);}
.team-socialList{list-style: none; padding: 0; margin: 0;}
.team-socialList li{margin-bottom: 10px;}
.team-socialList li img{width: auto; height: auto; object-fit: contain; position: inherit; transform: scale(1); transition: inherit; transition: all 0.6s ease-in-out 0s;}
.imageHover:hover .team-socialList li img{transform: scale(1);}
.team-socialList li a{width: 40px; height: 40px; border-radius: 50px; overflow: hidden; display: flex; justify-content: center; align-items: center; background-color: #fff; transition: all 0.6s ease-in-out 0s;}
.team-socialList li a:hover{background-color: var(--purplle);}
.team-socialList li a:hover img{filter: brightness(0) invert(1);}

.hom-teamBox{border-radius: 20px; background-color: #fff; overflow: hidden; box-shadow: 0 0 11px -3px rgba(0, 0, 0, 0.1);}
.hom-teamBox:hover { box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.1); transition: all 0.6s ease-in-out 0s;}
.hom-team-content{padding: 30px 10px;}

.quoteBg{background: linear-gradient(136deg, rgb(255, 183, 62, 0), rgb(255, 183, 62, 10%), rgb(255, 183, 62, 6%));}

.hom-quoteForm .form-control{height: 60px; border-radius: 30px; border: 1px solid #CECECE; background-color: #fff; padding: 5px 20px;}
.hom-quoteForm textarea.form-control{height: auto; border-radius: 20px;}

.hom-quotePic{ padding: 0 76px 76px 76px; position: relative;}
.quote-mainPic { border-radius: 75% 20px 20px 20px; max-width: 620px; overflow: hidden; margin-left: auto;}
.quote-shapTop{ position: absolute; top: -40px; left: -95px;}
.quote-shapBottom { position: absolute; bottom: 0px; left: 0px;}
.hom-quote-halfCircle { position: absolute; top: 0; left: 0;}
.hom-quoteSec{overflow: hidden;}

.hom-quoteForm .form-control::placeholder {
  color: #A2ADA7;
  opacity: 0.8; 
}

.hom-quoteForm .form-control::-ms-input-placeholder {
  color: #A2ADA7;
}

/*for main sections css*/


/*for footer sections css*/


.ftr-top { /*padding: 100px 0;*/ padding: 70px 0;}
.ftr-logo { margin: 0 0 30px;}
.ftr-content { max-width: 370px;}
.ftr-top h4{margin-bottom: 30px; font-weight: 600; text-transform: capitalize;}
.ftr-menu ul { margin: 0; padding: 0; list-style: none;}
.ftr-menu ul li { text-transform:capitalize; margin-bottom: 15px;}
.ftr-menu ul li a { color: #fff; transition: all 0.6s ease-in-out 0s;}
.ftr-menu ul li a:hover{padding-left: 10px;}
.ftr-menu ul li a:hover, ul.copyrht-menu li a:hover, ul.adrs li a:hover{ color: var(--yellow);}


.ftr-btm { /*padding: 30px 0;*/ padding: 20px 0; color: #fff; border-top: 1px solid #594371;}
.ftr-btm p { margin-bottom: 0;}
ul.copyrht-menu { margin: 0; padding: 0; list-style: none; display: flex; flex-flow: row wrap; justify-content: flex-end;}
ul.copyrht-menu li { list-style: none; position: relative; padding: 0 10px; position: relative;}
ul.copyrht-menu li:after{width: 1px; height: 15px; background-color: #fff; content: ""; position: absolute; right: 0; top: 6px;}
ul.copyrht-menu li:last-child:after{ display: none;}
ul.copyrht-menu li:last-child { padding-right: 0;}
ul.copyrht-menu li a { color: #fff;}


ul.ftr-social { margin: 0 0 0px; padding: 0; list-style: none; display: flex; flex-flow: row wrap;}
ul.ftr-social li { list-style: none; margin-right: 10px;}
ul.ftr-social li a{ width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center;}
ul.ftr-social li a:hover {background-color: #9a0dd6; border: 1px solid #9a0dd6; }
ul.ftr-social li:last-child { margin-right: 0px;}
ul.ftr-social li a img{filter: brightness(0) invert(1);}

ul.adrs { margin: 0; padding: 0; list-style: none;}
ul.adrs li { margin: 0 0 30px; padding-left: 55px; position: relative; color: #fff;}
ul.adrs li span { position: absolute; left: 0; top: -3px; width: 40px; height: 40px; border-radius: 50px; overflow: hidden; background-color: #fff;     display: flex; justify-content: center; align-items: center;}
ul.adrs li a{color: #fff;}



/*for footer sections css*/

/*-- Inner-pages(Start) --*/

/*-- about-page(Start) --*/

.innerBann{height: 450px; position: relative; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; overflow: hidden;}
.innerBann:before{position: absolute; right: 0; top: 0; background: url(../images/inner-bann-overlay.png) no-repeat; max-width: 535px; height: 450px; bottom: 0; content: ""; width: 100%;}

.innerBannContent h1{margin-bottom: 0;}

.innerbann-shapRight{right: 75px; bottom: 112px; position: absolute;}
.innerbann-shapLeft{left: 0; position: absolute; bottom: 10px;}
.inner-bannCircle{right: 26%; position: absolute; bottom: 86px;}

.who-we-right ul{padding: 0; margin: 0; list-style: none; display: flex; flex-flow: row wrap; justify-content: space-between; align-items: flex-start;}
.who-we-right ul li{margin: 0 15px; width: 46%; position: relative; padding-top: 63%;}
.who-we-right ul li img{position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 20px; overflow: hidden;}
.who-we-right ul li:first-child { margin-top: 90px;}
.approachBox{background-color: #FBFBFB; padding: 40px 25px; border-radius: 10px; box-shadow: 0 0 11px -3px rgba(0, 0, 0, 0.1); transition: all 0.6s ease-in-out 0s; border: 1px solid #f6f6f6; height: 100%;}
.approachBox:hover{ box-shadow: 0 0 25px 4px rgba(0, 0, 0, 0.1); transition: all 0.6s ease-in-out 0s; border-color: var(--pink);background-color: #fff !important;}

.approach-icon{position: relative; width: 90px; height: 90px; padding: 20px;}
.approach-icon:after{width: 90px; height: 90px; background: linear-gradient(90deg, #FDEAEB 50%, rgba(255,255,255,0) 50%); position: absolute; border-radius: 100%; top: 0%; left: 0%; transform: translate(0%, 0%) rotate(-45deg); content: ""; z-index: 1; -webkit-animation: rotate 15s linear infinite; animation: rotate 20s linear infinite; z-index: -1;}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}

.approach-content{padding-top: 20px;}
.approach-content h5{ font-weight: 700; font-size: 24px;}
.approach-content h5 a{ color: #0B112E;}
.approach-content h5 a:hover{ color: var(--pink);}

.missionLeft{max-width: 580px;}
.missionVideo{position: relative; padding-top: 51%; border-radius: 20px; overflow: hidden; z-index: 9;}
.missionVideo img, .missionVideo video{width: 100%; height: 100%; object-fit: cover; position: absolute; top: 0; bottom: 0; left: 0;}
.mission-bottom-overlay:after{background-color: #fff; bottom: 0; left: 0; width: 100%; content: ""; position: absolute; height: calc(100% - 585px);}
.missionVideo:before{background-color: rgba(0,0,0,0.24); bottom: 0; top: 0; left: 0; width: 100%; height: 100%; content: ""; position: absolute; z-index: 1;}
.videoBtn{width: 114px; height: 114px; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background-color: #fff; border-radius: 50%; display: flex; justify-content: center; align-items: center; color: var(--pink); font-size: 40px; z-index: 9;}
.videoBtn:after{ width: 200px; height: 200px; position: absolute; top: -45px; left: -45px; background-color: #fff; border-radius: 50%; content: ""; z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.videoBtn:hover{color: var(--purplle-deep);}

.missionVideo.hidden .videoBtn{display: none;}
.missionVideo.hidden:before{display: none;}

/*-- about-page(End) --*/

/*-- services-page(Start) --*/

.offer-box-list ul{
  padding: 0; margin: 0; list-style: none;
}
.offer-box-list ul li{width: 100%; border-radius: 20px; padding: 15px 25px; box-shadow: 0 0 10px -2px rgba(0,0,0,0.15); border: 1px solid #f6f6f6; transition: all 0.6s ease-in-out 0s; margin-bottom: 50px; position: relative; z-index: 1;}
.offer-box-list ul li:last-child{margin-bottom: 0; width: calc(100% - 80px);}
.offer-box-list.offer-boxR ul li:last-child{margin-left: auto;}
.offer-box-list ul li:hover{border: 1px solid var(--pink);}
.offer-box-list ul li a{width: 100%; display: flex; flex-flow: row wrap; align-items: center;}
.offer-boxIcon{width: 90px; height: 90px; display: flex; justify-content: center; align-items: center; position: relative;}
.offer-boxIcon:after{width: 80px; height: 80px; background: linear-gradient(90deg, #FDEAEB 50%, rgba(255,255,255,0) 50%); position: absolute; border-radius: 100%; top: 5px; left: 5px; transform: translate(0%, 0%) rotate(-45deg); content: ""; z-index: 1; -webkit-animation: rotate 15s linear infinite; animation: rotate 20s linear infinite; z-index: -1;}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.offer-boxContent{width: calc(100% - 110px); margin-left: 20px; padding-left: 20px; border-left: 3px solid var(--yellow);}
.offer-boxContent h3{margin-bottom: 0; font-weight: 700;}
.offer-boxMiddlePic{margin-bottom: 30px;}
.offer-boxMiddlePic img {
    transform: scale(1.5);margin-top: 20px;
}

/*-- services-page(End) --*/

/*-- Services-details-page(Start) --*/

.trust-partnerList ul{ padding: 0; margin: 0; display: flex; flex-flow: row wrap; justify-content: center; align-items: center; list-style: none;}
.trust-partnerList ul li{width: calc(20% - 10px); margin: 5px; text-align: center;}
.trust-partnerSec h6{text-transform: uppercase; font-weight: 700; letter-spacing: 2px;}
.help-btnRow a.btn:last-child{margin-left: 15px;}


.our-insurancesBox{ background-color: #FBFBFB; padding: 40px 25px; border-radius: 20px; box-shadow: 0 0 11px -3px rgba(0, 0, 0, 0.1); transition: all 0.6s ease-in-out 0s; border: 1px solid #f6f6f6; display: flex; flex-flow: row wrap; height: 100%;}
.our-insurancesBox:hover{border-color: var(--pink);} 
.our-insurancesIcon{width: 90px; height: 90px; position: relative; text-align: center;}
.our-insurancesIcon img{ position: relative; z-index: 9;}
.our-insurancesIcon:after{width: 80px; height: 80px; background: linear-gradient(90deg, #FDEAEB 50%, rgba(255,255,255,0) 50%); position: absolute; border-radius: 100%; top: -10px; left: 0; transform: translate(0%, 0%) rotate(-45deg); content: ""; z-index: 1; -webkit-animation: rotate 15s linear infinite; animation: rotate 20s linear infinite; z-index: 0;}
@keyframes rotate {
  0%{
    transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
  }
}
.our-insurancesContent{width: calc(100% - 90px); padding-left: 20px;}
.our-insurancesContent h3{ border-left: 3px solid var(--yellow); padding-left: 20px;}
.text-link{color: var(--pink); text-decoration: underline; font-weight: 600;}
.text-link:hover, .our-insurancesContent h3 a:hover{color: var(--purplle);}
.our-insurancesContent h3 a{color: #0B112E;}
.our-insurancesBox a.text-link {opacity: 0; visibility: hidden; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}
.our-insurancesBox:hover a.text-link {opacity: 1; visibility: visible; -webkit-transition: all 0.4s ease;-moz-transition: all 0.4s ease;-ms-transition: all 0.4s ease;-o-transition: all 0.4s ease;transition: all 0.4s ease;}

/*-- Services-details-page(End) --*/

/*-- Contact-page(Start) --*/

.any-timeLeft { max-width: 680px;}
.approach-icon.text-center{margin: 0 auto;}
.contact-infoSec .approach-content { max-width: 300px; margin: 0 auto;}
.approach-content p a{color: #4F5679;}
.approach-content p a:hover{color: var(--pink);}
ul.ftr-social.contact-social{justify-content: center;}
ul.ftr-social.contact-social li a{border-color: var(--pink); filter: brightness(1); transition: all 0.6s ease-in-out 0s;}
ul.ftr-social.contact-social li a:hover{/*background-color: #ffeaec;*/ background-color: var(--pink);}
ul.ftr-social.contact-social li a:hover img{ filter: brightness(10) invert(0);}
ul.ftr-social.contact-social li a img{ transition: all 0.6s ease-in-out 0s; filter: brightness(1);}
.contact-infoSec .approachBox{height: 100%;}
.contactMap{line-height: 0;}

/*-- Contact-page(End) --*/

/*-- not-found-page(Start) --*/
body.error404 header.main-header { position: relative;}
.not-foundBox{  background-color: #FBFBFB; padding: 40px 25px; border-radius: 10px; box-shadow: 0 0 11px -3px rgba(0, 0, 0, 0.1); border: 1px solid #f6f6f6;}
body.error404 .not-foundSec {
    min-height: 46.9vh;
}
body.error404 .not-foundSec .container, body.error404 .not-foundSec .row {
    height: 37.9vh;
}
/*-- not-found-page(End) --*/

/*-- New-css-(31-07-2024)Start --*/

.galleryPic { padding-top: 100%; border-radius: 20px; overflow: hidden;}
.galleryPic>img{ position: absolute; width: 100%; height: 100%; object-fit: cover; left: 0; top: 0;}
.galleryContent {  padding-top: 25px;}
.galleryContent h4 a{color: #0B112E;}
.galleryContent h4 a:hover{color: var(--pink);}

.full-anchor {position: absolute; top: 0; bottom: 0; width: 100%; height: 100%; cursor: pointer; display: block; left: 0; right: 0; z-index: 5;}
.even-zoomIcon{ position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; background-color: var(--yellow); border-radius: 100px; overflow: hidden; display: flex; justify-content: center; align-items: center; /*opacity: 0; visibility: hidden;*/ transition: all 0.3s ease-in-out 0s; z-index: 1;} 
.even-zoomIcon img { width: 20px;}

/*-- New-css-(31-07-2024)End --*/

/*-- Inner-pages(End) --*/
/*Media Query css*/

@media only screen and ( min-width:1601px ) {
    .container { max-width: 1580px;}
    .bannContent h1{font-size: 80px;}
    

}

@media only screen and ( min-width:2560px ) {

    body{max-width: 1920px!important; margin: 0 auto!important;}
    header { max-width: 1920px; margin: 0 auto; }
    
}

@media only screen and ( max-width: 1850px ) {
    .quote-shapTop {left: -45px;}

}
@media only screen and ( max-width:1750px ) {
    .quote-shapTop {left: -7px;}
    .main_menu ul.menu>li:last-child a { padding: 15px 40px;}

}
@media only screen and ( max-width:1600px ) {
    h1, h2 { font-size: 55px;}
    .main_menu ul.menu>li:last-child a { padding: 10px 28px;}
    .main_menu ul li { margin: 0 18px;}
    .slider-wrap, .innerBann{ padding: 110px 0 50px;}
    
    .hom-processNumbur { width: 34px; height: 34px; left: -9px; font-size: 20px;}
    .numbur-one { top: 31%; }
    .numbur-two{top: 30%; /*top: 26%;*/}
    .hom-process-top { width: 220px; height: 220px;}
    .hom-successList ul li span { width: 60px; height: 60px; border-width: 2px; left: -30px;}
    .hom-successList ul li span:after { width: 30px; height: 30px;}
    .hom-successList ul li{padding: 30px 10px 30px 40px}
    /*.hom-successBg { width: 46.2%;}*/
    .btn { padding: 13px 40px;}
    .hom-quote-halfCircle { max-width: 450px;}
    .offer-boxContent h3 { font-size: 26px;}
    .hom-solutions-content h3 { font-size: 25px;}
    /*.hom-processRow:before{background-size: contain;}*/
    .who-we-right ul li { margin: 0 10px;}
    .approachBox { padding: 30px 25px;}
    .hom-teamSocial { right: 20px; top: 20px;}
    .team-socialList li a { width: 36px; height: 36px;}
    .hom-teamSocial {width: 38px;}

    .sec-gapTop{ padding-top: 60px;}
    .sec-gapBottom{ padding-bottom: 60px;}

    .sec-gapTopLg{ padding-top: 40px;}
    .sec-gapBottomLg{ padding-bottom: 40px;}

    .sec-gapTopMd{ padding-top: 30px;}
    .sec-gapBottomMd{ padding-bottom: 30px;}

    .sec-gapTopsm{ padding-top: 20px;}
    .sec-gapBottomsm{ padding-bottom: 20px;}


}
@media only screen and ( max-width:1440px ) {
    h1, h2 { font-size: 50px;}
    .quote-shapTop { top: -60px;}
    .main_menu ul.menu>li:last-child a { padding: 8px 25px;}
    .main_menu ul li a { padding: 11px 0;}
    .main_menu ul li { margin: 0 15px; font-size: 18px;}
    .bannQuick { border-radius: 15px; padding: 20px 15px; border-width: 2px;}
    .bannTrusted { border-radius: 15px; padding: 20px 20px; border-width: 2px;}
    .bann-shapTop, .quote-shapTop, .innerbann-shapRight { max-width: 200px;}
    .bann-shapBottom, .quote-shapBottom { max-width: 75px;}

    /*.hom-successList ul li span { width: 60px; height: 60px; border-width: 2px; left: -30px;}
    .hom-successList ul li span:after { width: 30px; height: 30px;}*/
    .hom-successList ul li { border-radius: 10px; /*padding: 30px 10px 30px 40px;*/ padding: 20px 5px 20px 35px; font-size: 19px;}
    .btn { padding: 12px 30px; font-size: 18px;}
    .hom-quote-halfCircle { max-width: 350px;}
    .hom-quotePic { padding: 0 56px 56px 56px;}
    .bannPic { padding: 56px;}
    .ftr-menu ul li { margin-bottom: 10px;}
    ul.ftr-social li a { width: 36px; height: 36px;}
    ul.adrs li span{width: 36px; height: 36px;}
    ul.adrs li { margin: 0 0 25px; padding-left: 50px;}



    /*.sec-gapTop{padding-top: 80px;}
    .sec-gapBottom{padding-bottom: 80px;}

    .sec-gapTopLg{padding-top: 50px;}
    .sec-gapBottomLg{padding-bottom: 50px;}

    .sec-gapTopMd{padding-top: 40px;}
    .sec-gapBottomMd{padding-bottom: 40px;}*/

    /*.sec-gapTopsm{padding-top: 25px;}
    .sec-gapBottomsm{padding-bottom: 25px;}*/

    .ftr-top { padding: 80px 0;}
    .offer-boxContent h3 { font-size: 25px;}
    .hom-solutions-content { padding: 0 10px 0px 10px;}
    .hom-solutions-content h3 a { border-width: 3px; padding-left: 10px;}
    .hom-solutions-content h3 {font-size: 23px;}
    .hom-successList ul li span { width: 50px; height: 50px; left: -25px;}
    .hom-successList ul li span:after {  width: 25px;  height: 25px;}
    .hom-successList ul li span img {  width: 19px;}
    .approachBox { padding: 20px 20px;}
    .videoBtn { width: 100px; height: 100px; font-size: 30px;}
    .videoBtn:after { width: 150px; height: 150px; top: -25px; left: -25px;}
    .hom-teamSocial { right: 5px; top: 10px;}
    .team-socialList li a { width: 30px; height: 30px;}
    .hom-teamSocial {width: 32px;}
    .main_menu ul li.menu-item-has-children span {top: 11px;}
    .main_menu ul li ul.sub-menu { width: 180px; top: 49px;}



}
@media only screen and ( max-width:1399px ) {
    h1, h2 { font-size: 45px;}

    h3{ font-size: 28px;}
    h4{ font-size: 24px;}
    h5{ font-size: 20px;}
    h6{ font-size: 19px;}
    p, body{ font-size: 17px;}



/*h3{ font-size: 30px;}
h4{ font-size: 26px;}
h5{ font-size: 22px;}
h6{ font-size: 20px;}
p{ font-size: 18px; color: #4F5679;}*/

    .hom-process-top { width: 200px; height: 200px;}
    .hom-process-top:before { width: 160px; height: 160px;}
    .numbur-one { top: 22%;}
    .numbur-two {top: 34%;}
    .numbur-four {top: 21%;}
    .bann-shapTop, .quote-shapTop, .innerbann-shapRight { max-width: 160px;}
    .bann-shapBottom, .quote-shapBottom  { max-width: 60px;}
    .hom-quotePic { padding: 0 30px 30px 30px;}
    .bannPic { padding: 30px;}
    .offer-box-list ul li{padding: 10px 15px; margin-bottom: 30px;}
    .offer-box-list ul li:last-child { width: calc(100% - 40px);}
    .offer-boxContent h3 { font-size: 24px;}
    .bann-shapBottom { bottom: -10px; right: -10px;}
    .bannQuick { border-radius: 10px;  padding: 10px 10px;}
    .bannTrusted { border-radius: 10px; padding: 10px 10px; bottom: 0px; right: 16%;}
    .bannQuick .bannIcon { margin: 0 auto 7px;}
    .bannIcon { width: 30px; height: 30px;}
    .bannTrusted .bannIcon-title { width: calc(100% - 30px); padding-left: 10px;}
    .logo { max-width: 250px;}
    .sec-titleRow h6 { font-size: 17px;}
    .blockquote { padding-left: 20px; border-width: 2px;}
    .hom-successList ul li { font-size: 18px; margin-bottom: 20px;}
    .hom-team-content { padding: 20px 7px;}
    .hom-team-content h3 { margin-bottom: 10px; font-size: 24px;}
    .approachBox { padding: 20px 15px;}
    .team-socialList li { margin-bottom: 7px;}

    .sec-gapTop{ padding-top: 50px;}
    .sec-gapBottom{ padding-bottom: 50px;}

    .sec-gapTopLg{ padding-top: 35px;}
    .sec-gapBottomLg{ padding-bottom: 35px;}

    .sec-gapTopMd{ padding-top: 25px;}
    .sec-gapBottomMd{ padding-bottom: 25px;}
    .quote-shapBottom { bottom: -10px; left: -10px;}

    

}
@media only screen and ( max-width:1199px ) {
    .hom-successBg { width: 49%;}
    h1, h2 { font-size: 40px;}

    h3{ font-size: 26px;}
    h4{ font-size: 23px;}
    h5{ font-size: 19px;}
    h6{ font-size: 18px;}
    p, body{ font-size: 16px;}

    /*h1, h2 { font-size: 45px;}

    h3{ font-size: 28px;}
    h4{ font-size: 24px;}
    h5{ font-size: 20px;}
    h6{ font-size: 19px;}
    p{ font-size: 17px;}*/
    .btn { padding: 10px 25px; font-size: 17px;}
    .bann-shapTop, .quote-shapTop, .innerbann-shapRight { max-width: 140px;}

    .bann-mainPic {border-radius: 70% 15px 15px 15px;}
    .image-radius, .hom-solutionsBox, .hom-teamBox{border-radius: 15px;}
    .hom-financial-pic img { border-radius: 15px;}

    .offer-box-list ul li:last-child {
    margin-bottom: 0;
    width: calc(100% - 20px);
}
.offer-box-list ul li { border-radius: 15px; padding: 10px 7px; margin-bottom: 15px;}
.offer-boxIcon {
    width: 70px;
    height: 70px;
}
.offer-boxIcon:after {
    width: 60px;
    height: 60px;
    top: 5px;
    left: 5px;
}
.offer-boxContent {
    width: calc(100% - 80px);
    margin-left: 10px;
    padding-left: 10px;
}
.offer-boxContent h3 { font-size: 22px;}
.offer-boxMiddlePic img {margin-top: 20px;}
.main_menu ul li {margin: 0 9px; font-size: 17px;}
.main_menu ul.menu>li:last-child a { padding: 8px 15px;}
.logo { max-width: 200px;}
.hom-quoteForm .form-control { height: 50px;}
.hom-quoteForm textarea.form-control { border-radius: 10px;}


/*.sec-gapTop{padding-top: 60px;}
.sec-gapBottom{padding-bottom: 60px;}

.sec-gapTopLg{padding-top: 40px;}
.sec-gapBottomLg{padding-bottom: 40px;}

.sec-gapTopMd{padding-top: 30px;}
.sec-gapBottomMd{padding-bottom: 30px;}

.sec-gapTopsm{padding-top: 20px;}
.sec-gapBottomsm{padding-bottom: 20px;}*/

    .sec-gapTop{ padding-top: 40px;}
    .sec-gapBottom{ padding-bottom: 40px;}

    .sec-gapTopLg{ padding-top: 30px;}
    .sec-gapBottomLg{ padding-bottom: 30px;}

    .sec-gapTopMd{ padding-top: 20px;}
    .sec-gapBottomMd{ padding-bottom: 20px;}



.hom-solutions-content h3 { font-size: 20px;}
.ftr-top { padding: 60px 0;}
    
    .hom-process-top {
        width: 180px;
        height: 180px;
    }
    .hom-process-top:before {
        width: 140px;
        height: 140px;
    }
    .hom-process-top:after {
    width: 80px;
    height: 80px;
    top: 25%;
    left: 25%;}
    .hom-processNumbur {
        width: 26px;
        height: 26px;
        left: -17px;
        font-size: 16px;
    }
    .numbur-one {
        top: 16%;
    }
        .numbur-two {
        top: 38%;
    }
    .numbur-three {
    top: 51%;
  }
  .hom-processNumbur{ left: -9px;}
  .hom-team-content h3 { font-size: 22px;}

  .innerBann {
    height: 350px;
}
.innerBann:before {
    max-width: 305px;
    height: 350px; background-size: cover;}
.inner-bannCircle {
    right: 31%;
    bottom: 46px;
    width: 67px;
}
.innerbann-shapLeft {
    bottom: 30px;
    max-width: 150px;
}
.who-we-right ul li img { border-radius: 15px;}
.who-we-right ul li {  margin: 0 7px;}
.ftr-logo { margin: 0 0 20px;}
.ftr-content {margin-bottom: 30px;}
.missionVideo { border-radius: 15px;}
.videoBtn { width: 80px; height: 80px; font-size: 24px;}
.videoBtn:after { width: 120px; height: 120px; top: -20px; left: -20px;}
.our-insurancesBox { padding: 30px 15px; border-radius: 15px;}
.team-socialList li a { width: 26px; height: 26px;}
.team-socialList li img{width: 13px; height: 13px;}
.hom-teamSocial {width: 28px;}
.not-foundBox { padding: 30px 15px;}


}



@media only screen and ( max-width:1024px ) {
.main_menu ul.menu>li:last-child:before { top: 1px; left: 1px; bottom: 1px; right: 1px;}

h1, h2 { font-size: 38px;}
    h3{ font-size: 24px;}
    h4{ font-size: 22px;}



    /*h1, h2 { font-size: 40px;}

    h3{ font-size: 26px;}
    h4{ font-size: 23px;}
    h5{ font-size: 19px;}
    h6{ font-size: 18px;}
    p, body{ font-size: 16px;}*/

    .sec-titleRow h6 { font-size: 16px; margin-bottom: 12px;}
    .hom-quoteForm .form-control { height: 46px; padding: 5px 12px;}


    .bannQuick { left: -10px; width: 130px; bottom: 190px; padding: 5px 5px; border-width: 1px;}
        .bannTrusted {
        border-radius: 6px;
        padding: 5px 5px;
        bottom: 10px;
        right: 18%;
        max-width: 377px;
        width: 69%; border-width: 1px;
    }
    .bannIcon-title p { font-size: 14px;}
        .bann-shapTop, .quote-shapTop, .innerbann-shapRight {
        max-width: 120px;
    }
        .bann-shapBottom, .quote-shapBottom {
        max-width: 50px;
    }
    .hom-solutions-content h3 {font-size: 20px;}
    .hom-solutions-content h3 a { border-width: 2px; padding-left: 7px;}

    .hom-successList ul li span {
        width: 44px;
        height: 44px;
        border-width: 1px;
        left: -22px;
    }
    .hom-successList ul li span:after {
        width: 22px;
        height: 22px;
    }
    .hom-successList ul li span img { width: 14px;}
    .hom-successList ul li { padding: 15px 5px 15px 30px; font-size: 17px; margin-bottom: 15px;}




}
@media only screen and ( max-width: 991px ) {
  h1, h2 { font-size: 34px;}
    h3{ font-size: 23px;}
    h4{ font-size: 21px;}


    /*h1, h2 { font-size: 38px;}
    h3{ font-size: 24px;}
    h4{ font-size: 22px;}

    h5{ font-size: 19px;}
    h6{ font-size: 18px;}
    p, body{ font-size: 16px;}*/

    .main_menu ul li a { padding: 6px 0;}
  .offer-boxMiddlePic img { margin-top: 0px; transform: scale(1);}
  .offer-box-list ul li:last-child { width: 100%;}

  .logo { /*max-width: 160px;*/ max-width: 153px;}
  .main_menu ul.menu>li:last-child a {padding: 5px 4px;}
  .main_menu ul li { margin: 0 4px; font-size: 14px;}
  .main_menu ul li.menu-item-has-children span { top: 5px; right: -8px; width: 6px; height: 16px;}
  .bannPic { padding: 0px;}
  .hom-quotePic { padding: 0 0px 0px 0px;}
  .bann-shapTop, .quote-shapTop, .innerbann-shapRight {
        max-width: 90px;
    }
    .bann-shapTop { top: -45px;}
    .bann-shapBottom, .quote-shapBottom {
        max-width: 40px;
    }
        .bann-shapBottom {
        bottom: -25px;
        right: -25px;
    }
    .quote-shapTop { top: -20px; left: -30px;}
    .quote-shapBottom {
    bottom: -25px;
    left: -25px;
  }
  .hom-quote-halfCircle {
        max-width: 300px;
    }
    /*.bannQuick { left: -10px; width: 130px; bottom: 190px; padding: 5px 5px; border-width: 1px;}
        .bannTrusted {
        border-radius: 6px;
        padding: 5px 5px;
        bottom: -23px;
        right: 8%;
        max-width: 377px;
        width: 89%; border-width: 1px;
    }
    .bannIcon-title p { font-size: 14px;}*/
    .bannTrusted {bottom: -23px; right: 8%; max-width: 377px; width: 87%;}


    /*.sec-gapTop{padding-top: 50px;}
    .sec-gapBottom{padding-bottom: 50px;}

    .sec-gapTopLg{padding-top: 30px;}
    .sec-gapBottomLg{padding-bottom: 30px;}

    .sec-gapTopMd{padding-top: 25px;}
    .sec-gapBottomMd{padding-bottom: 25px;}*/

    /*.sec-gapTopsm{padding-top: 20px;}
    .sec-gapBottomsm{padding-bottom: 20px;}*/


    .sec-gapTop{ padding-top: 35px;}
    .sec-gapBottom{ padding-bottom: 35px;}

    .sec-gapTopLg{ padding-top: 25px;}
    .sec-gapBottomLg{ padding-bottom: 25px;}



    .ftr-top { padding: 50px 0;}
    .hom-financial-content { margin-top: 40px;}
    .blockquote { padding-left: 15px; margin-bottom: 25px;}
    /*.hom-solutions-content h3 {font-size: 20px;}
    .hom-solutions-content h3 a { border-width: 2px; padding-left: 7px;}*/
    .hom-solutions-content h3 {font-size: 23px;}
    .hom-solutionsRight { text-align: center; margin-bottom: 40px;}
    .sec-titleRow.hom-solutions-title {text-align: center; margin-bottom: 30px;}
    .sec-titleRow h6 { margin-bottom: 15px;}
    .hom-success-content { text-align: center; margin-bottom: 40px;}
    .hom-successBg { width: 100%;}
    .hom-successList ul { display: flex; flex-flow: row wrap; justify-content: space-between;}
    .hom-successList ul li { width: 46%;}
    .hom-processRow:before{display: none;}
    .hom-processNumbur {
        left: 0;
        right: 0;
        margin: 0 auto;
        top: -15px;
        transform: translateY(0);
        z-index: 2;
    }
.hom-processBox { margin-bottom: 40px;}
.hom-process-bottom { padding-top: 20px;}
    .innerBann {
        height: 300px;
    }
    .innerBann:before {
        max-width: 245px;
        height: 300px;
    }
    .innerbann-shapLeft {
        bottom: 20px;
        max-width: 120px;
    }
    .inner-bannCircle {
        right: 25%;
        bottom: 35px;
        width: 47px;
    }
    .innerbann-shapRight {
    right: 35px;
    bottom: 82px;}
    .who-we-content{margin-top: 40px;}
    .who-we-right ul li:first-child { margin-top: 45px;}
        .videoBtn {
        width: 60px;
        height: 60px;
        font-size: 20px;
    }
    .videoBtn:after {
        width: 100px;
        height: 100px;
    }
    .trust-partnerList ul li { width: calc(33% - 10px); margin: 5px 5px 30px;}
    .ftr-btm{text-align: center;}
    ul.copyrht-menu {margin: 15px 0 0 0; justify-content: center;}
    .main_menu ul li ul.sub-menu { top: 33px;}



}

@media only screen and ( min-width: 768px ) {
    .main_menu{
        display: block !important;
    }
    #mySidenav{
        width: auto !important;
    }
}
@media only screen and ( max-width: 767px ) {
    .click{
        display: block;
        cursor: pointer;
    }
    .main_menu a.closebtn{
        color: #000;
        display: block;
    }

    /*-- For_mob_menu(Start) --*/
    .main_menu {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0 !important;
    backdrop-filter: blur(5px);
    background-color: rgba(255, 249, 240, 0.94);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 999;
    }

    .main_menu a {
        /*padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;*/
        display: block;
        transition: 0.3s;
    }

    .main_menu a:hover {
        color: #333;
    }

    .main_menu .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }
    .main_menu ul li {
        margin: 0 10px;
        font-size: 15px;
        display: block;
    }
    .main_menu ul.menu>li:last-child a {
        width: 100%;
        text-align: center;
    }
        .main_menu ul li.menu-item-has-children span {
        top: 5px;
        right: 5px;
        width: 14px;
        height: 25px;
    }
    .main_menu ul li:last-child { margin-right: 10px;}
    .main_menu ul li ul.sub-menu { width: 100%; position: relative; top: 0px; left: 0;}
    body.scrollOff { overflow-y: hidden; height: 100vh;}

    /*-- For_mob_menu(End) --*/

    h1, h2, h3, h4, h5, h6, p{ margin: 0 0 15px;}

    h1, h2 { font-size: 30px;}
    h3{ font-size: 22px;}
    h4{ font-size: 20px;}
    h5{ font-size: 18px;}
    h6{ font-size: 17px;}



    /*h1, h2 { font-size: 34px;}
    h3{ font-size: 23px;}
    h4{ font-size: 21px;}

    h5{ font-size: 19px;}
    h6{ font-size: 18px;}
    p, body{ font-size: 16px;}*/

    .sec-titleRow { text-align: center; margin-bottom: 30px;}
    .hom-quotePic { margin-bottom: 30px;}
    .bann-shapTop { top: 0px; left: 20px;}
    .quote-mainPic { border-radius: 50% 15px 15px 15px;}
    .bann-mainPic {border-radius: 50% 15px 15px 15px;}
    .slider-wrap, .innerBann { padding: 100px 0 40px;}
    .bannBg { border-radius: 0 0 100px 0;}
    .bannContent { margin-top: 50px; text-align: center;}


    /*.sec-gapTop{padding-top: 40px;}
    .sec-gapBottom{padding-bottom: 40px;}

    .sec-gapTopLg{padding-top: 25px;}
    .sec-gapBottomLg{padding-bottom: 25px;}

    .sec-gapTopMd{padding-top: 20px;}
    .sec-gapBottomMd{padding-bottom: 20px;}*/

    /*.sec-gapTopsm{padding-top: 20px;}
    .sec-gapBottomsm{padding-bottom: 20px;}*/




    .sec-gapTop{ padding-top: 30px;}
    .sec-gapBottom{ padding-bottom: 30px;}

    .sec-gapTopLg{ padding-top: 20px;}
    .sec-gapBottomLg{ padding-bottom: 20px;}

    .sec-gapTopMd{ padding-top: 20px;}
    .sec-gapBottomMd{ padding-bottom: 20px;}

    .ftr-top { /*padding: 40px 0;*/ padding: 30px 0;}

    .image-radius, .hom-solutionsBox, .hom-teamBox { border-radius: 10px;}
    .hom-financial-pic img { border-radius: 10px;}
    .quote-shapTop { top: 20px; left: -8px;}
    .hom-quote-halfCircle { max-width: 310px;}
    .innerBann { height: 250px;}
    .innerBann:before { max-width: 185px; height: 250px;}
    .innerbann-shapLeft { bottom: 10px; max-width: 90px;}
    .who-we-right ul li img { border-radius: 10px;}

    .ftr-top h4 { margin-bottom: 20px; text-align: center;}
    ul.adrs li { margin: 0 0 15px; padding-left: 0px; display: flex; justify-content: center; align-items: center;}
    ul.adrs li span { position: relative; width: 30px; height: 30px; left: 0; top: 0; margin-right: 10px;} 
    .ftr-menu ul li { text-align: center;}
    .ftr-content { margin-bottom: 30px; max-width: inherit; text-align: center;}
    ul.ftr-social{justify-content: center;}
    .ftr-logo { margin: 0 auto 20px; max-width: 260px;}
    .ftr-menu, .ftr-col { margin-bottom: 30px;}
    .ftr-menu ul li { margin-bottom: 6px;}
    .who-we-content { margin-top: 30px;}
    .approach-content h5 { font-size: 22px;}
    .missionVideo { border-radius: 10px;}
    .videoBtn { width: 50px; height: 50px; font-size: 17px;}
    .videoBtn:after { width: 90px; height: 90px; }
    .offer-boxContent{border-width: 2px;}
    .offer-box-list ul li { border-radius: 10px; }
    .offer-box-list ul li:last-child { margin-bottom: 15px;}
    .btn { padding: 7px 17px; font-size: 16px;}
    .our-insurancesContent h3 { border-width: 2px; padding-left: 15px;}
    .our-insurancesBox { padding: 20px 15px; border-radius: 10px;}
    .not-foundBox { padding: 20px 15px;}
    

}
@media only screen and ( max-width: 575px ) {

    h1, h2 { font-size: 28px;}
    h3{ font-size: 21px;}
    h4{ font-size: 19px;}

    /*h1, h2 { font-size: 30px;}
    h3{ font-size: 22px;}
    h4{ font-size: 20px;}
    h5{ font-size: 18px;}
    h6{ font-size: 17px;}

    p, body{ font-size: 16px;}*/

    .hom-successList ul li span { width: 26px; height: 26px; position: relative; margin: 0px auto 10px; left: 0; top: 0; transform: translateY(0);}
    .hom-successList ul li span:after { width: 18px; height: 18px;}
    .hom-successList ul li span img { width: 14px;}
    .hom-successList ul li { padding: 10px; font-size: 16px; margin-bottom: 10px; text-align: center;}
    .hom-successList ul li { width: 49%;}
    .hom-quote-halfCircle { max-width: 240px;}
    .quote-shapTop { top: -10px; left: 30px;}
    .bann-shapBottom, .quote-shapBottom{display: none;}
    .bannQuick { left: 0px; width: 120px;}
    .bannIcon img { width: 18px;}
    .bannIcon { width: 24px; height: 24px;}
    .hom-financial-content { margin-top: 30px;}
    .innerBann { height: 200px;}
    .innerBann:before { max-width: 145px; height: 200px;}
    .inner-bannCircle { right: 22%; bottom: 25px; width: 37px;}
    .innerbann-shapLeft { bottom: 5px; max-width: 70px; } 
    ul.adrs.ftrAddress li span{position: absolute; left: 0; top: 0}
    ul.adrs.ftrAddress li{padding-left: 40px;}
    .who-we-right ul li:first-child { margin-top: 30px;}
    .approach-content{text-align: center;}
    .approach-icon{margin: 0 auto;}
    .trust-partnerList ul li { width: calc(50% - 10px);}
    .trust-partnerSec h6 { letter-spacing: 1px;}


}
@media only screen and ( max-width: 480px ) {

    h1, h2 { font-size: 26px;}
    h3{ font-size: 20px;}



    /*h1, h2 { font-size: 28px;}
    h3{ font-size: 21px;}
    h4{ font-size: 19px;}

    h5{ font-size: 18px;}
    h6{ font-size: 17px;}
    p, body{ font-size: 16px;}*/
    .sec-titleRow h6 {margin-bottom: 10px; font-size: 15px;}

  .sec-gapTop{padding-top: 25px;}
    .sec-gapBottom{padding-bottom: 25px;}

    .sec-gapTopLg{padding-top: 20px;}
    .sec-gapBottomLg{padding-bottom: 20px;}

    .sec-gapTopMd{padding-top: 15px;}
    .sec-gapBottomMd{padding-bottom: 15px;}

    .sec-gapTopsm{padding-top: 15px;}
    .sec-gapBottomsm{padding-bottom: 15px;}


    .ftr-top { /*padding: 30px 0;*/ padding: 25px 0;}

    .quote-shapTop { top: -33px; left: 20px;}
    .bannIcon-title p {font-size: 13px;}
    .btn { padding: 6px 14px; font-size: 15px;}
    .slider-wrap, .innerBann { padding: 90px 0 30px;}
    .bannBg { border-radius: 0 0 50px 0;}
    .bann-shapTop { left: 0px;}
    .hom-quoteForm .form-control { height: 40px;}
    .innerbann-shapLeft { max-width: 60px;}
    .inner-bannCircle { right: 28%; bottom: 15px; width: 24px;}
    .who-we-right ul li:first-child { margin-top: 20px;}
    .approach-content h5 { font-size: 20px;}
    .videoBtn { width: 40px; height: 40px; font-size: 13px;}
    .videoBtn:after { width: 70px; height: 70px; top: -15px; left: -15px;}
    .mission-bottom-overlay:after {height: calc(100% - 610px);}
    .offer-boxContent h3 { font-size: 20px;}

    .our-insurancesIcon { margin: 0 auto 0px;}
    .our-insurancesContent { width: 100%; padding-left: 0px; padding-top: 10px;}
    .sec-titleRow { margin-bottom: 25px;}
    .hom-team-content { padding: 15px 7px;}

}

@media only screen and ( max-width: 380px ) {
  h1, h2 { font-size: 24px;}

    /*h1, h2 { font-size: 26px;}
    h3{ font-size: 20px;}
    
    h4{ font-size: 19px;}
    h5{ font-size: 18px;}
    h6{ font-size: 17px;}
    p, body{ font-size: 16px;}*/

    .hom-successList ul li { width: 100%;}
    .hom-quote-halfCircle { max-width: 200px;}
    .bannQuick { bottom: 145px;}
    .bann-shapTop, .quote-shapTop, .innerbann-shapRight { max-width: 70px;}
    .innerBann { height: 190px;}
    .innerBann:before { max-width: 115px; height: 190px;}
    .innerbann-shapLeft { max-width: 50px;}
    .who-we-right ul li { margin: 0 4px;}
    .who-we-right ul li:first-child { margin-top: 15px;}
    .who-we-content { margin-top: 25px;}
    .mission-bottom-overlay:after { height: calc(100% - 670px);}
    .offer-boxContent h3 { font-size: 19px;}


}
@media only screen and ( max-width: 350px ) {
    .mission-bottom-overlay:after { height: calc(100% - 730px);}

}

/*Media Query css*/
.hom-successList ul li p {
    color: #fff;
}




