*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans",sans-serif;
    color: #011627;

}
.page{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 auto;
    max-width:1250px;
    background-color: white;
}
#firstPart{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 60;
    margin-bottom: 300;
    padding: 60 0;
}
#headPart{
    padding: 0 0 0 0;
    width: 48%;
    max-width: 600px;
}
#blank:focus{
    border: none;
    border-bottom: 2px solid black;
}
#blank{
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-webkit-flexbox;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row; 
    -webkit-flex-direction: row; 
            flex-direction: row;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch; 
    -webkit-align-items:stretch; 
            align-items:stretch;
    position: relative;
    font-size: 20px;
    width: 100%;
    border: none;
    padding: 0;
}
#searchBar{
    width: 100%;
    height: 32px;
    font-size: 13px;
    border: none;
    outline: none;
    border-bottom: 1px solid #e8e8e8;
    font-weight: 600;
    letter-spacing: -0.5px;
}
#searchIcon{
    position: absolute;
    right: 0%;
    height: 32px;
}
#searchBar:focus + #searchIcon span,.search-box:valid ~ #searchIcon span{
    display: none;
}
#screener:hover,#explorer:hover{
    background-color: #3179F5;
    /*border-radius:5px;*/
    color: white;
    /*padding: 5px;*/
}
#screener,#explorer{
    background-color: #f1f1f1;
    padding: 10px;
    border: none;
    font-weight: 600;
    margin: 1vh 10% 0 0;
    outline: none;
    cursor: pointer;
    display: inline-block;
    /* box-shadow: 1px 3px 5px #e8e8e8; */
    border-radius: 36px;
    font-size: 13px;
    padding-right: 20px;
    padding-left: 20px;
    color: #011627;
    letter-spacing: -0.5px;

}
.close-icon {
    position: relative;
	border:none;
	background-color: transparent;
	display: inline-block;
	vertical-align: middle;
    outline: 0;
    height: 0;
    width: 0;
    cursor: pointer;
}
.close-icon:after {
	content: "X";
    display: block;
    width: 8px;
    height: 15px;
    position: absolute;
    z-index: 1;
    right: 15px;
    top: 5px;
    margin: auto;
    padding: 2px;
    text-align: center;
    color: #011627;
    font-weight: 600;
    font-size: 16px;
    cursor: pointer;
}
.search-box:not(:valid) ~ .close-icon {
	display: none;
}
.search-box:focus ~ #searchIcon{
    display: none;
    background-color: #fff;
}
#searchBar:focus + #searchIcon span{
    background-color: #fff;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: #fff;
}

#result{
        display: none;
    width: 100%;
    position: absolute;
    font-size: 12px;
    top: 32px;
    z-index: 10;
    padding: 10px 5px;
    max-height: 300px;
    overflow: scroll;
    overflow-x: hidden;
    background-color: white;
    -webkit-box-shadow: 1px 3px 5px #e8e8e8;
    box-shadow: none;
    border-radius: 3px;
    font-weight: 600;
    border: 1px solid #e8e8e8;
    scrollbar-color: #00578a #fff;
    scrollbar-width: thin;
}
#result li{
    font-size: 13px;
    font-weight: 500;
    border-bottom: 1px solid #f1f1f1;
    padding: 15px;
    letter-spacing: -0.5px;
}
/* width */
#result::-webkit-scrollbar,#menuList::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#result::-webkit-scrollbar-track,#menuList::-webkit-scrollbar-track {
    display: none;
    border-radius: 10px;
}

/* Handle */
#result::-webkit-scrollbar-thumb,#menuList::-webkit-scrollbar-thumb {
  background: #f1f1f1;
  border-radius: 10px;
}

/* Handle on hover */
#result::-webkit-scrollbar-thumb:hover,#menuList::-webkit-scrollbar-thumb:hover {
  background: #f1f1f1;
}
#pageTitle{
    margin: 60 0 0 0;
    font-size: 25px;
    text-align: center;

}

#pageTitle h1{
    font-weight: 500;
}
#firstPart img{
    width: 40%;
    min-width: 320px;
}
/*Second Part*/

