:root {
    --am-font: "Plus Jakarta Sans", sans-serif;
    --am-primary: #1989fb;
    --am-primary-rgb: 25, 137, 251;
    --am-black: #000;
    --am-black-rgb: 27, 24, 37;
    --am-base: #ffffff;
    --am-base-rgb: 255, 255, 255;
    --am-extra: #42d9be;
    --am-extra-rgb: 66, 217, 190;
    --am-bdr-color: #dae3e9;
    --am-bdr-color-rgb: 218, 227, 233;
    --am-bdr-radius: 6px;
}

/* 1.0 - General */
html {scroll-behavior: smooth;}
body{margin: 0; background: #f0f0ff; }
table,div{font-family: var(--am-font); font-size:16px; color:var(--am-black); line-height:30px;}
a{color: #333333; text-decoration: none; transition: all .2s ease-in-out;}
a:hover{color: #333333; text-decoration: none; }

article, aside, audio, canvas, command, datalist, details, embed, figcaption, figure, footer, header, hgroup, keygen, meter, nav, output, progress, section, source, video {display:block}
* {box-sizing: border-box;}
::-webkit-input-placeholder {color: #000000;}/* Chrome/Opera/Safari */
::-moz-placeholder {color: #000000;}/* Firefox 19+ */
:-ms-input-placeholder {color: #000000;}/* IE 10+ */
:-moz-placeholder {color: #000000;}/* Firefox 18- */

.no-js #loader {display: none;}
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; z-index: 9999; background: url("http://smallenvelop.com/wp-content/uploads/2014/08/Preloader_2.gif") center no-repeat #fff;}

img{border:none;}
p{margin:0 0 20px;}
.img-left, .left{float:left;}
.img-right, .right{float:right;}
#logo, #left, #social, #contact-left{float:left;}
#top_link, #right, #copy-logo, #contact-right{float:right;}
:focus {outline: 0;}
a:active {outline: none;}

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

/*Heading*/
h1{font-size:30px;}
h2{font-size:26px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:16px;}
h6{font-size:14px;}

.c-left{text-align: left;}
.c-center{text-align: center;}
.c-right{text-align: right;}
.font-uppercase {text-transform: uppercase;}
.padding-bottom{padding-bottom: 0 !important}
.padding-top{padding-top: 0 !important}

.theme-bg {background: #32c5d2;}
.gray-bg {background: #f5f5f5;}

.img-left{margin-right:10px;}
.img-right{margin-left:10px;}

ul{margin: 0 0 0 20px; padding: 0; list-style: none;}
ul li{list-style: disc; margin: 0 0 10px;}

.ul{margin:0; padding-left:0; margin-left:20px;}
.ul li{margin-bottom: 10px;}
/* .ul li{ list-style-image:url(../images/carts.jpg);} */

.mobile{display: none;}
.desktop{display: block;}

/* breadcrumb */
.breadcrumb{margin-bottom:15px; color:#666;} .breadcrumb a{margin-bottom:15px; color:#00003f;} .breadcrumb a:hover{margin-bottom:15px; color:#333;}

/* Responsive Table */
.table {border-collapse: collapse; margin: 10px 0 0px; width: 712px;}
.table th {background: none repeat scroll 0 0 #002f92; border: 1px solid var(--am-bdr-color); font-weight: normal; padding: 13px 8px; color: var(--am-base);}
.table td {background: none repeat scroll 0 0 #f3f3f3; border: 1px solid var(--am-bdr-color); padding: 8px;}
.table tr:hover td {background: none repeat scroll 0 0 #d9f5f8;}

.dropdown-menu {font-size: inherit;}

.blue-btn{padding: 0 30px; line-height: 50px; height: 50px; background: #2A65D4; color: #FFF; border: none; cursor: pointer; font-weight: 600; transition: all .4s ease-in-out; border-radius: 120px; font-weight: 700; font-size: 14px; text-transform: uppercase; display: inline-block}
.blue-btn:hover {color: #2461ac; background:#FFFFFF; box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.2);}
.white-btn{padding: 0 30px; line-height: 48px; height: 50px; background: #FFF; color: #2A65D4; border: 1px solid #2A65D4; cursor: pointer; font-weight: 600; transition: all .4s ease-in-out; border-radius: 120px; font-weight: 700; font-size: 14px; text-transform: uppercase; display: inline-block}
.white-btn:hover {color: #FFF; background:#2A65D4; box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.2);}

/** 2.0 - Header **/
.navbar .navbar-header .icon-bar {background-color: #333333; display: block; width: 22px; height: 2px; border-radius: 1px; margin: 4px auto 0; transition: .25s ease-in-out;}
.navbar .navbar-header .nav-toggle.active .icon-bar:nth-child(1){transform: rotate(45deg); margin-top: 0px;}
.navbar .navbar-header .nav-toggle.active .icon-bar:nth-child(2){display: none}
.navbar .navbar-header .nav-toggle.active .icon-bar:nth-child(3){transform: rotate(-45deg); margin-top: -2px;}
#menu-toggle{display: none}
.navbar-inverse{margin: 0; background-color: transparent; border-color: transparent; padding: 0}
.navbar{border-radius: 0; position: relative; border: none;}
.navbar-brand{padding: 40px 0; height: auto; text-transform: uppercase; color: #333333; font-size: 30px; margin: 0; display: inline-block;}
.navbar-inverse .navbar-brand:focus, .navbar-inverse .navbar-brand:hover{color: #333333}
.navbar>.container-fluid{padding: 0 30px;}

.top-right{display: flex; align-items: center; gap: 30px;}
.top-right .call-us{position: relative; font-weight: 400; font-size: 16px; line-height: 25px; color: #000000; padding-left: 60px; display: inline-block;}
.top-right .call-us .icon{width: 50px; height: 50px; background: #2A65D4; border-radius: 50%; text-align: center; line-height: 50px; position: absolute; left: 0; top: 0}
.top-right .call-us span{display: block; font-weight: 700;}
.top-right .contact-btn{padding: 0 30px; line-height: 50px; height: 50px; background: #2A65D4; color: #FFF; border: none; cursor: pointer; font-weight: 600; transition: all .4s ease-in-out; border-radius: 120px; font-weight: 700; font-size: 14px; text-transform: uppercase; display: inline-block}
.top-right .contact-btn:hover {color: #FFF; background:#000; box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.2);}

.jumbotron{padding: 0; margin: 0; position: relative}
.jumbotron:after{background: #021E5280; position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border-radius: 50px}
.jumbotron .container { max-width: 100%; height: 100%;}
.home-ban{position: relative;}
.home-ban img{width: 100%;}
.home-ban .ban-text{text-align: center; position: absolute; margin: 0 auto 0; color: var(--am-base); font-size: 16px; z-index: 1; width: 1320px; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.home-ban .ban-text h1{font-size: 42px; line-height: 62px; margin: 0; font-weight: bold;}
.home-ban .ban-text h1 span{display: block;}

.carousel{padding: 0 30px;}
.carousel-caption .text{width: 700px; text-align: left; color: #FFF; font-size: 18px;}
.carousel-caption h1{font-weight: 700; font-size: 70px; line-height: 85px; color: #FFF} 
.carousel-item img{width: 100%; height: auto}
.carousel-control-next, .carousel-control-prev{width: 50px; opacity: 1;}
.carousel-caption{position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); width: 1320px; padding: 0; bottom: auto}
.carousel-control-next-icon, .carousel-control-prev-icon{width: 48px; height: 54px;}
.carousel-control-prev-icon{background: url(../images/pre-ban.png) no-repeat center center;}
.carousel-control-next-icon {background: url(../images/next-ban.png) no-repeat center center;}
.carousel-control-prev {left: 29px;}
.carousel-control-next {right: 29px;}

.row-am{width: 100%;}

/** 3.0 - Content **/
#content .row-am{padding: 80px 0;}
h2{font-weight: 700; font-size: 50px; line-height: 60px;  margin: 0 0 20px; color: #2A65D4}
.lead{padding: 0 250px; font-size: 16px; line-height: 30px; margin: 0 0 30px;}

.usp{border-bottom: 1px solid #CBCBE4}
.usp ul{list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; gap: 2%;}
.usp ul li{list-style: none; margin: 0; background: #FFFFFF; border: 1px solid #BCCCEA; padding: 30px; border-radius: 20px; font-weight: 600; font-size: 18px; color: #000; width: 32%; position: relative; overflow: hidden}
.usp ul li span{display: block; font-weight: 600; font-size: 60px; color: #000; line-height: 60px;}
.usp ul li .icon{width: 90px; height: 90px; background: #2A65D4; border-radius: 50%; position: absolute; top: -20px; right: -20px; padding: 10px 20px 0 0; display: flex; align-items: center; justify-content: center;}

.welcome{border-bottom: 1px solid #CBCBE4}
.welcome .left, .welcome .right{width: 48%;}
.welcome .left img{border-radius: 30px; width: 100%;}
.welcome .right img{border-radius: 30px; width: 100%; margin: 0 0 20px;}
.welcome .right .about{display: flex; align-items: center; flex-wrap: wrap; justify-content: space-between;}
.welcome .right .about .name{}
.welcome .right .about img{width: auto; margin: 0}
.welcome .right .about .name h4{font-weight: 600; font-size: 18px; line-height: 28px; color: #000; border-bottom: 2px solid #A9A9C4; padding-bottom: 20px; margin-bottom: 20px;}
.welcome .right .about .name h4 span{color: #7D7D7D}
.welcome .right .about .name .people{font-weight: 600; font-size: 16px; line-height: 28px; color: #000; display: flex; flex-wrap: wrap; gap: 20px; align-items: center;}
.welcome .right .about .name .people span{font-weight: 700; font-size: 30px; line-height: 28px; color: #2A65D4; display: block}
.welcome .right .about .name .people img:first-child{margin-left: 0}
.welcome .right .about .name .people img{border-radius: 30px; width: auto; border: 4px solid #F0F0FF; margin: 0; position: relative; margin-left: -20px;}

.services-home{text-align: center}
.services-home h2{margin: 0}
.services-home ul{list-style: none; margin: 0; padding: 0}
.services-home ul li{list-style: none; margin: 0 40px 0 0; background: #FFFFFF; border: 2px solid #FFFFFF80; border-radius: 30px; width: 405.33px !important}
.services-home ul li .img{transition: all .2s ease-in-out;}
.services-home ul li .img img{border-radius: 30px; width: 100%;}
.services-home ul li .text{padding: 20px; text-align: left; color: #5E5E73}
.services-home ul li .text h4{font-weight: 700; font-size: 20px; color: #000}
.services-home ul li:hover{border: 2px solid #2A65D4; box-shadow: 0px 10px 20px 0px #9393BC80;}
.services-home ul li:hover .text .white-btn{color: #FFF; background:#2A65D4; box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.2);}
.services-home ul li:hover .img{padding: 30px 30px 9px;}
.services-home .bx-wrapper{margin: 0 0 80px}
.services-home .bx-viewport{padding: 30px 0 0}
.services-home .bx-wrapper .bx-controls-direction a{width: 37px; height: 37px;}
.services-home .bx-wrapper .bx-prev {left: -50px; background: url(../images/pre.png) no-repeat;}
.services-home .bx-wrapper .bx-next {right: -50px; background: url(../images/next.png) no-repeat;}

.services-home .certifications{background: #FFFFFF; border-radius: 30px; padding: 50px;}
.services-home .certifications .left, .services-home .certifications .right{width: 48%; text-align: left;}
.services-home .certifications .left{border-right: 1px solid #CBCBE4; padding-right: 30px;}
.services-home .certifications .left h2{margin: 0 0 30px;}
.services-home .certifications .left ul{display: flex; justify-content: flex-start; text-align: center; flex-wrap: wrap; margin: 30px 0 0}
.services-home .certifications .left ul li{width: 32% !important; margin: 0; border: none; border-radius: 0; padding: 0 30px;}
.services-home .certifications .left ul li:first-child{border-right: 1px solid #CBCBE4}
.services-home .certifications .left ul li img{margin: 0 0 20px; width: 100%;}
.services-home .certifications .left ul li span{display: block; font-weight: 600; font-size: 14px; line-height: 20px; text-align: center; color: #000}
.services-home .certifications .left ul li:hover{box-shadow: none;}
.services-home .certifications .right h4{font-weight: 700; font-size: 20px; line-height: 32px; color: #000}
.services-home .certifications .right h4 span{color: #2A65D4}
.services-home .certifications .right img{width: 100%;}

/** 4.0 - Footer **/
footer{background: #05102B url(../images/footer-bg.png) no-repeat center bottom; border-radius: 50px; margin: 0 30px 30px;}
footer .footer1{padding: 60px 0}
footer .footer1 h4{font-weight: 700; font-size: 26px; text-transform: capitalize; color: #FFF;}
footer .footer1 .links{border-left: 1px solid #FFFFFF4D;}
footer .footer1 .links ul{margin: 0 ; padding: 0; list-style: none;}
footer .footer1 .links ul li{list-style: none; margin: 0; font-weight: 400; font-size: 16px; line-height: 40px; }
footer .footer1 .links ul li a{color: #BEC9DD;}
footer .footer1 .links ul li a:hover{color: #FFF;}
footer .footer1 .col-md-6.links ul li{float: left; width: 50%;}
footer .footer1 .social-media{color: #BEC9DD}
footer .footer1 .social-media a{margin-right: 5px;}
footer .footer1 .social-media a:hover{opacity: 0.5}

/*footer .footer2{ padding: 40px 0}*/
footer .footer2 .container{border-top: 1px solid #FFFFFF66; padding-top: 40px; padding-bottom: 40px;}
footer .footer2 .left{font-weight: 400; font-size: 14px; color: #9BA5B8}
footer .footer2 .right{font-weight: 400; font-size: 14px; color: #9BA5B8}
footer .footer2 .right a{color: #9BA5B8; text-decoration: underline}
footer .footer2 .right a:hover{text-decoration: none}

footer .footer3{padding-top: 80px;}
footer .footer3 .box{background: #16459D; padding: 30px; border-radius: 20px;}
footer .footer3 .box ul{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; align-items: center; gap: 2%;}
footer .footer3 .box ul li{list-style: none; margin: 0; width: 32%; font-weight: 400; font-size: 16px; line-height: 25px; color: #FFF; padding-left: 70px; position: relative; border-left: 1px solid #FFFFFF66; }
footer .footer3 .box ul li a{display: block; color: #FFF}
footer .footer3 .box ul li img{position: absolute; top: 8px; left: 20px}
footer .footer3 .box ul li:first-child{border: none;}

/* */
.ban-in{position: relative; min-height: 400px; margin: 0 30px; border-radius: 50px;}
.ban-in .ban-text{text-align: center; position: absolute; margin: 0 auto 0; color: var(--am-base); font-size: 16px; z-index: 1; width: 1320px; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.ban-in .ban-text h1{font-weight: 700; font-size: 60px; line-height: 55px; color: #FFF}
.ban-in .ban-text p{padding: 0 300px; font-weight: 400; font-size: 18px; line-height: 32px; color: #FFFF}
.ban-in .ban-text a{font-weight: 400; font-size: 16px; line-height: 35px; color: #FFF;}
.ban-in .ban-text a:hover{color: #CCC}
.ban-in .ban-text p:last-child{margin-bottom: 0}

.about-ban{background: url(../images/about-ban.png) no-repeat center center; background-size: cover;}
.services-ban{background: url(../images/services-ban.png) no-repeat center center; background-size: cover;}
.services-detail-ban{background: url(../images/services-detail-ban.png) no-repeat center center; background-size: cover;}
.contact-ban{background: url(../images/contact-ban.png) no-repeat center center; background-size: cover;}
.testimonials-ban{background: url(../images/testimonials-ban.png) no-repeat center center; background-size: cover;}

.aboutus{border-bottom: 1px solid #CBCBE4}
.aboutus .left, .aboutus .right{width: 48%;}
.aboutus .right img{border-radius: 30px; width: 100%;}
.aboutus .usp{margin: 40px 0 0; border: none}

.about-dr{}
.about-dr .left, .about-dr .right{width: 48%;}
.about-dr .left{background: #B0BCD0; border-radius: 30px;}
.about-dr .left img{border-radius: 30px; width: 100%;}
.about-dr .right h2{margin: 0}
.about-dr .right h3{font-weight: 400; font-size: 30px; line-height: 45px; color: #000}

.about-dr .achievements{background: #FFFFFF; border-radius: 30px; padding: 50px; margin: 60px 0; display: flex; flex-wrap: wrap; gap: 2%;}
.about-dr .achievements .left{background: #FFF; width: 30%; border-bottom: 6px solid #A7A7BD; border-radius: 0}
.about-dr .achievements h3{font-weight: 700; font-size: 35px; line-height: 60px; color: #2A65D4; width: 100%;}
.about-dr .achievements .left h4{font-weight: 700; font-size: 20px; line-height: 32px; color: #000}
.about-dr .achievements .left h4 span{color: #2A65D4}
.about-dr .achievements .right{background: #FFF; width: 68%;}
.about-dr .achievements .right ul{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 20px; justify-content: space-between;}
.about-dr .achievements .right ul li{list-style: none; margin: 0}
.about-dr .achievements .right ul li img{height: 100%; width: 100%; object-fit: contain;}
.about-dr .achievements .right ul li .people{font-weight: 600; font-size: 16px; line-height: 28px; color: #000; text-align: center; border: 1px solid #A7A7BD; border-radius: 10px; padding: 50px 20px; height: 100%;}
.about-dr .achievements .right ul li .people span{font-weight: 700; font-size: 30px; line-height: 28px; color: #2A65D4; display: block}
.about-dr .achievements .right ul li .people img:first-child{margin-left: 0}
.about-dr .achievements .right ul li .people img{border-radius: 30px; width: auto; border: 4px solid #F0F0FF; margin: 0; position: relative; margin-left: -20px;}

.services ul{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 2%; justify-content: center;}
.services ul li{list-style: none; margin: 0 0 40px; background: #FFFFFF; border: 2px solid #FFFFFF80; border-radius: 30px; width: 32%}
.services ul li .img{transition: all .2s ease-in-out;}
.services ul li .img img{border-radius: 30px; width: 100%;}
.services ul li .text{padding: 20px; text-align: left; color: #5E5E73}
.services ul li .text h4{font-weight: 700; font-size: 20px; color: #000}
.services ul li .text h4 span{font-size: 15px;}
.services ul li:hover{border: 2px solid #2A65D4; box-shadow: 0px 10px 20px 0px #9393BC80;}
.services ul li:hover .text .white-btn{color: #FFF; background:#2A65D4; box-shadow: 0 5px 12px 0 rgba(255, 255, 255, 0.2);}
.services ul li:hover .img{padding: 30px 30px 9px;}

.services-detail h3{font-weight: 700; font-size: 40px; line-height: 60px; color: #2A65D4; width: 100%;}
.services-detail .left, .services-detail .right{width: 48%; margin: 0 0 40px;}
.services-detail .right img{border-radius: 20px; width: 100%;}
.services-detail .action{background: url(../images/action-bg.png) no-repeat center right; background-size: cover; position: relative; padding: 40px 40px 40px 140px; border-radius: 20px; display: flex; flex-wrap: wrap;     justify-content: space-between; align-items: center; margin: 30px 0}
.services-detail .action:after{background: linear-gradient(90deg, #1C53BC 38.67%, rgba(42, 101, 212, 0) 81.64%); position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ''; border-radius: 50px; border-radius: 20px;}
.services-detail .action .icon{position: relative; z-index: 1; width: 100px; height: 100px; border-radius: 50%; text-align: center; line-height: 100px; background: #FFFFFF; position: absolute; left: 20px; top: 50px;}
.services-detail .action h2{position: relative; color: #FFF; z-index: 1; font-weight: 700; font-size: 40px; line-height: 55px; margin: 0; width: 60%;}
.services-detail .action .white-btn{position: relative; z-index: 1; float: right}

.contactus{}
.contactus .left, .contactus .right{width: 48%;}
.contactus .left .contact-img{margin: 0 0 20px;}
.contactus .left .contact-img img{border-radius: 30px; width: 100%;}
.contactus .left ul{list-style: none; margin: 0; padding: 0}
.contactus .left ul li{list-style: none; margin: 0 0 25px; font-weight: 400; font-size: 16px; line-height: 30px; color: #000; position: relative; padding-left: 80px;}
.contactus .left ul li span{font-weight: 700; display: block}
.contactus .left ul li .icon{position: absolute; left: 0; top: 0; border-radius: 50%; background: #FFFFFF; border: 1px solid #BCCCEA; width: 65px; height: 65px; line-height: 65px; text-align: center}
.contactus .left ul li .icon img{border-radius: 0; width: auto}

.contactus .right{background: #FFFFFF; border: 1px solid #BCCCEA; border-radius: 30px; padding: 50px; text-align: center}
.contactus .right .input{background: #FFFFFF; border: 1px solid #B2C2E0; padding: 0 10px; line-height: 55px; height: 55px; border-radius: 10px; margin: 0 0 15px; width: 100%;}
.contactus .right .input.textarea{height: 120px; line-height: 30px;}

.contactus .map{margin: 40px 0 0}
.contactus .map img, .contactus .map iframe{border-radius: 30px; width: 100%;}

.testimonials{}
.testimonials .review{background: #FFFFFF; border: 1px solid #9CA8BD; border-radius: 180px; display: flex; justify-content: center; gap: 13px; line-height: 48px; align-items: center; margin: 0 0 30px; margin: 0 auto 30px;     width: max-content; padding-right: 20px; flex-wrap: wrap;}
.testimonials .review .star{background: #EA8F40; color: #FFF; border-radius: 180px; line-height: 50px; padding: 0 24px;}

.testimonials ul{list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; gap: 2%;}
.testimonials ul li{list-style: none; margin: 0 0 30px; width: 32%; border: 1px solid #9CA8BD; background: #FFF; border-radius: 30px;}
.testimonials ul li .text{padding: 30px; font-weight: 400; font-size: 16px; line-height: 28px; color: #5E5E73; height: calc(100% - 132px);}
.testimonials ul li img.quote{margin: 0 0 20px; width: auto}
.testimonials ul li .star{color: #EA8F40; margin: 0 0 20px;}
.testimonials ul li h4{font-weight: 700; font-size: 16px; line-height: 28px; color: #000}
.testimonials ul li .name{font-weight: 700; font-size: 18px; background: #F5F5FF; border-radius: 0 0 30px 30px; padding: 30px; display: flex; align-items: center; gap: 20px;}
.testimonials ul li .name img {border-radius: 50%; width: 72px; height: 72px; object-fit: cover;}
