.mainimg{
     height:auto;
    text-align: center;

}
body{
    overflow-x: hidden !important;
}
.mainimg>img{
    height:100%;
    width:100%;   
}

.box2 {
   
    background-color: #F4F6FA;
    margin-bottom: 60px;
}
.box2 > .row{
    width:90%;
    height:450px;
    margin: auto;

}
.box2>.row img{
    width:140px;
    height:130px;
    margin-top: 20px;
    /* border: 1px solid; */
}

.cards{
    text-align: center;
    /* border: 1px solid; */
    width:auto;
    height:130%;
    border-radius:13px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 10px 0px;
    background-color: white;
   
    
}

.navigationbar{
    /* border:1px solid; */
    height:auto;

}



.navigationbar .navbar a{
    color:#5F5F5F;
    
    font-size: 20px;
}


.cards h3{
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: rgb(43, 43, 43);
}

 .cards .technologyboxes{
    width:80%;
    margin: auto;
    margin-top: 10px;}

    .cards .technologybody{
        width:90%;
        margin: auto;
        font-size: 16px;
        font-weight: normal;
        margin-top: 12px;
    }
    
   .coursePara{
        /* border:1px solid red; */
        font-size: 16px;
        color: #6d6d6d;
        margin-left:18px;
        width:80%;
    }

   

.sec{
    /* border:1px solid; */
    height:500px;
    padding-top: 45px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 16px 40px 0px;
     background-color: rgb(255, 255, 255);
}



.sec label{
    font-weight: bold;
    font-size: larger;
    /* border: 1px solid; */
    display:block;
    width:90%;
    margin: auto;
    padding: 10px;
    
}

.sec .form-control{
    width:90%;
    margin: auto;
    height:45px;
    border-radius: 5px;
}

.btn1{
    background-color: #1958A7;
    color:white;
    border:none;
    padding:8px 32px;
    text-align: center;
    
}

 /* Our Students Love Us and they Say division css */

.cards1{
    text-align: center;
    /* border: 1px solid; */
    width:auto;
    height:100%;
    border-radius:13px;
   padding:15px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 10px 0px;
  

}

.cards1 img{
    width:auto;
   height:160px;
   
}
.cards1 .cards1heading{
    width:80%;
    margin: auto;
    margin-top: 10px;
}

.cards1 .cards1heading{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: rgb(43, 43, 43);
}

.cards1 .cards1div{
    width:90%;
    margin: auto;
    font-size: 16px;
    font-weight: normal;
    margin-top: 12px;
}
 /*All h3 headings style*/
h2{
    text-align: center;
    color: #2B2B65;
    font-size: 24px;
    font-weight: bold;
    font-family: Konnect;
    padding: 50px 0px;
    width:100%;
}

h2:nth-child(n){
    margin-top: 20px;
    padding: 5px 0px;
}

#para{
    width:65%;
    margin:auto;
  font-size:20px ; 
  text-align:center; 
  
}

.faq{
    margin-top: 20px;
}

.questions img{
    width:95%;
    height: 600px
    
}
.faqbtn{
    color:white;
    font-weight: bold;
    font-size: 20px;
    background:none;
    border:none;
   
        
}
.card-head{
    background: #c4c4c4;
}
.card-head:hover{
    background: #dfbd85;
}
.accordion .card .card-head  h2 button.active{
    background: #dfbd85;
}


/* footer division */
.footer{
    width:100%;
    height:auto;
    /* border:1px solid; */
  background-color: #263238;
  padding-bottom: 10px;
  margin-top: 20px;
}


.footer>div>div{
    /* border:1px solid; */
    height:auto;
    padding-top: 30px;
   

}
.footer>div>div h5{
    font-size: 18px;
    color:white;
}

.footer>div{
    margin: auto;
    
}

.footer>div>div p{
    font-size: 15px;
    color:#ccc;
     text-align: start;

}
.footer>div>div ul{
    /* border:1px solid; */
    padding-left:0%;
    text-align: start;
}
.footer>div>div li {
   list-style-type: none;
   padding: 5px;
  }
.footer>div>div li a{
    color:white;
    text-decoration: none;
    font-size: 16px;
    font-weight: light;
    color:#ccc;
    

}
.footer>div>div li a:hover{
    color:white
}

.footer>div>div address {
    font-size: 16px;
    color:white;
    overflow: hidden;
    /* border:1px solid; */
    font-weight: light;
    color:#ccc;
}
#lastp a{
    color:#ccc;
    text-decoration: none;
    font-weight: 600;
    
}
#lastp a:hover{
    color:#1890ff
}


/* social media svgs */
.grid{
    display:grid;
    /* border:1px solid black; */
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: repeat(1,40px);
    gap: 10px;
    margin-top: 25px;
}
/* .grid >div a{
    border:1px solid #ccc;
    padding:10px;
    border-radius: 50%;
} */

.grid>div{
    /* border:1px solid #ccc; */
    /* border-radius: 50%; */
  
    text-align: center; 
    display:grid;
    justify-content: center;
    align-items: center;
}
.zerozilla{
    color: white !important;
}

.sv{
    color:#ccc;
    overflow: hidden;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 50%;
    padding: 4px;
    font-size: 22px;
}

.sv:hover{
    color:white;
}