#secondPart{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    width: 90%;
    margin: 14vh auto;
}
.container__counter img{
    width: 50%;
}
.container__counter total{
    font-size: 15px;
    color: #011627;
    font-weight: 500;
}
.container__counter{
    display:-webkit-box;
    display:-webkit-flex;
    display:-webkit-flexbox;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    width: 10%;
    min-width: 200px;
    height: 250px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    background-color: #fff;
    color: #011627;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin: 20px;
}
/*Third part*/
#thirdPart h1{
    width: 100%;
    font-size: 45px;
    font-weight: 500;
}
#cards{
    
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 13vh 0;
}
.card img{
    width: 50%;
    margin:10px;
}
.card{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    width: 10%;
    min-width: 180px;
    height: 300px;
    background-color: gray;
    color: white;
    font-size: 14px;
    text-align: center;
    border-radius: 5px;
    padding: 15px;
    margin: 10px;
}
.card:nth-child(1){
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc;
}
.card:nth-child(2){
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc;
}
.card:nth-child(3){
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc;
}
.card:nth-child(4){
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc;
}
.card:nth-child(5){
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc;
}
.card:nth-child(6){
    background-color: #fff;
    box-shadow: 1px 1px 6px #ccc;
}
.back{
    display: none;
    color:#011627;
}
.front{
    display: block;
    font-weight: 500;
    color:#011627;
    font-size: 14px;
}
/*fourth Part*/

#fourthPart h1{
    width:100%;
    text-align: right;
    font-size: 40px;
    font-weight: 500;
    margin:30px 0; 
}
#fourthPart h1 span{
    font-size: 45px;
    font-weight: 600;
}
#paraSection{
    
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 auto;
    min-height: 200px;
}
.para{
    
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    width: 33%;
    min-width: 300px;
    margin: 0 auto;
    padding-left: 5%;
}
.para #icon img{
    width: 50px;
    margin-right: 12px;
}
#fourthPartParaLinks {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
}
#fourthPartParaLinks a{
    padding: 2px;
    border: none;
    color: white;
    margin: 2px;
    
}
#fourthPartParaLinks a:nth-child(1){
    background-color: #00578a;
}
#fourthPartParaLinks a:nth-child(2){
    background-color: #3179F5;
}
#fourthPartParaLinks a:nth-child(3){
    background-color: #f4c20d;
}
#fourthPartParaLinks a:nth-child(4){
    background-color: #d65b0b;
}
#fourthPartParaLinks a:nth-child(5){
    background-color: #db3236;
}

/*Fifth Part*/
#fifthPart{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}
#fifthPart h1{
    width: 100%;
    margin: 10px 0 10px 10px;
    font-weight: 500;
    font-size: 45px;
    margin-top: 60px;
}
#fifthPart ul{
    width: 40vw;
    min-width: 431px;
    max-width: 550px;
    font-size: 20px;
    line-height: 50px;
    overflow: hidden;
}
#works img{
    width: 35px;
    position: relative;
    top: 10px;
}
.workTag{
    -webkit-transform: translateX(-510px);
        -ms-transform: translateX(-510px);
            transform: translateX(-510px);
    -webkit-animation-name: none;
            animation-name: none;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.workTag:nth-child(2){
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
}
.workTag:nth-child(3){
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
}
.workTag:nth-child(4){
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
}
@-webkit-keyframes workShow{
    100%{
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}
@keyframes workShow{
    100%{
        -webkit-transform: translateX(0px);
                transform: translateX(0px);
    }
}

#fifthPart iframe{
    width: 42vw;
    height: 23.625vw;
    min-width: 300px;
    min-height: 168.75px;
    max-width: 574px;
    max-height: 323px;
}
/*Partners*/
#ourPartners h1{
    margin-top: 15vh;
    margin-bottom: 14vh;
    padding-bottom: 2vh;
    border-bottom: 2px solid #3179F5;
    font-size: 45px;
    font-weight: 500;
}
#ourPartnerHeading {
    width: 100%;
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}
.sliderBox{
    width: 80%;
    min-width: 300px;
    height: 200px;
    margin: 0 auto 15vh;
    overflow: hidden;
}
.slide{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100vw;
    height: 100px;
}
.img{
    min-width: 200px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
/*sixth part*/
#sixthPart{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -ms-flex-pack: distribute;
        -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
    width: 100%;
    margin: 0 auto;
}
#clientTitle{
    width: 70%;
    font-size: 32px;
    font-weight: 500;
    margin: 0 auto 5vh;
}
#clientSays{
    width: 60%;
    min-width: 300px;
}
#clientCardShow{
    width: 70%;
    min-width: 300px;
    height: 300px;
    margin: 0 auto;
    overflow: hidden;
}
#clientCards{
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    width: 100%;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}
.client{
    min-width: 100%;
    min-height: 100%;
    padding: 0 30px;
    font-size: 14px;
    text-align: center;
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            -webkit-justify-content:flex-start;
            justify-content:flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
}
.client h1{
    font-size: 14px;
    font-weight: 700;
}
#prevR,#nextR{
    outline: none;
    cursor: pointer;
    position: relative;
    left: 44%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    margin: 8px auto;
    border: none;
    background-color: transparent;
    font-size: 20px;
    font-weight: 700;
}
#nextR{
    margin-left: 0%;
}
/*FAQ*/
#faqTitle{
    font-size: 32px;
    font-weight: 500;
    width: 90%;
    text-align: right;
    margin-bottom:5vh;
}
#faq{
    width: 40%;
    min-width: 300px;
}
.getAns{
    width: 80%;
    cursor: pointer;
    font-size: 14px;
    margin: 16 auto;
    padding: 5px;
    border:1px solid #0000003b;
}
.ans{
    width: 80%;
    display: none;
    margin: auto;
    font-size: 14px;

}

