@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
}

.offset:before {
    display: block;
    content: "";
    height: 10rem;
    margin-top: -2rem;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

h3 {
    font-size: 44px;
    line-height: 55px;
    color: white;
    font-weight: 600;
}

h6 {
    font-size: 20px;
    line-height: 32px;
    color: #6c6c6c;
    margin-top: 16px;
    font-weight: normal;
}

h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    color: #204d66;
    font-weight: bold;
}

.main-btn {
    display: inline-block;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 2px solid transparent;
    padding: 0 32px;
    font-size: 16px;
    line-height: 48px;
    color: #204d66;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-out 0s;
    position: relative;
    text-transform: uppercase;
}


/*====================================*/

.logo {
    padding: 10px;
}

.nav {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1rem 6.5rem;
    background: transparent;
    z-index: 100000;
    transition: all 0.5s ease;
}

.nav.scrolled {
    background: rgb(255, 255, 255) !important;
    transition: background-color 200ms linear;
    box-shadow: 7px 10px 15px rgba(0, 0, 0, 0.3);
}

.nav .navbar-toggler {
    display: none;
    outline: none;
    border: none;
}

body>div.nav>button {
    background: transparent;
}

.nav .navbar-toggler .toggler-icon {
    width: 27px;
    height: 3px;
    background-color: #121212;
    margin: 5px 0;
    display: block;
    position: relative;
    transition: all 0.3s ease-out 0s;
}

.nav .menu-bar .menu-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav .menu-bar .menu-items li {
    margin: 0 15px;
}

.nav .menu-bar .menu-items li a {
    font-size: 18px;
    font-weight: 600;
    color: #204d66;
}

.nav .menu-bar .menu-items li a:hover {
    color: #38B6FF;
}
.nav .navbar-social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav .navbar-social span {
    font-size: 18px;
    font-weight: 600;
    padding-right: 10px;
    color: #204d66;
}

.nav .navbar-social ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav .navbar-social ul li {
    margin: 0 7px;
}

.nav .navbar-social ul li i {
    color: #204d66;
    font-size: 22px;
}

.nav .navbar-social ul li i:hover {
    color: #38B6FF;
}
.back {
    background-image: url(assets/images/7.png);
    width: 100%;
    height: 25vh;
    background-attachment: fixed;
    background-size: cover;
    z-index: -1;
    position: relative;
}

.back .overlay {
    background-image: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 45%, rgba(254, 255, 244, 0.3) 75%, rgba(255, 255, 255, 0.12));
    /*    background: linear-gradient(0deg, rgba(104,19,212,.5) 0%, rgba(93,49,175,.5) 21%, rgba(196,239,247,1) 50%);*/
    /*background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);*/
    /*background: linear-gradient(90deg, rgba(104,19,212,.5) 0%, rgba(93,49,175,0.5) 40%, rgba(197,239,247,0.5) 100%);*/
    /*background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(116, 127, 246, 0.73));*/
    /*  background: linear-gradient(rgba(116, 127, 246, 0.73), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
*/
    width: 100%;
    height: 85%;
}

.back .hero-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.back .hero-shape img {
    width: 100%;
    display: block;
}
.hero-text {
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.hero-text h6 {
    color: #1d1d1d;
}

.hero-text .header-btn {
    margin-top: 22px;
}

.hero-text .header-btn li {
    display: inline-block;
    margin: 10px 10px 0;
}

.hero-text .header-btn li a.main-btn {
    border-radius: 50px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    border: 0;
    line-height: 50px;
}

.hero-text .header-btn li a.main-btn i {
    margin-left: 5px;
    color: #646EE5;
}

.hero-text .header-btn .btn-one {
    color: #fff;
}

.hero-text .header-btn .btn-one::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: linear-gradient(23deg, rgba(29,112,168,0.8535485428370786) 3%, rgba(16,87,135,0.788941801264045) 32%, rgba(21,36,98,0.7552339360955056) 54%, rgba(205,118,67,0.8086047226123596) 97%, rgba(244,169,35,1) 100%);
    background-position: right center;
    z-index: -1;
    transition: all 0.3s ease;
}

.hero-text .header-btn .btn-one:hover::before {
    background-image: linear-gradient(203deg, rgba(29,112,168,0.8535485428370786) 3%, rgba(16,87,135,0.788941801264045) 32%, rgba(21,36,98,0.7552339360955056) 54%, rgba(205,118,67,0.8086047226123596) 97%, rgba(244,169,35,1) 100%);
    background-position: left center;
}