#lastfoot{
    text-align: center;
    color: #ccc;
    padding:10px 0px;
    font-size: 15px;
    border-top: 1px solid #323f45;
    margin-top:13px;
}
.zerozilla{
    font-weight: 600;
  text-decoration: none;}
  .gtrac-img{
    width: 10% !important;
 }
/* mobile view */
@media only screen and (max-width: 600px) {
    
    body{
        padding:2px
    }
    .gtrac-img{
        width:70% !important;
    }
    .mainimg>img{
        height:100%;
        width:90%;   
    }

   body h2{
        text-align: center;
        color: #2B2B65;
        font-size: 19px;
        margin: auto;
        font-weight: bold;
         padding: 50px 0px;
        width: 80%;
       
    }
    .box2 > .row{
        width:90%;
        height:auto;
        margin: auto;
    
    }
    .box2>.row img{
        width:140px;
        height:130px;
        margin-top: 20px;
        /* border: 1px solid; */
    }
    

    .cards{
        text-align: center;
        /* border: 1px solid; */
        width:90%;
        margin: auto;
        height:s;
        border-radius:13px;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 4px 10px 0px;
        background-color: white;
        margin-top: 15px;
        padding-bottom: 10px;
    }

/* Our Students Love Us and they Say division css */

.cards1{
    width:90%;
    margin: auto;
}

    .coursePara{
        /* border:1px solid red; */
        font-size: 16px;
        color: #6d6d6d;
        margin-left:10px;
        width:80%;
       
    }
    .sec label{
        font-weight: bold;
        font-size:large;
        /* border: 1px solid; */
        display:block;
        width:70%;
        margin: auto;
        padding: 10px;
        
    }
    
    .sec .form-control{
        width:70%;
        margin: auto;
        height:45px;
        border-radius: 5px;
    }

    .btn1{
        background-color: #1958A7;
        color:white;
        border:none;
        padding:4px 22px;
        text-align: center;
        
    }

    


    /* faq */

    .card{
        width:85%;
        margin: 0% 7%;
        height: auto;
        
    }
    .questions img{
        
        width:85%;
        height: 400px;
        margin: 0% 7.5%;
     }
   
     .faqbtn{
        color:white;
        font-weight: 600;
        font-size: 17px;
        background:none;
        border:none;  
            
    }
    .faq{
        margin-bottom:20px
    }
/* nav tab content  */
    .tab-content{
        width:85%;
        margin: 0% 6%;
    }

    .navigationbar .navbar{
        justify-content:center;
        width:90%;
        margin: 5%;
    }
    .navigationbar .navbar a{
        color:#5F5F5F;
        
        font-size: 16px;
        text-align: center;

    }

    .footer{
        width:85%;
        height:auto;
        margin: auto;
        /* border:1px solid; */
      background-color: #263238;
      padding-bottom: 10px;
      
    } 
    
    .grid{
        display:grid;
        /* border:1px solid black; */
        grid-template-columns: repeat(6,1fr);
        grid-template-rows: repeat(1,40px);
        gap:15px;
        margin-top: 25px;
    }

    .footer>div>div li {
        
        padding: 2px;
       }

       #lastfoot{
        width:90%;
        text-align: center;
        color: #ccc;
        padding:5px 0px;
       
    }
  }


  /* ========================================================== */


  
/* =====================1st page===================== */
.head-1{
    background-color: #5A9F3B;
    padding: 5px 0px 10px 0px;
    overflow-x: hidden !important;
}
.fa-phone-square{
    color: white;
    font-size: 25px;
    padding-top: 16px;
}
/* .h1-call a,span{
    color: white;
    font-size: 17px;
} */
#color-white{
    text-decoration: none;
    color: white;
}
.h1-call a:hover{
    text-decoration: none;
    color: white;
}
.main{
    display: flex;
}
.icon{
   padding: 10px;

}
.icon i{
    font-size: 20px;
    color: white;
}


/* -----navbar-------- */
.navbar{
    /* float: right; */
    width: 100%;
}
.navbar a{
    padding: 0px 100px;
}

.navbar-nav a {
    padding: 30px 8px !important;
    font-size: large;
    /* color: black !important; */
}
.dropdown:hover .dropdown-menu{
    display: block;
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); 
}
.dropdown-menu a{
    padding: 10px !important;
}
.navbar-nav li:hover{
    text-decoration: under;
}


@media only screen and (max-width: 600px) {
    .navbar-nav a {
        padding: 10px 20px !important;
        font-size: large;
        /* color: black !important; */
    }
}
  /* ========================================================== */
  /* ----------------form---------------- */
.division{
    border:2px solid rgb(223, 218, 218);
    padding:30px;
    margin-top: 40px;
   border-radius: 20px;
    box-shadow: 1px 1px 8px 1px grey;

}

.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCC;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}

.iti__country {
    padding: 5px 10px;
    outline: none;
}
.btn-new {
    background-color: rgb(51, 122, 183);
    color: rgb(255, 255, 255);
    border-color: rgb(46, 109, 164);
}
.btn-new {
    background-image: none;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0px;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    vertical-align: middle;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    border-radius: 4px;
    padding: 6px 12px;
    white-space: nowrap;
}
@media only screen and (max-width: 600px){
.tab-content {
    width: 100%;
    /* margin: 0% 6%; */
}
}