/*Responsive*/

@media only screen and (max-width:768px){
    #firstPart{
        padding: 0;
    }
    #headPart{
        padding: 0;
        width: 90%;
    }
    #thirdPart h1{
        text-align: center;
        font-size: 32px;
        padding: 0 4vw;
    }
    .card{
        min-width: 250px;
        height: 230px;
    }
    #fourthPart h1{
        text-align: center; 
        font-size: 28px
    }
    #fourthPart h1 span{
        font-size: 32px;
    }
    #fifthPart h1{
        font-size: 32px;
        text-align: center;
        font-weight: 500;
    }
    #fifthPart ul{
        min-width: 300px;
        font-size: 13px;
    }
    #fifthPart iframe{
        margin-top: 15px;
    }
    .para{
        margin-bottom: 20px;
    }
    #ourPartners h1{
        font-size: 32px;
        font-weight: 500;
        margin-top: 50px;
        margin-bottom: 30px;
    }
    #faqTitle{
        font-size: 28px;
        font-weight: 500;
        width: 80%;
        text-align: center;
        margin: 0 auto 5vh;
    }
    #faq {
        width: 40%;
        min-width: 300px;
        margin-bottom: 50px;
    }
    #clientTitle{
        font-size: 28px;
        text-align:center;
        font-weight: 500;
    }

    .container__counter{
    display:-webkit-box;
    display:-webkit-flex;
    display:-webkit-flexbox;
    display:-moz-flex;
    display:-ms-flexbox;
    display:flex;
    width: 10%;
    min-width: 230px;
    height: 175px;
    border-radius: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            -webkit-align-items: center;
            align-items: center;
    background-color: #fff;
    color: #011627;
    font-size: 25px;
    font-weight: 500;
    line-height: 40px;
    margin: 20px;
    }

    .container__counter img{
    width: 25%;
    margin-top: 15px;
    }
    #cards{
    
    display:-webkit-box;
  display:-webkit-flex;
  display:-webkit-flexbox;
  display:-moz-flex;
  display:-ms-flexbox;
  display:flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 5vh 0;
    }
    .card img {

    width: 35%;
    margin-bottom: 10px;
    }

    .sliderBox {

    width: 80%;
    min-width: 300px;
    height: 150px;
    margin: 0 auto 0vh;
    overflow: hidden;
    }

    #nextR {

    margin-left: 0%;
    }
    #secondPart{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    width: 90%;
    margin: 5vh auto;
    }

    .ans{
    width: 80%;
    display: none;
    margin: auto;
    font-size: 14px;
    margin-bottom: 15px;

	}
    #firstPart{
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
            align-items: center;
    margin-top: 5%;
    margin-bottom: 100vh;
    padding: 0 0;
    }
}