.hero-text .header-btn .btn-two:hover {
    box-shadow: 0 3px 25px 0 rgba(0, 0, 0, 0.16);
}

#wrapper {
    margin: -5rem 7rem 10rem 7rem;
}

.about-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10rems;
}
.about-card .about-container .b-head {
    background-image: linear-gradient(23deg, rgba(29,112,168,0.8535485428370786) 3%, rgba(16,87,135,0.788941801264045) 32%, rgba(21,36,98,0.7552339360955056) 54%, rgba(205,118,67,0.8086047226123596) 97%, rgba(244,169,35,1) 100%);
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

.about-card .about-container{
    border-style: none;
    border-radius: 15px;
    box-shadow: gray 1px 1px 3px 2px;
}

.about-card h3 {
    padding: 5px;
}


.about-card  h6 {
    color: #204d66;
    margin-bottom: 0rem;
    padding: 0px;
}



.service {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10rems;
}
.service .service-container{
    border-style: none;
    border-radius: 15px;
    box-shadow: gray 1px 1px 3px 2px;

}

.service .service-container h6{ 
    padding-left: 35px; 
    padding-right: 35px; 
    font-weight: 600; 
    text-align:center; 
    font-size: small;
}
.service .service-container .b-head {
    background-image: linear-gradient(23deg, rgba(29,112,168,0.8535485428370786) 3%, rgba(16,87,135,0.788941801264045) 32%, rgba(21,36,98,0.7552339360955056) 54%, rgba(205,118,67,0.8086047226123596) 97%, rgba(244,169,35,1) 100%);
    color: #fff;
    clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
.service .service-container .test-card{
    display: flex; 
    flex-direction: column; 
    position:relative; 
    width: 75%;  
    border-width: 0.5px; 
    border-radius: 20px; 
    box-shadow: 1px 1px 3px 2px rgba(88, 16, 255, 0.379); 
    margin-left: 130px; 
    margin-top: 25px; 
    background-color: aliceblue; 
    overflow: hidden;
}

.service .service-container .test-card .test-name h6{ 
    padding-left: 15px; 
    padding-right: 15px; 
    font-weight: bold; 
    text-align:justify; 
    font-size: small;
}

.service .service-container .test-card .test-body p {
    text-align: justify; 
    padding-left: 15px; 
    padding-right: 15px;
    margin-bottom: 10px; 
    color: #204d66; 
    font-size: small;

}


.service h3 {
    padding: 5px;
}


.service h6 {
    color: #204d66;
    margin-bottom: 0rem;
    padding: 0px;
}





footer {
    background-image: url(assets/images/footer-background.jpg);
    width: 100%;
    padding: 2rem 7rem;
    display: flex;
}
footer .second-row {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    height: 100px;
   
}

footer .second-row .second-row-container img {

    margin-left:-0px; margin-top: -5px;
}




footer .second-row .col-one {
    
	color: #909090;
}
footer .second-row a{
	color: #fff;
}




.second-row .col-one p .span .social-footer a:hover {
	color: #39a8fc;
}


.second-row {
	background: url(images/footer-background.jpg) no-repeat center center;
	background-size: cover;
    display:flex;
    flex-direction: row;
    width: 100%;
}

.col-one p {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    margin-left: 30px;
    margin-top: 25px;
}
.col-one {
	max-width: 1230px;
	margin: 0 auto;
}
.col-one > div {
	padding: 0 15px;
	margin-bottom: 30px;
}


@media (min-width: 800px) {
	.col-one {
		display: flex;
	}
	.col-one> div {
		width: 33%;
	}
}
.copyright {
	background-color: #2B2B2B;
	font-size: 14px;
	text-align: center;
	padding: 15px 30px;
}
.col-one > div {

}
.second-row h5 {
	color: #fff;
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 0px 0;
}
.second-row p {
	margin-bottom: 10px;
	line-height: 1.4;
	font-size: 14px;
}


.copyright {
    background-color: #2b354f;
    padding: 23px 0;
}

.copyright p {
    color: #fff;
    text-align: center;
}

.copyright p a {
    color: #1ABC9C;
}



/* Responsive breakpoints */

@media only screen and (max-width:1025px) {
    .nav {
        padding: 1rem 3rem;
    }
    .nav .logo {
        width: 30%;
    }
    .nav .logo img {
        width: 60%
    }

    .nav .navbar-social {
        display: inline-block;
        width: 10%;
    }
    .nav .menu-bar .menu-items li a {
        font-size: 14px;
        font-weight: 600;
    }

    #wrapper {
        margin: -5rem 7rem 10rem 7rem;
    }
    .service .service-container .test-card{
        margin-left: 40px;
        width: 90%;


}




@media only screen and (max-width: 946px) {
    .nav {
        padding: 1rem 3rem;
    }
    .nav .logo {
        width: 30%;
    }
    .nav .logo img {
        width: 60%
    }

    .nav .navbar-social {
        display: inline-block;
        width: 10%;
    }
    .nav .menu-bar .menu-items li a {
        font-size: 14px;
        font-weight: 600;
    }

    .hero-text {
        width: 60%;
    }
    .hero-text h3 {
        font-size: 33px;
    }
    #wrapper {
        margin: 3rem 3rem 4rem 3rem;
    }
    .about-card {
        margin-bottom: 3rem;
    }
    .about-card h6 {
        margin-bottom: 3rem;
    }

    .service {
        margin-bottom: 3rem;
    }
    .service h6 {
        margin-bottom: 3rem;
    }
    .service .service-container {
        flex-direction: column;
       justify-content: center;
    }
   
    
    .service-container .test-card .test-body p {
        margin-top: -45px;
    }
  
    
   
    footer {
        padding: 7rem 3rem;
    } 

   
}

@media only screen and (max-width:895px) {

    #wrapper {
        margin: 1rem 1rem 0rem 1rem;
    }

    .service {
       width:100%;
    }
    .service .service-container {
        width: 90%;
        
        justify-content: center;
    }
    
 
    

}

