@charset "UTF-8";@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);transform:translateX(20px)}
100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}
}@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translateX(20px);-ms-transform:translateX(20px);transform:translateX(20px)}
100%{opacity:1;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}
}.fadeInRight{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}
100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);-ms-transform:translateY(20px);transform:translateY(20px)}
100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@charset "UTF-8";:root{--bs-blue:#0066cc;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#ff6600;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#0d6efd;--bs-secondary:#6c757d;--bs-success:#198754;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#212529;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0))}
*,::after,::before{box-sizing:border-box}
@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}
}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#212529;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}
[tabindex="-1"]:focus:not(:focus-visible){outline:0 !important}
h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}
h1{font-size:calc(1.375rem + 1.5vw)}
@media (min-width:1200px){h1{font-size:2.5rem}
}h2{font-size:calc(1.325rem + .9vw)}
@media (min-width:1200px){h2{font-size:2rem}
}h3{font-size:calc(1.3rem + .6vw)}
@media (min-width:1200px){h3{font-size:1.75rem}
}h4{font-size:calc(1.275rem + .3vw)}
@media (min-width:1200px){h4{font-size:1.5rem}
}h5{font-size:1.25rem}
h6{font-size:1rem}
p{margin-top:0;margin-bottom:1rem}
ul{padding-left:2rem}
ul{margin-top:0;margin-bottom:1rem}
a{color:#081828;text-decoration:underline}
a:hover{color:#0a58ca}
img{vertical-align:middle}
button{border-radius:0}
button:focus:not(:focus-visible){outline:0}
button{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}
button{text-transform:none}
[type=button],button{-webkit-appearance:button}
[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}
::-moz-focus-inner{padding:0;border-style:none}
::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}
::-webkit-inner-spin-button{height:auto}
::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-color-swatch-wrapper{padding:0}
::file-selector-button{font:inherit}
::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}
.container{width:100%;padding-right:var(--bs-gutter-x,.75rem);padding-left:var(--bs-gutter-x,.75rem);margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}
}@media (min-width:768px){.container{max-width:720px}
}@media (min-width:992px){.container{max-width:960px}
}@media (min-width:1200px){.container{max-width:1140px}
}@media (min-width:1400px){.container{max-width:1320px}
}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x)/ -2);margin-left:calc(var(--bs-gutter-x)/ -2)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/ 2);padding-left:calc(var(--bs-gutter-x)/ 2);margin-top:var(--bs-gutter-y)}
.col-12{flex:0 0 auto;width:100%}
@media (min-width:768px){.col-md-5{flex:0 0 auto;width:41.6666666667%}
.col-md-6{flex:0 0 auto;width:50%}
.col-md-7{flex:0 0 auto;width:58.3333333333%}
.col-md-12{flex:0 0 auto;width:100%}
}@media (min-width:992px){.col-lg-2{flex:0 0 auto;width:16.6666666667%}
.col-lg-3{flex:0 0 auto;width:25%}
.col-lg-4{flex:0 0 auto;width:33.3333333333%}
.col-lg-5{flex:0 0 auto;width:41.6666666667%}
.col-lg-6{flex:0 0 auto;width:50%}
.col-lg-7{flex:0 0 auto;width:58.3333333333%}
.col-lg-8{flex:0 0 auto;width:66.6666666667%}
.col-lg-12{flex:0 0 auto;width:100%}
}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}
.form-control::file-selector-button{padding:.375rem .75rem;margin:-.375rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#212529;background-color:#e9ecef;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}
}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dde0e3}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dde0e3}
.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}
.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-.5rem -1rem;-webkit-margin-end:1rem;margin-inline-end:1rem}
.form-control-color:not(:disabled):not([readonly]){cursor:pointer}
.form-floating>.form-control:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}
.form-floating>.form-control:not(:-moz-placeholder-shown)~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}
.btn{display:inline-block;font-weight:400;line-height:1.5;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;border-radius:.25rem;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.btn{transition:none}
}.btn:hover{color:#212529}
.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}
.btn:disabled{pointer-events:none;opacity:.65}
.collapse:not(.show){display:none}
.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}
.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}
.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}
.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}
.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:.25rem;transition:box-shadow .15s ease-in-out}
@media (prefers-reduced-motion:reduce){.navbar-toggler{transition:none}
}.navbar-toggler:hover{text-decoration:none}
.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}
@media (min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}
.navbar-expand-lg .navbar-nav{flex-direction:row}
.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}
.navbar-expand-lg .navbar-toggler{display:none}
}.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}
.align-items-center{align-items:center !important}
.ms-auto{margin-left:auto !important}
.gslide-description p::last-child{margin-bottom:0}
@import "https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap";@import "https://fonts.googleapis.com/css2?family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&display=swap";html{scroll-behavior:smooth}
body{font-family:dm sans,sans-serif;font-weight:400;font-style:normal;color:#727272;overflow-x:hidden;font-size:15px}
p{margin:0;padding:0;font-size:16px;line-height:28px}
*{margin:0;padding:0}
.navbar-toggler:focus,a:focus,button:focus,.btn:focus,.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active{text-decoration:none;outline:none;outline:none!important;border-color:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}
span,a{display:inline-block;text-decoration:none;transition:all .4s ease;-webkit-transition:all .4s ease;-moz-transition:all .4s ease}
img{vertical-align:middle}
img{max-width:100%}
h1,h2,h3,h4,h5,h6{font-weight:600;margin:0;color:#081828;font-family:spartan,sans-serif}
h4 a,h6 a{color:inherit}
h1{font-size:50px}
h2{font-size:40px}
h3{font-size:30px}
h4{font-size:25px}
h5{font-size:20px}
h6{font-size:16px}
ul{margin:0;padding:0;list-style-type:none}
@media only screen and (min-width:480px) and (max-width:767px){.container{width:450px}
}.section{padding-top:50px;padding-bottom:50px;position:relative}
@media only screen and (min-width:768px) and (max-width:991px){.section{padding-top:70px;padding-bottom:70px}
}@media(max-width:767px){.section{padding-top:60px;padding-bottom:60px}
}.section-title{text-align:center;margin-bottom:80px;padding:0 300px;position:relative;z-index:5}
.section-title h2{font-size:34px;margin-bottom:20px;line-height:42px;text-transform:capitalize;position:relative;font-weight:700}
.section-title p{font-size:16px;line-height:28px}
@media only screen and (min-width:992px) and (max-width:1199px){.section-title{padding:0 200px;margin-bottom:70px}
}@media only screen and (min-width:768px) and (max-width:991px){.section-title{padding:0 20px;margin-bottom:50px}
.section-title h2{font-size:24px;line-height:32px;margin-bottom:20px}
.section-title p{font-size:15px}
}@media(max-width:767px){.section-title{padding:0 10px;margin-bottom:40px}
.section-title h2{font-size:24px;line-height:30px;margin-bottom:18px}
.section-title p{font-size:15px}
}.scroll-top{width:45px;height:45px;line-height:45px;background:#0358ae;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#fff!important;position:fixed;bottom:30px;right:30px;z-index:9;cursor:pointer;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;border-radius:5px}
.scroll-top:hover{-webkit-box-shadow:0 1rem 3rem rgba(35,38,45,.15)!important;box-shadow:0 1rem 3rem rgba(35,38,45,.15)!important;-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0);background-color:#ff6600}
.button .btn{display:inline-block;text-transform:capitalize;font-size:15px;font-weight:500;padding:14px 30px;background-color:#0066cc;color:#fff;border:none;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:30px;position:relative;z-index:1;margin-right:7px;overflow:hidden}
@media only screen and (min-width:768px) and (max-width:991px){.button .btn{padding:14px 25px;font-size:14px;font-weight:500}
}@media(max-width:767px){.button .btn{padding:14px 25px;font-size:14px;font-weight:500}
}.button .btn i{display:inline-block;margin-right:5px}
.button .btn:last-child{margin:0}
.button .btn:hover{color:#fff;background-color:#ff6600}
.button{margin-left:0!important}
.button .btn-alt{background-color:#ff6600!important;color:#fff!important}
@media only screen and (min-width:768px) and (max-width:991px){.button .btn-alt{padding:14px 25px;font-size:14px;font-weight:500}
}@media(max-width:767px){.button .btn-alt{padding:14px 25px;font-size:14px;font-weight:500}
}.button .btn-alt:hover{background-color:#0066cc!important;color:#fff!important}
.header{width:100%;background:0 0;position:absolute;width:100%;left:0;top:0}
@media only screen and (min-width:768px) and (max-width:991px){.header{padding:18px 0!important}
.header .mobile-menu-btn .toggler-icon{background-color:#fff}
.header .button{margin:0!important}
.header .navbar-collapse{position:absolute;top:67px!important;left:0;width:100%;background-color:#fff;z-index:9;-webkit-box-shadow:0 15px 20px 0 rgba(0,0,0,.1);box-shadow:0 15px 20px 0 rgba(0,0,0,.1);padding:10px 20px;max-height:350px;overflow-y:scroll;border-top:1px solid #eee;border-radius:8px}
.header .navbar .navbar-nav .nav-item a:hover{color:#0066cc!important}
.header .navbar .navbar-nav .nav-item a.active{color:#0066cc!important}
.header .navbar-nav .nav-item{margin:0}
.header .navbar-nav .nav-item:hover a{color:#0066cc}
.header .navbar-nav .nav-item a{padding:12px 16px!important}
.header .navbar-nav .nav-item a::before{display:none}
.header .navbar-nav .nav-item a{color:#051441;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0}
.header .navbar-nav .nav-item a::after{opacity:1;visibility:visible}
.header .navbar-nav .nav-item a{font-size:14px}
.header .navbar-nav .nav-item a:hover{color:#0066cc}
}@media(max-width:767px){.header{padding:18px 0!important}
.header .mobile-menu-btn .toggler-icon{background-color:#fff}
.header .navbar-collapse{position:absolute;top:62px!important;left:0;width:100%;background-color:#fff;z-index:9;-webkit-box-shadow:0 15px 20px 0 rgba(0,0,0,.1);box-shadow:0 15px 20px 0 rgba(0,0,0,.1);padding:10px 20px;max-height:350px;overflow-y:scroll;border-top:1px solid #eee;border-radius:8px}
.header .navbar .navbar-nav .nav-item a:hover{color:#0066cc!important}
.header .navbar .navbar-nav .nav-item a.active{color:#0066cc!important}
.header .navbar-nav .nav-item{margin:0}
.header .navbar-nav .nav-item:hover a{color:#0066cc}
.header .navbar-nav .nav-item a{padding:12px 16px!important}
.header .navbar-nav .nav-item a::before{display:none}
.header .navbar-nav .nav-item a{color:#051441;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0}
.header .navbar-nav .nav-item a::after{opacity:1;visibility:visible}
.header .navbar-nav .nav-item a{font-size:14px}
.header .navbar-nav .nav-item a:hover{color:#0066cc}
}.header .navbar-brand img{width:140px}
@media only screen and (min-width:768px) and (max-width:991px){.header .navbar-brand img{width:130px}
}@media(max-width:767px){.header .navbar-brand img{width:120px}
}.navbar-expand-lg .navbar-nav{margin:0;margin-left:auto!important;margin-right:auto!important}
.header .navbar .navbar-nav .nav-item a.active{color:#fff}
.navbar-area{width:100%;z-index:99;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;padding:0}
.navbar{padding:0;position:relative;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.navbar-brand{padding-left:0;border-radius:0}
.mobile-menu-btn{padding:0}
.mobile-menu-btn:focus{text-decoration:none;outline:none;-webkit-box-shadow:none;box-shadow:none}
.mobile-menu-btn .toggler-icon{width:30px;height:2px;background-color:#222;display:block;margin:5px 0;position:relative;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s}
.navbar-nav .nav-item{z-index:1;position:relative;margin-right:40px}
.navbar-nav .nav-item:last-child{margin-right:0!important}
.navbar-nav .nav-item:hover a{color:#fff}
.navbar-nav .nav-item a{font-size:15px;color:#fff;-webkit-transition:all .3s ease-out 0s;transition:all .3s ease-out 0s;position:relative;padding:35px 0;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:500;transition:all .3s ease-out 0s;position:relative;text-transform:capitalize}
.navbar-nav .nav-item a::after{opacity:0;visibility:hidden}
.navbar-nav .nav-item:hover a:before{width:100%}
.navbar-nav .nav-item a.active{color:#fff}
.header .button{display:inline-block;margin-left:10px}
@media(max-width:767px){.header .button{display:none}
}.header .button .btn{background-color:#fff;color:#0066cc;font-weight:500}
.header .button .btn:hover{color:#fff;background-color:#ff6600}
.header .button.home-btn .btn:hover{background-color:#ff6600;color:#fff}
.hero-area{position:relative;background-size:cover;background-position:center;background-repeat:no-repeat;background-color:#0066cc;z-index:0}
@media only screen and (min-width:768px) and (max-width:991px){.hero-area{background-image:none}
}@media(max-width:767px){.hero-area{background-image:none}
}@media only screen and (min-width:768px) and (max-width:991px){.hero-area{padding:100px 0 0px}
}@media(max-width:767px){.hero-area{padding:110px 0 80px}
}.hero-area .hero-content{border-radius:0;position:relative;z-index:1;text-align:left;padding:180px 0 100px}
@media only screen and (min-width:768px) and (max-width:991px){.hero-area .hero-content{padding:0 140px}
}.hero-area .hero-content h1{font-weight:800;font-size:38px;line-height:50px;color:#fff;text-transform:capitalize}
.hero-area .hero-content p{font-weight:400;font-size:16px;line-height:28px;margin-top:20px;color:#fff}
@media only screen and (min-width:992px) and (max-width:1199px){.hero-area .hero-content h1{font-size:40px}
}@media only screen and (min-width:768px) and (max-width:991px){.hero-area .hero-content{text-align:center}
.hero-area .hero-content h1{font-size:30px;font-weight:700;line-height:38px}
.hero-area .hero-content p{font-size:15px}
}@media(max-width:767px){.hero-area .hero-content{padding:0 10px;text-align:center}
.hero-area .hero-content h1{font-size:24px;line-height:32px}
.hero-area .hero-content p{margin-top:15px;font-size:15px;line-height:26px}
}.hero-area .hero-image{text-align:center}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.hero-area .hero-image{display:none}
}.hero-area .hero-image img{width:400px}
.services{position:relative;z-index:0;background-color:#fff}
.services .section-title{margin-bottom:50px}
@media only screen and (min-width:768px) and (max-width:991px){.services .section-title{margin-bottom:30px}
}@media(max-width:767px){.services .section-title{margin-bottom:30px}
}.services .single-service{min-height:300px;margin-top:30px;border-radius:20px;background-color:#fff;-webkit-box-shadow:0 0 30px rgba(81,94,125,.082);box-shadow:0 0 30px rgba(81,94,125,.082);padding:40px 50px;text-align:center;-webkit-transition:all .4s ease;transition:all .4s ease;border-top:3px solid transparent;border-bottom:3px solid transparent}
.services .single-service:hover{-webkit-transform:scale(1.05);transform:scale(1.05);border-top-color:#0066cc;border-bottom-color:#0066cc}
.services .single-service .main-icon{height:65px;width:65px;line-height:65px;text-align:center;background-color:#0066cc;color:#fff;border-radius:10px;font-size:27px;text-align:center;display:inline-block}
.services .single-service .text-title{color:#081828;font-size:18px;line-height:28px;font-weight:700;margin-top:30px;margin-bottom:15px}
.services .single-service p{line-height:26px;font-size:15px}
.services .single-service p a{color:#727272}
.services .single-service p a i{display: inline-block;margin-left: 1px;color: #0066cc;font-size: 16px;}
.testimonials{background-color:#f4f7fa;position:relative;padding-bottom:50px}
@media only screen and (min-width:768px) and (max-width:991px){.testimonials{padding-bottom:120px}
}@media(max-width:767px){.testimonials{padding-bottom:100px}
}.testimonials .testimonial-slider{margin:0}
.testimonials .single-testimonial{background-color:#fff;padding:50px 40px;-webkit-transition:all .4s ease;transition:all .4s ease;border-radius:6px;overflow:hidden;position:relative;margin:15px 0}
.testimonials .single-testimonial:hover{-webkit-box-shadow:0 0 10px rgba(0,0,0,.103);box-shadow:0 0 10px rgba(0,0,0,.103)}
.testimonials .single-testimonial::before{position:absolute;content:"";right:-30px;top:-30px;height:60px;width:60px;background-color:#0066cc;border-radius:50%}
@media(max-width:767px){.testimonials .single-testimonial{padding:50px 40px}
}.testimonials .single-testimonial .author{position:relative;padding-left:70px;margin-top:40px}
.testimonials .single-testimonial .author img{height:50px;width:50px;border-radius:50%;position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}
.testimonials .single-testimonial .author h4{font-size:15px;font-weight:600}
.testimonials .single-testimonial .author h4 span{color:#727272;display:block;font-size:13px;font-weight:500;margin-top:6px}
.testimonials .single-testimonial .quote-icon i{font-size:45px;color:#0066cc;position:absolute;opacity:.1;right:40px;bottom:50px}
.blog-section{background-color:#fff}
.blog-section .section-title{margin-bottom:50px}
@media only screen and (min-width:768px) and (max-width:991px){.blog-section .section-title{margin-bottom:30px}
}@media(max-width:767px){.blog-section .section-title{margin-bottom:20px}
}.single-blog-grid{margin-top:30px;background-color:#fff;border-radius:8px;-webkit-box-shadow:0 0 20px rgba(0,0,0,.089);box-shadow:0 0 20px rgba(0,0,0,.089);overflow:hidden}
.single-blog-grid .blog-img{overflow:hidden}
.single-blog-grid .blog-img a{width:100%}
.single-blog-grid .blog-img img{width:100%;-webkit-transition:all .3s ease;transition:all .3s ease;aspect-ratio:50/31;object-fit:cover}
.single-blog-grid:hover .blog-img img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.single-blog-grid .blog-content{padding:35px}
.single-blog-grid .blog-content h4{display:block;line-height:28px}
.single-blog-grid .blog-content h4 a{font-size:17px;color:#081828;font-weight:700;display:inline-block}
.single-blog-grid .blog-content h4 a:hover{color:#0066cc}
.single-blog-grid .blog-content p{display:block;margin-top:20px}
.single-blog-grid .blog-content .button{margin-top:20px}
.single-blog-grid .blog-content .button .btn{padding:0;background-color:transparent;color:#081828;text-decoration:none;overflow:visible}
.single-blog-grid .blog-content .button .btn:hover{color:#0066cc}
.single-blog-grid .blog-content .button a i{display: inline-block;margin-left: 5px;color: #0066cc;font-size: 16px;}
.blog-single{background:#fff}
@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px){.blog-single .main-content-head{padding-right:30px}
}.blog-single .post-title{line-height:40px;font-size:26px;font-weight:700;display:inline-block;margin-bottom:30px}
@media only screen and (min-width:768px) and (max-width:991px){.blog-single .post-title{line-height:40px;font-size:22px}
}@media(max-width:767px){.blog-single .post-title{line-height:32px;font-size:20px}
}.sidebar .widget{margin-bottom:40px;overflow:hidden;padding:40px;border-radius:8px;background-color:#fff;-webkit-box-shadow:0 0 20px rgba(0,0,0,.11);box-shadow:0 0 20px rgba(0,0,0,.11);border-top:3px solid #0066cc}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.sidebar .widget:first-child{margin-top:50px}
}@media(max-width:767px){.sidebar .widget{padding:35px}
}.sidebar .widget:last-child{margin-bottom:0}
.sidebar .widget .widget-title{font-size:18px;margin-bottom:25px;position:relative;font-weight:600;line-height:28px;z-index:1;color:#081828}
.sidebar .widget.popular-feeds .single-popular-feed{display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:15px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid rgba(238,238,238,.68)}
.sidebar .widget.popular-feeds .single-popular-feed:last-child{border:none;margin-bottom:0;padding-bottom:0}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc{position:relative}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title{margin-bottom:12px;line-height:26px}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a{font-size:15px;font-weight:600;color:#081828}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .post-title a:hover{color:#0066cc}
.sidebar .widget.popular-feeds .single-popular-feed .feed-desc .time{font-weight:400;font-size:14px;color:#727272}
.sidebar .widget.categories-widget ul li:last-child{margin-bottom:0}
.sidebar .widget.categories-widget ul li:first-child a{padding-top:0}
.sidebar .widget.categories-widget ul li:last-child a{padding-bottom:0;border:none}
.sidebar .widget.categories-widget ul li a{font-size:15px;padding:8px 0;font-weight:500;display:block;color:#081828}
.sidebar .widget.categories-widget ul li a:hover{color:#0066cc;padding-left:10px}
.team .section-title{margin-bottom:50px}
@media only screen and (min-width:768px) and (max-width:991px),(max-width:767px){.team .section-title{margin-bottom:30px}
}.team .single-team{margin-top:30px;border-radius:8px;overflow:hidden;-webkit-transition:all .4s ease;transition:all .4s ease;text-align:center}
.team .single-team img{height:180px;width:180px;border-radius:50%;display:inline-block;background-color:#fff;padding:10px;border:1px solid #eee;-webkit-transition:all .3s ease;transition:all .3s ease}
.team .single-team:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
.team .single-team .content{padding:40px 30px}
@media(max-width:767px){.team .single-team .content{display:block;text-align:center;padding:30px}
}.team .single-team .content h4{font-size:16px;font-weight:600}
.team .single-team .content h4 span{color:#727272;font-size:14px;display:block;margin-top:10px;font-weight:500;font-family:DM Sans}
.call-action{background-color:#fff}
.call-action .inner-content{position:relative;padding:80px 0;border-radius:10px;z-index:0;overflow:hidden}
@media only screen and (min-width:768px) and (max-width:991px){.call-action .inner-content{padding:50px 0}
}@media(max-width:767px){.call-action .inner-content{padding:50px 0;text-align:center}
}.call-action .text h2{font-size:28px;font-weight:700;line-height:42px;color:#081828}
@media only screen and (min-width:768px) and (max-width:991px){.call-action .text h2{font-size:25px;line-height:38px}
}@media(max-width:767px){.call-action .text h2{font-size:22px;line-height:32px}
}.call-action .button{float:right}
.call-action .button .btn i{font-size:18px;display:inline-block;margin-right:5px;position:relative;top:1px}
@media(max-width:767px){.call-action .button{float:none;margin-top:30px}
}.footer{background-color:#0066cc;position:relative;padding-bottom:0}
@media only screen and (min-width:768px) and (max-width:991px){.footer{padding-top:30px}
}@media(max-width:767px){.footer{padding-top:20px}
}@media only screen and (min-width:768px) and (max-width:991px){.footer .single-footer{margin-top:40px}
}@media(max-width:767px){.footer .single-footer{margin-top:40px;text-align:center}
}.footer .single-footer.f-about{padding-right:30px}
@media(max-width:767px){.footer .single-footer.f-about{padding:0}
}.footer .single-footer.f-about .logo{margin-bottom:20px}
.footer .single-footer.f-about .logo img{width:140px}
@media only screen and (min-width:768px) and (max-width:991px){.footer .single-footer.f-about .logo img{width:130px}
}@media(max-width:767px){.footer .single-footer.f-about .logo img{width:120px}
}.footer .single-footer.f-about p{color:#fff;margin-top:20px;font-size:15px;margin-bottom:25px}
.footer .single-footer.f-about .social-title{color:#fff;font-size:13px;font-weight:600;display:block;margin-bottom:20px}
.footer .single-footer.f-about .social li{display:inline-block;margin-right:15px}
.footer .single-footer.f-about .social li:last-child{margin:0}
.footer .single-footer.f-about .social li a{color:#fff}
.footer .single-footer.f-about .social li a:hover{color:#0066cc}
.footer .single-footer.f-link li{display:block;margin-bottom:15px}
.footer .single-footer.f-link li:last-child{margin:0}
.footer .single-footer.f-link li a{font-size:15px;font-weight:400;color:#fff}
.footer .single-footer.f-link li a:hover{color:#ff6600}
@media only screen and (min-width:1200px) and (max-width:1399px),only screen and (min-width:1400px){.footer .single-footer.newsletter{padding-left:80px}
}.footer .single-footer.newsletter p{color:#fff}
.footer .single-footer h3{font-size:17px;font-weight:600;display:block;margin-bottom:35px;color:#fff}
@media only screen and (min-width:768px) and (max-width:991px){.footer .single-footer h3{margin-bottom:25px}
}@media(max-width:767px){.footer .single-footer h3{margin-bottom:25px}
}.footer .copyright-area .inner-content{border-top:1px solid rgba(238,238,238,.288);padding-top:30px;padding-bottom:30px;margin-top:80px}
@media(max-width:767px){.footer .copyright-area .inner-content{margin-top:50px;text-align:center}
}.footer .copyright-area p{color:#fff;font-size:15px}
.footer .copyright-area p a{text-decoration:none;color:#fff}
.footer .copyright-area p a:hover{color:#ff6600}
@font-face{font-family:'LineIcons';src:url('fonts/LineIcons.eot');src:url('fonts/LineIcons.eot') format('embedded-opentype'),url('fonts/LineIcons.woff2') format('woff2'),url('fonts/LineIcons.woff') format('woff'),url('fonts/LineIcons.ttf') format('truetype'),url('fonts/LineIcons.svg') format('svg');font-weight:normal;font-style:normal}
.lni{display:inline-block;font:normal normal normal 1em/1 'LineIcons';color:inherit;flex-shrink:0;speak:none;text-transform:none;line-height:1;vertical-align:-.125em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff}
.lni-keyword-research::before{content:"\eb08"}
.lni-chevron-up::before{content:"\ea64"}
.lni-quotation::before{content:"\eb6c"}
.lni-seo-consulting::before{content:"\eb86"}
.lni-cart-full::before{content:"\ea56"}
.lni-diamond-alt::before{content:"\ea91"}
.lni-handshake::before{content:"\eadf"}
.lni-investment::before{content:"\eafc"}
.lni-keyword-research::before{content:"\eb08"}
.lni-protection::before{content:"\eb66"}
.lni-certificate::before{content:"\ea58"}
.lni-bullhorn::before{content:"\ea49"}
.lni-code-alt::before{content:"\ea73"}
.lni-arrow-right-circle::before{content:"\ea21"}
.lni-question-circle::before{content:"\eb6a"}