

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
img,
ul,
li,
hr,
strong,
b,
input,
select,
textarea,
.highcharts-title,
.highcharts-axis-labels,
.highcharts-yaxis-title {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

* {
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}



/******************************************start main-sec********************************************************/
/*****************************************************************************************************************/

.main-sec { background: url(../img/header-bg.png) center center no-repeat;
height: 600px;}

.sec-logo-contact { float: left;
    width: 100%;
margin: 40px 0;}

    .logo-l { width: 50%;
        float: left;}

 .logo-l > img { width: 95px;}

 .get-t {    float: right;
    width: 50%;
    text-align: right;}

 .link-get-t {    display: inline-block;
    background-color: #E8DF67;
    color: #2A2763;
    border-radius: 5px;
    padding: 10px;
margin-top: 15px;}

    .link-get-t:hover {  color: #2A2763;
    text-decoration: none;}

 .main-sec-content {     width: 100%;
    float: left;
    text-align: center;
    padding: 10% 0;}

 .main-sec-content > h1 {    color: #fff; }

 .main-sec-content > p {     color: #E8DF67;
    font-size: 35px;
    padding-top: 10px;
    text-shadow: 1px 1px 5px #e8df67;
    word-spacing: 5px;}

/*****************start box*******************/

.box {
    position: absolute;
    top: 80%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    left: 50%;
    z-index: 8888;
}

.box span {
    width: 20px;
    height: 20px;
    display: block;
    border-bottom: 1px solid #E8DF67;
    border-right: 1px solid #E8DF67;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    animation: animate 2s infinite;
}

.box span:nth-child(2) {
    animation-delay: .2s;
    transform: rotate(45deg) translate(-20px, -20px)
}

.box span:nth-child(3) {
    animation-delay: .4s
}

@keyframes animate {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px)
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px)
    }
}


/*****************end box********************/

    

/******************************************start main-sec********************************************************/
/*****************************************************************************************************************/

/***************************************start what we do*********************************************************/
/****************************************************************************************************************/

.what-we-do { background-color: #171547;
    background: url(../img/what-we-do-bg.png) center center no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
padding: 80px 0;}

.what-do { text-align: left;}

.what-do > h3 { color: #E8DF67;
text-transform: uppercase;
font-weight: 700;}

.what-do > p {       color: #fff;
    font-size: 27px;
    margin-top: 10px;
    font-weight: 300;}

    .component-what-do { margin-top: 100px;
    text-align: center;}

    .c-what-do-detail {     background-color: #282563;
        border: 1px solid #0A083E;
        width: 270px;
margin: auto;
        height: 400px;
        position: relative;
        border-radius: 10px;}

        .c-what-do-detail:hover { box-shadow: 1px 1px 10px 6px #E8DF67}

        .inner-detail-1 {     position: absolute;
            top: 10%;
            text-align: center;
            padding: 20px;}

        .inner-detail-1 > img {    width: 50px;
            margin-bottom: 30px;}

        .inner-detail-1 > h6 {text-align: left;
            color: #fff;
            margin-bottom: 15px;
            font-weight: 600;
            font-size: 16px;}

        .inner-detail-1 > p {    font-size: 13px;
            text-align: left;
            color: #fff; }
/***************************************end what we do*********************************************************/
/****************************************************************************************************************/

/*************************************start our client**********************************************************/
/****************************************************************************************************************/

.our-client { background-color: #171547;
    border-top: 1px solid #282563;
    padding-top: 50px;
padding-bottom: 100px}

    .heading-h3 { color: #E8DF67;
        font-weight: 700;}

        .carousal-c-1 { margin-top: 100px;}

.carousal-c-1 .slick-next { right: -5px;}

.carousal-c-1 .slick-prev { left: -5px;}

.carousal-c-1 .slick-next:before {  content:url('../img/arrow-right.png'); 
}

.carousal-c-1 .slick-prev:before {  content:url('../img/arrow-left.png'); 
}

.carousal-c-1 .slick-prev:before, .carousal-c-1 .slick-next:before { opacity: 1;
    line-height: 0;}

.carousal-c-1 .slick-prev, .carousal-c-1 .slick-next {     background: #47438A;
    width: 45px;
    height: 45px;
border-radius: 50%;}

.carousal-c-1 .slick-slide img { width: 120px;
margin: auto;}


/******************************************end our client****************************************************************/
/************************************************************************************************************************/

/********************************************start our product***************************************************************/
/*************************************************************************************************************************/

.heading-h3-d { color: #1C1950;
    font-weight: 700;}


.our-partner { padding-top: 50px;
    padding-bottom: 100px;}



    .carousal-c-2 { margin-top: 100px;}

    .carousal-c-2 .slick-next { right: -5px;}
    
    .carousal-c-2 .slick-prev { left: -5px;}
    
    .carousal-c-2 .slick-next:before {  content:url('../img/arrow-right.png'); 
    }
    
    .carousal-c-2 .slick-prev:before {  content:url('../img/arrow-left.png'); 
    }
    
    .carousal-c-2 .slick-prev:before, .carousal-c-2 .slick-next:before { opacity: 1;
        line-height: 0;}
    
    .carousal-c-2 .slick-prev, .carousal-c-2 .slick-next {     background: #47438A;
        width: 45px;
        height: 45px;
    border-radius: 50%;}
    
    .carousal-c-2 .slick-slide img { width: 160px;
    margin: auto;}





/********************************************end our product***************************************************************/
/*************************************************************************************************************************/

/**************************************start get-in-touch****************************************************************/
/***********************************************************************************************************************/

.get-in-touch { 
background: url(../img/get-in-touch-bg.png) center center no-repeat;
background-color: #1C1950;
background-size: cover;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}

.get-in-touch { padding: 100px 0;}

.f-div {width: 500px;
    margin: auto;
    background-color: #171547;
    padding: 50px;
    border-radius: 10px;}


.heading-h3-touch { color: #E8DF67;
margin-bottom: 40px;
font-weight: 700;}

.input-tt { margin-bottom: 20px;}

.input-tt > label { color: #fff;
font-size: 14px;}

.btn-inputt {     width: 100%;
    border: none;
    background-color: #E8DF67;
    padding: 7px;
    border-radius: 5px;
    font-weight: 600;
    margin-top: 30px;}

/**************************************end get-in-touch****************************************************************/
/***********************************************************************************************************************/

/************************************start footer*******************************************/
/*******************************************************************************************/

.footer { background-color: #E8DF67;
padding: 40px ;}

.logo-social {     margin-bottom: 10px;}

.logo-social > img {    width: 90px;
    margin-right: 20px; }

.logo-social > a {    display: inline-block;
    width: 37px;
    height: 37px;
    background-color: #1c1950;
    border-radius: 50%;
    text-align: center;
    line-height: 33px; }

.logo-social > a >img {width: 20px;
 }

    .location-c > li { margin-bottom: 10px;}

.location-c > li > img { width: 20px;
    margin-right: 10px;}

    .copy-right { text-align: center;
        padding: 40px 0 0;}
/************************************end footer*******************************************/
/*******************************************************************************************/