@media only screen and (max-width: 774px) {
    .nav {
        align-items: flex-start;
        padding: 0.7rem 1rem;
    }
    .nav .logo {
        width: 15%;
    }
    .nav .logo img {
        width: 100%;
    }
    .nav .navbar-social {
        display: none;
    }
    .nav .navbar-toggler {
        display: block;
        position: absolute;
        top: 26px;
        right: 16px;
        z-index: 100000;
    }
    .nav .menu-bar {
        position: fixed;
        top: 55px;
        right: -360px;
        width: 300px;
        height: 100vh;
        background: rgba(256, 256, 256, 0.9);
    }
    .nav .menu-bar .menu-items {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        text-align: justify;
        padding: 40px 0;
    }
    .nav .menu-bar .menu-items li {
        margin: 2rem 30px;
    }
    .back {
        background-image: url(assets/images/7.png);
        width: 100%;
        height: 20vh;
        background-attachment: fixed;
        background-size: cover;
        z-index: -1;
        position: relative;
    }
    
    .back .overlay {
        background-image: linear-gradient(rgba(232, 237, 255, 0.9), rgba(239, 254, 255, 0.9) 45%, rgba(254, 255, 244, 0.3) 75%, rgba(255, 255, 255, 0.12));
        /*    background: linear-gradient(0deg, rgba(104,19,212,.5) 0%, rgba(93,49,175,.5) 21%, rgba(196,239,247,1) 50%);*/
        /*background-image: linear-gradient(to right top, #d16ba5, #c777b9, #ba83ca, #aa8fd8, #9a9ae1, #8aa7ec, #79b3f4, #69bff8, #52cffe, #41dfff, #46eefa, #5ffbf1);*/
        /*background: linear-gradient(90deg, rgba(104,19,212,.5) 0%, rgba(93,49,175,0.5) 40%, rgba(197,239,247,0.5) 100%);*/
        /*background-image: linear-gradient(to bottom, rgba(245, 246, 252, 0.52), rgba(116, 127, 246, 0.73));*/
        /*  background: linear-gradient(rgba(116, 127, 246, 0.73), rgba(239, 254, 255, 0.9) 50%, rgba(254, 255, 244, 0.3) 68%, rgba(255, 255, 255, 0.12));
    */
        width: 100%;
        height: 85%;
    }
    
    .back .hero-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    
    .back .hero-shape img {
        width: 100%;
        display: block;
    }
    
    .hero-text {
        width: 80%;
    }
    .hero-text h6 {
        font-size: 16px;
    }
    .hero-text .header-btn li a {
        font-size: 15px;
    }
    #wrapper {
        margin: -0.5rem -0.5rem -0.5rem -0.5rem;
    }
    .about-card {
        margin-bottom: 3rem;
    }
    .about-card h3 {
        font-size: 33px;
    }
    .about-card h6 {
        font-size: 16px;
    }
    .service {
        margin-bottom: 3rem;
    }
    .service h3 {
        font-size: 33px;
    }
    .service h6 {
        font-size: 16px;
    }
    .service .service-container .test-card{
        display: flex; 
        flex-direction: column; 
        position:relative; 
        width: 95%;  
        border-width: 0.5px; 
        border-radius: 20px; 
        box-shadow: 1px 1px 3px 2px rgba(88, 16, 255, 0.379); 
        margin-left: 15px; 
        margin-top: 25px; 
        background-color: aliceblue; 
        overflow: hidden;
    }
    .service .service-container .test-card .test-name h6 {
        font-size: small;
        text-align: left;
    }
    .service .service-container .test-card .test-name h6 .span {
        font-size: xx-small;
        text-align: left;
        margin-left: -50px;
    }
   
    footer {
        padding: 4rem 1rem;
    }
  
    footer .second-row {
        height: 170px;
    } 
    footer .second-row .second-row-container {
        display:flex;
        flex-direction: column;
        margin-top:5px;
        
    }
    footer .second-row .second-row-container img {
        width: 50%;
        margin-top: -20px;
        margin-left: 200px;
         }

         footer .second-row .second-row-container .col-one {
             display: flex;
             flex-direction: column;
         }
    footer .second-row .second-row-container .col-one  p{
        font-size: x-small;
        margin-top: 10px;
        margin-left: 150px;
       
    }
}

@media only screen and (max-width: 541px) {

    

    .nav .logo img {
        width: 200%;
    }
    .hero-text h3 {
        font-size: 28px;
        line-height: 45px;
    }
    .hero-text .header-btn li {
        margin-bottom: 0.5rem;
    }
    .hero-text .header-btn li a.main-btn {
        font-size: 13px;
    }
    #wrapper {
        margin: -0.5rem -0.5rem -0.5rem -0.5rem;
    }

    .about-card {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .about-container {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about-card h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .about-card h6 {
        text-align: justify;
    }


    .service {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .service-container {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .service .service-container .test-card {
        width: 92%;
        margin-left: 15px;
    }
    .service .service-container .test-card .test-name h6 {
        text-align: left;
    }

    .service .service-container .test-card .test-body p {
        text-align: left;
    }
    .service h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .service h6 {
        text-align: justify;
    }
    footer {
        padding: 4rem 1rem;
    }
  
    footer .second-row {
        height: 170px;
    } 
    footer .second-row .second-row-container {
        display:flex;
        flex-direction: column;
        margin-top:5px;
        
    }
    footer .second-row .second-row-container img {
        width: 50%;
        margin-top: -20px;
        margin-left: 125px;
         }

         footer .second-row .second-row-container .col-one {
             display: flex;
             flex-direction: column;
         }
    footer .second-row .second-row-container .col-one  p{
        font-size: x-small;
        margin-top: 10px;
        margin-left: 75px;
       
    }
   
    
   /* footer .second-row {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }*/ 
}

@media only screen and (max-width: 376px) {

    

    .nav .logo img {
        width: 200%;
    }
    .hero-text h3 {
        font-size: 28px;
        line-height: 45px;
    }
    .hero-text .header-btn li {
        margin-bottom: 0.5rem;
    }
    .hero-text .header-btn li a.main-btn {
        font-size: 13px;
    }
    #wrapper {
        margin: -0.5rem -0.5rem -0.5rem -0.5rem;
    }

    .about-card {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .about-container {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about-card h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .about-card h6 {
        text-align: justify;
    }


    .service {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .service-container {
        justify-content: flex-start;
        align-items: flex-start;
    }
    .service .service-container .test-card {
        width: 92%;
        margin-left: 15px;
    }
    .service .service-container .test-card .test-name h6 {
        text-align: left;
    }

    .service .service-container .test-card .test-body p {
        text-align: left;
    }
    .service h3 {
        font-size: 28px;
        line-height: 30px;
    }
    .service h6 {
        text-align: justify;
    }
    footer {
        padding: 4rem 1rem;
    }
  
    footer .second-row {
        height: 140px;
    } 
    footer .second-row .second-row-container {
        display:flex;
        flex-direction: column;
        margin-top:5px;
        
    }
    footer .second-row .second-row-container img {
        width: 50%;
        margin-top: -20px;
        margin-left: 80px;
         }

         footer .second-row .second-row-container .col-one {
             display: flex;
             flex-direction: column;
         }
    footer .second-row .second-row-container .col-one  p{
        font-size: x-small;
        margin-top: 10px;
        margin-left: 38px;
       
    }
}


